![]() |
![]() |
Colonel Skills |
![]()
Post
#1
|
Newbie ![]() Group: Members Posts: 3 Joined: 16-May 06 Member No.: 52 ![]() |
Hello, I'm hoping you guys can help with my problem with using this dynamic sig thing.
My PHP knowledge is not that great, I'll get that out in the open right now just so you all know. Anyway, I have tried uploaidng the script to some webspace I have that a buddy of mine hosts, and so far I only have one of the two required files working. I did not edit either of them, these are the results I get "straight out of the box", so to speak. The NPVARS.TXT file works fine and dandy. See: http://colonelskills.eleochan.org/np/npvars.txt for proof. However, the signature.php/sig.png file produces the error of "No Input File Specified", as seen here: http://colonelskills.eleochan.org/np/signature.php/sig.png And I'm at a loss for what to do to fix it. Any help? http://colonelskills.eleochan.org/np/signature.php has a bunch of error codes, if that helps any. I dunno why those are like that though I think it might have something to do with the home/.dolby/colonelskills part of the file path but I dunno what variable could be suppling that part of the address so I don't know what to edit. Any help please? In addition, please excuse any typos. It's 4 AM when I write this. ;_; |
![]() ![]() |
Serge |
![]()
Post
#2
|
![]() AMIP Developer ![]() ![]() ![]() Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 ![]() |
Your server doesn't support such linking, the workaround is to enable static image generation and link directly to produced image.
Inside signature.php change: $config['static'] = false; to $config['static'] = true; Then update song, then link to: http://colonelskills.eleochan.org/np/sig.png |
![]() ![]() |