Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1059
    Profile photo of lucato
    lucato
    Participant

    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.

    #9708
    Profile photo of Imago Borealis
    Imago Borealis
    Participant

    Have you tried Anti-Capcha plugin? Smart coding traps bots but let humans register/login without jumping through another hoop.

    #9709
    Profile photo of Christine
    Christine
    Participant

    Not 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 Art

    #9710
    Profile photo of lucato
    lucato
    Participant

    Hi 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?

    #9711
    Profile photo of Imago Borealis
    Imago Borealis
    Participant

    I just installed the anit-capcha plugin. Nothing else. Couldn’t be easier…

    #9712
    Profile photo of lucato
    lucato
    Participant

    @Imago Borealis wrote:

    I just installed the anit-capcha plugin. Nothing else. Couldn’t be easier…

    Thanks Imago. Let’s see how it goes.

    #9713
    Profile photo of Imago Borealis
    Imago Borealis
    Participant

    @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 :mrgreen:

    #9714
    Profile photo of lucato
    lucato
    Participant

    @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 :mrgreen:

    It seems you have enjoyed pretending the “potential customer” registrations. hehehe. Just kidding.
    Have a nice week.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.