Support » Plugins » How remove flare_get_counts from WordPress site/DB

  • Google WMT is showing a lot of errors of this type

    techwayz.com/wp-admin/admin-ajax.php?action=flare_get_counts&url=http%3A%2F%2Ftechwayz.com%2Flava-iris-402-356-price-specifications%2F&post_id=34&_wpnonce=8c7fc14726

    I had deleted the flare plugin but it still has some entries in DB table. These URLs should return a 404 error. Google is somehow getting an access to these URL’s and it is counting the page as site content. Please help me to get rid of flare_get_counts.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have exactly the same problem.

    Have you found a solution?

    same here, anything from the devs pls??

    Same problem for me at Geek Dashboard
    Webmasters is showing 15 Soft Errors. Hope someone help to solve this issue.

    I found a solution to this problem.

    I’ve put this is my .htaccess and all the URLs with “flare_get_counts” in it will be redirected to the homepage.

    RewriteEngine On
    RewriteCond %{QUERY_STRING} action=flare_get_counts&url=.+
    RewriteRule wp-admin/admin-ajax.php /? [R=301,L]

    This is of course a work-around, as the code of this crappy plugin is still present all over the database and needs to be removed.

    Please tell me if it worked for you!

    Eddie

    Rewrite rule worked for me. But is there any fix to remove the plugin completely ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How remove flare_get_counts from WordPress site/DB’ is closed to new replies.