這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

MP Spam Be Gone

外掛說明

MP Spam Be Gone is the simplest, most effective Spam blocker without difficult CAPTCHA responses needed by the user. This plugin was inspired by some of the best Anti-Spam plugins available on WordPress.

Inspirations:
Spam Free WordPress by Todd Lahman, LLC
Growmap Anti Spambot Plugin by Andy Bailey
Simple Trackback Validation with Topsy Blocker by Tobias Koelligan

This plugin has aspects from all of the above mentioned plugins to form the most complete and dead simple Anti Spam plugin on WordPress. This plugin doesn’t write anything to your database while preventing comment spam and trackback spam.

From Growmap Anti Spambot Plugin, I used the concept of having a checkbox display to the user in order to prevent automated Spam. To me this is the best way (and least intrusive) to completely prevent automated spam from ever even being written to the database in the spam que. It is physically impossible to get a false positive, since you either checked the button or not. The flaw with this plugin is that it does not work with Javascript disabled.

To combat that flaw, I use the copy and paste password fields from the Spam Free WordPress plugin. These fields are in a <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.

安裝方式

  1. Upload the mp-spam-be-gone directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Do I need to do anything after activating this plugin?

Absolutely not. Set it and forget it (and it will be easy to forget, when the spam stops).

The checkbox is not appearing on my comment form?

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈MP Spam Be Gone〉的開發相關工作。

參與者

將〈MP Spam Be Gone〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

4.0

  • Upgrade the honeypot fields to use two different methods of creating a honeypot
  • Switched from check the box to uncheck the box to prove you are not a bot

3.0

  • Switches from using jQuery to display the checkbox, to a pure javascript method for even faster performance.

2.0

  • Fixes the bug that caused the checkbox to not appear in the comment form

1.0

  • Initial Release