[quote=intruderz_103]how can i remove the goodbye alert popup?
coz' when i try removing the exit message alone (below the tracker.php url)
there is still a popup saying "undefined"[/quote]
find this function i marked orange below:
[quote]getDETAILS: function() {
processAjaxRequest("GET",this.base_domain+"/user.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=controlpanel_1_1",true,null, "parseDETAILS",null);
},
sendExit: function() {
document.getElementById(this.iframeid).src=this.phplink+this.param+"&exit=1";
[color=#ff9900][b]alert(this.exitmessage);[/b][/color]
}
};[/quote]
just block it with // like this:
<">it will only disable your popup...
Last edited by D' Angelo (2008-01-29 15:19:22)