PDA

View Full Version : Captcha hard to read?


Yodaya
07-14-2005, 01:31 PM
Hi guys,

received several complaints by visitors to my site:

http://www.all-blogs.net

that the captcha image when submitting a site to my directory ist really difficult to read ....

Did you get similar complaints from your visitors??

Is there a way to make the images better readable????


Cheers

Yodaya

David
07-14-2005, 03:20 PM
I'm with you on that one. I would love to know difficult it would be do things like:
1) Change the fonts that are use
2) Limit certain characters that look similar such as 0 and O, or g and 9.

Yodaya
07-15-2005, 08:47 AM
Hi David,

let's see if someone in the fourm knows how to solve this issue...

Cheers

Yodaya

achafik
07-15-2005, 11:45 AM
Hello, here are some things to do to make it easier to read...

Open "libs/captcha/captcha.class.php"
First: Here is a fix to make sure that the text doesn't overlap-
Around line 256 Find: Content visible to registered users only. Replace With: Content visible to registered users only. The Line Before Add: Content visible to registered users only. No More Overlapping Text!

Second: Give the text more room (Helps keep text IN the image [on the x plane])
Around line 241 Find: Content visible to registered users only. Replace With: Content visible to registered users only.Zip:

{url no longer in service}

Let me know if this helps :)

David
07-15-2005, 03:12 PM
Very Nice Work...I'm going to add this to the fixes for the final release as well.

Valtar
07-15-2005, 05:09 PM
Sweet,

Thanks achafik... sometimes you guys just amaze me.

David
07-15-2005, 05:11 PM
Content visible to registered users only.

They amaze me too. We have some really awesome supporters here. We will go far if we can maintain the momentum.

barryb
07-16-2005, 05:23 PM
I upgraded the Captcha class and fonts, but I still find it very difficult to read. Is there another fix? This phpBB forum uses a very legible security image, as does a WordPress plugin ( {url no longer in service} ). In addition to being much more legible, these other two systems use much smaller gifs which seem to load faster and take up less space. Any thoughts?? Thanks!

David
07-17-2005, 04:18 PM
Yes, barryb, I think we might end up going with a system similar to wordpress or phpbb in the future, especially in light of the common problem of people not having Free Font compiled in their GD.

cvos
07-19-2005, 06:29 AM
i have to concur on the readability of the capcha image. its definitely a roadblock to signups.

This image a competitor uses is really nice, and only 4 characters, which poses almost no usability problems and keeps the 'bots away.

{url no longer in service}

this one looks pretty good (a bit long though)

{url no longer in service}

dcb
07-20-2005, 02:39 AM
cvos, the CAPTCHAs that you pointed out are mostly useless since they can be beaten very easy by specialized scripts, also the phpBB CAPTCHA. But using the other link that barryb posted I came across interesting info and made some changes to the CAPTCHA scripts. They are more readable now but hopefully harder to crack. Anyway without GD and FreeType any text based CAPTCHA doesn't stand a chance.

cvos
07-22-2005, 02:46 AM
i think that for this script, we're not worried about hackers figuring out the captcha. Its a very low priority target, and i would consider it a mere annoyance if someone figured out how to automaticallly spam my directory. its just not worth it.

here is a cool implementation:

{url no longer in service}

kickass
08-02-2005, 02:30 PM
If you are going to implement a new captcha font could you please get rid of the 0 and O and o within the font??? Hard to tell apart, aren't they? My friends who tried out the script complained about this one the loudest.

David
08-07-2005, 12:22 AM
I'm working on getting a better captcha now.
Hopefully, I'll have something for us shortly.