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

Advanced Invisible Anti-Spam

外掛說明

Anti-Spam solutions that require your users to fill out captcha’s are frustrating for actual humans, and not that great at stopping bots.

This solution works automatically without any user configuration, and puts no additional burden on your users. After activation this plugin will go to work stopping: comment spam, spam bot registration, and bbPress spam.

Key features:

  • Fully compatible with wordpress caching plugins or even more advanced server level caching solutions (like WP Engine uses).
  • Utilizes randomly generated and rotating token field name and token value, which stops more clever bots that might try caching the ‘solved’ field.
  • Anti-spam field is randomly placed within the form on page load to make it difficult for spammers to target the field.
  • Developer friendly with filters and actions
  • Lightweight, clean, and efficient solution to comment, registration, and bbPress spam
  • Uses native JavaScript to avoid jQuery dependancies

Requires JavaScript be enabled in client browser (Users will see a warning if JavaScript is disabled)

螢幕擷圖

  • ( Comments ) The error message shown to bots, or users who do not have javascript enabled. This message is translatable, and filterable.

安裝方式

  1. Login to your WordPress Admin page (usually http://yourdomain.com/wp-admin)
  2. Navigate to the Plugins screen and then click the “Add New” button
  3. Click on the “Upload” link near the top of the page and browse for the Advanced Invisible Anti-Spam zip file
  4. Upload the file, and click “Activate Plugin” after the installation completes
  5. Congratulations, installation is complete!

使用者評論

閱讀全部 7 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Advanced Invisible Anti-Spam〉的開發相關工作。

參與者

將〈Advanced Invisible Anti-Spam〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.4.3

  • Fixed bug where plugin was dependant on transients being stored in the DB (which isn’t the case when object caching is enabled)

1.4.2

  • Fixed bug when get_key_name() fails to create a new key if none is found

1.4.1

  • Bug Fix: Fixed fatal error on sites not using bbPress (sorry)

1.4

  • New Feature: Added Anti-Spam capabilities to bbPress new topic and reply forms

1.3

  • New Feature: Added Anti-Spam capabilities to the user registration screen to block spam bot registration

1.2.1

  • New Feature: Added support for ajax type comment forms.
  • Fixed obscure bug that caused JS errors when this plugin is used along with BWP Minify plugin (and perhaps other JS concat plugins/methods as well)

1.2

  • New Feature: The anti-spam token field name now also rotates similiar to the token value. Token names expire every 2 hours. The most recently expired field name can also be submitted to without failure. This prevents a commentor from getting caught during the transition between an old and new field name.
  • New Feature: Placement of the anti-spam token input is now randomized to appear in different places within the comment form. This coupled with the rotating and random field names makes it difficult for spammers to defeat the system.

1.1

  • Fixed bug that was preventing comment reply ability from the WordPress comment admin area.