Rating: 5 stars
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.
on the file wpcaptcha.php you should fix line 40 to 44 with this
if ( !session_id() )
{ session_start( [ ‘read_and_close’ => true, ] ); }
I had to find it my way out
]]>Rating: 5 stars
I hope it’s harder to get around
]]>Rating: 5 stars
Hello
This plugin works for the post and page comments form but does not work for Woocommrce and the comment is sent without entering the security code.
please check it. Thankful
Rating: 1 star
The plugin does not stop registrations of bots.
Плагин не помогает от спама!
]]>Rating: 5 stars
Thank you for the update! Great plugin ??
]]>Rating: 2 stars
Author is missing completely!
Plugin not working correctly as well
Rating: 5 stars
The plugin has a major problem ..
Simply wipe the Capcha field with the Inspector and then enter it without importing Capcha
Rating: 5 stars
I like this simple and effective plugin and adding woocommerce too is good.
Regards
]]>Rating: 5 stars
gooood tank
]]>Rating: 5 stars
This is the perfect captcha that i wanted, load fast, simple, has translations, not invasive.
My site is simple and its works perfectly. I try others plugins like recaptcha but were heavy and sometimes js files has errors. You savedme a lot of time.
]]>Rating: 5 stars
Долго искал капчу которая нормально будет работать с формой комментариев. Много плагинов перепробовал только этот спас !
]]>Rating: 5 stars
It’s working!
]]>Rating: 1 star
Hi
If Leave BLANK Captcha filed, Form Can Be SUCCESSFULLY SUBMITED Without Any Message…
Everybody Can Login Without Fill Captcha Field ??
(Tested on Default WordPress Login Form Final Version 4.9.8)
Its SO BAD…
FIX IT PLZ…
Rating: 1 star
The plugin doesn’t help to protect from spam. Website gets hit by spam every day for a few times.
]]>Rating: 5 stars
best captcha plugin ever
please update
Rating: 1 star
NOT A PLUGIN FOR HEAVY SITES!!! The code should be reviewed before thinking about using this plugin. We used this plugin on a site that gets hit about 15 times a min, with tons of unique sessions. The problem is that the plugin creates a session for ever user that hits the site and uses the PHP file session handling which is pretty slow and over time you will see performance issues on your website. There is no reason to create a session when someone hits the site and isn’t even viewing a captcha.
//runs every time wordpress is loaded
add_action('init', 'wp_captcha_init_sessions');
//runs this function every time
function wp_captcha_init_sessions(){
if(!session_id()){
//creates a session for every user that hits the site
session_start();
}
//.....................
}
]]>
Rating: 5 stars
Thank for this plugin. It’s excellent what it does when generating random captcha code. Keep up the good work!
]]>Rating: 5 stars
Great Plugin. Very Easy to customize blocking spammers fantastic
]]>Rating: 5 stars
Самый простой вариант для защиты от спамеров для тех, кто не хочет пихать себе на сайт reCaptcha.
Преимущества:
– маленький размер
– не вызывает подтормаживания
– плагин настраивается за 20 сек.
– читаемая капча (не вылезает полнейшая абракадабра)
– многоязычная локализация
– локализация легко правится (Poedit в помощь!)
Недостатки:
За неделю использования не обнаружено.
Rating: 5 stars
Mer30
]]>Rating: 5 stars
]]>Rating: 5 stars
Simple but powerful captcha plugin
]]>Rating: 4 stars
The plugin works as it should and it’s easy to use – thing is, that it’s not really effective. One hour after installation i’ve got first bot register, which didn’t happen with last captcha plugin(at all).
]]>Rating: 5 stars
Works fine with WP 4.1!
It will be nice to see in the next version some options to change colours of captcha picture, if possible of course… And some class attributes for captcha image to easier css styling… ??
Rating: 5 stars
Worked like night club bouncers
I used to receive hundreds of junks comments and post in my blog, immediately after installation of this plugin, all the junk comment stopped instantly. It was then I realize that spammers really exist.
Rating: 4 stars
working nice / blocking spam.. everything’s fine ??
]]>Rating: 1 star
doesn’t work at all. Spam windows sometimes appears instead of its official support page.
So I even want to give it minus 10
Rating: 1 star
https://www.mailify.de/2013/08/sicherheitsluecke-in-wordpress-plugin-captcha-code/
(german) for translated version: https://translate.google.de/translate?sl=de&tl=en&js=n&prev=_t&hl=de&ie=UTF-8&u=http%3A%2F%2Fwww.mailify.de%2F2013%2F08%2Fsicherheitsluecke-in-wordpress-plugin-captcha-code%2F&act=url
Rating: 5 stars
work ok
]]>Rating: 5 stars
Wer ein einfaches, schlankes Captcha Plugin sucht ist hier richtig. ich pers?nlich halte Captcha-Plugin sowieso nicht für die beste L?sung, aber ersten sind sie meist einfach zu installieren und 99% der Besucher kennen sie und k?nnen damit umgehen. Die Einstellung ist sehr einfach gehalten, was ich SUPER finde. Wer mehr will muss halt “CSS/PHP Hand anlegen” oder sich was anderes suchen. Fazit: Super Arbeit, gef?llt mir sehr.
]]>