WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: ad-invalid-click-protector (Used by 3,680 domains)

Ad Invalid Click Protector (AICP)

πŸ‘€ iSaumya πŸ“¦ v1.3.0 πŸ”— Plugin Homepage

Ad Invalid Click Protector a.k.a. AICP plugin will help you to save your Google Ad account from unusual invalid click activities and click bombings. As per the Google Ad terms, Google doesn’t take any responsibility towards these invalid click activities or click bombings and always point the finger towards the Ad publisher, giving him/her all the blames. Now it is time to end this problem, once and for all.

Please Note: This plugin uses 3rd party systems ip-api.com to get the location details for the server IP. Please check their Privacy Policy and Terms. By default the plugin uses the free version of IP-API service but if you have purchased a premium version then you can enter your API key inside the plugin settings page.

Important Note About Touch Screen Support: This plugin doesn’t work on mobile devices such as smartphones and tablets, because this hardware uses a touchscreen instead of a mouse as click input. This design makes the boundary monitoring trick ineffective.

Important Note: From v1.1.0 this plugin will only work with AdSense ad code or any ad code that shows iframe based ads. Normal affiliate ad codes will be tracked anymore. If you want to track affiliate ad codes like , please use v1.0.6 of this plugin. v1.1.0+ code will not work that way. To know why I had to do this, check the FAQ section.

Important Note: This plugin uses the free API version of IP-API.com which allows 150 req/min. If you have a high traffic website, this 150 requests per minute will not be enough for you and you may see 503 Error on your site due to free API restrictions. If you have a high traffic website which may generate more than 150 requests per minute, I will recommend you to grab the PRO Version of IP-API and enter your Pro API key in the General Settings page of this plugin.

Video Demonstration About the Plugin Usage

Before start using the plugin, I will highly recommend you to take a look at this video demonstration where I’ve explained everything about this plugin.

For plugin support please post your your feedback and support questions to the Plugin’s Support Forum.

It took 300+ hours to code, design, test and to do several bugfix to make this plugin a reality. If you enjoy this plugin and understand the huge effort I put into this, please consider donating some amount (no matter how small) for keeping alive the development of this plugin. Thank you again for using my plugin. Also if you love using this plugin, I would really appreciate if you take 2 minutes out of your busy schedule to share your review about this plugin.

Features of the plugin include:

  • Set maximum ad click limit
  • Block any visitor if he exceeds the mentioned click limit
  • Ban some countries from seeing the ads on your site
  • Ability to see the list of banned user details from the WordPress admin section
  • Ability to delete any banned IP one by one or in bulk approach
  • Ability to search any IP within the banned IP list
  • Admin dashboard widget to show the total number of banned users

Now this plugin is also hosted in Github. But the Github repo will be used for the development of the plugin. So, from now on you can also report the bugs in Github Issue Tracker if you want.

Some FAQs

How to use this plugin with your site?

I know there are many WordPress plugin where you basically paste your AdSense code and it shows your ad at various position of your website. But unfortunately it is not humanly possible for me to check every single plugin of such out there or contact each plugin developer. Here I’m showing you how to incorporate the Ad Invalid Click Protector (AICP) plugin with your website’s ad code, so that both other plugin developers and normal users who use custom codes to show up their ads can take advantage of this.

To use the Ad Invalid Click Protector plugin with your ad code you basically have to do 2 simple things.

  1. Put a if( aicp_can_see_ads() ) { /* return your ad code here */ } block before returning your ad code to the front end
  2. Wrap your ad code within a simple div tag like this
    ...your ad code goes here...

Personally I create various WordPress shortcodes for various ad units that I use on my personal website. It is extremely easy to create shortcodes for your ad units while taking the advantage of Ad Invalid Click Protector Plugin. Let me show you how to create a WordPress shortcode very easily.

To create a shortcode the first thing you need to do is, go to the functions.php file of your theme or your child theme and at the end of your file put any of the following code.

If you are using a PHP version < 5.3, you can create a shortcode in the following way:

