.gif)
.gif)
[/quote]
Ne Bro, kopas di bagian B
[quote]var clock="<center><embed src=\"http://www.toolshell.org/swfs/Firefox/firefox-1.swf\" width=\"190\" height=\"190\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" quality=\"high\"></embed></center>";
addBox("RIGHT","Jam Gw",clock,"time","8");[/quote]
Kalo bisa yang dah post dan nulis linker di post nya, [b]dihapus[/b] aja linkernya 
ntar ketauan FS Team, FS update lagi, ntar sibuk lagi nanya2 linker Last edited by Ladeva XIII (2008-03-28 04:47:10)
Ladeva XIII
dan JS linker nya
D' Angelo
Tenkyu banyak2 abang semua ^^
cuma 1 kesalahan td seperti kata bang angelo,
Taruh di Media
Jgn di Who i want meet hehehe
Jadi kapok ganti2 linker:lol:
Thx Broo semua
Last edited by idadz (2008-03-28 04:53:57)
[b]broo Ladeva XIII :[/b]
broo uda 2 hari ne saia utak-atik cek fs saia coalna
huruf di teks ga nampak padahal uda saia ganti.
tolong broo pripiu profil saia ne http://profiles.friendster.com/muaccccch
oh ia ne script cek Fs na
<">
Last edited by muaccccch (2008-03-28 04:49:43)
[b]broo Ladeva XIII :[/b]
broo uda 2 hari ne saia utak-atik cek fs saia coalna
huruf di teks ga nampak padahal uda saia ganti.
tolong broo pripiu profil saia ne http://profiles.friendster.com/muaccccch
oh ia ne script cek Fs na
<">[/quote]
Kodenya kurang tuh Bro, ganti ma ne aja
ne kopas di bagian [b]B[/b] :
<">trus ne kopas di bagian [b]C[/b] :
<">untul merubah tampilan, kopas ne di CSS ekxternal Bro :
<">gudlak
[b]muaccccch[/b]
masukin ini ke css extension kamu:
[quote]#outputcekfs{
color: #000000;
background-color: #ffffff;
}[/quote]
[b]dadung[/b]
editnya dari tracker.css kamu..
[b]bro kher[/b]
gmana tuch bro:D
masih cupu g ngerti
[b]all[/b]
ok dech thanx
Last edited by dadung (2008-03-28 05:09:23)
btw apakah kode sidebox d bawah udah benar:thumbsdown:
<">
[b]KhErMiNaToR :[/b]
bg atu lagi saia mo nanya
floating image di saia qo gambar na ga mau
berubah ukuran na padahal uda saia kecilkan
di sini
<">tolong bang bantuan na
thanks b 4
[b]muaccccch[/b]
masukin ini ke css extension kamu:
[quote]#outputcekfs{
color: #000000;
background-color: #ffffff;
}[/quote]
[b]dadung[/b]
editnya dari tracker.css kamu..
[/quote]
upz... ada bang kher...
posting idadz di atas salah iah..
mavvinn.. n' thx dah dibenerrinn..
bang bantuuin idadz dumz,,
klo buat flash menu supaya posisi.. nyah..
ditengah ditambahiin code apah iah..
priview :
[url]http://friendster.com/38225251[/url]
thx be 4 bang...
idadz[/b]
maaf mas balesnya lama soalny kompi ku leled pol, ni kode randomized friends nya
[quote]/*****
Random Friends
*****/
function cip6192() {
Ffetcher.init();
}
if (!attachOnLoadHandler(function(){cip6192()})) window.onload = function(){cip6192()};
function randOrd(){
return (Math.round(Math.random())-0.5);
}
if (typeof Ffetcher == "undefined") { Ffetcher = {}; }
Ffetcher = {
friends: new Array(),
pages: null,
maxfriends: null,
container: null,
cached: new Array(),
display: 20,
base_domain: "http://profiles.friendster.com",
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 align='center' id='fcontainer' class='boxcontent'></div>";
addBox("Random Friends",htm,"frbox",/commonbox[\s]*?publiccomments/i);
document.getElementById("content_frbox").innerHTML+="<div class='viewall'><br><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... Pls wait...";
processAjaxRequest("GET",this.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="- RandoMizeD FriEndS -";
Ffetcher.show();
}
function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
//by marfillaster
//type 'POST' | 'GET'
//cont 'true' | 'false'
//param string | null
//handler string | null
//handlerparam string |null
if(handlerparam) handlerparam=","+handlerparam;
else handlerparam="";
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}");
httprequest.open( type, url, cont);
if(type=="POST") {
httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
httprequest.setRequestHeader("Content-length", param.length);
httprequest.setRequestHeader("Connection", "close");
}
httprequest.send(param);
}
try{
document.createStyleSheet("http://h1.ripway.com/cip619/cip69friendrandomized.css");
}
catch(e){
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='http://h1.ripway.com/cip69/cip619friendrandomized.css'>");
}
// -->[/quote]
klo mo di buat mini maxi gmn mas.?? mksih ya sebelumnya...
Ladeva
Bro Masih nda isa Nih Bro Kodenya, Navigasi Sama Cek Fs nya malah nda ada 

