Guest User

Untitled

a guest
Jan 5th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ORIGINAL:
  2.  
  3. - if request.fullpath == '/'
  4. :javascript
  5. var ord = window.ord || Math.floor(Math.random() * 1e16);
  6. document.write('<script type="text/javascript" src="URL' + ord + '?"><\/script>');
  7. %noscript
  8. <a href="URL">
  9. <img src="URL" />
  10. </a>
  11.  
  12. I WANT TO INCLUDE IN ITS PLACE
  13.  
  14. - if request.fullpath == '/'
  15.  
  16. <script type='text/javascript'><!--//<![CDATA[
  17. var m3_u = (location.protocol=='https:'?'https://URL.php':'http://URL.php');
  18. var m3_r = Math.floor(Math.random()*99999999999);
  19. if (!document.MAX_used) document.MAX_used = ',';
  20. document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
  21. document.write ("?var=2");
  22. document.write ('&amp;cb=' + m3_r);
  23. if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
  24. document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
  25. document.write ("&amp;loc=" + escape(window.location));
  26. if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
  27. if (document.context) document.write ("&context=" + escape(document.context));
  28. if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
  29. document.write ("'><\/scr"+"ipt>");
  30. //]]>--></script><noscript><a href='http://URL.php?n=123456&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://URL.php?zoneid=654321&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=123456' border='0' alt='' /></a></noscript>
Advertisement
Add Comment
Please, Sign In to add comment