add_shortcode( 'your_shortcode_name', 'your_shortcode_function_name' );
function your_shortcode_function_name() {
    if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
        $adCode = '
'; return $adCode; } else { // Anything within this part will be shown to your banned visitors or to the blocked country visitors return '
You have been blocked from seeing ads.
'; } }

If you are using PHP version >= 5.3, you don’t need to give a function name, instead you can take advantage of of anonymous function like this way:

add_shortcode( 'your_shortcode_name', function() {
    if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
        $adCode = '
'; return $adCode; } else { // Anything within this part will be shown to your banned visitors or to the blocked country visitors return '
You have been blocked from seeing ads.
'; } } );

Please Note: if you want, you can completely ignore the else {} block above in case you don’t wanna show anything special to the blocked visitors.

How can I know what PHP version I am using?

You can install the WP Server Stats plugin in your website which will show you many important information about your hosting environment including what PHP version you are currently using.

Can this plugin be used with other ad medias?

No It is not. This plugin will only work with Ad ads or any ad media that shows iframe based ads. Recently Google has tweaked there ad code which makes merely impossible to support both iframe based ads like Ad and non-iframe based ads, like affiliate ads.
In case of affiliate ads, there is generally no click bombing issue, that is why from v1.1.0, AICP will only support iframe based ads and not general affiliate ads. Sorry guys! In case you want to use AICP just for affiliate ads, I will recommend you to download v1.0.6 of the plugin from the old archive.

Will it help me from stop clicking on my own ads?

No, you are not supposed to click on your own ads. If you want you can use adblock in your browser to save yourself from accidental clicking on your own ads.

Languages

Ad Invalid Click Protector plugin is 100% translation ready. Right now it only has the English translation in it but over time with the community help I hope this plugin will have many language in it’s language directory.

Support the Plugin

If you like this plugin please don’t forget to write a review and if possible please Donate some amount to keep the plugin and it’s development alive.

DomainExposuresHeadersLast Checked
n*z*k*-*o*e.com βœ… F 2026-05-17 06:45:57
s*u*i*i*a*a*e*o*i*i.com βœ… F 2026-05-17 06:20:43
x*n*.com βœ… F 2026-05-17 06:19:25
o*e*a*o.com (WP 6.9.4) βœ… F 2026-05-17 06:02:45
m*s*s*i*s*u*a*b*o*.com βœ… F 2026-05-17 05:19:08
z*p*m*r*s*n.com βœ… F 2026-05-17 05:03:42
m*s*p*n*l*g.com βœ… F 2026-05-17 04:57:10
m*s*p*p*-*i*e.com βœ… D 2026-05-17 04:51:27
m*s*n*g*5*5.com βœ… F 2026-05-17 04:45:12
m*s*l*-*o*r*.com βœ… F 2026-05-17 04:21:43
a*e*o*.com βœ… F 2026-05-17 04:21:28
z*n*c*e*i*r*p*i*.com (WP 6.9.4) βœ… D 2026-05-17 04:19:41
o*a*a*d*n*t.com (WP 6.7.5) βœ… F 2026-05-17 04:13:22
m*s*k*c*i*f*s*i*a*.com βœ… F 2026-05-17 04:10:10
x*-*u*r*4*e*9*h*7*.com βœ… F 2026-05-17 04:02:48
x*-*u*j*5*g*y*w*4*h*n*n*.com βœ… F 2026-05-17 03:48:58
x*-*u*j*5*g*u*o*w*q*a*f*.com βœ… F 2026-05-17 03:48:58
o*a*e*a*n*i.com βœ… F 2026-05-17 03:48:58
x*-*u*j*f*a*d*h*e*b*1*6*m*o*.com βœ… F 2026-05-17 03:44:29
c*b*r*r*p.com πŸ”“ F 2026-05-17 03:28:24
m*s*-*a*b*o*.com βœ… F 2026-05-17 03:08:37
m*s*-*a*e*r*k*.com βœ… A 2026-05-17 03:08:37
m*s*-*v*n*-*l*g.com βœ… F 2026-05-17 03:01:27
a*e*o*e*l*g.com βœ… F 2026-05-17 03:00:11
j*n*f*o*y.com βœ… F 2026-05-17 02:47:11
c*b*n*l*r.com βœ… D 2026-05-17 02:31:59
t*a*e*j*e*g*h*n.com βœ… F 2026-05-17 02:30:50
o*a*0*.com βœ… F 2026-05-17 02:27:35
a*e*j*m*l*e.com βœ… F 2026-05-17 02:02:51
o*y*l*g.com βœ… F 2026-05-17 01:52:15
o*y*g*m*r*.com βœ… F 2026-05-17 01:52:15
s*a*t*l*g*6*.com βœ… F 2026-05-17 01:42:02
j*n*a*.com βœ… F 2026-05-17 01:22:57
o*i*a*u*l*g.com βœ… D 2026-05-17 01:07:39
j*n*l*b*x*2*.com βœ… F 2026-05-17 00:51:38
k*z*m*s*-*l*g.com βœ… F 2026-05-17 00:36:34
s*a*t*t*c*b*o*.com βœ… F 2026-05-17 00:29:01
s*r*n*a.com (WP 6.9.4) βœ… F 2026-05-17 00:26:56
n*v*l*e*s*t*a*s*a*i*n*.com (WP 6.9.4) βœ… F 2026-05-17 00:06:37
k*z*-*l*.com βœ… F 2026-05-17 00:05:48
k*z*o*o*l*g.com βœ… F 2026-05-16 23:58:52
j*n*t*o*-*1.com βœ… F 2026-05-16 23:53:10
k*z*k*k*i*i.com βœ… F 2026-05-16 23:48:49
k*z*k*a*i.com βœ… F 2026-05-16 23:48:49
s*r*n*t*u*e*e*o.com βœ… F 2026-05-16 23:43:17
h*z*k*-*b*o*.com βœ… F 2026-05-16 23:37:49
s*r*-*o*y*.com βœ… F 2026-05-16 23:24:25
r*a*r*n.com βœ… D 2026-05-16 23:23:40
x*-*q*j*b*b*g*h*i*f.com βœ… F 2026-05-16 23:19:52
k*z*f*k*m*m*.com βœ… F 2026-05-16 23:07:08
h*z*7*7.com βœ… F 2026-05-16 23:06:13
k*z*l*g*.com βœ… F 2026-05-16 22:54:31
s*r*n*b*n*o.com βœ… F 2026-05-16 22:47:19
s*r*n*a*.com βœ… F 2026-05-16 22:47:19
k*z*m*m*.com βœ… F 2026-05-16 22:43:20
e*p*c*f*a*c*i*.com (WP 6.9.4) βœ… D 2026-05-16 22:28:10
o*l*l*b*r*t*r*.com βœ… F 2026-05-16 22:26:38
s*r*i*b*o*.com βœ… F 2026-05-16 22:24:37
s*r*e*l*g.com βœ… F 2026-05-16 22:18:05
c*c*e*s*t*b*i*d*r.com βœ… F 2026-05-16 22:13:33
x*-*o*3*1*g*5*e*j.com (WP 6.9.4) βœ… F 2026-05-16 21:52:58
e*o*a*o*o*b*o*.com βœ… F 2026-05-16 21:48:06
x*-*o*j*2*n*n*r*6*o*q*j*g*4*h*9*a*l*.com βœ… F 2026-05-16 21:14:08
x*-*o*j*2*n*9*9*n*p*g*3*1*5*d.com βœ… F 2026-05-16 21:14:08
x*-*o*j*2*n*9*9*5*o*h*d*5*.com βœ… F 2026-05-16 21:14:08
m*r*t*n*l*g.com βœ… F 2026-05-16 20:16:33
x*-*n*j*0*p*4*6*6*p*i*z*5*.com βœ… F 2026-05-16 20:04:38
x*-*n*j*6*w*0*4*7*s*v*0*b*1*d.com βœ… F 2026-05-16 20:04:37
x*-*n*j*d*0*h*s*b*2*2*1*1*.com βœ… F 2026-05-16 19:57:26
k*y*t*u*u.com βœ… F 2026-05-16 19:56:19
e*k*s*h*r*e*l*m.com (WP 6.9.4) βœ… F 2026-05-16 19:45:14
z*v*c*a*e*.com βœ… F 2026-05-16 19:45:11
m*r*p*i.com βœ… F 2026-05-16 19:43:24
m*r*n*u*h*w*r*i*g*o*h*r.com βœ… F 2026-05-16 19:43:23
m*r*n*t*1*5.com βœ… F 2026-05-16 19:43:23
o*j*e*o*.com βœ… A 2026-05-16 19:32:18
o*i*o*i*a*a*1.com βœ… F 2026-05-16 19:26:39
h*y*j*r*.com βœ… F 2026-05-16 18:51:39
h*y*b*s*-*p*r*s.com βœ… F 2026-05-16 18:44:07
s*s*j*t*.com (WP 6.9.4) βœ… F 2026-05-16 18:23:08
k*w*z*-*e*o*o.com βœ… F 2026-05-16 18:09:26
o*e*a*c*r*e.com βœ… F 2026-05-16 17:56:11
k*w*s*m*-*l*e.com βœ… F 2026-05-16 17:46:09
n*u*a*i*l*g.com βœ… F 2026-05-16 17:44:25
n*u*a*i*y*m*m*.com βœ… D 2026-05-16 17:44:25
o*a*a*h*n*8*1.com βœ… F 2026-05-16 16:50:38
x*-*l*j*c*0*6*b*f*6*p*9*r*s*t*.com βœ… F 2026-05-16 16:46:22
n*u*a*-*i*r*r*a*.com βœ… F 2026-05-16 16:35:29
k*w*i*n*s*a.com βœ… F 2026-05-16 16:31:12
o*a*a*e*i*.com βœ… F 2026-05-16 16:28:57
o*a*i*d*y*.com βœ… F 2026-05-16 16:28:57
h*p*y*e*g*i*h.s*k*r*.n*.jp βœ… F 2026-05-16 16:25:04
c*l*e*e.m*j*n*l*f*.com βœ… F 2026-05-16 16:25:04
d*i*k.m*j*n*l*f*.com βœ… F 2026-05-16 16:25:04
r*n*o.com βœ… F 2026-05-16 16:20:11
t*y*t*y*.com βœ… F 2026-05-16 16:04:19
t*y*t*m*b*o*.com βœ… F 2026-05-16 16:04:19
h*w*i*-*n.com βœ… F 2026-05-16 16:00:42
z*r*-*a*a.com βœ… D 2026-05-16 15:50:04
o*u*i*k*-*u*c*.com βœ… F 2026-05-16 15:45:09

Top 50 Plugins

Plugin Count
elementor 1,845,026
contact-form-7 1,814,379
elementor-pro 1,074,639
woocommerce 834,328
revslider 631,057
jetpack 474,701
js_composer 442,043
wp-rocket 343,148
essential-addons-for-elementor-lite 303,315
gravityforms 291,645
complianz-gdpr 264,632
cookie-law-info 238,008
instagram-feed 233,160
google-site-kit 227,086
sitepress-multilingual-cms 226,612
google-analytics-for-wordpress 218,275
header-footer-elementor 214,731
elementskit-lite 214,055
bluehost-wordpress-plugin 191,979
gutenberg 165,128
gutenberg-core 163,247
cookie-notice 156,862
litespeed-cache 137,160
the-events-calendar 135,646
wpforms-lite 131,895
gtranslate 131,059
astra-sites 121,430
popup-maker 118,674
woocommerce-payments 114,788
tablepress 113,253
coblocks 101,881
honeypot 100,128
astra-addon 97,326
duracelltomi-google-tag-manager 96,036
wp-smushit 95,656
all-in-one-seo-pack 95,213
LayerSlider 93,578
bb-plugin 92,205
megamenu 89,033
premium-addons-for-elementor 88,891
akismet 87,453
mailchimp-for-wp 85,480
cleantalk-spam-protect 85,280
woocommerce-gateway-stripe 84,759
ml-slider 83,225
borlabs-cookie 82,106
fusion-builder 81,492
wp-pagenavi 81,138
ewww-image-optimizer 80,807
smart-slider-3 79,595

Top 50 Themes

Theme Count
hello-elementor 631,095
Divi 521,797
astra 432,703
flatsome 142,108
Avada 127,084
generatepress 125,483
pub 112,409
oceanwp 85,449
kadence 80,767
twentytwentyfour 80,280
enfold 73,503
salient 68,110
h4 57,690
twentyseventeen 57,578
bb-theme 56,107
betheme 53,173
cocoon-master 52,483
blocksy 52,231
dt-the7 47,224
twentytwentyfive 45,213
sydney 42,519
neve 40,452
Avada-Child-Theme 38,420
woodmart 34,046
gox 34,021
bridge 33,548
twentytwentyone 32,826
lightning 31,937
twentytwenty 30,760
swell 28,919
Impreza 27,210
bricks 26,663
voxel 25,694
twentytwentythree 24,488
Newspaper 24,266
sinatra 22,661
kubio 21,620
twentytwentytwo 20,266
uncode 19,571
epik-redesign 19,281
twentysixteen 18,733
storefront 18,307
pro 18,094
Total 15,054
extendable 14,875
yith-wonder 14,120
hello-theme-child-master 13,717
themify-ultra 13,308
yootheme 13,284
hestia 13,196