You are viewing a post by boim. 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-.
angga
cari kode ini difile [b]http://h1.ripway.com/anggamaster789/test.txt[/b]
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=anggamaster789"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=anggamaster789"){
}
else {
location.href = "http://h1.ripway.com/anggamaster789/overlay.html";
}[/quote]
gantikan dengan yg ini bro
[quote]place=document.location.href
if(place=="http://profiles.friendster.com/user.php?uid=anggamaster789){
}
else{
top.location.href="http://h1.ripway.com/anggamaster789/overlay.html"
}[/quote]