Linux 软件免费装

Mathematical Captcha Applier

开发者 samiur6688
更新时间 2025年9月15日 12:47
PHP版本: 7.2 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

captcha anti-spam spam protection form security math captcha

下载

1.0

详情介绍:

Mathematical Captcha Applier is a lightweight WordPress plugin that lets you easily apply a simple math-based captcha to form submit buttons on your website by specifying their CSS selector. Just provide a specific button's CSS selector, and the plugin will display a captcha prompt before the action is completed. This could help to prevent spam and unwanted bot activity. Features: If JavaScript is disabled in the browser, the plugin hides the selected submit button.

安装:

  1. Upload the plugin files to the /wp-content/plugins/mathematical-captcha-applier directory, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings > Mathematical Captcha Applier to configure the buttons you want to protect.

常见问题:

Does this work with all forms?

Yes, as long as the submit button is either <input type="submit"> or <button type="submit"> and you specify its unique class or ID as the selector.

Can I protect multiple buttons?

Yes, you can specify multiple selectors in the settings.

Does it require JavaScript?

Yes, the captcha popup and validation rely on JavaScript.

Is this plugin designed to handle all kinds of spamming threats?

No. This plugin is not designed to handle all types of spamming threats. It attempts to stop spamming attempts by using a CSS and JS based method.

Is it possible to include input[type="submit"] or button[type="submit"] as a selector?

No. Only specific selectors based on ID or class are allowed. Global selectors like input[type="submit"] and button[type="submit"] are blocked.

更新日志:

1.0