Step 1 - go to http://1asphost.com and sign up and if you don't already have one get an uploader http://photobucket.com is free and pretty darn reliable!
step 2 - open a word pad document
step 3 - this is the hard bit insert the following code in to the word document
<%
Dim intNumber, intHow_many, intRandom
intHow_many = 31' Number of images to randomize
Randomize
intRandom = Rnd()
intNumber = Int(intHow_many*intRandom + 1)
Select Case intNumber
Case 1
Response.Redirect("http://soullegacy.net/besm/up/syrius/sy_honda.jpg")
Case 2
Response.Redirect("http://soullegacy.net/besm/up/syrius/Miraanth.jpg")
Case 3
Response.Redirect("http://www.vixenarts.com/cyrwrynn/porropets/vday/syrius2.jpg")
Case 4
Response.Redirect("http://soullegacy.net/besm/up/syrius/syrpup.jpg")
End Select %>
Dim intNumber, intHow_many, intRandom
intHow_many = 31' Number of images to randomize
Randomize
intRandom = Rnd()
intNumber = Int(intHow_many*intRandom + 1)
Select Case intNumber
Case 1
Response.Redirect("http://soullegacy.net/besm/up/syrius/sy_honda.jpg")
Case 2
Response.Redirect("http://soullegacy.net/besm/up/syrius/Miraanth.jpg")
Case 3
Response.Redirect("http://www.vixenarts.com/cyrwrynn/porropets/vday/syrius2.jpg")
Case 4
Response.Redirect("http://soullegacy.net/besm/up/syrius/syrpup.jpg")
End Select %>
okay now this bit is kinda hard to explain the random number
intHow_many = 31' Number of images to randomize
that bit is the number of images you have in there
you copy and paste this bit
Case 4
Response.Redirect("http://soullegacy.net/besm/up/syrius/syrpup.jpg")
changing the case number every tuime and of course changing the urls every time so that each case is a different image.
step 4 - save as random.asp
step 5 - upload to 1asphost.com
step 6 - right click the blue link and go to properties copy the url
step 7 go to your priofile edit and insert the url between
tagsbobbs your uncle fannys ya aunt pigs arse is pork! you have yourself a randomiser any questions? feel free to ask ^-^!
p.s randomisers are unlimited you can put as many images as you like in them making it super easy to show off all your pets!
