Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Mys v1.1.x Mods (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=20)
-   -   SIGGY with READFILE DISABLED (http://www.mysidiaadoptables.com/forum/showthread.php?t=1532)

vexel 08-12-2010 01:28 PM

SIGGY with READFILE DISABLED
 
Look! It's work!!


Go to your siggy.php file and find

Code:

        // 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:

Code:

        // 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

RE: SIGGY with READFILE DISABLED
 
Nice alternative!


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

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