Quote of the day : "Saying that Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders." Alanna

Next quote in 1.1 hours. [suggest a quote]
XHB logo

The XHaustive Blocker Project

Summary

Objectives

The primary objective of this project is to enable you to block as many internet ads as possible, which will make your surfing experience faster and more comfortable.
If you don't see the interest of blocking internet ads, I suggest that you have a look at this page, you'll see a site before and after blocking its ads.

How ?

First we want to point out that this method should work on any OS (Windows, Linux, Mac...).
When you surf the web, you type internet adresses (URLs), eg www.google.com. But this is not the real address of the server : we could say it's like its name, easy to remember. The real server address is its IP (we could say it's like its phone number), looking like 66.102.9.99, not really easy to memorize... So, when you type an URL, your browser has to ask to an internet root server the IP corresponding to this URL.
The process of asking the IP corresponding to the URL takes a (short) while, so a system has been created to avoid having to ask for the IP : the hosts file. In this file, your computer can store correspondances between URLs and IPs.

Before going further, let's see where to find this hosts file :
→ Windows 95/98/Me : c:\windows folder
→ Windows NT/2000 : c:\winnt\system32\driver\etc folder
→ Windows XP : c:\windows\system32\driver\etc folder
→ Linux/BSD/Solaris/Unix : /etc/ folder
→ BeOS : /boot/beos/etc/ folder
→ Mac : System:Preferences folder or System folder

Now this is becoming very interesting : if your computer finds the URL that you want to load in the hosts file, it will always use the IP mentionned in this file. So, if you record a wrong IP (and we'll put 127.0.0.1, which is the address of your computer), it won't be able to load the site. So, if we list the ad sites in the hosts file, and set their IP to 127.0.0.1, the ads won't be able to load anymore !

Let's go !

To block ads, download one of our hosts file below and use it to edit your own hosts file (please back up your hosts file before editing it).

Latest lists

These files are 7-Zip archives (see our compressed files tutorial) :

Notes

Comments :
I like it :) (blue45, on Mon, 25 Apr 2005 22:38:37 +0200) Report Reply
Private I've been using this hosts file for some time now. But when will the server submission be back ?
Replies :
→ Re : I like it :)Show
[Add a comment]