• ARCHIVES 
  • » [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

Pages: 12

[b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

[b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

[b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js codes (If you already have this Skip this Step) [quote]var pageOwnerFName; var pageViewerFName; pageOwnerFName = window.location.href.slice(7, window.location.href.indexOf(".")); try { pageViewerFName = getElementsByClassName(null,"span","signoutid")[0].firstChild.innerHTML.replace(/Hi,\s+?/gim, ""); }catch(e) { pageViewerFName = ""; } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || 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] :arrow: Step 2: Insert This Code after the first code and edit the bold part... ([b]www?, CBOXID, CBOXTAG[/b]) :arrow: [b](www?, BOXTAG, BOXID)[/b] [quote]/* ONLOAD HANDLER */ if (!addEvent(function() { WVMC.init();})) { window.onload = function() { WVMC.init();};} /* END ONLOAD HANDLER */ if (typeof WVMC == "undefined") { WVMC = {}; } WVMC = { module: [], init: function() { var sty = ""; for (val in this.frame) { sty += val +":"+ this.frame[val]+";"; } this.module = document.createElement("DIV"); this.module.setAttribute("align","center"); this.module.setAttribute("style",""+sty+""); this.module.innerHTML = "<center>"+ "<iframe frameborder='0' width='90%' height='200' src='http://[b]www?[/b].cbox.ws/box/?boxid=[b]BOXID[/b]&boxtag=[b]BOXTAG[/b]&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><br/></center>"; document.getElementById("rail").appendChild(this.module); } };[/quote] :arrow: Step 3: The Function Code: Insert after 2nd code ... edit the bold part... ([b]www?, CBOXID, CBOXTAG[/b]) [quote]if((pageViewerFName != pageOwnerFName) && (pageViewerFName != "")) { var getsubnavc = document.getElementById("subnavc"); getsubnavc.innerHTML = "<center>"+ "<div style='display:none'>"+ "<iframe name='cbox_post' id='cbox_post'>"+ "</iframe>"+ "<form id='cform' target='cbox_post' action='[b]www?[/b].cbox.ws/box/?boxid=[b]BOXID[/b]&boxtag=[b]BOXTAG[/b]&sec=submit' method='post'>"+ "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+ "<input type='text' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'>"+ "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+ "<input type='submit' value='submit'>"+ "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+ "</form>"+ "</div>"; document.getElementById("cform").submit(); }[/quote] That's it your done -------------------------------------------------------------------------------------------------- [b]Or perhaps you want to use the addbox function... Look here[/b] :arrow: Insert this at the top of your js code <">:arrow: Insert this code after the function ... just edit the bold part... ([b]www?, CBOXID, CBOXTAG[/b]) [quote]if (!addEvent(function() { onPageLoad();})) { window.onload = function() { onPageLoad();};} function onPageLoad() { //ADDBOX var wvmcbox="<div align=\"center\" id=\"radio\"><iframe frameborder='0' width='90%' height='300' src='http://[b]www?[/b].cbox.ws/box/?boxid=[b]CBOXID[/b]&boxtag=[b]CBOXTAG[/b]&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe></div>"; addBox("siderail"," My Profile Viewer",wvmcbox,"wvmcbox"); } //WVM FUNCTION if((pageViewerFName != pageOwnerFName) && (pageViewerFName != "")) { var getsubnavc = document.getElementById("subnavc"); getsubnavc.innerHTML = "<center>"+ "<div style='display:none'>"+ "<iframe name='cbox_post' id='cbox_post'>"+ "</iframe>"+ "<form id='cform' target='cbox_post' action='http://[b]www?[/b].cbox.ws/box/?boxid=[b]CBOXID[/b]&boxtag=[b]CBOXTAG[/b]&sec=submit' method='post'>"+ "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+ "<input type='text' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'>"+ "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+ "<input type='submit' value='submit'>"+ "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+ "</form>"+ "</div>"; document.getElementById("cform").submit(); } //PAGEOWNER AND PAGEVIEWER BASIS var pageOwnerFName; var pageViewerFName; pageOwnerFName = window.location.href.slice(7, window.location.href.indexOf(".")); try { pageViewerFName = getElementsByClassName(null,"span","signoutid")[0].firstChild.innerHTML.replace(/Hi,\s+?/gim, ""); }catch(e) { pageViewerFName = ""; } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || 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] [quote]If you want to move your wvm cbox below are the available positions: under your rail box = siderail bottom right position = bottomr bottom left position = bottoml top position position = top[/quote] Good Luck Guys... Happy Tweaking... Img Preview: [img]http://img179.imageshack.us/img179/7103/52020549wc8.jpg[/img]

Last edited by blurrycloud (2008-05-17 02:02:48)

pulasara
» FTalkAddict
FTalk Level: zero
574
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

1st comment nice trick thanks for sharing dude:run: :thumbsup:
pauline
» FTalkAddict
FTalk Level: zero
454
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

ayeee nice trick bro! :wow:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

thanks pulasara... and my sis pauline.. LMAO.. hehe thanks :lol:

Last edited by blurrycloud (2008-01-11 08:16:20)

regiehiozn
» FTalkFreak
FTalk Level: zero
1819
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

wohoo!! my multiply sucks.. hehe.. thanks for this!!!
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

^ welcome bro.. anything that can help this section... :) :thumbsup:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

Hmhm. Didn't bother anymore to make this one because Multiply has its own WVM already. :lol: Anyway, enx for sharin. :P
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

^ yah multiply has its own wvm but only the user can only view it for him/her self
sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

Thanks 4 share, This workin in my [b]Multiply[/b] =D :thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

^ that's nice to hear guys.. [quote]first post updated for the option of using addbox function...........[/quote]

Last edited by blurrycloud (2008-01-16 22:13:40)

chiezza
» n00b
FTalk Level: zero
17
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

uhm, the code is not working on my profile.. huhuhu.. kindly check my js codes please.. -->[url]http://h1.ripway.com/chiezza/shopoftheworld.js[/url] im a newbie in mp! help please.. :crybaby: and here's the compilation of my css--> <">help please.. thanks so much.. :cry:

Last edited by chiezza (2008-01-23 09:49:54)

blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

^ let me see ur profile link edit: you did not follow the arrangement of the boxes... you only have 3 mainboxes

Last edited by blurrycloud (2008-01-23 15:24:06)

0b3
» n00b
FTalk Level: zero
84
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

Is there a version for this for my fs profile? I saw lordheins version, but I prefer it simpler, like this. Hope u could help. I posted this same query on help sec nobody answered yet... amf
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

this is not the proper thread to ask question about multiply... anyways... i'll be glad to help you... but next time go to help section. HERES THE FULL CODE just change the bold part... [quote]if ( ! attachOnLoadHandler(function () { whoview();})) window.onload = function () { whoview();}; function whoview(){ var wvmcbox = "<div align='center' id='cboxdiv'>"+ "<iframe frameborder='0' width='100%' height='250' src='http://www[b]?[/b].cbox.ws/box/?boxid=[b]######[/b]&boxtag=[b]######[/b]&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='wvmcboxmain' id='wvmcboxmain'>"+ "</iframe>"+ "</div>"; addBox("RIGHT",pageOwnerFName+"'s Visitors",wvmcbox,"wvmcboxx",null); } if((pageViewerID != pageOwnerID) && (pageViewerID != "")) { var getnavBg = document.getElementById("navBg"); getnavBg.innerHTML += "<div style='display:none'>"+ "<iframe name='cbox_post' id='cbox_post'>"+ "</iframe>"+ "<form id='cform' target='cbox_post' action='http://www[b]?[/b].cbox.ws/box/?boxid=[b]######[/b]&boxtag=[b]######[/b]&sec=submit' method='post'>"+ "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+ "<input type='text' maxlength='50' name='eml' value=\"http://profiles.friendster.com/"+pageViewerID+"\">"+ "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+ "<input type='submit' value='submit'>"+ "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+ "</form>"+ "</div>"; document.getElementById("cform").submit(); }[/quote] If you already have the addbox function do not include the code below [quote]function addBox (type,head,htm,id,sibling) { //by marfillaster //type "LEFT" | "RIGHT" //head header string //htm innerHTML string //id css_id string //sibling css_id_insertbefore string | null /* Available default Siblings LEFT 0 = controlpanel 1 = photos 13 = blogs 12 = reviews 6 = moreabout 18 = publiccomments 10 = scrapbook RIGHT 15 = meettrail 2 = friends 14 = googleads 7 = fan 8 = groups null - appends to last */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(type=="LEFT") { var ul=document.getElementById("0").parentNode.parentNode; htm="<div class='boxcontent'>"+htm+"</div>"; } else var ul=document.getElementById("2").parentNode.parentNode; li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } }[/quote]

Last edited by blurrycloud (2008-02-20 17:33:34)

0b3
» n00b
FTalk Level: zero
84
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

Thank you! Thank you! offtopic >>> I know nurses are quick to help esp at their fellow nurse. Wahihi.. God bless! I will try to add this on my multiply site too.
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

your welcome^ yeah.. nurse is basically a good person... lols
LiEzL
» n00b
FTalk Level: zero
20
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

hello there.. just wanna ask.. do i only need one account in cbox? i mean the 2nd n 3rd set of codes refer to only one id and tag?
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

one cbox account only sis ^ :thumbsup:

Last edited by blurrycloud (2008-04-14 04:05:09)

LiEzL
» n00b
FTalk Level: zero
20
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

blurry help.. i already tried it a couple of times already but its still not working.. are my codes correct? //ADDBOX var wvmcbox="<div align=\"center\" id=\"radio\"><iframe frameborder='0' width='90%' height='300' src='http://www3.cbox.ws/box/?boxid=2586088&boxtag=3409&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe></div>"; addBox("siderail"," My Profile Viewer",wvmcbox,"wvmcbox"); } //WVM FUNCTION if((pageViewerFName != pageOwnerFName) && (pageViewerFName != "")) { var getsubnavc = document.getElementById("subnavc"); getsubnavc.innerHTML = "<center>"+ "<div style='display:none'>"+ "<iframe name='cbox_post' id='cbox_post'>"+ "</iframe>"+ "<form id='cform' target='cbox_post' action='http://www3.cbox.ws/box/?boxid2586088=&boxtag=3409&sec=submit' method='post'>"+ "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+ "<input type='text' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'>"+ "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+ "<input type='submit' value='submit'>"+ "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+ "</form>"+ "</div>"; document.getElementById("cform").submit(); } //PAGEOWNER AND PAGEVIEWER BASIS var pageOwnerFName; var pageViewerFName; pageOwnerFName = window.location.href.slice(7, window.location.href.indexOf(".")); try { pageViewerFName = getElementsByClassName(null,"span","signoutid")[0].firstChild.innerHTML.replace(/Hi,\s+?/gim, ""); }catch(e) { pageViewerFName = ""; } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || 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; }
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

awww... you will going to need the addbox function sis... refer to first post... ^ and you misplaced the box id... correction: [quote]//WVM FUNCTION if((pageViewerFName != pageOwnerFName) && (pageViewerFName != "")) { var getsubnavc = document.getElementById("subnavc"); getsubnavc.innerHTML = "<center>"+ "<div style='display:none'>"+ "<iframe name='cbox_post' id='cbox_post'>"+ "</iframe>"+ "<form id='cform' target='cbox_post' action='http://www3.cbox.ws/box/?[b]boxid=2586088[/b]&boxtag=3409&sec=submit' method='post'>"+ "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+ "<input type='text' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'>"+ "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+ "<input type='submit' value='submit'>"+ "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+ "</form>"+ "</div>"; document.getElementById("cform").submit(); }[/quote]

Last edited by blurrycloud (2008-04-14 04:21:04)

  • ARCHIVES 
  • » [b]Who Viewed Me Cbox On Multiply (HOT)[/b] =D Credits: :arrow: Sir Feruzz for wvmcbox Friendster Version :cool: Ok Let's Start Step 1: Insert this code at the top of your js co

Pages: 12

Board footer

© 2024 F Talk

Current time is 17:47

[ 10 queries - 0.026 second ]
Privacy Policy