Linux 软件免费装
Banner图

CaptchaFlow – CAPTCHA & Spam Protection for Forms

开发者 templatesell
更新时间 2026年8月15日 19:47
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

recaptcha captcha anti-spam spam protection turnstile

下载

1.0.0 1.1.0 1.1.1

详情介绍:

🛡️ Stop form spam across your whole site with one switch CaptchaFlow protects every form on your WordPress site with one switch. Choose a CAPTCHA provider — or a self-hosted challenge that needs no signup at all — and CaptchaFlow attaches it to your login page, comment form, checkout, and every supported form plugin automatically. No template editing, no per-form configuration, no code. 🔗 Plugin home · Live demo · All features · Documentation · FAQ · Changelog 🧪 Try it before you install it You do not have to take any of this on trust. There is a live demo that runs in your browser with nothing to install: ✨ Why choose CaptchaFlow? 🧩 Every Form, One Switch – CaptchaFlow detects the forms on your site and protects them all. New forms are covered the moment you create them. 🪤 Three Layers on Every Submission – A honeypot field with a randomized name, a time trap that catches inhumanly fast submissions, and your chosen challenge. Obvious bots are rejected by the first two layers without ever reaching your provider, which keeps your pages fast and your provider quota low. 🎛️ Six Challenge Types – Cloudflare Turnstile, Google reCAPTCHA v2 and v3, hCaptcha, or a self-hosted Math or Question challenge that needs no account at all. ⚡ Built for Fast Sites – Zero assets on pages without a protected form, a dependency-free public script under 3 KB compressed, and under 5 ms of server time per verification. 🗄️ Works With Page Caching – Challenge data is never baked into cached HTML, so a cached page stays correct for every visitor. 🔒 Privacy First – No telemetry, no account, and nothing sent to us. IP addresses are shortened before logging and email addresses stored only as one-way hashes. 🩺 Diagnostics You Can Trust – One click tests your keys, latency, REST, cron, and cache setup, and warns you before another plugin double-injects a CAPTCHA. 🌍 Translation Ready – Every string is translatable, a POT file ships with the plugin, and the admin fully supports RTL languages. ♿ Accessible by Default – Challenges are keyboard-operable, labelled for screen readers, and respect reduced-motion preferences. The no-JavaScript fallback is plain accessible HTML. 🧑‍💻 Developer Friendly – Documented hooks and filters, a PHP SDK for custom forms, and a CSS-selector adapter for anything hand-built. 📋 Supported forms 🔐 Supported challenges ⏱️ 60-second setup Activate the plugin, pick a challenge in the setup wizard, paste your keys (or skip that step with a self-hosted challenge), and you are protected. The wizard ends with a live test so you can see your site issuing challenges before you close it. Step-by-step guides for every provider are in the documentation. 🔏 Privacy first CaptchaFlow sends no data to us — there is no phoning home, no telemetry, and no account. The only external requests are the verification calls to the CAPTCHA provider you choose, and the self-hosted Math and Question challenges make no external requests at all. Visitor email addresses are stored only as one-way hashes in your own database, and the event log trims itself on the schedule you set. Visitor IP addresses are shortened to the network they came from before they are logged — enough to spot a flood from one place, not enough to single out a person. You can turn that off if you need exact addresses for investigating abuse. CaptchaFlow also writes suggested wording for your privacy policy that describes your actual configuration, and plugs into Tools → Export Personal Data and Erase Personal Data so a visitor's request covers the spam log too. CaptchaFlow uses the official public APIs of Cloudflare Turnstile, Google reCAPTCHA, and hCaptcha. Those names are trademarks of their respective owners; CaptchaFlow is not affiliated with or endorsed by Cloudflare, Google, or Intuition Machines. 🩺 Diagnostics you can trust One click runs a full self-test: provider reachability and key validity with round-trip latency, REST availability, cron health, cache-plugin detection with copy-paste exclusion rules, and a curated list of plugins known to double-inject CAPTCHAs. Export the whole report as text and attach it to a support ticket. 🚀 CaptchaFlow Pro Everything above is free and stays free. Pro is for sites where spam has stopped being accidental — see the full comparison and pricing. 🚦 Rate Limiting & IP Firewall – Throttle repeat submitters with a sliding window, and block or allow individual addresses and whole countries. 📧 Email & Phone Validation – Reject disposable mailboxes and malformed numbers before they reach your inbox or your CRM. 🧠 Behaviour Analysis & Spam Scoring – Every submission is scored on how it was filled in, so borderline cases are challenged instead of silently allowed. 🌐 Country Rules & Conditional Challenges – Ask for a harder challenge only where abuse actually comes from, and leave everyone else undisturbed. 🛒 WooCommerce Checkout & Review Protection – Extends protection to checkout and product reviews, where store spam actually costs you money. 📊 Analytics, Alerts & Health Reports – See what is being blocked and why, and get told when something changes rather than finding out later. 🔌 Developer API, Webhooks & White Label – Hook verification into your own systems, and hand clients a plugin that carries your name. 💡 Recommendations & Auto-Optimization – CaptchaFlow watches its own results and suggests the settings that would block more with less friction. Every Pro plan includes a 14-day trial with no card required.

