Hi members I am using windows based server for my website which way i can block reapeeted clicks from same IP? I mean more than 5clicks on adsense ads, from same IP address.
it's simple , you can insert small php code , first you save this IP in the database for example , and then you do a simple IF test to display or not display your ad code hope this help you
Can your windows server run PHP code though? If not, you need to install it first. Adlogger is okay - but its not perfect. You can get many emails from it - it errs on the side of caution a little bit too much for my liking
If you're using apache, just throw the ip address into a deny from clause in your httpd.conf file. Restart your server and away you go, no need to mess around with any installations, although adlogger would be a nice addition to have.
I think Adsense can recognize clicks like that by itself and filter it out. Or just let them know if you worry about that.