• ARCHIVES 
  • » here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

Pages: 12

here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

fullmetal90
» n00b
FTalk Level: zero
25
0
1969-12-31

here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

here my code <">and this my profile screenshot... [img]http://h1.ripway.com/abue90/test2.JPG[/img] can someone tell what wrong with my code ?
rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

whats whats code for??maybe i can help u...
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

try this :D <">ive already put your cbox ID in that code :D just edit this part :arrow: [b]MESSAGE HERE[/b]

Last edited by simpleMe (2008-05-14 07:04:28)

rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

simpleme where is cbox ID ?i whant to change it to ^^ Is that a js code? :D

Last edited by rebora2007 (2008-05-14 06:31:48)

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

[quote=rebora2007]simpleme where is cbox ID ?i whant to change it to ^^[/quote] this part :D :arrow: source = [b]www5[/b] :arrow: boxid = [b]244752[/b] :arrow: boxtag = [b]39ths0[/b] change that with your own cbox id :D then paste that on your JS :D

Last edited by simpleMe (2008-05-14 06:38:06)

rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

whats a source boxid boxtang? can u help me for this code please ? cos i was looking for this code but i cant put my ID :|
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

[quote=rebora2007]whats a source boxid boxtang? can u help me for this code please ? cos i was looking for this code but i cant put my ID :|[/quote] its in your cbox code :D can you posts your cbox code here? :D

Last edited by simpleMe (2008-05-14 06:43:42)

rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

[quote]if (!attachOnLoadHandler(function() { wRClicked();})) window.onload = function() { wRClicked();}; function wRClicked() { /*if(pageViewerID == pageOwnerID)*/ WHORC.init(); } if (typeof WHORC == "undefined") { WHORC = {}; } WHORC = { rccboxform: [], message: "MESSAGE HERE ", base: { "whorcCbox": ["www5", "244752", "39ths0"] }, init: function() { for (val in this.base) { this.rccboxform = "<div style='background:url(URL UR IMAGE) no-repeat fixed center;>"+"<iframe frameborder=\"0\" width=\"330\" height=\"278\" src=\"http://"+this.base[val][0]+".cbox.ws/box/?boxid="+this.base[val][1]+"&boxtag="+this.base[val][2]+"&sec=main\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"auto\" allowtransparency=\"yes\" name=\"rcPost\" id=\"rcPost\">"+ "</iframe>"+ "<br />"+ "<div style=\"display:none\">"+ "<form name=\"whoClick\" target=\"rcPost\" action=\"http://"+this.base[val][0]+".cbox.ws/box/?boxid="+this.base[val][1]+"&boxtag="+this.base[val][2]+"&sec=submit\" method=\"post\">"+ "<input type=\"text\" name=\"nme\" value=\""+pageViewerFName+"\">"+ "<input type=\"text\" name=\"eml\" value=\"http://profiles.friendster.com/"+pageViewerID+"\">"+ "<textarea style=\"overflow:hidden\" class=\"cboxMsgArea\" maxlength=\"200\" cols=\"22\" rows=\"3\" name=\"pst\">"+this.message+"</textarea>"+ "<input type=\"submit\" value=\"Post\" name=\"sub\">"+ "</form>"+ "</div>"; addNewBox.init("WHOS RIGHT CLICK","<div id=\""+val+"\" align=\"center\">"+this.rccboxform+"</div>","rccboxform",/friends/i,null); } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown = WHORC.NS4; } else if (document.all && !document.getElementById) { document.onmousedown = WHORC.IE4; } document.oncontextmenu = new Function("WHORC.whoRC();return false"); }, whoRC: function() { if((pageViewerID != pageOwnerID) && (pageViewerID != "")) { document.whoClick.submit(); } }, IE4: function() { if (event.button == 2) { this.whoRC(); return false; } }, NS4: function(e) { if (document.layers || document.getElementById && !document.all) { if (e.which == 2 || e.which == 3) { this.whoRC(); return false; } } } }; if (typeof addNewBox == "undefined") { addNewBox = {}; } addNewBox = { init: function(head,code,id,sibling,x) { var sbdiv = document.createElement("div"); sbdiv.className="commonbox "+id; sbdiv.id = id; if (!head) head = ""; else head = "<h2>"+head+"</h2>"; sbdiv.innerHTML = head; sbdiv.appendChild(document.createElement("div")); sbdiv.getElementsByTagName("div")[0].id = "content_"+id; sbdiv.getElementsByTagName("div")[0].innerHTML = code; var sbli = document.createElement("LI"); sbli.appendChild(sbdiv); if (!x) this.getModuleByClassName(sibling)[0].parentNode.parentNode.appendChild(sbli); else if (x == "below") this.getModuleByClassName(sibling)[0].parentNode.appendChild(sbli); else if (x == "above") { var ul = this.getModuleByClassName(sibling)[0]; ul.parentNode.parentNode.insertBefore(sbli,ul.parentNode); } }, getModuleByClassName: function(sClass) { var elm = []; var els = document.getElementsByTagName("*") || document.all; for (var j=0,k=els.length;j<k;j++) { if (new RegExp(sClass).test(els[j].className))elm.push(els[j]); } return elm; } };[/quote]
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

i mean the embeded code of your cbox :D dont used the id of [b]fullmetal90[/b] :D
rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

I don't knw what is my embeded code of my cbox lol. :paranoid: :D
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

[quote=rebora2007]I don't knw what is my embeded code of my cbox lol. :paranoid: :D[/quote] register to cbox first then get your code :D then post it here :D
rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

ok i will register. where do i register ?^^

Last edited by rebora2007 (2008-05-14 06:53:14)

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

[quote=rebora2007]ok i will register. where do i register ?^^[/quote] here :arrow: http://www.cbox.ws/
rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

[quote]<!-- BEGIN CBOX - www.cbox.ws --> <div align="center" id="cboxdiv"> <iframe frameborder="0" width="160" height="305" src="http://www5.cbox.ws/box/?boxid=247316&amp;boxtag=y5xt6x&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#DBE2ED 1px solid;" id="cboxmain"></iframe><br/> <iframe frameborder="0" width="160" height="75" src="http://www5.cbox.ws/box/?boxid=247316&amp;boxtag=y5xt6x&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#DBE2ED 1px solid;border-top:0px" id="cboxform"></iframe> </div> <!-- END CBOX -->[/quote] here it is my cbox. :D
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

heres your code now :D <">just edit this part :arrow: [b]MESSAGE HERE[/b] then paste that on your JS :D
gentdont
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

:rose:
rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

tnx but what dos this code cos i have only a bar writen "WHOS RIGHT CLICK" and no box? :D
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

[quote=rebora2007]tnx but what dos this code cos i have only a bar writen "WHOS RIGHT CLICK" and no box? :D[/quote] your message will appear if the viewers right click your page :D btw, is there a box or none? can i see the preview of your page? :D

Last edited by simpleMe (2008-05-14 07:10:04)

rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

cool tnx for your help simpleMe ! repu+1 :thumbsup:

Last edited by rebora2007 (2008-05-14 07:11:19)

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

can i see the preview of your page? coz i will try to right click it :D and see if its working :D btw, thanks for the [b]+repu[/b] =)

Last edited by simpleMe (2008-05-14 07:16:08)

  • ARCHIVES 
  • » here my code [code]/** * Who's Right Click CBOX * Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Requirement: addBox function @ http://h1.ripway.com/mumbhaki/addBoxGenerator.html

Pages: 12

Board footer

© 2024 F Talk

Current time is 06:27

[ 10 queries - 0.048 second ]
Privacy Policy