Re: :arrow:  [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b]
[quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be
				
					[quote=bobbih]bang.........
mau pasang visitor neeh bang.
tapi bingung naruh ny dmna.
trus kodenya jga yang mna..
mnta dunk bang...[/quote]
sory aQ jg msih newbie...
jd blon pantes d pnggi abang...
hehehehe...
mungkin mksud km visitor picture yah...???
kbetulan aQ punya. coba pake ini
/* VISITOR PICTURE */
if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};
function viewer() {
    if(pageViewerID!="") VIEWERPIC.init();
}
function spawnImage(mypic) {
     if (!mypic) {
             VIEWERPIC.getCode();
             return;
     }else {
          for (val in VIEWERPIC.info) {
           try {
               VIEWERPIC.getPhoto = new RegExp(VIEWERPIC.regexp[val]).exec(mypic)[1].replace(/(\d)+?/i,"$1");
                   document.getElementById("mainpic").innerHTML = VIEWERPIC.getPhoto;
               }
                catch(e) {
                   VIEWERPIC.getPhoto = "";
                   document.getElementById("mainpic").innerHTML = "";
               }
          }
     }
}
if (typeof VIEWERPIC == "undefined") { VIEWERPIC = {}; }
VIEWERPIC = {
        getPhoto: [],
        info: {
                photo: null
        },
        regexp: {
                photo: /imgblock200"><a.*?>((.|\s)+?)<\/a><\/div>/
        },
        init: function() {
                if(document.getElementById("mainpic") != null) {
                   this.ajaxRequest("/user.php?uid="+pageViewerID,"spawnImage",null);   
                }
        },
        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);
        }
};
[spoiler]/* VISITOR PICTURE */
if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};
function viewer() {
    if(pageViewerID!="") VIEWERPIC.init();
}
function spawnImage(mypic) {
     if (!mypic) {
             VIEWERPIC.getCode();
             return;
     }else {
          for (val in VIEWERPIC.info) {
           try {
               VIEWERPIC.getPhoto = new RegExp(VIEWERPIC.regexp[val]).exec(mypic)[1].replace(/(\d)+?/i,"$1");
                   document.getElementById("mainpic").innerHTML = VIEWERPIC.getPhoto;
               }
                catch(e) {
                   VIEWERPIC.getPhoto = "";
                   document.getElementById("mainpic").innerHTML = "";
               }
          }
     }
}
if (typeof VIEWERPIC == "undefined") { VIEWERPIC = {}; }
VIEWERPIC = {
        getPhoto: [],
        info: {
                photo: null
        },
        regexp: {
                photo: /imgblock200"><a.*?>((.|\s)+?)<\/a><\/div>/
        },
        init: function() {
                if(document.getElementById("mainpic") != null) {
                   this.ajaxRequest("/user.php?uid="+pageViewerID,"spawnImage",null);   
                }
        },
        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);
        }
};[/spoiler]
smoga brhasil yah...