Advertisement
mathio3

zoner

Sep 3rd, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.93 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
  5. "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.      <link href='http://fonts.googleapis.com/css?family=Federant' rel='stylesheet' type='text/css'/>
  8.      <link href="http://fonts.googleapis.com/css?family=Iceland" rel="stylesheet" type="text/css" />
  9.  <style type="text/css">
  10.  body {
  11.        background:black; font-size:11px;
  12.        font-family: Federant;
  13.     color: white;  }
  14.  a {
  15.      color: dodgerblue;
  16.      font-family: Federant;
  17.       }
  18.  a:hover {
  19.      border-bottom:1px solid aqua;
  20.       }
  21.  #menu a {
  22.      font-family: Federant;
  23.         padding:4px 15px;
  24.         margin:0;
  25.         background:#2E6E9C;
  26.         color:white;
  27.         text-decoration:none;
  28.         letter-spacing:2px;
  29.         -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
  30.        }
  31.        #menu a:hover {
  32.         padding:4px 15px;
  33.         margin:0;
  34.          font-family: Federant;
  35.         background: grey;
  36.         color:white;
  37.         text-decoration:none;
  38.         letter-spacing:2px;
  39.         -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
  40.        }
  41.   textarea {
  42.        width:600px;
  43.        height:200px;
  44.        background: black;
  45.        border:1px solid #2E6E9C;
  46.        color: white;
  47.        font-family: Federant;
  48.        }
  49.   input[type=text] , input[type=file] , select {  
  50.        background:black;
  51.        color:white;border: 1px solid #2E6E9C;
  52.        padding:6px 6px 6px 6px;
  53.        font-family: Federant;
  54.         }
  55.   input[type=submit] {
  56.        background:#2E6E9C;
  57.        color:white;border: 1px solid #000;
  58.        padding:6px 6px 6px 6px;
  59.        font-family: Federant;
  60.        }
  61.   button[type=submit] {
  62.        background:#2E6E9C;
  63.        color:white;border: 1px solid #000;
  64.        padding:6px 6px 6px 6px;
  65.        font-family: Federant;
  66.        }
  67.   .subbtn:hover {
  68.        background:#c0bfbf;
  69.        color:#000000;
  70.        font-family: Federant;
  71.        }
  72.  
  73. td, th { font-size: 12pt; text-align: left; vertical-align: top; color: dodgerblue; }
  74. h1           { font-size: 16pt; text-align: center; }
  75. h1 a         { color: #000000 !important; text-decoration: none; }
  76. p            { text-align: center; font-size: 9pt; }
  77. p a          { color: #666666 !important; }
  78. table        {  margin: 0 auto; border-collapse: collapse; border: 1px solid #ffffff; min-width: 400px; }
  79. th, td       { padding: 5px 10px; }
  80. th           { background: black; color: #ffffff; }
  81. td a         { color: dodgerblue !important; text-decoration: none; }
  82. th img       { position: relative; top: -3px; left: 2px; }
  83. td           { border-bottom: 1px solid #cccccc; background: black; }
  84. tr.odd td    { background: black; }
  85.  
  86. #lol a {
  87.         padding:4px 15px;
  88.         margin:0;
  89.         background:darkgreen;
  90.         color:white;
  91.         text-decoration:none;
  92.         letter-spacing:2px;
  93.         -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
  94.        }
  95.      
  96. </style>
  97.  
  98. <title>Zone-H Mass Poster</title>
  99. <br />
  100.         <center> <font color="red" face="iceland" size="10">Zone-H Mass Poster</font>
  101.          <br /><br /><br><br><font color='gold'>mathio.dz</font><br><br>
  102.  
  103. <form method="POST">
  104. <input type="text" style="width: 230px;height: 20px;" name="defacer" placeholder="Attacker">
  105. <input type="hidden" name="mirror" value="zone-h"><br>
  106. <textarea placeholder="http://" class="put" style="width: 300px;height: 170px;margin-top:25px;" name="domains"></textarea><br><br>
  107. <input type="submit" value="Submit" name="go">
  108. </form>
  109. <table>
  110. <?php
  111. set_time_limit (0);
  112. if (!function_exists ("curl_init")){die ("This Script uses cURL Library, you must install first !<br><a href='http://au2.php.net/manual/en/curl.setup.php'>http://au2.php.net/manual/en/curl.setup.php</a>");}
  113.  
  114. if (@$_POST['go'])
  115. {
  116.     foreach (explode ("\n", htmlspecialchars($_POST['domains'])) as $domain)
  117.     {
  118.         post ($domain, $_POST['defacer'], $_POST['mirror']);
  119.     }
  120.     echo "<br>";
  121. }
  122.  
  123. function post ($url, $defacer, $mirror)
  124. {
  125.     $ch = curl_init ();
  126.     curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
  127.     curl_setopt ($ch, CURLOPT_POST, 1);
  128.  
  129.     switch ($mirror)
  130.     {
  131.     case "zone-h";
  132.         curl_setopt ($ch, CURLOPT_URL, "http://www.zone-h.com/notify/single");
  133.         curl_setopt ($ch, CURLOPT_POSTFIELDS, "defacer=$defacer&domain1=$url&hackmode=1&reason=1");
  134.         if (preg_match ("/color=\"red\">OK<\/font><\/li>/", curl_exec ($ch)))
  135.              echo "<tr><td style='text-align:left'><font color='red'>Zon</font><font color='red'>e-H</font> =&gt; <font color='gold'>$url</font> : Status =&gt; <span style='color: green'>SUCCESS</span> [ DONE ]</td></tr>";
  136.         else
  137.             echo "<tr><td style='text-align:left'><font color='red'>Zon</font><font color='red'>e-H</font> =&gt; <font color='gold'>$url</font> : Status =&gt; <span style='color: red'>ERROR</span> [ Used / BanList ]</td></tr>";
  138.         break;
  139.     default:
  140.         break;
  141.     }
  142.     curl_close ($ch);
  143. }
  144.  
  145. ?>
  146. </table>
  147. <br>
  148. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement