phpmyfaq 160

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

jazcyk
Posts: 385
Joined: Wed Sep 07, 2005 1:32 pm

you forgot one thing ...

Post by jazcyk »

they must be drowned too!
What about a slash zero
The graphics is generated from standard .ttf fontfiles, so I you know such font .. There are places on in Internet where you can download thousands of free fonts. Most is crap but some might work fine with phpmyfaq captchas.
david_de
Posts: 72
Joined: Tue Dec 13, 2005 12:09 am

Post by david_de »

"Every font you will find here was created by a programmer and is free." quote from their About page. These are easy to read so it may defeat the purpose?

http://www.proggyfonts.com/index.php?menu=download
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Re: 0 and O

Post by matteo »

jazcyk wrote:I can see in the devblog that you did this now.
What files should I replace?
Hi jazcyk,
I apologize for my delay, the file is: [PATH_TO_PMFINSTALL]/inc/captcha.php

Please, try also to modify temporarly this line below, in [PATH_TO_PMFINSTALL]/ask.php:

Code: Select all

'msgCaptcha' => $PMF_LANG['msgCaptcha'],
as:

Code: Select all

'msgCaptcha' => $PMF_LANG['msgCaptcha']."<br/>(".implode(" ", $captcha->letters).")",
I think this would help you to see what is the subset of characters used for randomly generating the captcha code.

Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Re: 0 and O

Post by matteo »

david_de wrote:I have not had any problems so far in my limited testing of 160 RC but I did in the beta 160. I can only assume I am either very lucky now or something changed.
Hi david_de,
FYI nothing is changed in the capthca class design, only bug fixing in the whole of PMF 1.6.0 code.
Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
jazcyk
Posts: 385
Joined: Wed Sep 07, 2005 1:32 pm

@matteo

Post by jazcyk »

There is nothing to apologize. I know from our own business how important BETA-testing is for a good result. And as you provide this software for free, I think that I should do that at least.

I don't understand the change in ask.php and don't see any difference?
Was it the idea that the subrange of characteres to be used should be displayed to the user?

The 'O' <> '0' equalization seems to work fine.
jazcyk
Posts: 385
Joined: Wed Sep 07, 2005 1:32 pm

one thing ...

Post by jazcyk »

problems with 'slashed zero' is that in a few languages 'Ø' actually is a letter! That applies to Danish (my own language) for instance! So I would use such font as it would confuse Danish users!!
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Re: @matteo

Post by matteo »

jazcyk wrote:I don't understand the change in ask.php and don't see any difference?
Was it the idea that the subrange of characteres to be used should be displayed to the user?
Yes, it is :wink:
I've no experience about captcha robots so I do not know if presenting the user the subset of chars would be an issue. This is the reason why currently that (simple) code is not under CVS: it is just an opportunity for thinking about it.
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
jazcyk
Posts: 385
Joined: Wed Sep 07, 2005 1:32 pm

I created a new issue by error

Post by jazcyk »

matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Post by matteo »

jazcyk wrote:it does not seem to work!

Maybe it is printed outside the visible 'window'?
But it can be added to .css and .tpl. files if needed..
Here is the effect for viewing the basket of characters (see above for the simple code modification of ask.php):
Image
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Post Reply