my sig test!

Associate
Joined
8 Oct 2006
Posts
379
Location
Leicester
sig test

edit: why aint anything showing :(

edit: image test:
llaadd-barcode-255x75.png
 
Last edited:
If you have hosting with PHP enabled, make a rotating sig with all them in :)

Edit:
In notepad make a new file called rotate.php and paste this into it:
Code:
<?php

$files = glob('{*.PNG,*.png,*.JPG,*.jpg,*.GIF,*.gif}', GLOB_BRACE);
readfile($files[array_rand($files)]);

?>
Upload into same directory as your sigs (sigs only mind;)) and oila!
 
Last edited:
from looking at it...the first 1 just looks odd and the last looks really complex...though might just set those to rotate!...btw what would i call in here...the php file? i.e.

[ IMG]www.abc.com/rotate.php[/IMG]

p.s.
hendrix said:
Guess me giving him everything he needs won't help him DIY ;)
dangerpheonix is refering to me needing to get my project work done lol...should be doing that but instead messing around with this lol
 
Last edited:
llaadd said:
from looking at it...the first 1 just looks odd and the last looks really complex...though might just set those to rotate!...btw what would i call in here...the php file? i.e.

[ IMG]www.abc.com/rotate.php[/IMG]

p.s.
dangerpheonix is refering to me needing to get my project work done lol...should be doing that but instead messing around with this lol
Ah no worries :)

Yup, [ IMG]www.abc.com/rotate.php[/IMG] will work. Just gotta make sure it's in the same folder as the images.

ps: Do some work! :o
 
Back
Top Bottom