Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Signature images not showing (http://www.mysidiaadoptables.com/forum/showthread.php?t=1550)

Killgore 09-04-2010 04:11 PM

Signature images not showing
 
Yep, i'm using this BBCode to display one of my adoptables, but all i get is this: http://www.sylonia.isgreat.org/get/1.gif\
I read Sea's post, and tried changing the options in the admin CP, as well as re-uploading the images to the server as .gif files and it's still not working.

BMR777 09-04-2010 06:27 PM

RE: Signature images not showing
 
If you access the siggy.php file directly it doesn't want to execute:

http://www.sylonia.isgreat.org/siggy.php?id=1

Furthermore, my PC at least seems to think it is a zip file. What are the CHMOD permissions on siggy.php? Does the host support readfile() for PHP as well?

Killgore 09-04-2010 06:52 PM

RE: Signature images not showing
 
The CHMOD is set to 750, default for the host I'm on, if it were a problem wouldn't all of the files not show?

How would i check to see if the host supports PHP readfile()?

BMR777 09-04-2010 07:07 PM

RE: Signature images not showing
 
Create a new .php file and inside put:

Code:

<?php

phpinfo();

?>

Look for readfile(). Also look for readfile or readfile() under the disabled_functions listing, if it's there it's not going to work.

Killgore 09-04-2010 07:15 PM

RE: Signature images not showing
 
Alright, the page http://sylonia.isgreat.org/test.php shows not a single mention of readfile(), nor is readfile in the disable_functions section.

Also, it might be useful to know that during the install, the script informed me that my host supported GD Image Libraries.

vexel 09-05-2010 05:38 AM

RE: Signature images not showing
 
My computer, when I go to this adress (http://www.sylonia.isgreat.org/siggy.php?id=1) wants to download your siggy.php file :/

Killgore 09-05-2010 09:42 AM

RE: Signature images not showing
 
Would changing the permissions have a different effect Brandon?

BMR777 09-05-2010 10:06 PM

RE: Signature images not showing
 
I don't know if it would, the only thing I could think is that if it had the wrong permissions it might not be executed by the PHP interpreter and that would cause issues. Try setting the permissions to 644 and see if it makes a difference.

I didn't see readfile in your disabled functions, but your host has a lot disabled, so I wonder if something else that the file requires is also being disabled. Also, does your host force ads on your account? If they do, this could cause the file to not work properly.

Killgore 09-05-2010 10:26 PM

RE: Signature images not showing
 
I doubt they force ads, but is there any way i could check to be sure? I'll change the permissions to 644 and give it a shot.

EDIT: Nope, not one bit. I don't understand why it tries downloading a zip file when it goes to siggy.php?id=1, I've loaded the same page on three different computers and got the obligatory error message that it's been displaying for quite some time.

vexel 09-06-2010 11:52 AM

RE: Signature images not showing
 
If you download this file you will see "Readfile appears to be disabled on your host." So, it won't work. i think. :|


All times are GMT -5. The time now is 04:47 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.