Welcome to Gaia! ::

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
awesome...i was looking for a randomizer smile
Thanks! I have successfully randosigged! Yay! ^_^
domokun I still think this should be a sticky. *nods vigorously*
Presca's avatar
  • 200
  • 200
  • 0
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...

User Image - Blocked by "Display Image" Settings. Click to show.
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.
Presca's avatar
  • 200
  • 200
  • 0
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.
Kitsune_rei's avatar
  • 200
  • 300
  • 100
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!
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
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
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:

<?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])
?>


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.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get Items
Get Gaia Cash
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff