Welcome to Gaia! :: *ALMOST* Every Random Sig Method Known To Gaia! | Forum

Register FaceBook Login Login

 

 
GST

Welcome to Gaia's forums, where millions of members gather to discuss random stuff, make new friends,
complain about life, argue about nothing, laugh at dumb pictures, discuss serious issues and/or curse like sailors.

Lurking is creepy. Quit skulking in the shadows and join the conversation!

Register to reply

Advertisement
Share:  
forum:92, topic:4400804
< 1 2 ... 8 9 10 11 12 13 14 15 ... 23 24 25 > >>
Problem.. Everytime I put in the random image html in my sig, no pictures pop up... sweatdrop

Edit: I now see that black fire is having some troubles at the moment. ^_^;; Sorry. whee
 
     
http://i11.tinypic.com/43e4h3r.jpg
 
awesome...i was looking for a randomizer smile
     
Thanks! I have successfully randosigged! Yay! ^_^
 
     
http://r.undev.org/?r=320

Happy Thanksgiving! =^_^=
Never ever beg me for gold or items!
Tseng: "Pizzashirt!" ¬ ; ¬
 
domokun I still think this should be a sticky. *nods vigorously*
     
Here is my code, what am I doing wrong?

[img]http://www.cutandpastescripts.com/cgi-bin/randomimages/randomimages.pl?username=Presca[/img]


P.S. I didn't do code in EDIT PROFILE, that's just put in so you can see the coding above.
 
     
 
Presca
Here is my code, what am I doing wrong?

[img]http://www.cutandpastescripts.com/cgi-bin/randomimages/randomimages.pl?username=Presca[/img]


P.S. I didn't do code in EDIT PROFILE, that's just put in so you can see the coding above.
it seems fine from here... I saw an image of a cute green pet you have...


maybe a couple of images in it are broken...

http://www.cutandpastescripts.com/cgi-bin/randomimages/randomimages.pl?username=Presca
     
Thanks for the help, I've been looking for a good Rando-Sig Generator, I'm just waiting on Black Fire to sent the comfirmation mail.
 
     
:-: Life Treats Us All Like Fortune Cookies...It Rips Us Open, Takes Out What Makes Us Unique, And Then Throws What's Left Of Us Away... :-:
 
I think it might be the Gaia redirect that is doing it in the addresses. I really dislike the redirect, it messes me up everytime. Thanks for your help.
     

Merlin's Apprentice
I love randomized sigs! Its great when you can show lots of different images, I encourage users to use them rather than trying to cram a lot of images in their sig and ending up with it too big! It makes me sad to disable sigs...
Always remember all your images in your randomized sig need to be the proper size too though!
 
     
http://tinyurl.com/9bx6v
{Art Shop: Catching up}-{Fox Shop}
{Deviantart}{Etsy}

Follow? Thanks! http://www.gaiaonline.com/demonbusters?sub=followers&user_id=31488
Really behind on things, sorry >.<
 
Kitsune_rei
I love randomized sigs! Its great when you can show lots of different images, I encourage users to use them rather than trying to cram a lot of images in their sig and ending up with it too big! It makes me sad to disable sigs...
Always remember all your images in your randomized sig need to be the proper size too though!
Aye!

I go over that a lot in the second post on the first page xd

What I'm worried about is how Random Sigs are going to affect the sig reporting feature...
     
How about random text signatures (like off of cutandpastescripts)? I would like to do that, but it has yet to work. XP
 
     
 
Androphobia
How about random text signatures (like off of cutandpastescripts)? I would like to do that, but it has yet to work. XP
random text runs off of javascript...
the only way to have random text woud be to make the text in an image...
then add it to a random image script
     
http://r.undev.org/?r=3482
ಠ_ಠ
This thread was so helpfull! Now I can finally have my Viewtiful Joe Movie Posters randomly switching in my sig. Its so awsome

thnks alot
 
     
Hi! You won't see me very often! biggrin
OR WILL YOU?! No, you won't.
Maybe.
 
Bump! ^_^
     
~I finally got my Staff of the Angels!!!~
Mya Moonlight wins epically at being an awesome friend. ;D <3

[Ye Olden Graphics Shoppeh]
R A M Z A
Androphobia
How about random text signatures (like off of cutandpastescripts)? I would like to do that, but it has yet to work. XP
random text runs off of javascript...
the only way to have random text woud be to make the text in an image...
then add it to a random image script


Or you could do some fancy PHP that would make a randomly-picked string of text into an image.


Either way, this may have been mentioned already, but I had to change Ag2S03's code a bit to get it to work right:

&lt;?php
$links = array(
"images",
"more images.jpg",
"blahblah.gif",
"myimage.png")

$howMany = count($links) -1; // number of images to randomize

srand ((double) microtime() * 948625) // seed the randomizer
$randNumber = rand(0,$howMany) // make the random Number

//select the image
header("Location: ".$links[$randNumber])
?&gt;


I had to make it subtract one from $howMany, and then make the minimum number rand could pick be zero instead of one. Otherwise the first image wouldn't ever show, and sometimes it would output absolutely nothing.
 
     
< 1 2 ... 8 9 10 11 12 13 14 15 ... 23 24 25 > >>

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

We will be phasing out support for your browser soon.

Please upgrade to one of these more modern browsers.