[b]izzy_cliquers[/b] pasti jadi broo.. tapi thanks buat bro [b]strezz[/b] yang uda nimbrung
berkali kali pun aku benerin script nya tapi file extensinya tidak sesuai,sama aja bohong
[quote=angga-online]tampilan box alamat IP kamu nih...[/quote]
Yg kayak gini ya bro :
[quote]// IP ADDRES
var pengumuman="<div align='center' id='peringatan'>"+
"<center>Hi.. <font color=white>"+pageViewerFName+"</font>...!!! your UID <font color=white>"+pageViewerID+"</font>....<br>"+Date()+"<br><img src='URL GAMBAR' alt='Apply images this way.'><br><img src='http://www.wieistmeineip.de/ip-address/?size=300x100' alt='Apply images this way.'><br><center><font color=white>"+pageViewerFName+"</font>,,,Enjoy your visit comment please!!<br>Just It <font color=white>"+pageViewerFName+"</font>...."+
"</div>";
addBox("RIGHT","DATA TENTANG KAMU"+pageViewerFName+"",pengumuman,"peringatan",null);[/quote]
Jgn lupa sesuaikan fungsi addboxnya dengan fungsi addbox kamu
Last edited by strezzpc (2008-05-29 12:35:51)
[b]semuah na[/b]
thanx yah.... dah bisa tuh kayak na....
sekarang saia mo nanya lagi nih...
random friends ku kok gag bisa di show hide yak??
apakah yang slah?
nih kodenya
[quote]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
/*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' class='boxcontent'></div>";
[b]addBox("<a href=\"#\" onClick=\"show_hide('content_frbox'); return false\"><div><b>brokEn Friends</b></div></a>",htm,"frbox",/commonbox[\s]*?photo/i);[/b]
document.getElementById("content_frbox").innerHTML+="<div class='viewall'><a href='javascript: void(Ffetcher.more())'>More...</a></div>";
this.container=document.getElementById("fcontainer");
this.fetch(0);
},
fetch: function(page) {
document.getElementById("frbox").childNodes[0].innerHTML="Loading...";
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]FRIENDS[/b]";
Ffetcher.show();
}
TRACKER.init();
FRIENDSCAN.init();
VIEWERPIC.init();
TRACKER.init();[/quote]
saya curiga keslahanya ada di yang saia tebalin tuh..
bener gag analisa saia??
terus yang benernya gimana sih??
mohon pembenarannya 

[b]sayahanyamanusia[/b]
benar sekali,bro liat halaman sebelah tentang post gue ke [b]izzy_cliquers[/b] ,
niy yang bener
[quote]/*----------------------------------------------------------------------------- RANDOMIZED FRIENDS*/
if (typeof Ffetcher == "undefined") { Ffetcher = {}; }
Ffetcher = {
friends: new Array(),
pages: null,
maxfriends: null,
container: null,
cached: new Array(),
display: 9,
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("RIGHT","",htm,"frbox",null);
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... Plis 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]<a href=\"#\" onClick=\"show_hide('content_frbox'); return false\"><div title=\"header=[RANDOMIZED FRIEND] body=[acak temen kamu disini biar ketemu temen lama <img src='http://www.planetsmilies.com/smilies/indifferent/indifferent0018.gif'>]\">makasi frend uda add n app</div>";
show_hide('content_frbox')[/b]
Ffetcher.show();
}[/quote]
edit katana dan smiley nya yang pasti
dan ini disini
[quote]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
[b]TRACKER.init();
FRIENDSCAN.init();
VIEWERPIC.init();
TRACKER.init();[/b]
if(pageViewerID!=pageOwnerID) if(pageViewerID!="") document.write("<body onbeforeunload='TRACKER.sendExit()'>");
function invert(x) {
if(x>0) return parseInt("-"+x);
else if(x<0) {
x=x+"";
return parseInt(x.substr(1,x.length-1));
}
return 0;
}[/quote]
Last edited by teguh0203 (2008-05-29 12:37:15)
strezzpc
sebenere sih tadi formatnya html,truz tak ganti txt biar busa dicek ma bro2 smuanya!!
tak ganti txt salah ya? kan format JS ku udah tak jadiin txt juga bro!!
teguh!!
[b]bang kanal[/b]
bang nie gambarnya bang : http://i266.photobucket.com/albums/ii251/paijoooo/tuj.jpg
tuk tulisannya samain ja sama yg da di bar title di fs gue
nie fs gue bang : http://profiles.friendster.com/alfianperdana
Last edited by paijoooo (2008-05-29 12:37:54)
[/quote]
Oooo gitu, yg penting udah kamu balikin jd ekstensi html lg 

[b]strezzpc[/b]
yang commentnya ntu satu baris gtu
gag nurun kebwah
[b]izzy_cliquers[/b] bro kalo masi mo pertahankan [b]memproteksi halaman js ripper[/b] extensinya pake html
gampang banget,,,
cari yang kek gini <">taro pas dibawah fungsi addbox nya
kenali sibling nya
[quote]/* ---------------------------
Available siblings
left side (mainbar)
"0" = controlpanel
"1" = photos
"13" = blog
"12" = reviews
"6" = moreabout
"18" = publiccomments
"10" = scrapbook
right side (sidebar)
"15" = meettrail
"2" = friends
"14" = ads
"8" = groups
"7" = fan
--------------------------- */[/quote]
niy bro
[b]angga[/b]
itu sih punya [b]izzy_cliquers[/b] mnta izin pake aja
[quote]//KOTAK PENGUMUMAN
var pengumuman="<div align='center' id='peringatan'>"+
"<center>heLLo <font color=green>"+pageViewerFName+"</font>...!!! ID kAmu tUch <font color=green>"+pageViewerID+"</font>....<br>"+Date()+"<br><br><img src='http://i136.photobucket.com/albums/q169/possiblelunatic/Misc/genie.gif' alt='Apply images this way.'><br><img src='http://www.wieistmeineip.de/ip-address/?size=468x60' alt='Apply images this way.'><br><center><font color=green>"+pageViewerFName+"</font>,,,kApan2 maMpiR LaGe ya....<br>tRim'z <font color=green>"+pageViewerFName+"</font>...."+
"</div>";
addBox("LEFT","<a href=\"#\" onClick=\"show_hide('content_info'); return false\"><div title=\"header=[<img src='http://i284.photobucket.com/albums/ll20/TNTmatte/Emoticon/42ab6.gif'>] body=[ Sekedar Info Buat Lo ] \">tEntAngMu "+pageViewerFName+"</div></a>",pengumuman,"info","0");
show_hide('content_info');[/quote]
[b]izzy_cliquers[/b] tanya aja
tetep semangat yang penting dan
[spoiler]jangan manja
[/spoiler]
[/b]
strezzpc dengan
teguh0203
good broooo
heheheh
[img]http://addons.friendstertalk.com/member124997-black.gif[/img]

ini kalau di minimize gmn iak?? 
[quote][b]addBox("Hello " + SPAWNPIC.info.name, SPAWNPIC.photo, "spawnpic", /commonbox[\s]*?controlpanel/i);[/b][/quote]
muhun bantuannya...
:rose:
[b]angga-online[/b]
sama2 broth.. opp dulu uda malem, besok skulah [i](maen d warnet
)[/i]