View Single Post
  #1  
Old 08-12-2010, 01:28 PM
vexel vexel is offline
Member
 
Join Date: Aug 2010
Posts: 23
Credits: 2,614
vexel
Arrow 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!
Reply With Quote