0
votes
1answer
23 views
Captcha reloading and animated icon synchronization problem
Dear web developers,
I want to create a captcha in my website. I will try to describe how I want to do that. See the code below please:
<img src=”captcha_img.png”> <img …
28
votes
13answers
6k views
Has reCaptcha been cracked / hacked / OCR’d / defeated / broken?
Have any programming methods have been used to defeat reCAPTCHA?
I'm interested in seeing evidence and potentially demonstrations that reCAPTCHA in particular has been made obsolete by completely …
1
vote
5answers
96 views
How to write the Captcha?
I am developing a registration form in that i want to place the CAPTCHA . i generate a random string but how to convert that into the image other wise how can i develop the CAPTCHA code or any …
6
votes
5answers
239 views
Breaking CAPTCHAs for a Noble Purpose
CAPTCHAs that ask users to read distorted text are fine for sighted people, but a terrible barrier for those who are blind or have other disabilities. Audio alternatives are occasionally available but …
2
votes
2answers
797 views
Recommendations for java captcha libraries
I'm looking for a replacement for JCaptcha, which doesn't seem to be maintained any more, and isn't very good to begin with. The replacement has to integrate nicely with JavaEE webapps.
As I can see …
1
vote
1answer
33 views
flash with recaptcha or any other captcha solution
Hello there,
I have been looking over the internet for a while about this, but it doesn't seem like there is any information available specifically related to captcah and flash.
My purpose is to …
0
votes
3answers
195 views
jQuery Captcha type script
Anyone have suggestions for creating an extremely simple form verification field using jquery? I need to block basic form spam. Would love to have some type of 1+1= field that us used to make sure …
3
votes
3answers
955 views
How to make reCAPTCHA work with a ValidationGroup in ASP.Net (captcha)
I am using the ASP.Net plugin and control provided by reCAPTCHA. I can successfully get the control to work if the submit button on the web form is not in a validationgroup. There is no …
9
votes
16answers
376 views
Blocking comment spam without using captcha
What are some non-captcha methods for blocking spam on my comments?
-1
votes
2answers
606 views
Best way to do captcha with an Ajax form in jquery?
I am working on a comment script using ajax, json and jquery.
I have most of it done except the hardest part,
If a user post X ammount of comments in X ammount of time, my php script will return a …
204
votes
129answers
21k views
How do you stop scripters from slamming your website hundreds of times a second?
[update] I've accepted an answer, as lc deserves the bounty due to the well thought-out answer, but sadly, I believe we're stuck with our original worst case scenario: CAPTCHA everyone on purchase …
0
votes
5answers
105 views
[PHP/JavaScript]: How to refresh a Captcha?
I am showing Captcha in this way:
<img src="ReturnCaptcha2.php" alt="CAPTCHA" width="100" height="50">
I have a hyperlink named "Reload" near it. I want to recall that PHP file without …
3
votes
5answers
803 views
What is a CAPTCHA that is compatible with ASP.NET MVC ?
What is a CAPTCHA system that is compatible with ASP.NET MVC ? Are there any good examples out there?
Thanks.
0
votes
2answers
57 views
re-captcha question
I have two pages apply.php (landing page) and mail.php which is the majority of the code for a online application project that ive been working on
I have a re-captcha account and I don't seem to …
0
votes
4answers
111 views
Pass variable between form and php page?
I might be going about this the wrong way
I have a landing page that has a form on it. When i post that page the values of the from got to a page called mail.php
I wanted to add a captcha ( in this …