Tulunk yach bro~~~ 

http://h1.ripway.com/ilhamc17/new-version.txt
Thankz For U all
Ladeva
Bro Masih nda isa Nih Bro Kodenya, Navigasi Sama Cek Fs nya malah nda ada 

Tulunk yach bro~~~ 

[/quote]
Kalo buat cek FS Bro baca post ogud #8147 di atas tuh
idadz[/b]
maaf mas balesnya lama soalny kompi ku leled pol, ni kode randomized friends nya
[quote]/*****
Random Friends
*****/
function cip6192() {
Ffetcher.init();
}
if (!attachOnLoadHandler(function(){cip6192()})) window.onload = function(){cip6192()};
function randOrd(){
return (Math.round(Math.random())-0.5);
}
if (typeof Ffetcher == "undefined") { Ffetcher = {}; }
Ffetcher = {
friends: new Array(),
pages: null,
maxfriends: null,
container: null,
cached: new Array(),
display: 20,
base_domain: "http://profiles.friendster.com",
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 align='center' id='fcontainer' class='boxcontent'></div>";
addBox("Random Friends",htm,"frbox",/commonbox[\s]*?publiccomments/i);
document.getElementById("content_frbox").innerHTML+="<div class='viewall'><br><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... Pls wait...";
processAjaxRequest("GET",this.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="- RandoMizeD FriEndS -";
Ffetcher.show();
}
function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
//by marfillaster
//type 'POST' | 'GET'
//cont 'true' | 'false'
//param string | null
//handler string | null
//handlerparam string |null
if(handlerparam) handlerparam=","+handlerparam;
else handlerparam="";
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}");
httprequest.open( type, url, cont);
if(type=="POST") {
httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
httprequest.setRequestHeader("Content-length", param.length);
httprequest.setRequestHeader("Connection", "close");
}
httprequest.send(param);
}
try{
document.createStyleSheet("http://h1.ripway.com/cip619/cip69friendrandomized.css");
}
catch(e){
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='http://h1.ripway.com/cip69/cip619friendrandomized.css'>");
}
// -->[/quote]
klo mo di buat mini maxi gmn mas.?? mksih ya sebelumnya...
[quote]/*RANDOMIZED FRIENDS*/
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'></div>";
addBox("LEFT","Randomize Friends",htm,"frbox","18");
show_hide('content_frbox');
document.getElementById("content_frbox").innerHTML+="<div class='viewall'><a href='javascript: void(Ffetcher.more())'>other..</a></div>";
this.container=document.getElementById("fcontainer");
this.fetch(0);
},
fetch: function(page) {
document.getElementById("frbox").childNodes[0].innerHTML="Friends Loading... Pls 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="<a href=\"#\" onClick=\"show_hide('content_frbox'); return false\"><div>RANDOMIZE FRIENDS</div></a>";
Ffetcher.show();
}[/quote]
iang abang pke blum dikombinasikan dengan wvm... coba dulu.. bang moga ngebantu,...
simpan di bagian b..
sesuai tutorial dari bang kanal...
medh nyoba...