[url=http://theftalk.com/t33646.html]satu colom bang nopz[/url]
				
				
 [b]tubhi[/b]
cuba kamu liad bagian ini..
   [quote]}
                SPAWNPIC.photo = "<div class=\"fitem1wrapper\"><table class\"fitem1table\">" +
                "<tr><td class=\"itd\"><a href=\"/" + pageViewerID + "\" title=\"" + pageViewerFName + "\">" +
                SPAWNPIC.info.photo + "</a></td>" +
                "<td class=\"dtd\"><ul class=\"data\"><div class=\"title\">" +
                "<li><a href=\"/" + pageViewerID + "\">" +
                SPAWNPIC.info.name + "</a><br>" +
                pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "<br>" +
                SPAWNPIC.info.gender + ", " + SPAWNPIC.info.age + ", " + status + "<br>" +
                "Interested In: " + seek + "<br>" +
                SPAWNPIC.info.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "<br>" +
                SPAWNPIC.info.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "</li>" +
                "</div></ul></td></tr></table></div>";
                [b]addBox("RIGHT","Recent Visitor", SPAWNPIC.photo, "spawnpic", "[color=red]15[/color]");[/b]
            }
        },[/quote]
liad yang di bold..
trus liad yang merah..
yang merah itu posisi box'a di letakan....
silakan di coba...
				
 all
cekin js dong
[url]http://qqgunners.fileave.com/tracker.txt[/url]
				
[quote]/* MINI VIEWER */
if (!attachOnLoadHandler(function() { mainVpic();})) window.onload = function() { mainVpic();};
function mainVpic() {
    if(pageViewerID!="") SPAWNPIC.init();
}
if (typeof SPAWNPIC == "undefined") { SPAWNPIC = {}; }
SPAWNPIC = {
        photo: [], li: [], ul: [],
        info: {
                name: null, photo: null, status: null, since: null, location: null
        },
        regexp: {
                name: /controlpanel_header">([^@]+?)<a\s+name="controlpanel/i,
                photo: /imgblock200"><a[^@]*?>([^@]+?)<\/a><\/div>/i,
                status: /data">([^@]+?)<\/span><\/li>/i,
                since: /Since\:\s+<\/span>([^@]+?)<\/li>/i,
                location: /Location\:\s+<\/span>([^@]+?)<\/li>/i
        },
        init: function() {
            this.ajaxRequest("/"+pageViewerID,"SPAWNPIC.viewer",null);
        },
        viewer: function(ph) {
                if (ph.replace(/^\s*|\s*$/g,"") === "") {
                    alert("VMP Error: Unable to parse the photo!");
                    return;
                }else if (ph) {
                    for (val in this.info) {
                         try {
                             this.info[val] = new RegExp(this.regexp[val]).exec(ph)[1].replace(/^(\d)$/,"0$1");
                         }catch(e) {
                             this.info[val] = "";
                         }
                    }
                    this.photo = "<div class=\"fitem1wrapper\">"+
                                 "<table class\"fitem1table\">"+
                                 "<tr>"+
                                 "<td class=\"itd\">"+
                                 "<a href=\"/"+pageViewerID+"\" title=\""+pageViewerFName+"\">"+
                                 this.info.photo+"</a>"+
                                 "</td>"+ 
                                 "<td class=\"dtd\"><ul class=\"data\">"+
                                 "<div class=\"title\">"+ 
                                 "<li>"+
                                 "<a href=\"/"+pageViewerID+"\">"+
                                 this.info.name+"</a>\n"+
                                 "Friendster ID: <a href=\"/"+pageViewerID+"\">"+pageViewerID+"</a>"+
                                 this.info.status+"\n"+
                                 "Member Since: "+this.info.since+"\n"+
                                 "Location: "+this.info.location+"</li>"+
                                 "</div>"+
                                 "</ul>"+
                                 "</td>"+
                                 "</tr>"+
                                 "</table>"+
                                 "</div>";
                    this.photo = this.photo.replace(/\n/g,"<br />").replace(/<br>/gi,"<br />");
                    this.HTML("hEiii !!! : "+this.info.name,this.photo,"spawnpic",/friends/i,"above");
                }
        },
        ajaxRequest: function(url,ajaxfunc,handler) {
                if(handler) handler = ","+handler;
                else handler = "";
                var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
                if(ajaxfunc) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+ajaxfunc+"(httprequest.responseText"+handler+");}}");
                httprequest.open('GET', url, true);
                httprequest.send(null);
        },
        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]
kalo seperti yg di atas harus digimanain ya brow Last edited by tubhi (2008-08-06 22:24:05)
 [b]tubhi[/b]
