Linux 软件免费装
Banner图

Invisible Anti Spam for Contact Form 7 (Simple No-Bot)

开发者 lilaeamedia
更新时间 2020年1月13日 02:05
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.3
版权: GPLv2 or later
版权网址: 版权信息

标签

form recaptcha captcha honeypot forms contact form contact form 7 anti-spam cf7 contactform7 antispam anti spam invisible recaptcha spam blocker no captcha bot blocker auto captcha

下载

1.0.0 1.0.1 1.0.2 1.0.4 2.1.3 2.1.4 2.1.5 2.2.4 2.2.5 1.0.5

详情介绍:

Simple No-Bot uses javascript to detect if Contact Form 7 is being submitted by a spam bot. We wrote this when clients were reporting hundreds of bogus contact forms were getting past Honeypot, but did not want to add a captcha that would impact conversions. This lightweight script has been extremely effective for eliminating spam messages from Contact Form 7 (and other forms) submissions. It does not pretend to be a complete anti spam solution.

安装:

  1. To install from the Plugins repository:
  2. In the WordPress Admin, go to "Plugins > Add New."
  3. Type "simple no-bot" in the "Search" box and click "Search Plugins."
  4. Locate "Simple No-Bot Captcha Alternative for Contact Form 7" in the list and click "Install Now."
  5. To install manually:
  6. Download the IntelliWidget plugin from https://wordpress.org/plugins/simple-no-bot/
  7. In the WordPress Admin, go to "Plugins > Add New."
  8. Click the "Upload" link at the top of the page.
  9. Browse for the zip file, select and click "Install."
  10. In the WordPress Admin, go to "Plugins > Installed Plugins." Locate "Simple No-Bot Captcha Alternative for Contact Form 7" in the list and click "Activate."

升级注意事项:

See change log.

常见问题:

Why not just use Recaptcha 3?

Google is great and all, but with every recaptcha, font, map or tag you use, you are passing each visitor's usage information to Google and strengthening their control over the web.

How does it work?

The browser automatically generates data from input events and passes it to the server via XHR. The server generates a unique token, stores a session in a transient record and returns token to the browser. The browser then injects a new input field to WPCF7 form that contains token. When form is submitted, SNB rejects the form if no corresponding transient exists (among other things).

Does it work without Javascript

No. Contact forms will fail if Javascript is not enabled.

Does it require cookies?

Not currently. We may add more behavioral analysis if the latest generation of JS-empowered bots continues to proliferate.

更新日志:

2.2.4 More super secret Turing tweaks. 2.2.0 Removed the hash comparison and added super secret Turing device. 2.1.5 Disabling the submit button before user interaction is now optional. Reduced minimum events to 2. 2.1.3 Added general plugin support. Strenghened hashing and XHR protocol. Added spam IP list. Added debug log. 1.0.5 Simplified validation 1.0.2 Change wp nonce functions to wpcf7 nonce functions 1.0 Initial release