Hi, could you tell me how to test if referrer is blocked? I came across a guide awhile ago explaining how to use postman with interceptor, but can’t seem to find that guide now. thanks
]]>Hi. Is the plugin block crawler, same as block usergent? Sorry silly question, i’m not surely what is difference crawler vs user-agent, just be sure before working on it.
I used code bellow in .htaccess. If your plugin work same function as user-agent. Can i delete these code and started working on your plugin? By the way “add new/each user-gent” to “Web Crawler List”
# Start HackRepair.com Blacklist
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} “^Mozilla.*Indy” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “^Mozilla.*NEWT” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “^$” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “^Maxthon$” [NC,OR]
Thanks
Hi, I think this plugin is a really great idea, but unfortunately it doesn’t seem to work when a caching plugin is used. I tested with Comet Cache and WP Fastest Cache and both return status 200 when tested for semalt.com.
I am testing with postman with the additional interceptor.
I noticed that on a uncached page it does work and returns status 403.
I also tested this on the developer’s website (https://threenine.co.uk/) for semalt.com with postman (+interceptor) and it also returned a 200 status. So it appears the plugin is not working on the developer’s site which is using W3 Total Cache.
]]>Hello,
I installed and activated the plugin but tests with Postman indicate that it is not protecting my site from spam crawlers such as Semalt. What should i do?
]]>hi,
it appears the database table wp.xxx_swc_crawlers does not exist in my database and is causing 503 errors
WordPress database error Table ‘wp.xxx_swc_crawlers' doesn't exist for query SELECT url FROM wp.xxx_swc_crawlers WHERE url = 'https://www.domain.com' AND status = 'Enabled' made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array, call_user_func_array, Request_Parser::execute, RequestValidator->Referer, data_access_layer->GetCrawlers, referer: https://www.domain.com
thanks
]]>Ошибка базы данных WordPress (Database error): [Table ‘blagosve_bs_max.wp_swc_crawlers’ doesn’t exist]
SELECT wp_swc_crawlers.id as id, wp_swc_crawlers.name as name, wp_swc_crawlers.url as url, wp_swc_crawler_type.name as type, wp_swc_crawlers.status as status FROM wp_swc_crawlers inner join wp_swc_crawler_type on wp_swc_crawler_type.id = wp_swc_crawlers.typeid order by wp_swc_crawlers.name asc
We unfortunately experienced some issues with the latest version release of SWC 1.3.5.
It appears when we did a merge from our GitHub Repository to Subversion repository that some corruption took place.
Although we tested our release code of SWC to ensure both new and upgrade processes work, it appears on some server configurations that the upgrade process does not work as expected. We did not experience any issue when we tested this process. However, it does not mean to say that this process is fool proof. We will be continuing to test to ensure all issues are addressed.
]]>Hi!
I installed your plugin. But when entering the website visitor any post shows a blank page? How to fix it?