Elliot B. Posted December 2, 2002 Share Posted December 2, 2002 Uploaded the following files into one directory: 1.gif 2.gif 3.gif sig.php I then changed my signature to [*IMG]https://www.neowin.net/staff/kingmustard/sig.php[/img*] (ignore the *) However, I get the red-cross :( I reckon it's the PHP file that's @ fault. However, since I can't read/write PHP (I found the script elsewhere on NeoWin), I've attached the file for y'all to have a look at... sig.php Link to comment Share on other sites More sharing options...
Tim Dorr Veteran Posted December 2, 2002 Veteran Share Posted December 2, 2002 Fixed by your friendly neowin coder :) these lines changed: $dir = opendir("./sigs"); and if(!readfile("sigs/".$image[$n])){ readfile("../../blank.gif"); } I also moved your images into the sigs directory loaded from by the script :) Link to comment Share on other sites More sharing options...
Elliot B. Posted December 2, 2002 Author Share Posted December 2, 2002 Cheers man! :) Link to comment Share on other sites More sharing options...
Recommended Posts