|
Re: Blocking images from somethingawful.com.
| quote: | Originally posted by aloep
OK, I know there is a way to block certain sites from your computer but how do I do it?
|
in your windows folder there is a file called hosts (without any extensions, hosts.sam is NOT it)
ie refers to it before requesting ips from the actual dns service, which makes it easier to locate servers if they are on the list.
a trick is that u can put any ip for all host names
so all u need to do is insert either of the following
127.0.0.1 somethingawful.com
or
0.0.0.0 somethingawful.com
the first way is preferable because 0.0.0.0 *may* freeze your system (it depends on which version of windows u have)
after u have done it everything on that site will be thought to be on your local machine and thus no page will be displayed
it is also useful in banning most pop-ups (of course if u know urls of adservers )
note it works with ie only. it's not gonna work with other browsers
if that file is not there, create it (make sure it has NO extension)and insert this string before anything else (each entry should be kept on an individual line)
127.0.0.1 localhost
___________________
Last edited by Noisician on Nov-07-2002 at 02:00
|