0
votes
1answer
37 views
zend_captcha always fails isValid()
Hi,
I've got an issue with Zend_Captcha always returning false when the page is submitted and the captcha's isValid() method is being called. It's driving my nuts because this as far as I am …
0
votes
2answers
103 views
Generic program that can pass all CAPTCHA protections?! [closed]
Someone told me that Jon Skeet have been written a generic program that can pass all CAPTCHA protections. How is this possible?!
1
vote
4answers
46 views
Custom captcha design
Hi there,
I currently ran into the issue that I do not have the money to buy/rent any professional captchaing service.
So I tried to look around for OS captcha generators, and captcha designs.
I …
0
votes
1answer
17 views
Captcha not working with IIS
i m using a dll file MSCaptcha.dll for my web application its works fine on localhost but not with iis server..what should i do to make it work
2
votes
3answers
35 views
Recommendations for a captcha on Ruby on Rails
I'd like to implement a captcha in a Rails project for a form submission, but I'm not sure what to go with. I'm inclining towards simplicity of implemention, and reliability when in use, over it being …
4
votes
4answers
42 views
Making CAPTCHA accessible to people with disabilities. What approaches have you used?
Hi Guys
I'm nearing the completion of migrating our existing website to a CMS and I've just finished creating all the various contact forms. The CMS I'm using has CAPTCHA built into it's form …
0
votes
1answer
25 views
Zend_Form_Element_Captcha - Reload
Hello, how could I add a "reload captcha"-feature?
How I could change the image element with JavaScript I know, but how should I manage that with the ZF? I generate the captcha with …
0
votes
1answer
44 views
Is it possible for my linux machine (with no GUI) to hit Twitter sign up page, and then spit out a captcha in a webpage format
So that I can just type in the letters and register (through my linux box's IP)?
(twitter uses recaptcha)
Is there some way to grab that javascript, output it into a webpage. Then submit it …
0
votes
1answer
35 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 …
1
vote
5answers
106 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
253 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 …
1
vote
1answer
35 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
5answers
129 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 …
0
votes
4answers
126 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 …
1
vote
1answer
82 views
Cryptographic security of Captcha hash cookie
My company's CRM system utilizes a captcha system at each login and in order to utilize certain administrative functions. The original implementation stored the current captcha value for in a …
