-
AuthorPosts
-
February 15, 2014 at 4:42 pm #1059
Hi folks.
The Really Simple Captcha is the captcha that comes with Contact Form 7, lately I have got some spammer registrations, and I wonder how to add the Really Simple Captcha in this Symbiostock modal login ( login popup). So it needs to be some PHP lines I think into the login code.Thanks in advance.
February 15, 2014 at 6:40 pm #9708Have you tried Anti-Capcha plugin? Smart coding traps bots but let humans register/login without jumping through another hoop.
February 15, 2014 at 7:52 pm #9709Not a clue – but I also use Anti-Captcha. When I was first looking and came across this I thought “rubbish” something you do not have to do anything with or can’t see has no chance of stopping spammers but much to my surprise it worked – and very well. Having found no problems since installing I highly recommend it.
http://kerioakimaging.com - trying to reopen
http://nail-art-at.kerioak.com - Art and Nail ArtFebruary 16, 2014 at 3:14 pm #9710Hi guys, thanks for the tip. Just a doubt regarding this anti-captcha.
It says after installing that: “Anti-Captcha is a transparent captcha solution which does not require any end-user interaction”But in its installation site page, it says:
Download Anti-Captcha and put it in the head of your html document:
After form-submission match the input value with the sha1 checksum stored as a cookie:
<?php
// Verify the token using the checksum stored in cookie
if (sha1($_POST) == $_COOKIE) {
// Reset token (preventing form resubmission)
setcookie ('anti-captcha-crc', sha1(rand()), time() + 3600, '/');
// Continue form validation
die('Captcha accepted');
} else {
// No Anti-Captcha checksum received
die('Error, please enable javascript and/or cookies');
}Have you guys added those codes above or just installed Anti-captcha and did not do anything else?
February 16, 2014 at 6:36 pm #9711I just installed the anit-capcha plugin. Nothing else. Couldn’t be easier…
February 16, 2014 at 8:29 pm #9712@Imago Borealis wrote:
I just installed the anit-capcha plugin. Nothing else. Couldn’t be easier…
Thanks Imago. Let’s see how it goes.
February 16, 2014 at 9:57 pm #9713@lucato wrote:
@Imago Borealis wrote:
I just installed the anit-capcha plugin. Nothing else. Couldn’t be easier…
Thanks Imago. Let’s see how it goes.
You will probably start missing those spam registrations
February 16, 2014 at 10:14 pm #9714@Imago Borealis wrote:
@lucato wrote:
@Imago Borealis wrote:
I just installed the anit-capcha plugin. Nothing else. Couldn’t be easier…
Thanks Imago. Let’s see how it goes.
You will probably start missing those spam registrations
It seems you have enjoyed pretending the “potential customer” registrations. hehehe. Just kidding.
Have a nice week. -
AuthorPosts
You must be logged in to reply to this topic.