Jump to content
xisto Community

xtrasux

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. Hi, I'm using the code above but it never displays the last image on my list and occasionaly nothing displays at all. <?phpHeader("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");Header("Expires: Thu, 19 Nov 1981 08:52:00 GMT");Header("Pragma: no-cache");Header("(anti-spam-content-type:) image/png");// Header info, forces no cache and image type of GIF$sigs = file("http://forums.xisto.com/no_longer_exists/;; //replace the URL inside with your list.txt$blah = $sigs[rand(0, count($sigs) - 1)];$blah = substr($blah, 0, strlen($blah) - 1);readfile($blah);?> [url=http://img175.imageshack.us/img175/2914/crossnames0hf.png]http://img175.imageshack.us/img175/2914/crossnames0hf.png[/url][url=http://img.photobucket.com/albums/v240/pistons50/present4staff.png]http://img.photobucket.com/albums/v240/pis...esent4staff.png[/url][url=http://i21.photobucket.com/albums/b287/ScottGfx/GfxsectorStaffSig.png]http://i21.photobucket.com/albums/b287/Sco...torStaffSig.png[/url][url=http://img399.imageshack.us/img399/9938/staffpresent8tr.png]http://img399.imageshack.us/img399/9938/staffpresent8tr.png[/url] Link do I need to change something, or is it something to do with my host?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.