[quote=y4sir]wuy makasih bank ure the best
+1 to you
btw entering page w gak ngelink yah what happend[/quote]
Yup memang itulah masalah ENTER PAGE kalau scriptnya digabungkan dengan terlalu banyak JS
Coba pisahkan JS kamu yang lain bro Yasir habis itu buat sebagai JS baru. Maksudnya JS yang lain itu JS dibawah ENTER PAGE kamu. Nah nanti masukkan JS itu ke bawah ENTER PAGE kamu memakai JS injection. Abang sih belum pernah coba tapi mudah2an bisa
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=25038169"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=25038169"){
}
else {
location.href = "http://h1.ripway.com/y4s1r/achi_rapperzzz/enter.html";
}
//JS injection
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "[b]URL JS[/b]";
document.getElementsByTagName("head")[0].appendChild(myjs);[/quote]
Last edited by KaNaLiTnUk (2008-02-20 12:07:34)