• ARCHIVES 
  • » [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

Pages: 12

[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

dracoknight09
» FTalkAddict
FTalk Level: zero
302
0
1969-12-31

[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 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.. :paranoid: :arrow: [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.. :eh: :arrow: then use this HTML code to be inserted anywhere in a replacement/addbox code.. :D :thumbsup: [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! :cool: :thumbsup: [b] PREVIEW: [/b] [url]http://profiles.friendster.com/56419498[/url] [b]"Time is Mana" [/b] :clock:
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

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

:arrow: hahaha be the first to comment.. :lol: another eye candy add on bro.. neat!! hehehe love it! :kiss:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

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 darko!! keep on sharing.. :D
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

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

:lol: i already saw that on ur test profile..cool my friend thanks for sharing!
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

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 buds... =)
dracoknight09
» FTalkAddict
FTalk Level: zero
302
0
1969-12-31

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.. ur always welcome! :lol: :thumbsup:
angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

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]
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

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.. :eh: :thumbsup: --------------- Ok.. im goin offtopic now.. wallbash hehehe sorry guys. :kiss:

Last edited by ducheszv (2008-02-10 20:31:50)

KhErMiNaToR
» FTalkAgent
FTalk Level: zero
2112
0
1969-12-31

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 4 sharing.... nice trick u got there... :eh: :thumbsup:
Lyas-rowkz
» FTalkElite
FTalk Level: zero
4246
0
1969-12-31

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 trick dude.. :thumbsup: thx for sharing.. :D
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

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! ;) :thumbsup:
kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

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... thanks sir drako!
dimee
» FTalkGeek
FTalk Level: zero
1396
0
1969-12-31

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

thx!
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

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

yummy code...mmmmm :cake:
dracoknight09
» FTalkAddict
FTalk Level: zero
302
0
1969-12-31

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. :D :thumbsup: i dont know what happened to my fs profiles.. is there something wrong? i never touched my code.. see last log in.. :crybaby: :wallbash: waaaah! see also my test profile
sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

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

bew... thanks for sharing dude.. :cool: :thumbsup:
lei9182
» FTalker
FTalk Level: zero
192
0
1969-12-31

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...
emir94
» FTalker
FTalk Level: zero
145
0
1969-12-31

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!!! :o nice code dude!!!gonna try this code when friendster is okay.. :D :thumbsup:

Last edited by emir94 (2008-02-12 08:15:53)

styker17
» n00b
FTalk Level: zero
87
0
1969-12-31

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 :D
dracoknight09
» FTalkAddict
FTalk Level: zero
302
0
1969-12-31

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

^play with it. :eh: :thumbsup:
  • ARCHIVES 
  • » [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

Pages: 12

Board footer

© 2024 F Talk

Current time is 17:21

[ 10 queries - 0.033 second ]
Privacy Policy