• Hi support team,

    1. Whether this AICP plugin will work if I already have Nitro pack (speed optimising plugin) on my worpress website. Plz suggest me.

    2. My current php is very 7.3. You have suggested that for above php ver 5.5 on the description you have given complete set of codes including short code and along with the as usual ad code. I have confused regarding which type of shortcodes I need to add their.

    So For your reference – my purposes is just I need to protect my site from invalid clicks so for that can you please give me exact code below and suggest me where I need to add the code.it will be more helpful to apply. I’m a beginner so Please provide me.

    3.your suggested code should be in each and every pages of my website or else just by adding function.Php will be enough to implenet. Because I like to prefer manually adding ad codes using via theme option to sidebars and pages. So please suggest me.

    4. Based on your experience please suggest me that, in your description you have mentioned this plugin will not work for mobile. My query is if multiple clicks happend through mobile or tablet whether it may affect the Adsense account through this invalid Clik activity particularly on mobile and tab. Can it lead to ban account. I’m a beginner so please share your opinion regarding this?

    I’m requesting you please provide me solutions for all my queries 1,2,3and 4. It’s my request sir.

    • This topic was modified 4 years, 3 months ago by palaniappan.
Viewing 13 replies - 31 through 43 (of 43 total)
  • Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    How can I check that Adsense invalid protector plugin is working perfectly or Not?

    Yesterday you have ask me to open incognito and instead of doing left click on ads, right-click that won’t invoke ads to open.

    I have a doubt that first, I need to Right-click –> after that it asks open in a new window — where I need to again right-click that to check it or left-click to check this.

    Plugin Author iSaumya

    (@isaumya)

    You just need to right click. No need tri choose any option from the context menu when you do the right click. Just keep doing right click and it will keep showing you the context menu but each right click is a click that is counted by the plugin.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    1. Sir where I can found the counted clicks in the plugin and how can I confirm that the plugins is working perfectly. Can you explain briefly and share me a screenshot.

    2. Please suggest me how can I protect cliking unfortunately on my own website on my own IP. Any tools is there sir please suggest me.

    3. I have unfortunately clicked only one time in my website now, whether it will cause any issue. Please suggest me sir.

    Please give me solution for 1,2 and 3 query. It will be more helpful for me. To protect my account.

    Thank you! Please reply me sir. It’s my request.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    whether I need to add <?php codes at beginning for the short code approach or not needed?

    I’m requesting you that please give me solution for this query and my last query which I have mentioned above. That’s all. Please reply me sir.

    Thank you so much sir for your great support.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    I’m requesting you please give me solution for my last 2 message. It’s my humble request.

    Plugin Author iSaumya

    (@isaumya)

    1. Sir where I can found the counted clicks in the plugin and how can I confirm that the plugins is working perfectly. Can you explain briefly and share me a screenshot.

    – Check your cookies there is a cookie named click_counter that counts the click

    2. Please suggest me how can I protect cliking unfortunately on my own website on my own IP. Any tools is there sir please suggest me.

    – You can simply wrap your code inside an if block that checks if you are an admin or not like if( !is_admin() ) { // the AICP code goes here }
    This way the ads won’t show up when you are logged in as an admin.

    3. I have unfortunately clicked only one time in my website now, whether it will cause any issue. Please suggest me sir.

    It might don’t know. You are not supposed to do left-click on your own ads.

    whether I need to add <?php codes at beginning for the short code approach or not needed?

    If you are adding a shortcode inside your functions.php file then you don’t need to add the <?php as that is already added at the top of the file.

    Please note that the questions you are asking here are about WordPress development and programming. This plugin is not a plug-n-play plugin and it is clearly mentioned in the plu7gin description that to use the plugin you need to have some basic understanding of WordPress development and how to edit code. If you keep asking me about WP development and customization help, that is outside of the scope of plugin support.

    Do note that you are getting free support. You are not paying for your WordPress site customization or development. That is why I told you earlier that if you are not comfortable about customizing the code of your WordPress site by yourself, you should consider hiring a WordPress developer who can make these changes very easily on your site very quickly.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    I have already used Nitopack (cache plugins) for the speed optimisation. When after installed the aicp plugins I just deactivated that Nitopack plugin based on your clarification. And I just asked the NITROPACK support team regarding this issue.

    So for that query Nitro pack technical team replied me :-
    [
    Palani, Please ask the devs of the plugin what needs to be excluded on our side (nitro pack) in order for this plugin to work with aicp.]

    So here I need your suggestion and reply regarding this. So please suggest me solution regarding nitropack plugins to work with aicp plugins. From their end what they need to avoid to work with this plugin. We need your support and reply.

    Thank you so much sir! Please reply me.

    Plugin Author iSaumya

    (@isaumya)

    Hi,
    This is not Nitro Packs’s issue or any plugins issue. There is no way they can solve this. You see the way AICP works doesn’t work with any page caching architecture. To understand why you need to understand how page caching works.

    If you don’t have any page cache each time a user visit any page your server execute all the php codes and then generate the html and send it to the user. Now as server is doing its work and execution, this takes some time for the server that’s why you’ll see the TTFB is high.

    Now the way caching plugin works is that first time when the php runs and return the html it store that result, the plugin generate a static HTML page of that response. So next time if a user ask for the same page, instead of executing the php again it simply send the already saved html of that page. Now add that’s a static file, the server don’t need to use any brainpower to generate the html of that page and hence it’s faster.

    Now as you can see with the caching approach as the php is not getting run for the generation of the page content, ask the php conditions you have wrapping you ad code, that also won’t run. And hence the incompatibility with any page caching plugin.

    If you don’t understand any of it, just show this response to Nitro Pack dev team they will explain you maybe in more details.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    I have enabled the Adsense codes on my header and sidebars. Can you please check and suggest me whether the aicp is working fine on my website or anything I need to change. Please suggest me sir.

    Only one request – you have suggested from my end also to check using – (by Check your cookies there is a cookie named click_counter that counts the click) I don’t know where to find this option in my aicp plugin and also how can confirm that user is blocked and plugin working perfectly by using this clicks counted . Can you explain briefly this step alone please. It’s my request.

    Thank you so much sir! Please reply me.

    Plugin Author iSaumya

    (@isaumya)

    I don’t have your website link. Please share the page link where I can see the implementation.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    Actually I have placed the shortcode on function.php but I can’t find the ads in my website. So please suggest me how can I place the shortcode to be shown in exact position like header, sidebar, and also in the after and before content using the shortcode approach in function.php methods.

    Placing suggest me it will be more helpful for me. Thank you! pleasr reply me sir.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    Whether this plugin Prevent malicious clicks by bots on my Ads and also invalid traffic concern activity.

    Thank You! Please reply to me, sir.

    Plugin Author iSaumya

    (@isaumya)

    Whether this plugin Prevent malicious clicks by bots on my Ads and also invalid traffic concern activity.

    It stops showing the ads to anyone who clicked beyond the number set in the plugin.

Viewing 13 replies - 31 through 43 (of 43 total)
  • The topic ‘General inquiry’ is closed to new replies.