» [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
[b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
[b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
[b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me..
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a random page every time you click it. without any sequence.
this is good for making resource or reference buttons.. or member's linkages.. it's up to you.. [b]ok.. as usual... this goes outside the loader.. [/b](i always use this format)
[quote]//Random Button
var Lucky = new Array();
var FeelLuckyCookieName = "FeelLuckyCookie";
var NewWindow = "y";
Lucky[0] = "[b]URL[/b]";
Lucky[1] = "[b]URL[/b]";
Lucky[2] = "[b]URL[/b]";
Lucky[3] = "[b]URL[/b]";
var TabChar = String.fromCharCode(9);
var CurrentCookie = '';
function GetLuckyCookie() {
var cookiecontent = '';
if(document.cookie.length > 0) {
var cookiename = FeelLuckyCookieName + '=';
var cookiebegin = document.cookie.indexOf(cookiename);
var cookieend = 0;
if(cookiebegin > -1) {
cookiebegin += cookiename.length;
cookieend = document.cookie.indexOf(";",cookiebegin);
if(cookieend < cookiebegin) { cookieend = document.cookie.length; }
cookiecontent = document.cookie.substring(cookiebegin,cookieend);
}
}
return cookiecontent;
}
function PutLuckyCookie(value) {
if(CurrentCookie.length > 0) { value = CurrentCookie + TabChar + value; }
value = escape(value);
document.cookie = FeelLuckyCookieName + "=" + value;
}
function YesMakeMeLucky() {
CurrentCookie = GetLuckyCookie();
CurrentCookie = unescape(CurrentCookie);
if(CurrentCookie == '.') { CurrentCookie = ''; }
var LuckyVisitedList = CurrentCookie.split(TabChar);
if(LuckyVisitedList.length >= Lucky.length) {
document.cookie = FeelLuckyCookieName + "=.";
CurrentCookie = '';
LuckyVisitedList = Array();
}
for(var i = 0; i < LuckyVisitedList.length; i++) { Lucky[LuckyVisitedList[i]] = ''; }
var LuckyL = new Array();
for(var i = 0; i < Lucky.length; i++) {
if(Lucky[i].length > 0) { LuckyL.push('' + i + TabChar + Lucky[i]); }
}
var LuckyDestinationNumber = 0;
if(LuckyL.length > 1) { LuckyDestinationNumber = Math.ceil((Math.random() * LuckyL.length) - 1); }
var LuckyNumberPlace = new Array();
LuckyNumberPlace = LuckyL[LuckyDestinationNumber].split(TabChar);
PutLuckyCookie(LuckyNumberPlace[0]);
NewWindow = NewWindow.toLowerCase();
if(NewWindow.substr(0,1) == "y") { window.open(LuckyNumberPlace[1]); }
else { document.location = LuckyNumberPlace[1]; }
}[/quote]
you can repeat this line to add more links:
[quote]Lucky[4] = "[b]URL[/b]";[/quote]
just change the number.. then use this HTML code to be inserted anywhere in a replacement/addbox code..
[quote]<input type=\"button\" onclick=\"YesMakeMeLucky()\" value=\"Feeling Lucky?\">[/quote]
[b]
Example:[/b] (in how your connected box)
[quote]var draco = document.getElementById("15").getElementsByTagName("h2")[0];
draco.innerHTML="<center><br>[b]Title Here[/b]<br><br><form>"+
"<input type=\"button\" onclick=\"YesMakeMeLucky()\" value=\"Feeling Lucky?\"><br>"+
"</form><br></center>";[/quote]
paste inside the loader
and that's it! just change the bold texts with your own values.. and wallah! your done!
[b]
PREVIEW: [/b] [url]http://profiles.friendster.com/56419498[/url]
[b]"Time is Mana" [/b] :clock:
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
hahaha be the first to comment.. another eye candy add on bro.. neat!! hehehe love it!
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
i already saw that on ur test profile..cool my friend thanks for sharing!
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Thanks for sharing [img]http://www.forumsextreme.com/imgs1/sSig_cool2.gif[/img]
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
[quote=dracoknight09]Team DiabolicDuchShiKnights2008 :thunder:[/quote]
make it [b]ShakDiabolicDuchShiKnightMeral2008[/b] XD hehehe >_<
sorry ... its boring here.. but i think its cool.. if the name involved is ok with it..
---------------
Ok.. im goin offtopic now.. wallbash hehehe sorry guys.
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
watta! nice script! cool! another creation from DiabolicDuchShiKnight Team..wooo!
@offtopic wow your team is getting bigger...naks!
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
thanks guys.
i dont know what happened to my fs profiles.. is there something wrong? i never touched my code.. see last log in.. waaaah!
see also my test profile
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
nice!!! i'll try this as soon as my profile is okey again...
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
wow!!! nice code dude!!!gonna try this code when friendster is okay..
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
i'll try this one...i have a nice idea with this code
Re: [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand
» [b]Original Code:[/b]
Javascript.internet.com
[b]
Credits:[/b]
Me.. :eh: :thumbsup:
[b]Acknowledgments:[/b]
Team DiabolicDuchShiKnights2008 :thunder:
ok this code simply redirects you in a rand