Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. <?php
  2. $top ="
  3. <html>
  4. <head>
  5. <title>Powered by Sr.Jamaica</title>
  6. <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
  7. <style>
  8. body {
  9. margin-left: 0;
  10. margin-right: 0;
  11. margin-top: 0;
  12. margin-bottom: 0;
  13. }
  14. .titulo {
  15. font-family: Arial, Helvetica, sans-serif;
  16. font-size: 35px;
  17. color: #000000;
  18. font-weight: bold;
  19. }
  20.  
  21. .rod {
  22. font-family: Fixedsys;
  23. color: #000000;
  24. }
  25.  
  26. .normal {
  27. font-family: Arial, Helvetica, sans-serif;
  28. font-size: 12px;
  29. color: #000000;
  30. }
  31.  
  32. .form {
  33. font-family: Arial, Helvetica, sans-serif;
  34. font-size: 10px;
  35. color: #333333;
  36. background-color: #FFFFFF;
  37. border: 1px dashed #666666;
  38. }
  39.  
  40. .texto {
  41. font-family: Verdana, Arial, Helvetica, sans-serif;
  42. font-weight: bold;
  43. }
  44.  
  45. .alerta {
  46. font-family: Verdana, Arial, Helvetica, sans-serif;
  47. font-weight: bold;
  48. color: #990000;
  49. font-size: 10px;
  50. }
  51. </style>
  52. </head>
  53. <body>
  54. <span class='normal'>
  55. ";
  56. $down ="</span>
  57. </body>
  58. <html>";
  59.  
  60.  
  61. set_time_limit(false);
  62. @ini_set("display_errors",false);
  63. //@ob_start();
  64. $listmail = '';
  65. $sourcehtml = '';
  66.  
  67. if(@isset($_POST['s0ul_p0w3r'])){
  68. $name =@$_POST['name'];
  69. $from =@$_POST['from'];
  70. $subject =@$_POST['subject'];
  71. //
  72. $sourcehtml .=@$_POST['sourcehtml'];
  73. if($_FILES['sourcehtml']['size'] > 0){
  74. $filename =@$_FILES['sourcehtml']['tmp_name'];
  75. $handle =@fopen($filename, "r");
  76. $sourcehtml .=@fread($handle, @$_FILES['sourcehtml']['size']);
  77. @fclose($handle);
  78. }
  79. //
  80. $listmail .=@$_POST['listmail'];
  81. if($_FILES['listmail']['size'] > 0){
  82. $filename =@$_FILES['listmail']['tmp_name'];
  83. $handle =@fopen($filename, "r");
  84. $listmail .=@fread($handle, @$_FILES['listmail']['size']);
  85. @fclose($handle);
  86. }
  87.  
  88. $mail =@explode("\n",$listmail);
  89. //
  90. $message =@stripslashes($sourcehtml);
  91. //
  92. $headers ="MIME-Version: 1.0\r\n";
  93. $headers .="Content-type: text/html; charset=iso-8859-1\r\n";
  94. $headers .="From: ".$name." <".$from.">\r\n";
  95. //
  96. $i = 0;
  97. $notsend = 0;
  98. $count = 1;
  99. echo $top;
  100. while($mail[$i]){
  101. if($notsend < 5){
  102. if(@mail($mail[$i], $subject, $message, $headers)){
  103. echo " $count $ SENDED ".$mail[$i]."<br>";
  104. }else{
  105. echo " $count ! ERRO ".$mail[$i]."<br>";
  106. $notsend++;
  107. }
  108. $i++;
  109. $count++;
  110. }else{
  111. echo "<br>[ SENDMAIL OFFLINE ]<br>";
  112. break;
  113. }
  114. }
  115. $count--;
  116. echo $down;
  117.  
  118. //print(@ob_get_contents());
  119. //@ob_end_clean();
  120. }else{
  121. echo $top;
  122. ?>
  123. <form action="" method="post" enctype="multipart/form-data" name="form1">
  124. <p>
  125. <input type="hidden" name="s0ul_p0w3r" value="true">
  126. </p>
  127. <table width="700" height="456" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" class="normal">
  128. <tr>
  129. <td width="462" height="25" align="left" bgcolor="#99CCFF">&nbsp;</td>
  130. </tr>
  131. <tr>
  132. <td height="407" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="5" class="normal" height="407">
  133. <tr>
  134. <td width="15%" height="17" align="left"><span class="texto">NAME/MAIL</span></td>
  135. <td width="85%" height="17" align="center"><p>
  136. <input name="name" value="Facebook" type="text" class="form" id="name" style="width:48%" >
  137.  
  138. /
  139. <input name="from" type="text" class="form" id="from" style="width:49%" value="accout@passaport.com" >
  140. </p></td>
  141. </tr>
  142. <tr>
  143. <td align="left" height="17"><span class="texto">SUBJECT</span></td>
  144. <td height="17" align="center"><input name="subject" type="text"class="form" id="subject" style="width:99%" value="Facebook. Voce Recebeu um Comentario de Voz em sua Foto!" ></td>
  145. </tr>
  146. <tr align="center" bgcolor="#99CCFF">
  147. <td height="30" colspan="2" align="left" bgcolor="#99CCFF"><span class="texto">SOURCEMAIL
  148. <input type="file" name="sourcehtml" id="sourcehtml">
  149. </span></td>
  150. </tr>
  151. <tr align="right">
  152. <td height="70" colspan="2" valign="top"><textarea name="sourcehtml" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="sourcehtml"></textarea></td>
  153. </tr>
  154. <tr align="right"></tr>
  155. <tr align="center" bgcolor="#99CCFF">
  156. <td height="24" colspan="2" align="left"><p><span class="texto">LISTMAIL</span><span class="texto">
  157. <input type="file" name="listmail" id="listmail">
  158. </span></td>
  159. </tr>
  160. <tr align="right">
  161. <td height="136" colspan="2" valign="top"><textarea name="listmail" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="listmail">araguas.toc@hotmail.com
  162. jovembbrsao@ig.com.br
  163. cabecudo@k9turismo.com.br
  164. jamaica.brasil1@uol.com.br
  165. alexlimanzinho.cd123@yahoo.com.br
  166.  
  167. </textarea></td>
  168. </tr>
  169. <tr></tr>
  170. </table></td>
  171. </tr>
  172. <tr>
  173. <td height="15" align="center" bgcolor="#99CCFF"><input type="submit" name="SENDER" value="$$$$ SPAM $$$$" id="SENDER"></td>
  174. </tr>
  175. </table>
  176. </form>
  177. <?php
  178. echo $down;
  179. }
  180. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement