View Full Version : Does anyone remember...
BugBite
04-24-2005, 02:36 AM
... that trick Fitzraven posted a LOOOOOONG time ago about the randomized sigs? If anyone has that code I'd appreciate it.
Xielos
04-24-2005, 02:37 AM
Might have it, let me look around
EDIT -
This is all I have, not even sure if it's right
<?php
header("Pragma: no-cache");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0", false);
header("Expires: Sun, 18 May 1980 16:32:00 GMT"); //in the past
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
srand((double)microtime()*1000000);
$f[] = "http://img.photobucket.com/albums/v83/Xielos/Xielos_Sig.jpg";
$f[] = "http://img.photobucket.com/albums/v83/Xielos/flcl2.jpg";
header("Location: " . $f[rand(1, count($f)) - 1]);
echo("For NS4");
?>
Replace my URL's with yours, and I think thats how it works.
Tsarmina
04-24-2005, 03:05 AM
Coldcut may have it also. His sig used to change everytime you refreshed the page.
BugBite
04-24-2005, 03:14 AM
Awesome, thanks!
suburbanhell
04-25-2005, 11:23 AM
... that trick Fitzraven posted a LOOOOOONG time ago about the randomized sigs? If anyone has that code I'd appreciate it.
I think I emailed it to myself, I'll check when I get home tonight.
suburbanhell
04-25-2005, 11:24 AM
Coldcut may have it also. His sig used to change everytime you refreshed the page.
Same with Randomus.
Sebastian Kain
04-25-2005, 12:47 PM
Oh man...I would love to have the program too...if anyone is willing to share it with me.:sk:
Randomus
04-25-2005, 12:50 PM
I have it on my old server. Let me see if I can dig it up-- I'm at work, though. No FTP access.
Astartus
04-26-2005, 08:30 AM
man, I totally forgot about this trick....
But anyone remember how you did it? Cause I think that you can't put php files into your SIG. Or was it that you had to save it in a special format?
I have absolutely no idea anymore.
coldcut
04-26-2005, 02:46 PM
Yeah, apparently you can put php files in your sig. You could at the old boards at least. I haven't been real ambitious with my sigs lately.
I'd be interested in finding out how to rotate signatures as well.
vBulletin® v3.7.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.