Log in

View Full Version : Signature images not showing


Killgore
09-04-2010, 04:11 PM
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\ (http://www.sylonia.isgreat.org/levelup.php?id=1)
http://www.sylonia.isgreat.org/siggy.php?id=1 (http://www.sylonia.isgreat.org/levelup.php?id=1)
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
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
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
Create a new .php file and inside put:

<?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
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
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
Would changing the permissions have a different effect Brandon?

BMR777
09-05-2010, 10:06 PM
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
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
If you download this file you will see "Readfile appears to be disabled on your host." So, it won't work. i think. :|

Killgore
09-06-2010, 12:54 PM
If you download this file you will see "Readfile appears to be disabled on your host." So, it won't work. i think. :|

While that may be the case, if you look at the test.php link i gave a few posts earlier, you'll see that Readfile isn't disabled. Methinks Brandon was right, there may be a unforseen function disabled that maybe be required.

fadillzzz
09-06-2010, 01:23 PM
I'm not sure about this but it's worth a try
http://www.rusnakweb.com/forum/showthread.php?tid=1944

Killgore
09-06-2010, 04:48 PM
I tried that just now, but it didn't work. I also tried CHMODding every file on the server to 644 as well as 755, and it didn't display Tweeter, the first pet adopted, in my signature. It's still not showing for me, is it working for anyone else?

fadillzzz
09-06-2010, 06:26 PM
What host are you using? maybe you should move to another host

Killgore
09-06-2010, 06:43 PM
I'm using http://byethost.com/ i recently switched from http://000webhost.com because of bandwidth issues.

fadillzzz
09-06-2010, 11:47 PM
I personally think byethost is worse than 000webhost but then again, any free host is worse than the paid one

what do you mean by bandwidth issues anyway?

Killgore
09-07-2010, 11:14 AM
I tried running another website off 000webhost's servers, and they shut it down because went past my monthly bandwidth allowance, and my website was shut down permanently. But with byethost, i'm running the adoptables script alongside a phpbb3 forum. Byethost allows me to have ~204 Gb of bandwidth, whereas i'm unsure how much 000webhost was giving me (didn't tell me in the registration pages) but it was significantly less.

fadillzzz
09-07-2010, 11:03 PM
000Webhost gives you 100GB bandwidth per month, I think it should be more than enough
how many bandwidth are you using per month anyway?

Killgore
09-08-2010, 10:43 AM
I'm not sure, but i was running a phpbb3 forum on one of their free accounts and the forum had about ~25 members that logged on every day which generated enough traffic for them to shut it down. Also, it shouldn't matter a whole lot, but the forum was created for my Call of Duty: World at War (Wii) clan to chat and discuss things.

vexel
09-08-2010, 02:06 PM
Killgore, look -
http://www.sylonia.isgreat.org/siggy.php?id=2
http://www.sylonia.isgreat.org/siggy.php?id=2 and it show image
...hym, try wiht /get/1.gif and .htaccess file;D

Killgore
09-08-2010, 05:14 PM
It still doesn't seem to work for some reason.That seems to be a re-occurring issue, I'll put something in my signature from that server, it'll work the first time i view the image, but it will refuse to show when i try to load it again :/

vexel
09-09-2010, 01:54 PM
Try to re-upload siggy.php file, your .htaccess file and if it won't work re-upload your images

tehsimpl
09-10-2010, 05:02 AM
Make sure you enable hot-linking for your siggy.php

Killgore
09-10-2010, 03:52 PM
Enable hot-linking? I've hosted this script on other servers without enabling anything before and it's worked just fine...