Eazy CF Captcha

설명

NEW! With support for Elementor Form Widget.

Eazy C(omment)F(orm) Captcha adds a mathematic exercise to the comment form, contact form 7 & elementor, preventing bots to spam your comments and forms. Now with Elementor & Contact Form 7 support!

You can easily customize the label text for the captcha in the backend of WordPress. Also you can change the HTML Markup if you like.

With support for Contact Form 7.

스크린샷

  • The captcha in the comment form. Also integrating with the standard WordPress Twenty Twenty Theme
  • The admin settings page
  • Support for Comment Form 7
  • Settings in the backend of Comment Form 7
  • Settings in the Elementor editor

설치

  1. Install Plugin through the WordPress Admin Interface ‘Plugins > Add new’
  2. Activate the plugin
  3. Go to ‘Settings > Eazy CF Captcha’ menu and change the label text.
  4. Done!

또는

  1. Upload eazy-cf-captcha to the /wp-content/plugins/ directory
  2. WordPress의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to ‘Settings > Eazy CF Captcha’ menu and change the label text.
  4. Done!

FAQ

The field does not show up in a form?

In the current form of implementation the field is not shown for logged in users. Try to visit the as anonymous user (e.g. in another browser or log out first).

Can I change the label text?

Of course, just go to ‘Settings > Eazy CF Captcha’ menu and there you have an input field, where you can change the text to whatever you want.

How do I customize the HTML Markup?

  1. Make a new folder called ‘eazy-cf-captcha’ in your current template folder
  2. Create a file named ‘captcha.php’
  3. Copy the content from ‘your-wordress-folder/wp-content/plugins/eazy-cf-captcha/views/public/captcha.php’ and ‘your-wordress-folder/wp-content/plugins/eazy-cf-captcha/views/public/captcha-field.php’ or write your own HTML
  4. Two variables are available in the template: $options for all options set in the backend and $exercise, an array filled with the variables and operators for the exercise (see ‘your-wordress-folder/wp-content/plugins/eazy-cf-captcha/views/public/captcha-field.php’ for usage)
  5. Done!

후기

2022년 2월 18일
This plugin causes 2 critical issues on Site Health tests. WHen the plugin is installed, you get these issues: An active PHP session was detected A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests. The REST API encountered an error The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages. The REST API request failed due to an error. Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed) I Fixed the issue by editing the EazyCFCPublicBase.php file which is located here: /includes/PluginPublic/EazyCFCPublicBase.php I changed this line: if ( !session_id() ) { session_start(); } to: if ( !session_id() ) { session_start( [ 'read_and_close' => true, ] ); }
2021년 3월 27일
Easy Tool. Works still great in 2021. THX.
모든 3 평가 읽기

기여자 & 개발자

“Eazy CF Captcha”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Eazy CF Captcha”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.5

1.2.4

  • Fix autoloader causing warning on strict open_basedir php settings as pointed out by @taruk
  • Tested with CF7 version 5.7.4

1.2.3

  • Fix fatal error if elementor is not installed.

1.2.2

  • Get rid of critical session issues on Site Health test as pointed out by @tjdyo (See also: Thread on WordPress.org Support)
  • Add support for newest Elementor version
  • Fix not displaying error messages in newest versions of Contact Form 7.

1.2.1

Add option on elementor widget: Show field for logged in users

1.2.0

  • Add Elementor support

1.1.2

  • Add Settings and donate links

1.1.1

  • Fix activation / deactivation error

1.1.0

  • Add Contact Form 7 Support
  • Add more options. You can now make the captcha easier and remove the honeypot field, set a custom error message or remove it from comment forms
  • Move settings page to ‘Settings > Eazy CF Captcha’
  • Fix compatibility with newest WordPress version

1.0.4

  • Shiny new Banner and Icon
  • Fixed issues with slashes added on quotes in label field

1.0.3

  • Updated author info

1.0.2

  • Added possibility to translate the captcha text with WPML

1.0.1

  • Fixed direction for translations due to a typing error in the repository name
  • Suppressed output of the label tag if label text is empty

1.0

  • Initial release.