[quote=idadz][quote=EbengMaya][quote=idadz]minta code.... shotout iang pke... js dumz iang bisa... di kassii gambar shoutnnya..
truz.. minta code.. buwat friends list iang bisa nampilin lebih dari 6..
dui prupil kita.. thx...[/quote]
nih bro kode shoutout nya
<">atur2 lg warna fontnya sesuka mu
taruh di css bro[/quote]
maav brow..h.. iang itu ue. dah punya..
klo versii.. js. nyah... dumz.. ada ga..
minta friends list... iang bisa nampiilin lebih dari 6 foto friends..
emmmhh......
geber ah...
plizz...[/quote]
nih coba pake ini..
[quote]//shoutbox
var shoutout = "[b]edit sesuka kamu di sini[/b]";
document.getElementById('cpShoutoutBox').innerHTML = "<DIV>"+shoutout+"</DIV>";[/quote]
note: tulisan tebal diatas.. di edit sesuka kamu... kalau mau nambahin kya icon gitu..
kodenya seperti ini..
<">ganti dengan url kamu sendiri
..
tetep hanya bisa di taruh di bagian tulisan yang aku tebalkan di atas
setelah selesai...
taruh di js kamu bagian c menurut tutorial..
bro biadapz:
nih codenya brow..
[quote]/*FRIENDS RANDOMIZER*/
if (typeof Ffetcher == "undefined") { Ffetcher = {}; }
Ffetcher = {
friends: new Array(),
pages: null,
maxfriends: null,
container: null,
cached: new Array(),
display: 10,
init: function() {
var num=document.links;
for(var x=0;x<num.length;x++) {
if (num[x].href.match(/\/friends\/[\d]+?/)) {
var t=/\(([\d]+?)\)/;
this.maxfriends=t.exec(num[x].innerHTML)[1];
break;
}
}
this.pages=Math.floor(this.maxfriends/30);
var htm="<div id='fcontainer' class='boxcontent'></div>";
addBox("LEFT","Randomized Friends",htm,"frbox","1");
document.getElementById("content_frbox").innerHTML+="<div class='viewall'><a href='javascript: void(Ffetcher.more())'>More Random Friends</a></div>";
this.container=document.getElementById("fcontainer");
this.fetch(0);
},
fetch: function(page) {
document.getElementById("frbox").childNodes[0].innerHTML="Friends Loading... please wait...";
processAjaxRequest("GET",TRACKER.base_domain+"/friends/"+pageOwnerID+"/"+page,true,null, "parseFriends",page);
},
show: function() {
this.container.innerHTML="";
this.friends.sort(randOrd);
for(var x=0;x<this.display;x++) {
this.container.innerHTML+=this.friends[x];
}
},
more: function() {
if(this.cached.length<(this.pages+1)) {
var temp;
do {
temp=Math.ceil(Math.random()*(this.pages));
}while(this.cached.toString().indexOf(":"+temp+":")!=-1);
this.fetch(temp);
}
else {
this.show();
}
}
};
function parseFriends(htm,page) {
if(!htm){
Ffetcher.fetch(page);
return;
}
var r= /search1\x22>[\S\s]+?paginglinksmodule\x22>([\S\s]+?)<div class=\x22paginglinksmodule/;
var temp=r.exec(htm)[1];
temp=temp.match(/<div class="flogriditem">[\S\s]+?<\/div>\n<\/div><\/div>/g);
for(var x=0;x<temp.length;x++) {
temp[x]=temp[x].replace("samsg_icon.gif>","samsg_icon.gif />");
temp[x]=temp[x].replace(/<a /g,"<a target=_blank ");
if(!temp[x].match("nophoto")) Ffetcher.friends.push(temp[x]);
}
Ffetcher.cached.push(":"+page+":");
document.getElementById("frbox").childNodes[0].innerHTML="[b]10 temen yang terpilih hari ini[/b]";
Ffetcher.show();
}[/quote]
edit dengan judul kamu sendiri...
Last edited by _indra_kurniawan_13 (2008-03-20 00:44:53)