EliteHackers
SALUT 2022!!
NE-AM MUTAT PE DISCORD !
Vrei să inviți un prieten?
[T]eoria [H]aosului [C]ontrolat - https://discord.com/invite/U4HBCHzm7r
Acesta aste link-ul oficial al acestui server.
|
Lista Forumurilor Pe Tematici
|
EliteHackers | Reguli | Inregistrare | Login
POZE ELITEHACKERS
Nu sunteti logat.
|
Nou pe simpatie: Iulia00
| Femeie 19 ani Bucuresti cauta Barbat 27 - 57 ani |
|
r3v
Moderator
Inregistrat: acum 14 ani
Postari: 1158
|
|
Code:
<?php
set_time_limit(0);
$file = "list.txt"; // Receiver
$subject = "Hey!"; // Message title
$from = " "; // Your fake mail
$body = "http://elitehackers.3xforum.ro"; // Your message
if(file_exists($file)) {
$list = file_get_contents($file);
}
else {
die("$file does not exist?");
}
$ar = split("\n", $list);
foreach($ar as $target) {
$mail = mail($target, $subject, $body, 'From: '.$from);
if($mail) {
echo "Sent mail to $target
";
}
else {
die("Could not send mail, mail server may not exist, or mail limit reached!");
}
}
?> |
_______________________________________ http://thieves-team.com r3vyk.info mess id: doar prin PM datorita faptului ca mi-au dat add 10000 de retardati care joaca metin
|
|
pus acum 14 ani |
|