r u using tectite's "verifyimg"?
if so, look for this in verifyimg.php:
and try different values instead of 5PHP Code:$iFont = 5; // use builtin font #5
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
We have been receiving complaints that the letters are two small in the captcha image. I know how to make the whole image larger, but what we want to do is make the letters larger and easier to read. Is there a way to make this adjustment?
Bud
r u using tectite's "verifyimg"?
if so, look for this in verifyimg.php:
and try different values instead of 5PHP Code:$iFont = 5; // use builtin font #5
I have tried 6,7.8,9,10 and no difference. Is there a way to find out what the numbers relate to and what is available to me as options?
Thank you
Bud
maybe u have a really old version of php....
there's another place the text gets created.
Look for this line (it's about 10 lines below the other one):
try replacing the 5 with different numbersPHP Code:AddString($imText,5,0,0,$sVerifyString,$iTextFgColor);
but, here's the php doco:
http://php.net/manual/en/function.imagestring.php
apparently 5 is the largest font.
u should chgeck with ur host to see why php isn't doing the right thing
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks