Advertisement
bug7sec

Spammer's Mail

Jan 8th, 2016
1,506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.35 KB | None | 0 0
  1. // di recoding dulu aje :v
  2.  
  3.  
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8.       <title>Spammer's Mail (Private)</title>
  9.       <style type="text/css">
  10.       body{
  11.             background-color: #333333;
  12.             color: #99CC00;
  13.             }
  14.       body,td,th {
  15.                   color: #99CC00;
  16.             }
  17.       h2
  18.             {
  19.                   color: #1fa67a;
  20.                   text-align: center;
  21.             }
  22.                   h4
  23.             {
  24.                   color: #1b926c;
  25.                   text-align: center;
  26.             }
  27.       .atas{font-family: 'Nova Flat';
  28.             color: red;
  29.       }
  30.       .navmen{
  31.     text-align: center;
  32.     padding-top: 10px;
  33.     padding-bottom: 1px;
  34.       }
  35.  
  36.       /* latin */
  37. @font-face {
  38.   font-family: 'Nova Flat';
  39.   font-style: normal;
  40.   font-weight: 400;
  41.   src: local('Nova Flat'), local('NovaFlat'), url(http://fonts.gstatic.com/s/novaflat/v8/vFeor41nvsomiEVSx6n4iltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  42.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  43. }
  44.  
  45. textarea {
  46.     font-family: monospace;
  47.     background-color: #333333;
  48.     border-color: #1b926c;
  49.     color: #1b926c;
  50. }
  51.  
  52. footer{
  53.     color: #ccc;
  54.     padding-top: 13%;
  55.     padding-bottom: 5%;
  56.     text-align: center;
  57. }
  58. label{
  59.      clear: both;
  60.      display: inline-block;
  61.      margin-bottom: 15px;
  62.      text-align: right;
  63.      font-family:Verdana, Geneva, sans-serif;
  64.      font-size:12px;
  65. }
  66. label input{
  67.      height:25px;
  68.      width:250px;
  69.      background:#fff;
  70.      border:1px solid #CCC;
  71.      box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.25) inset;
  72. }
  73. input[type=submit] {
  74.     padding:5px 15px;
  75.     background:#211F1F;
  76.     border:0 none;
  77.     cursor:pointer;
  78.     -webkit-border-radius: 5px;
  79.     border-radius: 5px;
  80. }
  81. input[type="number"] {
  82.    width:80px;
  83. }
  84.  
  85. input[type="file"] {
  86.     align-items: flex-start;
  87.     text-align: center;
  88.     cursor: default;
  89.     border-image-source: initial;
  90.     border-image-slice: initial;
  91.     border-image-width: initial;
  92.     border-image-outset: initial;
  93.     border-image-repeat: initial;
  94.     box-sizing: border-box;
  95.     padding: 2px 6px 3px;
  96.     background-color: transparent;
  97.     color: white;
  98. }
  99.  
  100. dl{
  101.     font-family: 'Nova Flat';
  102.     font-size: 14px;
  103.     padding: 0px;
  104.     margin: 0px
  105. }
  106. .result{
  107.     border: 1px solid #293336;
  108.     border-style: dashed;
  109.     border-width: 1px;
  110.     border-left: 4px solid #73AD21;
  111.     padding-top: 10px;
  112. }
  113. input {
  114.  -webkit-appearance: textfield;
  115.     background-color: #333333;
  116.     border-image-source: initial;
  117.     border-image-slice: initial;
  118.     border-image-width: initial;
  119.     border-image-outset: initial;
  120.     border-image-repeat: initial;
  121.     -webkit-rtl-ordering: logical;
  122.     -webkit-user-select: text;
  123.     cursor: auto;
  124.     padding: 1px;
  125.     color: white;
  126.     border: 1px;
  127.  
  128. }
  129. a:-webkit-any-link {
  130.     color: #1b926c;
  131.     text-decoration: blink;
  132.     cursor: help;
  133. }
  134. </style>
  135. <script type="text/javascript" src="//code.jquery.com/jquery-1.8.3.js"></script>
  136. <script type="text/javascript">
  137. function countFakes()
  138. {
  139. document.getElementById("count").innerHTML =
  140. document.getElementById("email_list").value.split("\n").length;
  141. }
  142. </script>
  143. </head>
  144. <body>
  145.  
  146. <div class="atas">
  147. <h2><a href="?">Spammer's Mail (non-smtp)</a></h2>
  148. <h4>Private Tools | Shor7cut</h4>
  149. </div>
  150.  
  151. <form action="" method="POST">
  152. <div class="navmen">
  153. <label>Subject  : </label> <input type="text" size="20" name="subject" value="Notice: Your account has been limited and you must update account" placeholder=" - " required>&nbsp;
  154. <label>Your Email : </label> <input type="text" size="20" name="email" value="service@paypal.com"placeholder=" - " required>&nbsp;
  155. <label>Your Name : </label> <input type="text" size="20" name="namemail" value="Paypal Service" placeholder=" - " required>&nbsp;<br>
  156. <textarea name="email_list" id="email_list" onKeyDown="countFakes()" onChange="countFakes()" style="margin: 0px; height: 234px; width: 549px; resize: none;" required></textarea>
  157. <textarea name="letter" placeholder="Letter" style="margin: 0px; width: 345px; height: 233px; resize: none;" required></textarea>
  158. </div>
  159.  
  160. <div class="navmen">
  161. - <label>Email List : </label> <font id="count" style="font-weight: bold;">0</font> -
  162. <div class="navmen">
  163. <input type="submit" name="cekpp" value=" Spammer's Mail " name="btn-submit">
  164. </div>
  165. </form>
  166. <div class="navmen">
  167. <div class="result">
  168. <hr>
  169. <?php
  170. error_reporting(0);
  171. if(!empty($_POST['email_list'])){
  172. $emailode = explode("\r\n", $_POST['email_list']);
  173.  
  174. $no=1;
  175. $count = count($emailode);
  176.  
  177.  
  178. foreach ($emailode as $email) {
  179. if(filter_var($email, FILTER_VALIDATE_EMAIL)) {
  180.  
  181. $to      = $email;
  182. $form    = $_POST['email'];
  183. $name    = $_POST['namemail'];
  184. $subject = $_POST['subject'];
  185. $message = $_POST['letter'];
  186. $headers = 'MIME-Version: 1.0' . "\r\n";
  187. $headers = "From: $name <$form>\r\n";
  188. $headers = "Reply-To: $form \r\n";
  189. $headers = 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
  190.  
  191. if(mail($to, $subject, $message, $headers)){
  192.     echo "<dl>[$no/$count] <font color=#2DF96D>$email</font> | <font color=#16FF3F>Success</font></dl><br>";
  193. }else{
  194.     echo "<dl>[$no/$count] <font color=#2DF96D>$email</font> | <font color=#FF0000>Unsuccess</font></dl><br>";
  195. }
  196.  
  197. }
  198. $no++;
  199. }
  200. }
  201. ?>
  202. </div>
  203. </div>
  204. </body>
  205. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement