Does anybody know that multiple sig site?

Aicy

Strategos
I've been searching for and gathering up all my old sigs (most of them have been lost forever... ;_; ) and I used to use this site where you would enter all your different sigs (I had a lot) and then it would generate a URL where if you used that for your sig it would show a different one every time you loaded the page.

Anybody know what I'm talking about?

I've tried google, honest!
 

DeletedUser18366

Guest
Urm...I've never come across this...I'm just wondering how one URL can direct you to different sigs...
Does it have a fixed time period for each sig or is it just different every time?
 

DeletedUser44027

Guest
Here's a script I've had for a while that does it for websites... I'll see if I can play around with it and maybe have it work for siggies? I assume that vbullitin it rechecks the image in-between [noparse]
[/noparse] every time...

Code:
<script type="text/javascript">   
  
images = new Array(5);  
  
images[0] = "<a href='http://www.uwsw.tk/wiki'><img src='Img1.gif' </a>";  
  
images[1] = "<a href='google.com/google.google'><img src='Img2.gif' </a>";  
  
images[2] = "<a href='http://www.peacout.com'><img src='Img3.gif' </a>";  
  
images[3] = "<a href='http://www.ouya.com'><img src='Img4.gif' </a>";  
  
images[4] = "<a href='http://www.watchdogs.com'><img src='Img5.gif' </a>";  
  
index = Math.floor(Math.random() * images.length);  
  
document.write(images[index]);  
  
</script>
 

DeletedUser44027

Guest
Okay, so I was doing it all wrong. It's probably impossible, tbh, to do it from code, because it comes up as broken link. However, I did find the site! :) technically, it's a gif, but it doesn't move, so you should be fine...

http://sig.grumpybumpers.com
 

DeletedUser44027

Guest
This isn't working cos it's a html file in the img tags, fyi.

PS: I still have a few sigs I made for you probably, Aicy

That's basically the problem. The only way you can do it is thru a gif :/
 

DeletedUser

Guest
No, it could be done with a jpg or png as well. The problem is the url. (Or the script running on the website, extension of an image link should never be .html)
 

DeletedUser

Guest
sRcEe.png


This is the only one I still have but I believe I've seen it in the rotation already, anything older go lost when my old hdd failed, sorry!
 

DeletedUser19042

Guest
but multi sig is so fun

I'm still suprised you haven't been warned for your MASSIVE signature rule violation. (which already stands for a week and a half?) (and I'm talking about your mutzzy ;) )
Guess moderators aren't as they used to be anymore. But oh well. Good for some people I guess. :p

/hugs everyone
 

DeletedUser

Guest
That was made by Shawnpal wasn't it?

Anyway I've gone back to the no-sig road.
No, I made that :p (found it in my old sig shop thread)
 
Last edited by a moderator:
Top