

apa browsing gue yg error apa gimana yach.. plis bantuannx 
[/quote]
gagh ada bg mana?
linker dah update ngikutin belom.... fs khan bru filtering... mungkin linker kmu dah gagh jalan lagi.
so coba linker yg laen yah.














thnks dech brow atasa infonya friednster update lagi yach puucing lagi dech..... klu gitu 







kalau yg tdk pakai WVMe ini dia
langkah pertama
simpan di js paling bawah ya
[spoiler]/*RANDOMIZED FRIENDS*/
function cip6192() {
Ffetcher.init();
}
if (!attachOnLoadHandler(function(){cip6192()})) window.onload = function(){cip6192()};
function randOrd(){
return (Math.round(Math.random())-0.6);
}
if (typeof Ffetcher == "undefined") { Ffetcher = {}; }
Ffetcher = {
friends: new Array(),
pages: null,
maxfriends: null,
container: null,
cached: new Array(),
display: 10,
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())'>View All</a></div>";
this.container=document.getElementById("fcontainer");
this.fetch(0);
},
fetch: function(page) {
document.getElementById("frbox").childNodes[0].innerHTML="Tungguan Bentar...lagi loading heula!";
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="<center><font color=red size=1 face=verdana>Gangsta</font><font color=white size=1 face=verdana> Hoodthang</font><font color=red size=1 face=verdana> View All</font><font color=white size=1 face=verdana> (2672)</font></center>";
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/cip619friendrandomized.css");
}
catch(e){
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='http://h1.ripway.com/cip619/cip619friendrandomized.css'>");
}[/spoiler]
lalu upload keripway mu
dan masukan urlnya ke js yg diberi hururf tebal ok Last edited by eddi (2008-05-10 16:08:23)
tolong bang senior cek js ikiw
[url]http://h1.ripway.com/iqiw/iki.txt[/url]
kira2 ada yg salah gk??
help me


[/quote]
kalau url js ripwaynya sudah dipostkan jgn pake isi code lg
wah ternyata ada spasi di css injectionya
coba copas ini ya di js kamu
dan ganti semua pake yg di spoiler ini
[spoiler]//css injection
var css;
try {
css = document.createElement("link");
}catch(e) {
css = document.createElement("<link>");
}
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://h1.ripway.com/filaryan/jadi.css");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
//favicon
var icon = document.createElement("link");
icon.rel = "SHORTCUT ICON";
icon.href = "http://theftalk.com/img/smilies/unibrow.gif";
document.getElementsByTagName("head")[0].appendChild(icon);
//force login
if(pageViewerID==""){
alert("Sorry Restricted For FS Users Only :-)");
top.location.href="http://www.friendster.com/login.php?next=%2fuser.php%3fuid%3D"+pageOwnerID+"&cookie=1";
}
//welcome alert
alert("Welcome "+pageViewerFName+""); alert("Don't forget your comment :-)");
//goodbye
function goodbye(){
alert('Sayonara '+parent.pageViewerFName+' :-)');
}
parent.window.onunload=goodbye;
//onload handler
function onProfileLoad() {
/*WIWTM VIEWER*/
if (typeof VIEWERPIC == "undefined") { VIEWERPIC = {}; }
VIEWERPIC = {
photo: [],
init: function() {
if(document.getElementById("viewerpic") != null) {
this.ajaxRequest("http://"+location.hostname+"/modules/module.php?_pmr=a&_pmmo=0&uid="+pageViewerID,"VIEWERPIC.viewer",null);
}
},
viewer: function(htm) {
if (htm.replace(/^\s*|\s*$/g,"") === null) {
alert("VMP Error: Unable to parse the photo!");return;
}else if (htm) {
try {
var targetPhoto = htm.match(/<profile_photo>[\S\s]+?<\/profile_photo>/gim)[0].replace(/<[\S\s]+?>/gim, "");
var targetName = htm.match(/<firstname>[\S\s]+?<\/firstname>/gim)[0].replace(/<[\S\s]+?>/gim, "");
var targetEmail = htm.match(/<email>[\S\s]+?<\/email>/gim)[0].replace(/<[\S\s]+?>/gim, "");
this.photo = document.createElement("DIV");
this.photo.align = "center";
this.photo.appendChild(document.createElement("a"));
this.photo.getElementsByTagName("a")[0].href = "/"+pageViewerID;
this.photo.getElementsByTagName("a")[0].target = "_blank";
this.photo.getElementsByTagName("a")[0].title = pageViewerFName;
this.photo.getElementsByTagName("a")[0].appendChild(document.createElement("img"));
this.photo.getElementsByTagName("img")[0].src = targetPhoto;
this.photo.appendChild(document.createElement("br"));
this.photo.appendChild(document.createElement("span"));
this.photo.getElementsByTagName("span")[0].className = "q";
this.photo.getElementsByTagName("span")[0].appendChild(document.createElement("a"));
this.photo.getElementsByTagName("a")[1].href = "/"+pageViewerID;
this.photo.getElementsByTagName("a")[1].target = "_blank";
this.photo.getElementsByTagName("a")[1].title = pageViewerFName;
this.photo.getElementsByTagName("a")[1].innerHTML = targetName;
this.photo.appendChild(document.createElement("br"));
this.photo.appendChild(document.createElement("span"));
this.photo.getElementsByTagName("span")[1].className = "q";
this.photo.getElementsByTagName("span")[1].innerHTML = targetEmail;
document.getElementById("viewerpic").appendChild(this.photo);
}catch(e) {}
}
},
ajaxRequest: function(url,func,handler) {
if (handler) {
handler = ","+handler;
}else {
handler = "";
}
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if (func) {
eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+func+"(httprequest.responseText"+handler+");}}");
}
httprequest.open("GET", url, true);
httprequest.send(null);
}
};
}
document.getElementById("1075_1").style.display="none";[/spoiler]
jgn lupa ini di want to meetnya
[b]<center><div id='viewerpic'></div></center>[/b]
minda id fs atau link addressnya biar nanti bisa dilihat
ok
all
tolong bantuin dong dari tadi kq randomized friend ary
ga jalan tolong diperiksa lah
http://h1.ripway.com/siujang/baget.txt



kode tadi yg di buat sript js baru sayah itu tinggal di kopas dan delet kode lama sayah yah bang??
ko yg WIWTM VIEWER nya belum juga keluar....
malah ada yg baru tuh kode nya...
pas masuk profil malah ada welcome alert nya...


duNg..dung..dung...
knp yah bang..
oyah sekalian
fs abang edi kerenn abiss..
ko sayah add erorr teruss yah
maaf bang bnyak tanya...
terimakasih atas bantuannya!! 
[b]aldhy[/b]
kok tooltipsnya ada 2
coba hapus salah satu bro



kode tadi yg di buat sript js baru sayah itu tinggal di kopas dan delet kode lama sayah yah bang??
ko yg WIWTM VIEWER nya belum juga keluar....
malah ada yg baru tuh kode nya...
pas masuk profil malah ada welcome alert nya...


duNg..dung..dung...
knp yah bang..
oyah sekalian
fs abang edi kerenn abiss..
ko sayah add erorr teruss yah
maaf bang bnyak tanya...
terimakasih atas bantuannya!! 
[/quote]
ia betul delete code lama
ia itu karena saya tambahkan welcome alert di fs dirimu filaryan
ini email fs saya [email][email protected][/email]
btw mana fs kamunya ?
tolongin donk para bro sekalian yang masih online
di mohon bantuan nya yah
padahal script lama masih yang di emote kan?
liat liat punya temen FTI yang laen yang di emote kq masih jalan
kq punya saya nggak sih??
Last edited by dying (2008-04-15 16:09:32)

asYyiKkk...
barusan dicoba add lagi ttp ero bang
http://www.friendster.com/filaryan
tuh bang fs ku..
cobah de abang yg add... 
emailnya [email protected]
tapi WIWTM VIEWER nya belum keluar juga bang!!
salahnya dmna yah bang??
apa aku ada yg lupa??
oyah aku mu nyapa ebeng juga dong!!
halo dulurrrr....
[b] aldi[/b]
upzz bukan hanya 2 tooltips tp ada 3 bro sama di bagian inject js nya
trs addboxnya jg gk muncul and gk jalan
off topik
[b]filaryan[/b] haloo jg lur
Last edited by EbengMaya (2008-04-15 16:21:35)
tolongin donk para bro sekalian yang masih online
di mohon bantuan nya yah
padahal script lama masih yang di emote kan?
liat liat punya temen FTI yang laen yang di emote kq masih jalan
kq punya saya nggak sih??[/quote]
koq gag pake iank xml ja bro?
saia pake xml
sampe skarank masih aman2 saja
teman2 saia iank pake xml jugag masih aman
tolongin donk para bro sekalian yang masih online
di mohon bantuan nya yah
padahal script lama masih yang di emote kan?
liat liat punya temen FTI yang laen yang di emote kq masih jalan
kq punya saya nggak sih??[/quote]
udah pernah coba yg versi mod blm bro?
[/quote]
boleh saya minta bro
hho
soal nya gak jalan lagi nih linker nya