• Resolved rrobyf

    (@rrobyf)


    Hi, Im very happy this plugin is working in mysite to banned some user who clicking too much my adsense ad. But when I look today at Banned User Detail section, there is a same IP that already clicking more than minimum click that I set. Please take a look this image: https://prntscr.com/fr23gu

    So my question is, are he/she that using those IP already been banned or not? I see the time and it’s happening very fast, they clicking more than 3 AD just for a second. Then I figure out this plugin need one second to banned them. Am I right?

    Please repond, Thank you. ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author iSaumya

    (@isaumya)

    Hi,
    yes that user has been banned. Also the plugin doesn’t need 1 sec to work it sends the data immediately to the server backend and then the server executes them. That’s it.

    Thread Starter rrobyf

    (@rrobyf)

    Okay, thank you. That’s great. I have one more question, is this plugin working (detect) for someone who using mobile phone to clicking the ads? I mean this plugin not only working on desktop only, right?

    Plugin Author iSaumya

    (@isaumya)

    Yah it also works for mobile users as well.

    Thread Starter rrobyf

    (@rrobyf)

    I think the banned system of your plugin need to have an improvement. Because today I saw this. Please take a look: https://prntscr.com/frqzmb

    They using a same IP Address, but why they still could clicking the ADS. Please help.

    Plugin Author iSaumya

    (@isaumya)

    Do you use any kind of hard cache system? The only possible explanation for this is that if you are using and strong cache system then after they met the click limit, technically PHP should run a block of code to make sure you don’t see the ads again. But as you have a strong cache, pages get delivered from the cache and PHP never got chance to do it’s job.

    I’m pretty sure that the cache system is the cause.

    Thread Starter rrobyf

    (@rrobyf)

    Yes, Im using W3 Total Cache for now. Do you know how to fix this without disabling that cache plugin? Or maybe W3 Total Cache have a way to prevent caching in a some object?

    Plugin Author iSaumya

    (@isaumya)

    I’m really sorry but not sure in that regard as what most of the wordpress caching plugin does is they create a .html static version of your page ad when someone try to visit that page it transfer the html version instead of executing the PHP codes. So if the php codes are not getting executed then php can’t prevent those users from seeing the ads.

    Thread Starter rrobyf

    (@rrobyf)

    I understand that, but yesterday I made a test for country ban feature on this AICP plugin and it’s working well with system cache enabled. Do you using a different method for ban user between country and IP?

    Plugin Author iSaumya

    (@isaumya)

    Not really. But that country ban will also face some issue after few days due to this cache login I told you above.

    Thread Starter rrobyf

    (@rrobyf)

    I have an idea, If you adding a feature to add a IP address manually to banned list section, it can make admin of blog have a chance to test this plugin working or not. What do you think?

    Plugin Author iSaumya

    (@isaumya)

    Hi,
    that is not a good thing as many ISP do not use static ips so the ip gets changed frequently. Also the thing you want to do is possible if you are familiar with add data to database. You simply add the in your aicp table with your ip manually from phpmyadmin to do this.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Double IP at Banned User Detail section’ is closed to new replies.