该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

SpamPot

描述

Blocks spam signups by adding an invisible field to your registration and login forms, and switching its id with the real username or email form field.

When spam bots blindly fill the “required” fake field in, WP will redirect them to an error message and not let them register or login.

No 3rd party service, no intrusive captchas.

安装

  1. Upload the plugin files to the /wp-content/plugins/spampot/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. That’s it, no more configuration needed.

常见问题

Will This Stop Everything?
  • This honeypot technique works against the lazy “drive by” automated spambots (ie. most of them), but will not be effective against spammers specifically targetting your site nor spammers signing up by hand.

评价

此插件暂无评价。

贡献者及开发者

“SpamPot” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“SpamPot”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.3

  • Initial release.

0.31

  • Fix for 4.5’s changed login text.

0.32

  • Changed the way the honeypot field was inserted to avoid a conflict with my Custom Logins plugin.

0.33

  • If the honeypot field is unable to be inserted, then the form will continue working and notify the admin by email of this failure.

0.34

  • Changed the regex that matches the “normal” username field to be slightly more robust.