You are viewing a post by strezzpc. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.
[/quote]
Kamu pake ini aja :
[quote]//tehrzky's BANNED ID
if
(
pageViewerID=="USERID1" ||
pageViewerID=="USERID2" ||
pageViewerID=="USERID3" ||
pageViewerID=="USERID4" ||
pageViewerID=="USERID5" ||
pageViewerID=="USERID6" ||
){
alert("Your ID Has Been Banned");
top.location.href="http://www.friendster.com/logout.php";
}[/quote]
Kalo cuma satu ID pake ini :
[quote]//BANNED ID
if(pageViewerID=="USERID"){
alert("You are BANNED to view this Profile!");
top.location.href="http://www.friendster.com/logout.php";
}[/quote]