I am trying to write a script to redirect traffic to a random url selected from a list of urls. So far, I have had no luck.
I don't know a lot about writing scripts. Anyone have a good script for this? TIA
Help with Java script
Collapse
X
-
Tags: None
-
search some script sites, there are loads of free scripts that do that..No way as way, No limitation as limitation. AmeriNOC formally PhatServers
-
haven't tested it though something like below should be fairly close to working.
sites=Array("url1","url2","....");
window.location=sites[math.round(math.random())*sites.length]SUBMIT YOUR BABE GALLERIES
PROMOTE YOUR BLOG HERE
always looking for hardlinks icq #207011694
Thunder-Ball.net, good for hardlink exchangesComment
-
I haven't had much luck there... I found one that was close, and butchered it up pretty bad. It did absolutely jak shit when I was done with it.Originally posted by chemicaleyes
search some script sites, there are loads of free scripts that do that..Now Taking Hard Link Trades
BTW - NEVER use thexxxhost.comComment
-
That look promising... and a lot easier than what I was messing with. I will dicker with it. Thanks!Originally posted by pudcat
haven't tested it though something like below should be fairly close to working.
sites=Array("url1","url2","....");
window.location=sites[math.round(math.random())*sites.length]Now Taking Hard Link Trades
BTW - NEVER use thexxxhost.comComment
-
hmmmm, that one doesn't seem to work.Originally posted by BlueFly
That look promising... and a lot easier than what I was messing with. I will dicker with it. Thanks!
Now Taking Hard Link Trades
BTW - NEVER use thexxxhost.comComment
-
sites[Math.round(Math.random()*(sites.length-1))]SUBMIT YOUR BABE GALLERIES
PROMOTE YOUR BLOG HERE
always looking for hardlinks icq #207011694
Thunder-Ball.net, good for hardlink exchangesComment
-
That got it! Thanks for your help!Originally posted by pudcat
sites[Math.round(Math.random()*(sites.length-1))]Now Taking Hard Link Trades
BTW - NEVER use thexxxhost.comComment

Comment