Many ppl asked me here about the sig-rotator.. well here it is.. a lil "how-to" for you..
english:
1. first of all.. you need a webhoster, need to support php, that's important!
i got an acc. on 100webspace.com cuz it's free and good ^^
2.
you need to upload all your signatures on a site.. i use imagehack.us or photobucket... get the URLs and save them in a .txt-file..
like this:



...
etc.
3. Well now you need the php-code.. Just open the editor on windows.. anything will do.. and paste this code in the editor, make sure you change the URL with the one of your webspace...
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("http://your.URL/sig.png/list.txt"); //replace the URL inside with your list.txt $blah = $sigs[rand(0, count($sigs) - 1)]; $blah = substr($blah, 0, strlen($blah) - 1); readfile($blah); ?>
4. now make a new folder called "sig.png" and put the textfile (list.txt) and the code (index.php) into it..
5. get a FTP-Tool (FlashFXP for example) and upload the whole "sig-png" folder on your webspace..
6. That's it.. now just get the proper URL of your webspace and put this code into your sig:
Code:
[IMG]http://www.yourURL.com/sig.png[/IMG]
----------------------------
deutsch:
1. Als erstes brauch ihr ein webhoster welcher auch php erlaubt...
Ich hab ein acc auf 100webspace.com, ist kostenlos und läuft gut
2. Ihr müsst alle eure Sigs irgendwo uploaded haben z.B. auf imagehack.us oder photobucket.. nehmt alle URLs die ihr habt und speichert diese in einer textfile.. nennt die .txt .. list.txt
Beispiel:



...
etc.
3. Soooo.. jetzt braucht ihr noch den php-code.. Öffnent einfach den normalen Editor von Windows oder irgendein Anderen und fügt diesen code ein, stellt sicher das ihr die URL im code mit eurer vom webspace ändert.:
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("http://eure.URL/sig.png/list.txt"); //erstezt die URL hier mit der von eurer list.txt $blah = $sigs[rand(0, count($sigs) - 1)]; $blah = substr($blah, 0, strlen($blah) - 1); readfile($blah); ?>
4. Erstellt jetzt ein neuen Ordner nennt ihn "sig.png" und macht die textfile (list.txt) und den code (index.php) in den Ornder.
5. Besorgt euch ein FTP-Tool z.B. FlashFXP und uploaded den ganzen "sig.png" Ordner auf euren webspace..
6. Das wars eigentlich.. ihr braucht jetzt nur die richtige URL von eurem webspace und nehmt diesen code für eure sig im board:
Code:
[IMG]http://www.eureURL.de/sig.png[/IMG]






