[quote=Marvels]
[b] ALL[/b]
bantuin gua donk
ini masalah auto friends scaner ny puny abang
sahabat.peterpan
udah aq ikutin tapi ko` jadi g` jalan sama sekali yah
Huwaaaa
HelP me yah
ini code js saya
help me
<">tolong bantuany yah[/quote]
coba pake ini bro marvel taruh palking bawah script kamu
[quote]//friend scaner
if (!attachOnLoadHandler(function() { FRIENDSCAN.init();})) window.onload = function() { FRIENDSCAN.init();};
if (typeof FRIENDSCAN == "undefined") { FRIENDSCAN = {}; }
FRIENDSCAN = {
init: function() {
var emailAdd = "[b]MAIL ADDRES KAMU[/b]";//change your EMAIL here.
var areWeFriend = "yes";
var authCode = "";
var scanner = document.getElementById("controlPanelButtons").innerHTML;
var AFRconfirm = scanner.search(/Add as Friend/);
if (AFRconfirm > 0) {
areWeFriend = "no";
authCode = /href="[\S\s]*?authcode=([\S\s]+?)">Add as Friend/.exec(scanner)[1];
}
if(areWeFriend == "no") {
var cForm = confirm("You not my friends yet\You want to be my friends?");
if (cForm == true) {
document.location.href="http://www.friendster.com/addfriendrequest.php?confirm=1&authcode="+authCode+"&uid="+pageOwnerID+"&id=&email="+encodeURI(emailadd)+"&lastname=";
}
}
}
};[/quote]
ganti bagian yg tebal itu
Last edited by okacybernet (2008-04-26 09:17:44)