Manzari Anti-Spam Shield

外掛說明

Manzari Anti-Spam Shield protects your WordPress comment forms from automated spam using multiple layers of defense:

  • 🔒 Hidden honeypot field to catch bots
  • ⏱️ Submission timing detection to block fast spam bots
  • 🧠 Keyword blocking for suspicious phrases
  • ✅ Optional Google reCAPTCHA v2 Checkbox
  • 📊 Dashboard widget showing total spam blocked

Lightweight, fast, and privacy-friendly — no unnecessary external calls (unless you enable reCAPTCHA).
Built for performance, simplicity, and full WordPress.org compliance.

External Services

This plugin uses Google reCAPTCHA v2 to help protect comment forms from automated spam.

When reCAPTCHA is enabled, the plugin loads the Google reCAPTCHA script from:
https://www.google.com/recaptcha/api.js

When a comment form is submitted, the plugin sends the following data to Google for verification:
• The reCAPTCHA response token
• The user’s IP address
• Your site’s secret key

This verification request is sent to:
https://www.google.com/recaptcha/api/siteverify

Google reCAPTCHA is provided by Google LLC.
Terms of Service: https://policies.google.com/terms
Privacy Policy: https://policies.google.com/privacy

安裝方式

  1. Upload the manzari-anti-spam-shield folder to /wp-content/plugins/.
  2. Activate the plugin via Plugins Installed Plugins.
  3. Go to Settings Anti-Spam Shield to configure reCAPTCHA keys and keyword blocking.

常見問題集

Does this affect real users?

No. Genuine visitors won’t see or interact with the hidden honeypot or timing fields. reCAPTCHA is optional.

Does it work with caching or optimization plugins?

Yes. It runs before WordPress processes a comment submission, so caching plugins won’t interfere.

Does it work with custom themes or comment forms?

Yes. As long as your theme uses comment_form(), the plugin automatically integrates.

Is it translation-ready?

Yes. The plugin includes a /languages/ directory and supports localization via translate.wordpress.org.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.4.6

  • Updated readme with External Services disclosure.
  • Updated contributors list.
  • Prepared for WordPress.org resubmission.

1.4.5

  • Added translators comment for placeholder-based strings.
  • Escaped dynamic attributes and output in admin settings.
  • Added empty /languages/ folder to remove domain path warning.
  • Final compliance cleanup and preparation for submission.

1.4.4

  • Fixed escaping and translator comment warnings from Plugin Check.
  • Added /languages/ folder for WordPress.org compatibility.
  • Fully validated against WordPress Plugin Guidelines.

1.4.3

  • Improved sanitization and escaping for admin fields.
  • Code refactoring for clarity and consistency.

1.4.2

  • Full WordPress.org compliance and enhanced validation.
  • Better reCAPTCHA handling and improved UX.

1.4.1

  • Added translation text domain.
  • Improved sanitization and admin UI.
  • Refined plugin headers for repository compliance.

1.4

  • Initial public release.