İçeriğe geç
WordPress.org

WordPress Türkiye

  • Temalar
  • Eklentiler
  • Haberler
  • Hakkında
  • Facebook
  • Twitter
  • WordPress edinin
WordPress edinin
WordPress.org

Plugin Directory

Captcha Ajax

  • Bir eklenti gönderin
  • Favorilerim
  • Giriş yap
  • Bir eklenti gönderin
  • Favorilerim
  • Giriş yap

Captcha Ajax

Alessandro Lin tarafından
İndir
  • Detaylar
  • İncelemeler
  • Kurulum
  • Geliştirme
Destek

Açıklama

Captcha works fine with website cache.
Adds Captcha Asynchronously anti-spam methods to WordPress. Include login form, registration form, lost passwordform and comments form. The asynchronously method allows captcha to work well when a page cache, server cache or plugin cache, is active.

Demo

View:

Features

  • Captcha for login form
  • Captcha for login form obtained with the function wp_login_form(). Login form embedded in a page.
  • Captcha for registration form
  • Captcha for lost password form.
  • Captcha for comments form

  • Captcha for Contact Form 7

  • Captcha for WPForms
  • Captcha for Forminators form.

  • Captcha for WooCommerce plugin. Login form, Lost Password form.

  • Select the letters type from the options – Capital letters, Small letters or Captial & Small letters.

  • Select the captcha type from the options – Alphanumeric, Alphabets or numbers.
  • Select the captcha image. Default image or Black and white or Multicolor or Icons ( 27 icons available from fontawesome.com ) or Arithmetics. See images in screenshots.

  • Firewall. Limit rate of failed login attempts for each IP.

  • Firewall. The “who is” feature for IP owner is active.

  • REST API

Firewall details:
Limit failed login attempts.
Temporary blocks an Internet address from making further attempts after a specified limit on failed retries is reached.
Option active for login form, login form embedded, registration form, lost password form. Select the feature in the dashboard.

REST API details:
The following address, reachable with a browser:
” https://your_site/wp-json/captcha-ajax/v1/transients_expired ”
will cause the cleaning of expired transients.
Performs this task no more than once every 2 hours, further requests will be ignored.

If your web site has a caching plugin installed or uses server-side caching, it is best to exclude the page from caching:
” https://your_site/wp-json/captcha-ajax/v1/transients_expired “

REST API Filter for Exposing Menus Publicly in WordPress. Optional.

Captcha for Contact Form 7 details:
1. Install and activate CF7 and Captcha Ajax.
2. Go to Captcha Ajax settings. CF7 yes and save.
3. Create your contact form with CF7.
4. Edit your new CF7 contact form:
Click on the line before [submit “Submit”]. This positions the cursor.
Click on the Captcha Ajax Tag.
Click on Insert Tag. This inserts the shortcode of Captcha Ajax.
Click on Save.
5. Add the CF7 shortcode to the page, post or text widget and save.
6. Cache. Purge if it is active.
Done

Captcha for WPForms details:
1. Install and activate WPForms and Captcha Ajax.
2. Go to Captcha Ajax settings. WPF yes and save.
3. Create your contact form with WPForms.
4. Add the WPForms shortcode to the page, post or text widget and save.
5. Cache. Purge if it is active.
Done

Captcha for Forminator form details:
1. Install and activate Forminator form and Captcha Ajax.
2. Go to Captcha Ajax settings. Forminator yes and save.
3. Create your contact form with Forminator.
4. Add the Forminator shortcode to the page, post or text widget and save.
5. Cache. Purge if it is active.
Done

Captcha for WooCommerce details:
This feature is synchronized with the WordPress Login.
If captcha for WordPress Login is enabled, captcha for WooCommerce Login module is also enabled.

Support

Thanks for downloading and installing my plugin. You can show your appreciation and support future development by donating. https://www.paypal.me/a6419

Ekran Görüntüleri

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png
  • screenshot-5.png
  • screenshot-6.png
  • screenshot-7.png
  • screenshot-8.png
  • screenshot-9.png
  • screenshot-10.webp

Yükleme

  • Upload the Captcha-Ajax plugin to your site and activate it.
  • Admin page: Dashboard > Captcha-Ajax Settings.
  • Admin page: Dashboard > Plugins > Captcha-ajax settings

İncelemeler

Perfect Non 3rd Party Captcha with Forminator Forms

