Tagged Questions

201
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 …
1
vote
1answer
18 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. …
87
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 …
8
votes
16answers
340 views

Blocking comment spam without using captcha

What are some non-captcha methods for blocking spam on my comments?
0
votes
5answers
65 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
74 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
72 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
54 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 …
0
votes
2answers
100 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
97 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 …
1
vote
2answers
55 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
0answers
50 views

ReCaptcha or Other Captcha on html form

I'm trying to add captcha control to a form which is rendered using xml parser. (XML Parser gets all values from database and creates a include file with form which is appended at …
0
votes
1answer
81 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
votes
2answers
470 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 …
2
votes
4answers
117 views

alternative captcha methods

I'm looking for inspiration here. I need to employ some sort of human verification for my website, but the most common method these days (asking users to type the letters & num …

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