开发者 | MikesPickz |
---|---|
更新时间 | 2021年1月3日 16:50 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 5.6 |
<noscript>
tag, and only appear if Javascript is disabled. Unlike, the Spam Free WordPress plugin, these passwords are generated on the fly and never stored in the database.
These plugins primarily stop comment spam. In order to stop trackback spam, I added the IP address check, URL check, and Topsy check functions from Simple Trackback Validation with Topsy Blocker. If a trackback is identified as spam because of the IP address or Topsy, it is deleted and never written to the database. If a trackback is identified as spam because of the URL, it is marked as spam and sent to the Spam que. The reason that these are not automatically deleted, is because it is possible that the referring page is using a shortlink and therefore the full URL would not appear on the page in the first place.
When combined, this plugin will stop all automated spam and trackbacks.
It is intended to replace the above plugins.
You can't find a plugin simpler than this - set it and forget it. No options = no modifications to the database.
mp-spam-be-gone
directory to the /wp-content/plugins/
directoryAbsolutely not. Set it and forget it (and it will be easy to forget, when the spam stops).
If Version 3.0 does not correct this problem, please check your theme templates. In the comments.php page, you should see a function - comment_form(). This function was added with WordPress 3.0 and is required for my plugin to hook into the comment form.