engindesign 1 Şubat 2025
Great Plugin , which works flawlessly with forminator forms. I recommend to everyone who is looking for pretty decent built in – captcha for forminator forms Great Work !! Thanks a lot

It cannot be translated

akron 17 Haziran 2024 1 yanıt
The language file is missing, and several expressions are statically typed into the code.Anyway, it’s a useful plugin.

amazing

fariborzasgarpour 20 Mayıs 2024
The plugin is really useful
3 incelemeyi oku

Katkıda Bulunanlar ve Geliştiriciler

“Captcha Ajax” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar
  • Alessandro Lin

“Captcha Ajax” 1 dile çevrildi. Katkıda bulundukları için çevirmenlere teşekkürler.

“Captcha Ajax” eklentisini dilinize çevirin.

Geliştirmeyle ilgilenir misiniz?

Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.

Değişiklik Kaydı

1.14.8

Security fix for IP check

1.14.7

The “who is” feature for IP owners has been added.

1.14.5

fix a warning.

1.14.3

Manage better cron events.

1.14.2

Firewall. There are two new cron events to manage banned IPs.

1.14.1

Dashboard. Shows banned IPs. Reduces the historical list of banned IPs to the last two months.
Firewall. Sets a 15-day ban for recidive offenders.

1.12.2

Change Item in Admin Menu.

1.12.0

Added Arithmetics Captcha Image Black and White
Add languages file languages/captcha-ajax.pot
Add REST API filter for Exposing Menus. Optional.
Added small html

1.11.1

Fix one warning notice.

1.11.0

Added Captcha for WooCommerce

1.10.0

Added Arithmetics Captcha Image

1.9.2

Small changes to plugin administration.

1.9.1

Fixes an issue that occurs if WordPress files are not placed in the root of the website.

1.9.0

Added support for Firewall

1.8.0

Added a REST API nemespace plus an endpoint that cleans up expired transients.

1.7.7

added delete Expired Transients in the admin page.

1.7.5

Fix. Solves a css problem that occurs with some themes.

1.7.0

Added: Captcha Icons images.
Added: new Captcha button. Regenerate Captcha.
Emergency. Added: deactivation of this plugin via wp-config.php

1.6.0

Add captcha image multicolor

1.5.0

Add captcha image black and white.

1.4.0

  • Add captcha for Forminator form.

1.3.0

  • Add captcha for WPForms

1.2.0

  • Add captcha for Contact Form 7

1.1.0

  • Add captcha for comments form

1.0.0

  • Initial Release

Meta

  • Sürüm 1.14.8
  • Son güncelleme 2 ay önce
  • Etkin kurulumlar 100+
  • WordPress sürümü 5.0 veya üstü
  • Test edilen sürüm 6.9.4
  • PHP sürümü 7.2.24 veya üstü
  • Diller

    English (US) ve Russian.

    Dilinize çevirin

  • Etiketler
    ajaxcaptchaloginpostsecurity
  • Gelişmiş görünüm

Puanlar

5 üzerinden 4.7 yıldız.
  • 2 5 yıldızlı inceleme 5 yıldız 2
  • 1 4 yıldızlı inceleme 4 yıldız 1
  • 0 3 yıldızlı inceleme 3 yıldız 0
  • 0 2 yıldızlı inceleme 2 yıldız 0
  • 0 1 yıldızlı inceleme 1 yıldız 0

Your review

Tüm değerlendirmeleri görün

Katkıda bulunanlar

  • Alessandro Lin

Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

Destek forumunu görüntüle

Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

Bu eklentiye bağış yap

  • Hakkında
  • Haberler
  • Barındırma
  • Gizlilik
  • Vitrin
  • Temalar
  • Eklentiler
  • Modeller
  • Öğren
  • Destek
  • Geliştiriciler
  • WordPress.tv ↗
  • Katılın
  • Etkinlikler
  • Bağış ↗
  • Gelecek için Beş
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

WordPress Türkiye

  • X (eski Twitter) hesabımıza bakın
  • Bluesky hesabımızı ziyaret edin
  • Mastodon hesabımızı ziyaret edin
  • Threads hesabımızı ziyaret edin
  • Facebook sayfamızı ziyaret edin
  • Instagram hesabımızı ziyaret edin
  • LinkedIn hesabımızı ziyaret edin
  • TikTok hesabımızı ziyaret edin
  • YouTube kanalımızı ziyaret edin
  • Tumblr hesabımızı ziyaret edin
Kod şiirdir.
The WordPress® trademark is the intellectual property of the WordPress Foundation.