Welcome Guest, Not a member yet? Register   Sign In
ReCAPTCHA library - ignited
#61

[eluser]montego[/eluser]
Has anyone noticed that hitting the enter key after posting a partial or incorrect response to the captcha will let it get passed the check? I found it by accident but cannot figure out how it is happening. For example, if the captcha should be:

pritallo from

and you key in the following and then hit the Enter key (note the only character different is the last one):

pritallo froo

It gets past the validation rules.

I have gotten it to happen with other than just the last character different, such as well:

pritallo ffff

Happens with both FireFox and IE. I'm stumped at this point.
#62

[eluser]steelaz[/eluser]
That's how reCAPTCHA works, sometimes it has only one control word and second one is just to help them with analyzing other words.
#63

[eluser]dirkr[/eluser]
[quote author="montego" date="1285314609"]Has anyone noticed that hitting the enter key after posting a partial or incorrect response to the captcha will let it get passed the check? I found it by accident but cannot figure out how it is happening. For example, if the captcha should be:

pritallo from

and you key in the following and then hit the Enter key (note the only character different is the last one):

pritallo froo

It gets past the validation rules.

I have gotten it to happen with other than just the last character different, such as well:

pritallo ffff

Happens with both FireFox and IE. I'm stumped at this point.[/quote]

That's by design:
only one word has to be correct and can even have one wrong character (http://code.google.com/intl/de-DE/apis/r...rrectwords).

Edit: Oops - didn't notice that steelaz answered that already...
#64

[eluser]montego[/eluser]
Uuggghhh... sorry about that. Made assumptions about reCAPTCHA that I should not have. After further reading, it makes sense. Thank you!
#65

[eluser]V4Mp[/eluser]
First I will thank all who has made this library! Nice job!

I run recaptcha in a regform. Now my problem. I want to make tabs in my reform...
As an example Account1, Account2, Account3.
I want to have in every tab different inputfields and in every tab the recaptcha.
My Problem now is, that I can only show one recaptcha. The others are not shown... I think because in Account1 one is already included.

Any idea how to make get it work?
#66

[eluser]montego[/eluser]
What is getting posted? Are each of these different forms or just a bunch of fields all in one form but visually sliced up into tabs? If the latter, just have the captcha outside the tabbed part of the interface, like at the bottom right above your save button. If these are each different forms, are you not able to save off the get_html() string and pass it to each of the forms upon output? Then each form handler would have the check for the entry?
#67

[eluser]V4Mp[/eluser]
Hi,
at the moment every tab has its own form with send button.
In Tab1 = Form1
Tab2 = Form2
and so on...
And I want for every tab and form a own recaptcha.

What do you meen with get_html() ? Do you habe an example? I am a beginner in codeigniter and in php, too.
Would be very nice, if you could help me out.
Greets
#68

[eluser]ahmad karim[/eluser]
the class is not working any more for CI 2.0
please help?

error msg:


An Error Was Encountered

Unable to load the requested file: recaptcha.php
#69

[eluser]JayTee[/eluser]
I have updated the script - please verify that it is working for you
#70

[eluser]csablotron[/eluser]
i've try your library on CI 2.0, but i got error message like ahmad karim:

An Error Was Encountered

Unable to load the requested file: recaptcha.php

i've put library(recaptcha.php) in application/libraries

Thanks




Theme © iAndrew 2016 - Forum software by © MyBB