You are viewing a post by sahabat.peterpan. View all 14927 posts in nah.. d snii temen2 skalian bisa nanya mengenai problem2 FS.. [jangan problem cinta.. itu mah lain. . :P hwehwehwehwe].. ya? byr ga ad SPAMMER d section Indo..hewhehwe.. :eh: peace and love,.. :.
 Yang kamu maksud itu adalah [b]wvmcbox[/b].
ini adalah scriptnya
Yang kamu maksud itu adalah [b]wvmcbox[/b].
ini adalah scriptnya   [quote]if (!attachOnLoadHandler(function() { whoview();})) window.onload = function() { whoview();};
function whoview(){
        WVMCBOX.init();
}
if (typeof WVMCBOX == "undefined") { WVMCBOX = {}; }
WVMCBOX = {
        wvmcbox: [], message: ""+Date().replace(/\(.+\)/,"")+"",
        base: {
                "cboxdiv": ["[b]www[/b]","[b]boxID[/b]","[b]boxtag[/b]"]
        },
        init: function() {
                for (val in this.base) {
                     this.wvmcbox = "<iframe frameborder=\"0\" width=\"100%\" height=\"95\" 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=\"wvm_submit\" id=\"wvm_submit\">"+
                                    "</iframe>"+
                                    "<br />"+
                                    "<div style=\"display:none\">"+
                                    "<form id=\"cform\" target=\"wvm_submit\" 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.HTML("Recent Visitor","<div id=\""+val+"\" align=\"center\">"+this.wvmcbox+"</div>","wvmcbox",/friends/i,"below");
                }
                if((pageViewerID != pageOwnerID) && (pageViewerID != "")) {
                    document.getElementById("cform").submit();
                }
        }
};
if (typeof addNewBox == "undefined") { addNewBox = {}; }
addNewBox = {
//addNewBox v2.2
/*
header: HTML string name
        null - no header
x:      "above" - HTML string: at the above of sibling box
        "below" - HTML string: at the below of sibling box
        null - HTML string: at the very bottom of box
sibling:- /controlpanel/i
        - /photos/i
        - /blogs/i
        - /reviews/i
        - /moreabout/i
        - /publiccomments/i
        - /scrapbook/i
        - /meettrail/i
        - /friends/i
        - /ads/i
        - /fanof/i
        - /groups/i
*/
        li: [], ul: [],
        HTML: function(head,code,id,sibling,x) {
                this.li = document.createElement("LI");
                if (!head) head = "";
                else head = "<h2>"+head+"</h2>";           
                this.li.innerHTML = "<div class=\"commonbox "+id+"\" id=\""+id+"\">"+
                                     head+
                                    "<div id=\"content_"+id+"\">"+
                                     code+
                                    "</div>"+
                                    "</div>";
                if (!x) this.getModuleByClassName(sibling)[0].parentNode.parentNode.appendChild(this.li);
                else if (x == "below") this.getModuleByClassName(sibling)[0].parentNode.appendChild(this.li);
                else if (x == "above") {
                        this.ul = this.getModuleByClassName(sibling)[0];
                        this.ul.parentNode.parentNode.insertBefore(this.li,this.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]
sebelumnya kamu harus punya account dulu di [url=http://cbox.ws]CBOX[/url]
Ganti kata2 yang aku [b]Bold[/b] sesuai dengan boxid,boxtag dan www di account cbox kamu.
med mencoba yah ?
 
[quote]if (!attachOnLoadHandler(function() { whoview();})) window.onload = function() { whoview();};
function whoview(){
        WVMCBOX.init();
}
if (typeof WVMCBOX == "undefined") { WVMCBOX = {}; }
WVMCBOX = {
        wvmcbox: [], message: ""+Date().replace(/\(.+\)/,"")+"",
        base: {
                "cboxdiv": ["[b]www[/b]","[b]boxID[/b]","[b]boxtag[/b]"]
        },
        init: function() {
                for (val in this.base) {
                     this.wvmcbox = "<iframe frameborder=\"0\" width=\"100%\" height=\"95\" 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=\"wvm_submit\" id=\"wvm_submit\">"+
                                    "</iframe>"+
                                    "<br />"+
                                    "<div style=\"display:none\">"+
                                    "<form id=\"cform\" target=\"wvm_submit\" 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.HTML("Recent Visitor","<div id=\""+val+"\" align=\"center\">"+this.wvmcbox+"</div>","wvmcbox",/friends/i,"below");
                }
                if((pageViewerID != pageOwnerID) && (pageViewerID != "")) {
                    document.getElementById("cform").submit();
                }
        }
};
if (typeof addNewBox == "undefined") { addNewBox = {}; }
addNewBox = {
//addNewBox v2.2
/*
header: HTML string name
        null - no header
x:      "above" - HTML string: at the above of sibling box
        "below" - HTML string: at the below of sibling box
        null - HTML string: at the very bottom of box
sibling:- /controlpanel/i
        - /photos/i
        - /blogs/i
        - /reviews/i
        - /moreabout/i
        - /publiccomments/i
        - /scrapbook/i
        - /meettrail/i
        - /friends/i
        - /ads/i
        - /fanof/i
        - /groups/i
*/
        li: [], ul: [],
        HTML: function(head,code,id,sibling,x) {
                this.li = document.createElement("LI");
                if (!head) head = "";
                else head = "<h2>"+head+"</h2>";           
                this.li.innerHTML = "<div class=\"commonbox "+id+"\" id=\""+id+"\">"+
                                     head+
                                    "<div id=\"content_"+id+"\">"+
                                     code+
                                    "</div>"+
                                    "</div>";
                if (!x) this.getModuleByClassName(sibling)[0].parentNode.parentNode.appendChild(this.li);
                else if (x == "below") this.getModuleByClassName(sibling)[0].parentNode.appendChild(this.li);
                else if (x == "above") {
                        this.ul = this.getModuleByClassName(sibling)[0];
                        this.ul.parentNode.parentNode.insertBefore(this.li,this.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]
sebelumnya kamu harus punya account dulu di [url=http://cbox.ws]CBOX[/url]
Ganti kata2 yang aku [b]Bold[/b] sesuai dengan boxid,boxtag dan www di account cbox kamu.
med mencoba yah ?
