PDA

View Full Version : SIGGY with READFILE DISABLED


vexel
08-12-2010, 01:28 PM
Look! It's work!!


Go to your siggy.php file and find

// Reading the file failed, so show an error...
header ("text/plain");
die("Readfile appears to be disabled on your host.");

(It's about 226 lin ;-))

And replace it with:

// Reading the file failed, so show an error...
header ("text/plain");
die("<img src='".$image."'>");



Ok it's the End ;-)

BUT IT WORKS!

HIddenPanda
08-12-2010, 09:39 PM
Nice alternative!