Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ORIGINAL:
- - if request.fullpath == '/'
- :javascript
- var ord = window.ord || Math.floor(Math.random() * 1e16);
- document.write('<script type="text/javascript" src="URL' + ord + '?"><\/script>');
- %noscript
- <a href="URL">
- <img src="URL" />
- </a>
- I WANT TO INCLUDE IN ITS PLACE
- - if request.fullpath == '/'
- <script type='text/javascript'><!--//<![CDATA[
- var m3_u = (location.protocol=='https:'?'https://URL.php':'http://URL.php');
- var m3_r = Math.floor(Math.random()*99999999999);
- if (!document.MAX_used) document.MAX_used = ',';
- document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
- document.write ("?var=2");
- document.write ('&cb=' + m3_r);
- if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used);
- document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : ''));
- document.write ("&loc=" + escape(window.location));
- if (document.referrer) document.write ("&referer=" + escape(document.referrer));
- if (document.context) document.write ("&context=" + escape(document.context));
- if (document.mmm_fo) document.write ("&mmm_fo=1");
- document.write ("'><\/scr"+"ipt>");
- //]]>--></script><noscript><a href='http://URL.php?n=123456&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://URL.php?zoneid=654321&cb=INSERT_RANDOM_NUMBER_HERE&n=123456' border='0' alt='' /></a></noscript>
Advertisement
Add Comment
Please, Sign In to add comment