[quote=kuntilanak]wow ada screenshotnya bro.... bagus nian sekarang postnya....
thanks for comment...di forum sebelah...
Just For okacybernet the best mod....
okacybernet wrote:
place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
top.location.href="URL HTML MU DISINI"
}
gua pake kode tsb... kadang kadang null, kadang kadang langsung ke enter page...
gimana tuh hayoo....???[/quote]
coba pake yang ini....
[quote]//enter page
var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]UID FSmu[/b]"){
}
else {
location.href = "[b]URL ENTERPAGEmu[/b]";
}
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "[b]URL JS UTAMA MU[/b]";
document.getElementsByTagName("head")[0].appendChild(myjs);[/quote]
itu di simpen sebagai JS....
selama w pake ini...itu null ga pernah keluar lagi....
menurut w lho......
Last edited by killme_18 (2008-06-28 13:39:16)