Page 1 of 1

security image

Posted: Sun Oct 21, 2007 10:59 am
by mickeyw
Script URL:sowbits.org
Version of script:0.94
Hosting company:I host my own server
URL of phpinfo.php:http://showbits.org/phpinfo.php
URL of session_test.php:http://showbits.org/hesk/session_test.php
What terms did you try when SEARCHING for a solution:chmod

Write your message below:
My security image does not show when making a support ticket

Posted: Sun Oct 21, 2007 1:11 pm
by Klemen
And what does the README.HTM file say about that?

Posted: Sun Oct 21, 2007 1:25 pm
by mickeyw
Klemen Stirn wrote:And what does the README.HTM file say about that?
I have uploaded the img folder in binary mode, all the other files in ASCII mode, hesk_settings.inc.php is chmod to 666, and the attachments folder is chmod to 777, have i been missing something?
GD library is installed

Posted: Sun Oct 21, 2007 4:40 pm
by Klemen
Based on your GD test file:
http://showbits.org/hesk/gd_test.php
I would say GD is not enabled on your server. If you upload the phpinfo.php file to your server I might be able to confirm this (you will find it in the post entitled "READ THIS BEFORE POSTING").

Posted: Sun Oct 21, 2007 6:09 pm
by Henrie
Hi Klemen,

Maybe you should have read the first post of mickeyw. He has posted the link to phpinfo.php already.

And GD is enabled, but it seams that jpg support is not enabled, only gif, png, wbmp and xbm.

Greetings,
Henrie

Posted: Mon Oct 22, 2007 12:33 pm
by Klemen
Henrie, I did read it and the phpinfo.php wasn't at http://showbits.org/phpinfo.php when I tried it (file not found, just like it still is for session_test: http://showbits.org/hesk/session_test.php ).

Phpinfo does work now though and looking at it you are right, GD is installed but without JPEG support. I've edited the secimg.inc.php file to print the image as PNG, get the modified file from here:
http://www.phpjunkyard.com/extras/secimg_png.zip

Just upload it over the original one, then test and see if it works.