d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > General Help Archive > N: Help With Signature Rotator > X10hosting.com
Closed New Topic New Poll
Member
Posts: 4,034
Joined: Mar 10 2011
Gold: 0.00
Warn: 10%
Jul 5 2011 05:42pm
How To Set Up An Image/signature Rotator > By Ichigokurosaki
http://forums.d2jsp.org/topic.php?t=26027438&f=34

so 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
    images
    signature.png
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
Member
Posts: 15,053
Joined: Oct 2 2008
Gold: 3,560.00
Jul 5 2011 05:44pm
grumpysigrotator works the best

google it

you create username and password

and just paste the

codes into the list below

and hit summit and then copy new link and put in sig

and done

should only take a few minutes




totaly free

This post was edited by ritemeow_tweak on Jul 5 2011 05:44pm
Member
Posts: 4,034
Joined: Mar 10 2011
Gold: 0.00
Warn: 10%
Jul 5 2011 05:49pm
Quote (ritemeow_tweak @ 6 Jul 2011 02:44)
grumpysigrotator works the best

google it

you create username and password

and just paste the

codes into the list below

and hit summit and then copy new link and put in sig

and done

should only take a few minutes




totaly free


I try that, but I hope I can make my own rotator to work.
Member
Posts: 4,034
Joined: Mar 10 2011
Gold: 0.00
Warn: 10%
Jul 5 2011 06:00pm
When I write that rissanen.x10.mx/signature.png

it will create error-message to my serverside:

[05-Jul-2011 19:58:17] PHP Warning: file(rissanen.x10.mx/signature.png/url.txt) [<a href='function.file'>function.file</a>]: failed to open stream: No such file or directory in /home/rissanen/public_html/signature.png/index.php on line 7
[05-Jul-2011 19:58:17] PHP Warning: readfile() [<a href='function.readfile'>function.readfile</a>]: Filename cannot be empty in /home/rissanen/public_html/signature.png/index.php on line 10
Retired Moderator
Posts: 15,410
Joined: Jun 2 2005
Gold: 9,504.66
Trader: Trusted
Jul 5 2011 06:08pm
Go Back To General Help Archive Topic List
Closed New Topic New Poll