Linux 软件免费装
Banner图

Block Comment Spam Bots

开发者 rhellewellgmailcom
更新时间 2024年4月11日 06:16
捐献地址: 去捐款
PHP版本: 5.4 及以上
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

comments spam blocking bots automated spam

下载

2.2 2.4 2.5 2.6 2.61 2.3 2.62 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1

详情介绍:

Professional spammers use programs to automate their spamming. The 'Block Comment Spam Bots' (BCSB) plugin efficiently blocks their process. No more comment spam! As no legitimate user will use the professional spammer's automated process which relies on cURL and WGET commands, real users will never notice the BCSB plugin at work. There are no CAPTCHAS for your visitors to interact with. No silly questions. Just the comment form as designed in any theme. On the admin side, there are no blacklists, special keys (like Askimet), overloaded spam queues, or overworked databases that store spam comments until you manually delete them. Install the plugin and that's it. Invisible, to you and your visitors. The only change you will notice is in your admin area. The list of comments now has a green check next to them. That way you know that comment was made on your website by a real person and was not bypassed by hacking spammers connecting directly to your server. All that remains is comments made by real people, and while real people can spam, it takes them time and effort. The amount of spam from real people is a lot more manageable than the tsunami from automated spammers, saving you time to concentrate on the important things in life, like your readers, and making connections. We've tested it on multiple websites and it wipes out automated spam completely. If it doesn't on your site, please let us know. ** Geeky Stuff ** ...in case you are interested in how it works... tl;dr - This provides a total and easy solution to comment spam from spam bots. Comments are processed by the WordPress wp-post-comments.php file. Automated spammers ('spam bots') can provide ('post') data directly to that page, bypassing any comment processing, by using CURL/WGET commands. Bypassing the comment form by posting directly (via CURL or WGET commands), is quite easy. Just send the post ID number, and the bot's fake name and email, and the spammy content. Boom! Comment spam is on your site! The result is comment spam - and that is not always caught by other comment spam checkers. Even if it is caught by programs such as Akismet, processing that spam takes some server resources, including writing to the database. This plugin uses several techniques to 'sense' a spambot. There are hidden fields that are changed after a delay. There is a delay in displaying the submit button. And it blocks direct access to the WordPress post/processing functions. The techniques, also used in our standalone "FormSpemmerTrap" (FST) program, and our other anti-spam plugins (like FormSpammerTrap for Comments), are very effective. They use a bit of JavaScript to block spambots - since automated processes via CURL/WGET/etc cannot process JS code. It's simple: you install this plugin, activate it, and bot comments will stop. Immediately. And it doesn't add any visual impediments to your comments. No reCaptcha things (which many see as a pain). No silly questions ('what is 2+8') on the form. Your comment form does not change. Regular users will not notice a difference. But you will. No more spam comments for you! This is the best solution to block comment spam. We've tested it on a site that had 20-40 spam comments a day. With this plugin enabled, the spam comment stopped. Immediately. And there have been none since installing this plugin. ** Not one. Zero.** The Admin, Comments list page is modified to show a column with a green checkmark icon if the comment was entered by a real person and not a bot. This is an assurance that the comment was not entered via an automated CURL/WGET to the wp-comments-post.php file. A comment that is on the list that does not show the checkmark was done by a bot. But you won't see those blocked comments with this plugin enabled. They never get into your database. You can hover over the checkmark icon to see the GUID value indicating a person entered the comment. The plugins 'Settings' screen has no settings. You don't even need to look at the Settings screen. If you do, you'll see information about the plugin. And there is a CURL command you can use to test the effectiveness of blocking (or not blocking) direct access to the wp-comments-post.php file. The plugin also adds the hidden GUID field to the comment form after a delay to help block bots that are using the comment form to submit. If the hidden field is not submitted then a bot tried to bypass the comment form. And a short delay happens before the comment submit button is displayed - another bot protection.

安装:

This section describes how to install the plugin and get it working.
  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin
  4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)

升级注意事项:

Version 1.5 (1 Jan 2020)
  • Changed the box that shows the CURL command for the site. Version 1.4 (29 Dec 2019)
  • Added more info to the FAQ area.
  • Some more info on the Settings/Info screen. Version 1.3 (24 Dec 2019)
  • Added the storage and display of the hidden field on the Admin, Comments screen. That field can be edited, although not sure why you would want to.
  • The addition of a column for the hidden field value will allow you to see if a spammy comment was entered manually. A blank value indicates that the comment was entered manually.
  • Added a timed delay to change the value of the hidden field, to prevent automated entry of the actual comment form.
  • Added additional information on the 'Info/Settings' screen, including the CURL command you can use to try to automated a comment.
  • All function and variable names now have a prefix to ensure that there are no conflicts with other core/theme/plugin functions or values.
  • Added CSS files, and images in the assets folder.
  • Some minor changes to this readme file for additional information. Version 1.2 (23 Dec 2019)
  • Not released/testing version Version 1.1 (18 Dec 2019)
  • Initial Release (prior versions used in development only)

常见问题:

Does it really work?

Yep. We've tested it on a site that was getting 20-40 spam comments a day. We installed and activated the plugin, and the spam comments stopped immediately. And just like that battery rabbit, it's still going strong, blocking comment spam. The plugin will work the same on your site - no more comment spam!

Does this modify the comment form?

The comment form will look as it always did. No additional visible fields. No reCaptchas. No silly questions. Only the spambots will notice the difference - and we don't care about them.

Are there any settings?

Nope. Just an information screen about how it works, including an easy way to test blocking automated comment spam.

What about customized comment forms?

The plgin makes no changes to the visual or operational comment form. It just adds a hidden field with a unique value, then checks for that field on submit. It delays showing the Submit button. And it changes field names and values to block automated 'scrapers'. Plus it blocks direct posting to the comment processing code.

What about Contact forms?

This plugin doesn't affect Contact forms; it just works on comments. But we have a solution for Contact forms - see our https://www.FormSpammerTrap.com (FST) site. It works on WordPress and other sites. Takes a small bit of customization for your WP theme, but full instructions and examples are included. And it is quite easy to customize your contact form. An example of a customized contact form is on the FST site. (We will implement the Contact form customization on your site for a small fee.) And, like this plugin, it's entirely free.

So a full solution for comment and contact spam is ...?

This plugin which takes care of comment spam, plus the FormSpammerTrap code you can easily add to your site for Contact forms. You're welcome!

更新日志:

** Version 2.62 (4 Apr 2022) **