Advertisement
Xyb3r-D3vil

Mailer #1

Apr 8th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. <?php
  2. mb_http_input("iso-8859-1");
  3. mb_http_output("iso-8859-1");
  4. ?>
  5. <?php
  6. @set_time_limit(0);
  7. if(isset($_POST['send']))
  8. {
  9. $message = $_POST['html'];
  10. $subject = $_POST['ursubject'];
  11. $uremail = $_POST['uremail'];
  12. $urname = $_POST['realname'];
  13. $email = $_POST['email'];
  14.  
  15. $message = urlencode($message);
  16. $message = ereg_replace("%5C%22", "%22", $message);
  17. $message = urldecode($message);
  18. $message = stripslashes($message);
  19.  
  20. }else{
  21. $testa ="";
  22. $message = "Your Message";
  23. $subject = "Subject";
  24. $urname = "Your Name";
  25. $uremail = "Your Email";
  26. $email = "Victim's Email";
  27. }
  28. ?>
  29. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  30. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  31. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  32. <link rel="SHORTCUT ICON" href="http://www.smt.org//images/favicon.ico">
  33. <title>Mass Mailer</title>
  34. <style type="text/css">
  35. <!--
  36. .form {font-family: "Courier New", Courier, monospace;border:none, background-color:#000000;}
  37. .send {font-family: "Courier New", Courier, monospace;border:none; font-size:18px; background-color:#FFFFFF; font-black:bold}
  38. #Layer1 { position:absolute;
  39. left:203px;
  40. top:109px;
  41. width:829px;
  42. height:483px;
  43. z-index:1;
  44. margin-top: 0.5%;
  45. margin-right: 5%;
  46. right: 20%;
  47. bottom: 200%;
  48. margin-bottom: 10%;
  49. margin-left: 5%;
  50. border: thin solid #000;
  51. }
  52.  
  53. -->
  54. </style>
  55. </head>
  56.  
  57. <body>
  58. <form action="" method="post" name="codered">
  59. <div align="center" id="Layer1">
  60. <table width="87%" height="77%" border="0" cellspacing="10">
  61. <tbody><tr>
  62. <td height="23" colspan="2"><div align="center" class="form">Xyb3r D3vil & 1337 H@x0r</div></td>
  63. </tr>
  64. <tr>
  65. <td width="53%" height="24"><div align="center">
  66. <input name="uremail" type="text" class="form" id="uremail" size="30" value="<? print $uremail; ?>" placeholder="Your E-mail">
  67. </div></td>
  68. <td width="47%"><div align="center">
  69. <input name="realname" type="text" class="form" id="realname" size="30" value="<? print $urname; ?>" placeholder="Your Name">
  70. </div></td>
  71. </tr>
  72. <tr>
  73. <td height="34" colspan="2"><div align="center">
  74. <input name="ursubject" type="text" class="form" id="ursubject" size="83%" value="<? print $subject; ?>" placeholder="Your Subject Should Be Here">
  75. </div>
  76. </td>
  77. </tr>
  78. <tr>
  79. <td height="165"><textarea name="html" class="form" cols="40" rows="10" placeholder="Your MESSAGE Here" id="html"><? print $message; ?></textarea></td>
  80. <td>
  81. <div align="right">
  82. <textarea class="form" rows="10" placeholder="Leads" name="email" cols="35"><? print $email; ?></textarea>
  83. </div></td></tr>
  84. </tbody>
  85. </table>
  86. <div><input type="submit" class="send" name="send" value="Start Sending">
  87. </div><DIV class="send"><?php
  88. if(!isset($_POST['send'])){
  89. exit;
  90. }
  91.  
  92. if(!isset($_GET['c']))
  93. {
  94. $email = explode("\n", $email);
  95. }else{
  96. $email = explode(",", $email);
  97. }
  98. $son = count($email);
  99.  
  100. if(!isset($_GET['e'])){
  101. $header = "MIME-Version: 1.0\n";
  102. $header .= "Content-type: text/html; charset=iso-8859-1\n";
  103. $header .= "From: ".$urname . " <" . $uremail . ">\n";
  104. $header .= "Reply-To: " . $uremail . "\n";
  105. $header .= "X-Priority: 3\n";
  106. $header .= "X-MSMail-Priority: Normal\n";
  107. $header .= "X-Mailer: ".$_SERVER["HTTP_HOST"];
  108. }else{
  109. $header ='MIME-Version: 1.0' . "\r\n";
  110. $header .= 'Content-type: text/html' . "\r\n";
  111. $header .="From: ".$uremail;
  112. }
  113. $i = 0;
  114. $voy=1;
  115. while($email[$i])
  116. {
  117. if(isset($_GET['time']) && isset($_GET['cant'])){
  118. if(fmod($i,$_GET['cant'])==0 && $i>0){
  119. print "----------------------------------> wait ".$_GET['time']." Segs. Sending to ".$_GET['notf']."...<br>\n";
  120. flush();
  121. @mail($_GET['notf'], $subject, $message, $header);
  122. sleep($_GET['time']);
  123. }
  124. }
  125. $mail = str_replace(array("\n","\r\n"),'',$email[$i]);
  126. $message1 = ereg_replace("&email&", $mail, $message);
  127. if(@mail($mail, $subject, $message1, $header))
  128. {
  129. print "<font color=blue face=verdana size=1> ".$voy." OF ".$son." ;-) ".trim($mail)." SPAMMED TO INBOX</font><br>\n";
  130. flush();
  131. }
  132. else
  133. {
  134. print "<font color=red face=verdana size=1> ".$voy." OF ".$son.":-( ".trim($mail)." Please put valid Victim's email</font><br>\n";
  135. flush();
  136. }
  137. $i++;
  138. $voy++;
  139. }
  140.  
  141. ?></DIV>
  142. </div>
  143. </form><!-- page --><center><a href="https://xyb3rd3vil-1337hax0r.blogspot.com">Our Official Blogspot</a></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement