php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56895 Add CAPTCHA to new bug form
Submitted: 2006-03-17 13:43 UTC Modified: 2006-10-18 15:18 UTC
From: olivier at samalyse dot com Assigned: davidc (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: olivier at samalyse dot com
New email:
PHP Version: OS:

 

 [2006-03-17 13:43 UTC] olivier at samalyse dot com
Description:
------------
To prevent spam bugs (spugs? ;-) posted through the "Report new bug" form such as : 
http://pear.php.net/bugs/bug.php?id=7087

there is a need for a CAPTCHA mechanism as on the "add comment" bug form.

However, bertrand Gugger mentioned on pear-dev a problem with PEAR's CAPTCHA images and screen readers : 
http://beeblex.com/lists/index.php/php.pear.webmaster/4901?s=l%3Aphp.pear.webmaster
(looks like the "add comment" captcha is non-screen-reader-compliant in this regard. Neither is the "Request account" one...)

What about a non-graphical CAPTCHA as experimented in Phorum :
http://www.phorum.org/phorum5/read.php?16,54054
?

Hummm... not an easy one ;-)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-17 13:57 UTC] olivierg@php.net
Maybe better:  audio captcha. There's a PHP library for this ...

Visual and audio CAPTCHA generation class :
http://www.ejeliot.com/pages/2

And very good informations there :
http://en.wikipedia.org/wiki/Captcha
http://en.wikipedia.org/wiki/Captcha#PHP
 [2006-03-17 14:29 UTC] toggg@php.net
I tend to believe an alternative way would be to request a mail confirmation, as when you subscribe to a list.
 [2006-03-17 15:02 UTC] pajoye@php.net
I will add a non visual captcha (plain text, readable) while changing the other captchas.
 [2006-10-18 15:18 UTC] davidc@php.net
Added new numeral captcha, see public_html/bugs/include/NumeralCaptcha.php for more details.

Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC