Page 1 of 1

gd_test.php Where do I get this file?

Posted: Tue Sep 12, 2017 7:10 pm
by ripriprip
Script URL: http://www.cotyrone.com/guestbook/index.php or http://cotyrone.com/guestbook/gbook.php
Version of script: 182
Hosting company: http://digitalorphans.org
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: gd_test.php

Write your message below:
Hi, Where do I get the gd_test.php file? so I can test the image numbers? I have the following set:

// Prevent automated submissions (recommended YES)? 0 = NO, 1 = YES, GRAPHICAL, 2 = YES, TEXT
$settings['autosubmit'] = 1;

However no numbers are displayed, just the words: Security Image
- are displayed.

I didn't see any gd_test.php file included in the .zip package, so I googled and got one from
http://www.dagondesign.com/articles/che ... ur-server/
called gd-test.php
I uploaded that one, and that script says that GD is supported by my server. Are you able to tell me why the security image doesn't work with numbers, but only displays the words 'security image' ?

Here is the results of that test file:

GD is supported by your server!
GD Version Yes
FreeType Support Yes
FreeType Linkage Yes
T1Lib Support Yes
GIF Read Support Yes
GIF Create Support Yes
JPEG Support Yes
PNG Support Yes
WBMP Support Yes
XPM Support Yes
XBM Support Yes
WebP Support Yes
JIS-mapped Japanese Font Support No

Thank you,
Tammy

Re: gd_test.php Where do I get this file?

Posted: Tue Sep 12, 2017 7:30 pm
by ripriprip
I found your file at
https://www.phpjunkyard.com/support/kb/ ... article=24

uploaded it and yes, this confirms that GD Library is enabled.
Any ideas how I can get it working correctly?

Thank you, for now, I guess I'll change it to text (rather then image), however, I'd prefer to use the image.

Thank you,
Tammy

Re: gd_test.php Where do I get this file?

Posted: Wed Sep 13, 2017 1:05 pm
by Klemen
Have you tried the other suggestions at
https://www.phpjunkyard.com/support/kb/ ... article=24
?