安装:

  1. Install and activate CaptchaFlow from the Plugins screen.
  2. The setup wizard opens automatically. Choose a challenge — Cloudflare Turnstile if you want the least visitor friction, or the Math challenge if you don't want to create any account.
  3. Paste your site key and secret key if your challenge needs them. They are tested the moment you paste them.
  4. Leave "Protect every form" on, finish, and watch the live test pass.
That is the whole setup. To fine-tune, the Forms screen lets you protect sources individually, and the Provider screen lets you switch challenges at any time.

屏幕截图:

  • Setup wizard — protected in under a minute.
  • Forms — every detected form source with one protect-all switch.
  • Provider — challenge cards with plain-language trade-offs and key testing.
  • Tools — one-click diagnostics and the theme compatibility checker.
  • Dark mode — the whole admin, at night.

升级注意事项:

1.1.1 Recommended for everyone. Fixes a bug where a mis-registered reCAPTCHA key could lock administrators out of wp-login.php, and protects forms that load after the page does. 1.1.0 Adds a Pro information screen in the admin. Form protection, providers, and visitor-data handling are unchanged. 1.0.0 Initial release.

常见问题:

Do I need a CAPTCHA account?

No. The Math and Question challenges run entirely on your own site with no signup. If you prefer Turnstile, reCAPTCHA, or hCaptcha, you create free keys with that provider and paste them in.

Which CAPTCHA should I choose?

Cloudflare Turnstile for most sites: it is free, privacy-friendly, and most visitors never see a puzzle. Choose reCAPTCHA if you already use it elsewhere, hCaptcha if you want a privacy-focused alternative to Google, or a self-hosted challenge if you want no third-party service at all.

Will it slow my site down?

No. Pages without a protected form load zero CaptchaFlow assets. Pages with one load a single script under 3 KB compressed, and the provider connection is warmed up in advance. Server-side verification adds under 5 milliseconds.

Does it work with caching plugins?

Yes, by design. CaptchaFlow never puts visitor-specific data in your page HTML, so cached pages stay correct for every visitor. The challenge itself is fetched by the browser with caching disabled. The diagnostics screen detects your caching plugin and confirms the challenge endpoint is returning fresh responses through it.

Does it work if a visitor has JavaScript disabled?

Yes. Forms fall back to an accessible text challenge that works with no JavaScript at all.

What happens if my CAPTCHA provider goes down?

You decide. By default CaptchaFlow fails open: submissions are accepted rather than locking real visitors out, and the honeypot and time trap keep filtering bots. You can switch to fail closed in Settings if you prefer.

Will it clash with the CAPTCHA built into my form plugin?

Run the built-in diagnostics: CaptchaFlow detects other CAPTCHA plugins and warns you before two challenges end up on one form. Disable the other CAPTCHA on forms CaptchaFlow protects.

Can I protect a custom-coded form?

Yes. Enter a CSS selector on the Forms screen and CaptchaFlow protects every matching form, including forms rendered by page builders or custom themes.

Does it protect WooCommerce checkout?

The free plugin protects WooCommerce login, registration, and password reset. Checkout and order-related protection is part of CaptchaFlow Pro.

Where do the spam statistics live?

In your own database. The dashboard shows blocked totals for today, this week, this month, and a 30-day trend. Nothing is sent anywhere.

What data does CaptchaFlow collect about my visitors?

None for us, and almost none at all. Verification events are logged in your database for the retention period you choose (30 days by default), then deleted automatically. Each event records the time, which form it was, the verdict, a one-way hash of the submitter's email address, and their IP address shortened to its network. The address itself is never stored.

Is it GDPR-friendly?

It is built to be. Visitor IP addresses are shortened before they are logged, email addresses are stored only as one-way hashes, and nothing is sent to us. Under Settings → Privacy you will find suggested policy wording generated from your actual configuration — a site using only the Math or Question challenge is told, correctly, that nothing leaves it; a site using an external provider gets that provider named with a link to its policy. Export and erasure requests made through Tools → Export Personal Data and Erase Personal Data include the spam log automatically.

What happens to my spam statistics when someone asks to be erased?

They stay accurate. Erasing removes the email hash and the IP address from the matching records but keeps the record itself, which by then identifies nobody. Deleting the rows outright would rewrite your site's history every time somebody exercised their right to erasure.

Does it support multisite?

Yes, CaptchaFlow works on multisite networks. Each site configures its own protection.

Is it translation-ready?

Yes. Every string is translatable, a POT file ships with the plugin, and the admin fully supports RTL languages.

Is it accessible?

Yes. The challenges are keyboard-operable, labelled for screen readers, and respect reduced-motion preferences. The no-JavaScript fallback is plain accessible HTML.

How do I get help?

Open a thread in the support forum. Please attach the diagnostics report (Tools → Diagnostics → Export report) — it contains no keys or secrets and answers most environment questions in one attachment.

更新日志:

1.1.1 1.1.0 1.0.0