How To Set Up An Image/signature Rotator > By Ichigokurosakihttp://forums.d2jsp.org/topic.php?t=26027438&f=34so already readed that.
I can access this:
http://rissanen.x10.mx/and there is these folders:
(/home/rissanen)
access-logs
etc
mail
public_ftp
public_html
tmp
Then, url.txt:
Code
http://img841.imageshack.us/img841/1962/suomicopy.jpg
http://i53.tinypic.com/29bm4p0.jpg
http://i56.tinypic.com/dcyikx.gif
http://img35.imageshack.us/img35/7539/lualcopy.png
http://i56.tinypic.com/2rxii36.gif
http://i54.tinypic.com/2jg6tn6.gif
http://img683.imageshack.us/img683/4931/modscammedcopy4.jpg
index.php:
Code
<?php
Header("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("Content-Type: image/gif");
$sigs = file("rissanen.x10.mx/signature.png/url.txt");
$rotate = $sigs[rand(0, count($sigs) - 1)];
$rotate = substr($rotate, 0, strlen($rotate) - 1);
readfile($rotate);
?>
doesnt work, something is wrong, and that site supports .php, so there is no problem..
Anyone else use x10hosting services? maybe you can help?
url.txt & index.php is inside that public html > signature.png-folder.
This post was edited by TradeShop on Jul 5 2011 05:44pm