Hello i acces the internet from a network and i whant to block my ip so no one clicks the ads so i will be safe from any problems . How can i do this ?> Regards and thanks
No, you need to either edit your htaccess file or install a third-party software like adlogger or others.
If you do it with phpadsnew you can throttle back the ad views and prevent people click bombing your site as well.
nice to see some people know how to use google lol don't get why you don't just ban them from your whole site though
<?php if ($_SERVER['REMOTE_ADDR'] != 'Your IP address here ‘) { echo ‘ Your adsense code here, along with whatever div tags you use. ‘; } ?> Code (markup):
Exactly i whant to avoid clicks from my own ip as from this ip 4 people navigate on the internet .... Thanks for the links i will take a look . Regards