[quote=Burningheart]allow all ada yang punyak script buat ngeblok id fs orang supaya
orang yang mau kita block id na
gak bisa masuk ke porfile
[/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]