• ARCHIVES 
  • » [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

n0quit
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

@lordheinz how to delete the msgs on cbox and how to disable sending msg there i mean make the cbox just looks like a tracker only and how to hide or disable the buttons"love,shox,hi,punch" something like that. will u fixed it for me -thx!- http://h1.ripway.com/badukang/tracker.txt
seemsr
» n00b
FTalk Level: zero
44
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[quote=lordheinz]try to remove this inside your onload handler: [quote]WVMCBOX.init(); SPAWNPIC.init();[/quote] can i ask what is this code? [quote]//Snow - http://www.btinternet.com/~kurt.grigg/javascript if ((document.getElementById) && window.addEventListener || window.attachEvent){ (function(){ //Configure here. var num = 30; //Number of flakes var timer = 30; //setTimeout speed. Varies on different comps var enableinNS6 = 1 //Enable script in NS6/Mozilla? Snow animation could be slow in those browsers. (1=yes, 0=no). //End. var y = []; var x = []; var fall = []; var theFlakes = []; var sfs = []; var step = []; var currStep = []; var h,w,r; var d = document; var pix = "px"; var domWw = (typeof window.innerWidth == "number"); var domSy = (typeof window.pageYOffset == "number"); var idx = d.getElementsByTagName('div').length; if (d.documentElement.style && typeof d.documentElement.style.MozOpacity == "string") num = 12; for (i = 0; i < num; i++){ sfs[i] = Math.round(1 + Math.random() * 1); document.write('<div id="flake'+(idx+i)+'" style="position:absolute;top:0px;left:0px;width:' +sfs[i]+'px;height:'+sfs[i]+'px;background-color:#ffffff;font-size:'+sfs[i]+'px"><\/div>'); currStep[i] = 0; fall[i] = (sfs[i] == 1)? Math.round(2 + Math.random() * 2): Math.round(3 + Math.random() * 2); step[i] = (sfs[i] == 1)? 0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05 ; } if (domWw) r = window; else{ if (d.documentElement && typeof d.documentElement.clientWidth == "number" && d.documentElement.clientWidth != 0) r = d.documentElement; else{ if (d.body && typeof d.body.clientWidth == "number") r = d.body; } } function winsize(){ var oh,sy,ow,sx,rh,rw; if (domWw){ if (d.documentElement && d.defaultView && typeof d.defaultView.scrollMaxY == "number"){ oh = d.documentElement.offsetHeight; sy = d.defaultView.scrollMaxY; ow = d.documentElement.offsetWidth; sx = d.defaultView.scrollMaxX; rh = oh-sy; rw = ow-sx; } else{ rh = r.innerHeight; rw = r.innerWidth; } h = rh - 2; w = rw - 2; } else{ h = r.clientHeight - 2; w = r.clientWidth - 2; } } function scrl(yx){ var y,x; if (domSy){ y = r.pageYOffset; x = r.pageXOffset; } else{ y = r.scrollTop; x = r.scrollLeft; } return (yx == 0)?y:x; } function snow(){ var dy,dx; for (i = 0; i < num; i++){ dy = fall[i]; dx = fall[i] * Math.cos(currStep[i]); y[i]+=dy; x[i]+=dx; if (x[i] >= w || y[i] >= h){ y[i] = -10; x[i] = Math.round(Math.random() * w); fall[i] = (sfs[i] == 1)? Math.round(2 + Math.random() * 2): Math.round(3 + Math.random() * 2); step[i] = (sfs[i] == 1)? 0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05 ; } theFlakes[i].top = y[i] + scrl(0) + pix; theFlakes[i].left = x[i] + scrl(1) + pix; currStep[i]+=step[i]; } setTimeout(snow,timer); } function init(){ winsize(); for (i = 0; i < num; i++){ theFlakes[i] = document.getElementById("flake"+(idx+i)).style; y[i] = Math.round(Math.random()*h); x[i] = Math.round(Math.random()*w); } snow(); } if (window.addEventListener){ window.addEventListener("resize",winsize,false); window.addEventListener("load",init,false); } else if (window.attachEvent){ window.attachEvent("onresize",winsize); window.attachEvent("onload",init); } })(); }//End.[/quote] try to remove it for a while...then check again your profile...[/quote] that code is a falling snow effect sir, can you check sir my codes again,its not working ,please tell me where i am wrong http://h1.ripway.com/emi143/tracker/tracker.txt http://profiles.friendster.com/49021632

Last edited by seemsr (2008-02-04 03:58:34)

seemsr
» n00b
FTalk Level: zero
44
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

sir @lordheinz ,here is my original code in my trcker.txt im sorry if i confused you :| <">
kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

wow! thanks for sharing!
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

@ seems try this one: <">
n0quit
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

@lordheinz how to delete the msgs on cbox and how to disable sending msg there i mean make the cbox just looks like a tracker only and how to hide or disable the buttons"love,shox,hi,punch" something like that. will u fixed it for me -thx!- http://h1.ripway.com/badukang/tracker.txt sry 2 post
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

^ im sorry buddy..but got no idea on that... the post that i made was edited..you can ask feruzz about his original code... ;)
n0quit
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

ok then why my friendster expand this is my profile friendster.com/dam0nyo http://h1.ripway.com/badukang/tracker.txt http://h1.ripway.com/badukang/tracker.css
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

perhaps it has to do with your approved comments..i suggest do not accept huge graphical comments... :thumbsup:
n0quit
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

i dont have a comment its just a txt try again my profile n0quit1@yahoo.com
~Avant~
» FTalker
FTalk Level: zero
124
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[b]Can We Compile That Also in Your wvm? :eh: [/b]
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[quote=n0quit]i dont have a comment its just a txt try again my profile n0quit1@yahoo.com[/quote] post the complete link of your profile... @ avant..what do you mean buddy?didnt get you... =|
~Avant~
» FTalker
FTalk Level: zero
124
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[b]I mean can we paste that js to the tracker. to your WVM? :eh: [/b]
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

of course.. =)
~Avant~
» FTalker
FTalk Level: zero
124
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[b]Where do you think i shall paste it. cause im a little noob. ^^, [/b]
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[quote=~Avant~][b]Where do you think i shall paste it. cause im a little noob. ^^, [/b][/quote] edit first the code with your cbox(www3,www2,www5),yout id,and tag :thumbsup: and then paste below your js codes... =)
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

[quote=~Avant~][b]Where do you think i shall paste it. cause im a little noob. ^^, [/b][/quote] i think you must go here: http://theftalk.com/t16257-%5Bcss%5D-Profile-Editing-newbies%29.html
dreamcaster
» n00b
FTalk Level: zero
83
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

:eh: :eh: very nice!!!! :redface: :thumbsup: cool!!!
sicq
» FTalker
FTalk Level: zero
142
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

This new WVM CBox is cool but u missed one great thing from the first one.. U forgot the Auto-Refresh thing. Btw, I replaced the 1st one made by sir Feruzz bcoz of the issue about the IP and EMail thing.. W8ing for the update for the Auto-Refresh thing... Thanks again sir Lordheinz..
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

code edited...theres no more ip's and emails... :thumbsup: about the refresh thing? ..it wont work with this one...well im gona ask the creator(ferruz)..if he can edit to have the auto refresh...
  • ARCHIVES 
  • » [b]credits:[/b] [b]Feruzz[/b] and [b]Parlay[/b] >>If you dont have cbox,please make one here: www.cbox.ws Js code: Edit with your own cbox( ex.www3.12345.heinz) www3=your own cbox site 12345= cbox i

Board footer

© 2024 F Talk

Current time is 03:25

[ 9 queries - 0.048 second ]
Privacy Policy