![]() |
|
Tutorial How To Block Some Ads Via 127.0.0.1 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: Tutorial How To Block Some Ads Via 127.0.0.1 (/Thread-Tutorial-How-To-Block-Some-Ads-Via-127-0-0-1) |
How To Block Some Ads Via 127.0.0.1 - 303315 - 08-08-2013 Block AdServers if you wanna remove those nasty ads from the pages which waste lot of time and bandwidth then here is something for you I belive it will help you a lot how it works: It's possible to set up a name server as authoritative for any domain you choose, allowing you to specify the DNS records for that domain. You can also configure most computers to be sort of mini-nameservers for themselves, so that they check their own DNS records before asking a nameserver. Either way, you get to say what hostname points to what IP address. If you haven't guessed already, the way you block ads it to provide bogus information about the domains we don't want to see - ie, all those servers out there that dedicate their existence to spewing out banner ads. The hosts file: Probably the most common way people block ads like this is with something called the "hosts file". The hosts file is a simple list of hostnames and their corresponding IP addresses, which your computer looks at every time you try and contact a previously unknown hostname. If it finds an entry for the computer you're trying to reach, it sets the IP address for that computer to be whatever's in the hosts file. 127.0.0.1 is a special IP address which, to a computer, always means that computer. Any time a machine sends a network request to 127.0.0.1, it is talking to itself. This is very useful when it comes to blocking ads, because all we have to do is specify the IP address of any ad server to be 127.0.0.1. And to do that, all we have to do is edit the hosts file. What will happen then is something like this: 1. you visit a web page 2. the web page contains a banner ad stored on the server "ads.example.com" 3. your computer says "ads.example.com? never heard of it. wait a second, let's see if I've got the number on me..." 4. your computer finds its hosts file and checks to see if ads.example.com is listed 5. it finds the hostname, which points to 127.0.0.1 6. "great", says the computer, and sends off a request to 127.0.0.1 for the banner ad that's supposed to be on the page 7. "oh", says the computer, and fails to show anything because it just sent a request to itself for a banner ad Where's my hosts file? * Windows 95 / 98 / ME: C:\Windows (I think) * Windows NT: C:\WinNT\hosts * Windows 2000: C:\WinNT\system32\drivers\etc\ * Windows XP: C:\Windows\System32\drivers\etc * Windows vista/7/8: No idea. * FreeBSD / Linux / Mac OS X / Unixish operating systems: /etc/hosts Here's some CopyPasta you might like http://www.mediafire.com/?dh08scd7k9hhh89 https://www.virustotal.com/en/file/cab75454b7357aaa72b5812299b0782f51f3ffaefe0b93375a980a8f85063d5b/analysis/1374647147/ RE: How To Block Some Ads Via 127.0.0.1 - Kinanizer - 08-08-2013 Good TuT for those who didn't know this already. Although personally I prefer ads. Don't get me wrong I've seen a lot of crap, but once in awhile there are some diamonds in the rough. RE: How To Block Some Ads Via 127.0.0.1 - Cosmic - 08-08-2013 Great share ![]() http://pgl.yoyo.org/as/ RE: How To Block Some Ads Via 127.0.0.1 - 303315 - 08-09-2013 (08-08-2013, 09:01 AM)Cosmic Wrote: Great share lol what is that "http://pgl.yoyo.org/as/" RE: How To Block Some Ads Via 127.0.0.1 - Six - 08-09-2013 Very good tutorial! I have all my ads blocked ![]() OT: I thought the title said how to block Aids for some reason.. RE: How To Block Some Ads Via 127.0.0.1 - 303315 - 08-09-2013 (08-09-2013, 05:05 AM)Film Wrote: Very good tutorial! I have all my ads blocked Wanna blocks Aids? here is a method 1)Have sex. 2)Suicide LOL RE: How To Block Some Ads Via 127.0.0.1 - 303315 - 08-11-2013 (08-10-2013, 05:03 PM)YSL Wrote: Or you can just get adblock... or you can reread the conversation. RE: How To Block Some Ads Via 127.0.0.1 - Combo - 08-14-2013 Thank you for sharing, useful information. |