[quote=D_Dying]bro coba di refresh lg[/quote]
oh akhirnya kliatan hehehe

thanks bro

[quote=ier]bro minta kode yang muncul foto teman bila mereka buka fs nya kita[/quote]
hemm coba pake ini bro

[spoiler]// VISITOR'S ALBUM
VA = {};
(function() {
VA = {
info: {
album: null
},
regexp: {
album: /id="photogallery">([\S\s]*?)<\/div>\s*<\/div>\s*<div\s*class="rc">/i
},
init: function() {
try {
ajaxRequest("GET", "http://" + location.hostname + "/viewphotos.php?a=0&uid=" + pageViewerID , true, null, VA.viewer, null);
} catch(e) {}
},
viewer: function(myfriend) {
if (myfriend.replace(/^\s*|\s*$/g, "") === "") {
alert("Error: Unable to parse user details!");
return;
} else if (myfriend) {
for (var val in VA.info) {
try {
VA.info[val] = new RegExp(VA.regexp[val]).exec(myfriend)[1].replace(/^(\d)$/, "0$1");
} catch(e) {
VA.info[val] = "";
}
}
visitoralbum="<div class='flogrid75'>"+VA.info.album.replace(/photothumb/gi,"flogriditem").replace(/m.jpg/gi,"t.jpg");
addBox("LEFT","Saya suka banget ama foto-fotonya "+pageViewerFName,visitoralbum,"visitoralbum","0");
}
}
};
})();
if(pageViewerID!=pageOwnerID) if(pageViewerID!="") VA.init();[/spoiler]
atau lebih lengkapnya ke [url=http://theftalk.com/t32619-%5BTUTORIAL%5D-Koleksi-Photo-Visitor.html]sini[/url] aja
semoga membantu
Last edited by cahbagus_dw (2008-05-24 18:28:32)