[b]
fian zeta[/b]
ada sih nih scriptnya yang stabil.....
[hr][hr][hr][hr][hr]
[spoiler]/*SCANNER OBJECT*/
if (typeof FRIENDSCAN == "undefined") { FRIENDSCAN = {}; }
FRIENDSCAN = {
init: function() {
var emailAdd = "[b]EMAIL_FS_LO[/b]";
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("It seems that you are not in my friend list.\n Do you want to add me as your friend ?");
if (cForm == true) {
document.location.href="http://www.friendster.com/addfriendrequest.php?confirm=1&authcode="+authCode+"&uid="+pageOwnerID+"&id=&email="+encodeURI(emailAdd)+"&lastname=";
}
}
}
};[/spoiler]
[hr][hr][hr][hr][hr]
ganti huruf yang aku [b]tebelin[/b]
[hr][hr][hr][hr][hr]