quantum-x |
08-10-2006 08:10 AM |
Quote:
Originally Posted by dial
I am getting it from my affiliate link as well as from the type in
do a view source on the page after you follow the affiliate link, this is what is there
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--begin
/*
* Popup code generated by PopUpMaster Pro from
* http://popupmaster.com
* Copyright (c)2004, Steve Shaw, takanomi.com
*/
var popup;
var height=100;
var width=550;
var left=0;
var top=0;
var startleft=left;
var starttop=0;
var speed=10;
function linkpop(filename){
popup = window.open(filename, "","height="+height+",width="+width+",top="+starttop+",left="+startleft+",location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
move();
}
function move(){
popup.moveBy(0,speed);
starttop+=speed;
if(starttop<top){
setTimeout("move(popup);",500/speed);
}
else{
popup.moveTo(left,top);
}
}
function handleError(msg, url, ln) {
return true;
}
window.onerror = handleError;
// end -->
</SCRIPT>
|
#1 - That code is NOT the popunder code. If you read the code, this block is never executed. I installed the flip-page for these guys, and trust me - this isn't the code.
#2 - The flip page is coded in the following fashion:
- If you send an affiliate link, ie http://secure.brandilove.com/track/NDA2OjM6MQ/ - it will go directly to the tour, and there will be NO flip page. No leaks.
- Typein traffic, under the nats typein user, gets a flip page.
#3 - I have also just added code that, if for some reason you decide or manage to get your linked traffic to the splash, it will detect your code and not fire a flip page.
|