The one and only signature creation thread

Originally posted by lego
I can't seem to find the thread on rotating sigs

Can anyone help
simple terms though please

Look in general discussion sticky.

or

open notepad put this in save it as rotate.php
PHP:
<?

$array[200];
$elem = 0;
$dirname = "sigs";
$dh = opendir($dirname);
while ($file = readdir($dh)) {
if (!is_dir("$dirname/$file"))
$array[$elem] = $file;
$elem = $elem + 1;
}

srand((double)microtime() * 10000000);
$rand_keys = array_rand($array);
$temp = $array[$rand_keys];

header("Location: $dirname/$temp");

?>

then make a new folder in same location as rotate (dont put rotate.php in it) and call it sigs

then link it in your sig

PHP:
[IMG]http://www.yourdomain.com/rotate.php[/IMG]
sort of thing. Its described better in the sticky.

(SP)
 
Originally posted by DJ Binks
anyone got the numberplate font and background ? :D
rage.jpg

Like that one!
Also ill start doing sigs for people :D

http://www.regtransfers.co.uk

go there and screen grab time ;)
 
Thanks Castor and iBankAllDay. Not quite what I was thinking (sorry if it sounds ungrateful :o )

I was thinking of something more simple, and maybe along the same dimensions as my current one.

Again, thanks for your time, its appreciated.
 
Originally posted by ImMrChris
flanders.gif


:confused: :D

Love it :D Exactly what I had in mind, one last thing, I dont suppose you could possibly do one more in exactly the same style but with just Flanders (ie. like the same quality picture, text, font etc) to rotate. That would be brilliant! No probs if its not possible :)

Thanks again for your time.
 
Last edited:
Whoa, I've never seen this thread before:eek:

For sig rotation, use robmiller's script, it makes good use of the lesser-known PHP functions, and I defy anyone to make it smaller :p:

header('Content-type: image/jpeg');
$files = glob('*.jpg');
readfile($files[array_rand($files, 1)]);
 
Hi this is my first post on the OCUK forums.

I noticed everyone has cool signatures but I have no idea how to create one and I can’t afford an expensive package like photoshop.

If anyone could help me with a new signature it would be much appreciated.

To give you an idea I’m looking for a signature with my user name (Spare Part) and some cool graphics maybe a couple of computer components, which would fit in with the user name.

If anyone is willing to help me it would be much appreciated.
:)
 
Last edited:
Back
Top Bottom