Todays Technoligy News Is "How To Speed Up Internet Browsing Using A simple Host File".
By using Host file we can block the google ads,Cookies, Banners and Javascripts code from appearing on your Surfing webpage . We can even block Google Analytics from tracking your visit.
The "Windows Host Files" has the capacity to mapping the IP address to the Host names.
When we start the system then the host file is loaded at the cache memory. Next the Windows
checks the Hosts file before it queries any DNS(Domain Name Server) server, which shows it to override addresses in DNS.
So That prevents back to the local listed websites by redirecting any connection attempts back to the local machine and HOSTS files has the ability to block other applications from connecting to the Internet,providing the entry exists.
Actualy every advert uses a standard URL like www.anADVERTsite.com ,which is the unique identifier which typed in to browser the URL must be translated in to a machine recognised numerical identifier(IP Address)
To block the google adsense,Cookies and Banners just following lines to your windows host file .
# [Google Inc]
127.0.0.1 adwords.google.com
127.0.0.1 pagead.googlesyndication.com
127.0.0.1 pagead2.googlesyndication.com
127.0.0.1 adservices.google.com
127.0.0.1 imageads.googleadservices.com
127.0.0.1 imageads1.googleadservices.com
127.0.0.1 www.googleadservices.com
127.0.0.1 apps5.oingo.com
Follow the step by step how to set up the above codeclick on start button and Open My computer
find the c drive
check the windows folder
find the system32 folder
find the driver folder
find etc folder
you can find the hosts file and open in note pad
open in note pad
type the below code
# [Google Inc]
# [Google Inc]
127.0.0.1 adwords.google.com
127.0.0.1 pagead.googlesyndication.com
127.0.0.1 pagead2.googlesyndication.com
127.0.0.1 adservices.google.com
127.0.0.1 imageads.googleadservices.com
127.0.0.1 imageads1.googleadservices.com
127.0.0.1 www.googleadservices.com
127.0.0.1 apps5.oingo.com
check the adse you cant find in th page
Post a Comment (0)