Blank Captchas ??

Found a bug? Tell us!!
Post Reply
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Blank Captchas ??

Post by Chief »

Hi, I have try to enable Captchas in comments but I see only a White square with no Captchas in.

Where I can look for that ?

Thx !
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Blank Captchas ??

Post by garvinhicking »

Hi!

What's your URL? Maybe you configured white text on white background? ;)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

It seems your server'S PHP GDlibrary is not able to parse the ".ttf" truetype files in the spamblock directory. Did you upload those .ttf files, are they existing and readable?

You might need to ask your hoster if truetype support is properly enabled and setup in PHP.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

Ok I check that ... thx
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

Nope ... I have some other php-nuke website running Captchas and its work great, GD2 library is on and I have all ttf and png in the folder, I have also move in the server the ttf ( folder Windows\fonts ) and its blank again

I have change to grey the background to see and I see nothing... I see some dot in the box if I put scrambled.

Thx !
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Other systems like phpnuke might emit Captchas completely different! Is phpnuke also using .ttf files to create a captcha?
I have change to grey the background to see and I see nothing... I see some dot in the box if I put scrambled.
Definitely your PHP gdlib is not able to parse the .ttf files of the spamblock plugin in this case. Because the rest works, but not rendering TTF.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

I have talk with my hosting guys but they dont know what I mean ... I am on a Windows 2003 server. You know where I can search to have the mothod to config the server to make it working ?

I see .png in the folder ... the Captchas can use these .png instead of the .ttf ?
Last edited by Chief on Fri Sep 01, 2006 1:45 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Maybe you could search for some PHP scripts that use TTF Fonts to render images? Maybe with those scripts you can see if it generally works on your server.

It might be that on a Windows Server, TTF generation is not really possible. I have no experience with that.
I see .phn in the folder ... the Captchas can use these .png instead of the .ttf ?
That would only work if GDlib is not available on your system, as the fallback is only used automatically. But the captcha fallback is really easy to bypass. :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

Thx Garvin, I continuous my search ... if I found something I come back with the solution.

Have a good day !
Post Reply