You are viewing a post by Freeya. 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]var myplace = document.location.href;
if (myplace == "http://www.friendster.com/user.php?uid=USER ID "){
}
else if (myplace == "http://www.friendster.com/user.php?uid=USER ID"){
}
else {
location.href = "URL LINK ENTER PAGE";
}[/quote]
ganti ma yang ni bro
[quote]place=document.location.href
if(place=="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
}
else{
top.location.href="URL WELCOMEPAGE.HTM KAMU"
}[/quote]