Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How do i block a website that i cant block using hosts?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk
View previous topic :: View next topic  
Author Message
Smart
Grandmaster Cheater
Reputation: 0

Joined: 19 Jan 2007
Posts: 697
Location: New Zealand

PostPosted: Sat Dec 22, 2007 7:15 am    Post subject: How do i block a website that i cant block using hosts? Reply with quote

Well this chinese geek keeps playing these lame games on a site called www.4399.com i want to block it.

I've tried blocking it with IE internet options but no use. I can still access it.
I tried blocking it with hosts
127.0.0.2 www.4399.com
no use...

help anyone?

_________________
Back to top
View user's profile Send private message
Pseudo Xero
I post too much
Reputation: 0

Joined: 16 Feb 2007
Posts: 2607

PostPosted: Sat Dec 22, 2007 8:03 am    Post subject: Reply with quote

127.0.0.2?
Back to top
View user's profile Send private message
Blader
I post too much
Reputation: 2

Joined: 19 Jan 2007
Posts: 2049

PostPosted: Sat Dec 22, 2007 9:28 am    Post subject: Reply with quote

That website redirects to another website, so use this:
Code:
127.0.0.2 www.4399.com
127.0.0.3 www.4399.net


I tried it and it worked for me

_________________
Back to top
View user's profile Send private message
PaperHeartx
Master Cheater
Reputation: 0

Joined: 02 Dec 2007
Posts: 459

PostPosted: Sat Dec 22, 2007 9:30 am    Post subject: Reply with quote

I assume u went the right way in IE, but still il write it down : In Internet Explorer: Tools > Internet options, Content tab, under Content Advisor click on the Enable button, Approved Sites tab, type in URL and click Never.

Besides, I thought the loopback adr is 127.0.0.1 not 127.0.0.2

or maybe it dosent matter oO xD

_________________
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 10

Joined: 28 Nov 2006
Posts: 6301

PostPosted: Sat Dec 22, 2007 10:13 am    Post subject: Reply with quote

Here is what you can do to block the site.


1. Browse to: C:\WINDOWS\system32\drivers\etc
2. Open the file named "Hosts" with word or notepad.
3. Scroll down in the file till you see: 127.0.0.1 localhost
4. Right under it put: 127.0.0.1 www.4399.com
5. Click the "X" on the word or notepad and click yes to save changes.
6. The site is blocked.
* If there is other parts of the site he uses for links such as:
www.4399.com/special/2.htm
You may have to add those as well.

Example of what you should see after you edit the file.
Code:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
127.0.0.1       www.4399.com
127.0.0.1       www.4399.com/special/2.htm
Back to top
View user's profile Send private message
Phoenicks
Newbie cheater
Reputation: 0

Joined: 14 Jun 2006
Posts: 11

PostPosted: Sat Dec 22, 2007 11:59 am    Post subject: Reply with quote

Can't you use wildcards eg: "www.4399.com*" ?
Back to top
View user's profile Send private message
Clavinbui
Master Cheater
Reputation: 0

Joined: 08 Dec 2007
Posts: 477
Location: New York

PostPosted: Sat Dec 22, 2007 12:13 pm    Post subject: Reply with quote

www.4399.com won't work
Back to top
View user's profile Send private message
Smart
Grandmaster Cheater
Reputation: 0

Joined: 19 Jan 2007
Posts: 697
Location: New Zealand

PostPosted: Sun Dec 23, 2007 9:04 am    Post subject: Reply with quote

OK, I restarted my computer and tried again and now it works fine.
Thanks for your helps

_________________
Back to top
View user's profile Send private message
Clavinbui
Master Cheater
Reputation: 0

Joined: 08 Dec 2007
Posts: 477
Location: New York

PostPosted: Sun Dec 23, 2007 2:53 pm    Post subject: Reply with quote

pop up blocker.
Back to top
View user's profile Send private message
Pseudo Xero
I post too much
Reputation: 0

Joined: 16 Feb 2007
Posts: 2607

PostPosted: Sun Dec 23, 2007 6:28 pm    Post subject: Reply with quote

Clavinbui wrote:
pop up blocker.

That doesn't have anything to do with blocking a website.
Back to top
View user's profile Send private message
FullyAwesome
I post too much
Reputation: 0

Joined: 05 Apr 2007
Posts: 4438
Location: Land Down Under

PostPosted: Sun Dec 23, 2007 7:08 pm    Post subject: Reply with quote

you can also use some antivirus/firewall programs to do this for you too can't you? like use parental controls or block addresses, iono.
_________________
Back to top
View user's profile Send private message MSN Messenger
Thlump
Grandmaster Cheater
Reputation: 0

Joined: 26 Aug 2007
Posts: 964
Location: 206.51.226.121

PostPosted: Sun Dec 23, 2007 7:29 pm    Post subject: Reply with quote

Labyrnth wrote:
Here is what you can do to block the site.


1. Browse to: C:\WINDOWS\system32\drivers\etc
2. Open the file named "Hosts" with word or notepad.
3. Scroll down in the file till you see: 127.0.0.1 localhost
4. Right under it put: 127.0.0.1 www.4399.com
5. Click the "X" on the word or notepad and click yes to save changes.
6. The site is blocked.
* If there is other parts of the site he uses for links such as:
www.4399.com/special/2.htm
You may have to add those as well.

if you put http:// at the beginning at a website, does it work? like for example, if I put 127.0.0.1 http://www.microsoft.com would it work? Also would it still block a website if I added this?
Code:
127.0.0.1 24.13.34.142

_________________
Symbol wrote:
LOL!
Then its not a UCE, its UWF. (Undetected Windows Form. WITH BUTTONS! Laughing )
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 10

Joined: 28 Nov 2006
Posts: 6301

PostPosted: Sun Dec 23, 2007 9:15 pm    Post subject: Reply with quote

Try it and see, i didnt use http://
Back to top
View user's profile Send private message
Clavinbui
Master Cheater
Reputation: 0

Joined: 08 Dec 2007
Posts: 477
Location: New York

PostPosted: Sun Dec 23, 2007 10:08 pm    Post subject: Reply with quote

no use pin udermizers
_________________

Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 10

Joined: 28 Nov 2006
Posts: 6301

PostPosted: Mon Dec 24, 2007 10:23 am    Post subject: Reply with quote

Clavinbui wrote:
no use pin udermizers


You have already been warned once for spam,
Stop spamming, post something useful or GTFO.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites