Tagged Questions

1
vote
4answers
78 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 …
6
votes
5answers
227 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 occasi …
202
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 e …
91
votes
100answers
9k views

Practical non-image based CAPTCHA approaches?

It looks like we'll be adding CAPTCHA support to Stack Overflow. This is necessary to prevent bots, spammers, and other malicious scripted activity. We only want human beings to po …
9
votes
16answers
359 views

Blocking comment spam without using captcha

What are some non-captcha methods for blocking spam on my comments?
1
vote
1answer
27 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. …
0
votes
5answers
90 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 …
0
votes
4answers
102 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 …
1
vote
1answer
74 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 val …
0
votes
2answers
125 views

How to use GMail as a free SMTP server and overcome captcha

GMail can used as a SMTP server. I've written the code that does it. But as we all know GMail may occasionally authenticate using captcha (image verification as they call it). The …
0
votes
3answers
185 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 u …
0
votes
2answers
56 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 …
1
vote
2answers
83 views

C# Session not saved from HTTPHandler

Hello! I have a HTTPHandler that produces a Captcha image to the user whenever the captcha.ashx page is requested. The code for it is simple: CaptchaHandler handler = new …
0
votes
3answers
110 views

Script to download CAPTCHA images

For completely non-nefarious purposes - machine learning specifically, I'd like to download a huge dataset of CAPTCHA images. However, CAPTCHA is always implemented using some obfu …
0
votes
1answer
110 views

How to use captcha_pi.php in Codeigniter.

I followed this page http://codeigniter.com/wiki/captcha/, it does not work. I tried to find other tutorial about how to use it. However I failed all. Can anyone direct me a tuto …

1 2 3 4 5 7 next
15 30 50 per page