Forum Moderators: open
Was wondering if anyone had the code or an example of this. Am not trying to set this up on another site, just wanted to learn more about it so I could maybe stop it on my side.
Thanks in advance.
Zuko
It is pretty common around the web. It is a small window first, then a popup after that. The small window disappears once the popup is done.
I can pm a url for you if you want to look at an example of this?
I don't get the popup in mozilla for the url in question, but I do in ie, so this may have something to do with it, or maybe just the difference in javascript interpreters...
Let me know if you want that url.
Zuko
<script language="Javascript"><!--
var d=new Date();var r=(d.getTime()%8673806982)+Math.random();var u=escape(window.location.href);
var host=' language="Javascript" src="http://as.domain.com/s?s=';
document.write('<scr'+'ipt'+host+'51573&u='+u+'&f=1&id='+r+'"></scr'+'ipt>');
//--></script>
Love the
('<scr'+'ipt'+ to avoid detection........ Is anyone seeing or suspecting something different... I can PM the url to anyone.
Zuko
[edited by: BlobFisk at 4:31 pm (utc) on July 19, 2004]
[edit reason] Removed specifics [/edit]
would probably have to interpret output of javascript since '<scr'+'ipt' could be replaced with '<sc'+'ript' or could be replaced with '<s'+'cript'...etc....