wew..
cuba kamu ganti jadi ke' gini,,
biar gampang diubah�..
[spoiler]
/*
    Viewer's Main Photo Sidebar
    Author: FeRuZZ  http://profiles.friendster.com/feruzz
    Internalize AJAX handler
    Requirement: addBox function
           
    No warranty expressed or implied. Use at your own risk.
*/
if (!attachOnLoadHandler(function() { SPAWNPIC.init(); })) window.onload = function() { SPAWNPIC.init(); };
if (typeof SPAWNPIC == "undefined" || !SPAWNPIC) { SPAWNPIC = window.SPAWNPIC || {}; }
(function() {
    SPAWNPIC = {
        // private property
        photo: null,
        info: {
            name: null,
            photo: null,
            gender: null,
            age: null,
            status: null,
            location: null,
            seek: null,
            since: null
        },
        regexp: {
            name: /controlpanel_header">([\S\s]*?)<a\s*name="controlpanel/i,
            photo: /imgblock200"><a[\S\s]*?>([\S\s]*?)<\/a><\/div>/i,
            gender: /q">([\S]*male)/i,
            age: /male,\s*([\d]*),/i,
            status: /male,\s*[\d]*,\s*([\S\s]*?)<\/span>/i,
            location: /Location\:\s*<\/span><a[\S\s]*?>([\S\s]*?)<\/a><\/li>/i,
            seek: /Interested\s*In\:\s*<\/span>([\S\s]*?)<\/li>/i,
            since: /Member\s*Since\:\s*<\/span>([\S\s]*?)<\/li>/i
        },
        init: function() {
            try {
                SPAWNPIC.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, SPAWNPIC.viewer, null);
            } catch(e) {}
        },
        viewer: function(mypic) {
            if (mypic.replace(/^\s*|\s*$/g, "") === null) {
                alert("VMP Error: Unable to parse user details!");
                return;
            } else if (mypic) {
                for (var val in SPAWNPIC.info) {
                    try {
                        SPAWNPIC.info[val] = new RegExp(SPAWNPIC.regexp[val]).exec(mypic)[1].replace(/^(\d)$/, "0$1");
                    } catch(e) {
                        SPAWNPIC.info[val] = "";
                    }
                }
                var status = SPAWNPIC.info.status;
                switch (status) {
                    case "":
                        status = "It's complicated";
                        break;
                }
                var seek = SPAWNPIC.info.seek;
                switch (seek) {
                    case "":
                        seek = "Just looking around";
                        break;
                }
                SPAWNPIC.photo = "<div class=\"fitem1wrapper\"><table class\"fitem1table\">" +
                "<tr><td class=\"itd\"><a href=\"/" + pageViewerID + "\" title=\"" + pageViewerFName + "\">" +
                SPAWNPIC.info.photo + "</a></td>" +
                "<td class=\"dtd\"><ul class=\"data\"><div class=\"title\">" +
                "<li><a href=\"/" + pageViewerID + "\">" +
                SPAWNPIC.info.name + "</a><br>" +
                pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "<br>" +
                SPAWNPIC.info.gender + ", " + SPAWNPIC.info.age + ", " + status + "<br>" +
                "Interested In: " + seek + "<br>" +
                SPAWNPIC.info.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "<br>" +
                SPAWNPIC.info.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "</li>" +
                "</div></ul></td></tr></table></div>";
                addBox("RIGHT","Recent Visitor", SPAWNPIC.photo, "spawnpic", "15");
            }
        },
        ajaxRequest: function(type, url, cont, param, func, handlerparam) {
            /*
            * ajaxRequest function
            * version: 2.1
            * Copyright: FeRuZZ  http://profiles.friendster.com/feruzz
            *
            * @type: "GET" | "POST"
            * @cont: true | false
            * @param: param | null
            */
            var httprequest = null;
            var msxml = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"];
            for (var x = 0, len = msxml.length; x < len; x++) {
                try {
                    httprequest = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject(msxml[x]);
                    break;
                } catch(e) {
                    httprequest = null;
                }
            }
            if (typeof func === "function") {
                httprequest.onreadystatechange = function() {
                    if (httprequest.readyState === 4) {
                        if (httprequest.status === 200) {
                            func(httprequest.responseText, handlerparam);
                        }
                    }
                };
            }
            httprequest.open(type, url, cont);
            httprequest.setRequestHeader("ajaxRequest", "true");
            httprequest.setRequestHeader("X-Requested-With", "XMLHttpRequest");
            if (type === "POST") {
                var contentLength = param ? param.length: 0;
                httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
                httprequest.setRequestHeader("Content-length", contentLength);
                if (httprequest.overrideMimeType) {
                    httprequest.setRequestHeader("Connection", "close");
                }
            }
            httprequest.send(param);
        }
    };
})();
[/spoiler]
 [b]Qq Gunners[/b]
kenapa kk??
				
 [b]ALL[/b]
mo nanya nih, klo kode hide last login versi CSS ad yg tau?? gw cm tau'y versi JS, pdhl pgen versi CSS 
 
 
soalnya g ada satupun script yang terbaca
tunggu saia pm kan linkernya
				
				
kedua, jika ingin tahu cara mentweak fs, silakan k sini...
http://theftalk.com/t36526-Compiled-Tutorials-%3A-Tweak-FS-%28CSS-and-JS%29.html
smoga membantu 
				
 
terus klo mw ganti huruf
tinggal rubah di css nya ajach bro seperti
 [b] font-family: Comic Sans MS, Geneva, Helvetica, sans-serif;[/b]
				
 all
cekin js dong
[url]http://qqgunners.fileave.com/tracker.txt[/url]
				
 all
cekin js dong[/quote]
napa dengan script nya kawan????
				
 [b]_Qq[/b]
trakhir ngedit paan bro ?
ato coba masukkin satu-satu...
biar tau mana yg bikin error...
gw liad scritpnya sesuai susunannya...
cuman agak aneh d script random frennya...
bgn ini nih :
[quote]function randOrd(){
    return (Math.round(Math.random())-0.5);[/quote]
klo gag slh sih tue mang script fungsi buad pndukung random fren...
cmn gag d gabung gitu sama script random frennya...
coba pndhin d bagn B ato d C....
 [b]pysicomagic[/b]
ripwaynya yg lagi perbaikan bro...
coba bro login...
klo gag bisa msuk,,,
brarti account bro udah suspended alias d blokir...
					Last edited by decky (2008-08-07 01:16:59)