i want to know if there is some easy way to stop adsense from displaying on our websites. we have many people working on our websites and link building, so there are chances that they could click on ads. i tried to give adsense server to 127.0.0.1 in my hosts file, but that makes the page loading real slow. any other easy method for IE and firefox to stop adsense ads. thanks
ya , or if you are using php make the page echo nothing if the Ip is 127.0.0.1 and echo the adsense code if other Ip viewing the pages then include it on all of your pages .
why bother hacking the php, when you can add a button to firefox - there must be one made by somebody!
I don't know of anything other than adding some code to determine if the IP requesting the page is internal, and if so, do not display the ads.
I know that disabling Java works in Ff, I have tried it successfully - AdSense is powered by one internal and one external scripts.
I went into the code of a page that had adsense on it, and redirected the ip address to local (127.0.0.1) in my host files. This caused the javascript not the execute, therefore no ads, or accidental clicks. Check if you have the same url in your pages(view source) and I hop this helps. 127.0.0.1 pagead2.googlesyndication.com later, tom
Get the adblock extension for firefox and tell it to hide your adsense ads. I use it and I never see my own ads, thus I can never click on them. Adblock Firefox Extension https://addons.mozilla.org/extensions/moreinfo.php?id=10&application=firefox
Well, thanks for your tips.... i remember last time, I was warned by Adsense Management that one of my pages created invalid clicks. and I found out that it was because some of the clients of our internetcafe here in the Philippines are clicking on the ads I put on the default URL of the browsers of the cafe's computers. So, I think I can apply your advice on the cafe's browsers too to avoid clients on clicking on my ads.