Is this anti click-bombing script/bot possible?

kaylanewett

BANNED
Joined
Jun 8, 2013
Messages
611
Reaction score
552
Is there a script/bot that I can install with my Adsense ads that blocks the ad from getting clicked by the same ip address more than once within 24 hours? It can only be in html.
 
I don't think so. You will need at least some sort of PHP script that will disable ads for a certain amount of time when the same IP address views the page. HTML is for layout and nothing else.
 
Google takes care of most of those. But if your site is wordpress you can get wordfence plugin then take the IP of the visitor and insert and block access to the site. Maybe this will help you. Or create a script that when a certain IP clicks your ad has already visited the site that it redirects them to another url. Should be able to do this in php
 
Back
Top