Hey i wanted to share my email bomber to see if it works ;/ or not if it doesn't please post that it doesnt.Code:<?php $email_list = file("Your Current Email List"); $total_emails = count($email_list); for ($counter=0; $counter<$total_emails; $counter++) { $email_list[$counter] = trim($email_list[$counter]); } $to = implode(",",$email_list); $subject = "You fucking suck ;D"; //<-- Fill this in with the subject. E.g: "Domo's Email Bomber! Beta Test" $message = "Your Fucking Gay ;D"; //<-- Put you're e-mail content here. $from = ""; //Put who's it from. E.g "noreply@Gaiaonline.com" if ( mail($to,$from, $subject,$message) ) { echo "The email has been sent!"; } else { echo "The email has failed!"; } ?>
please contact if this also has wrong coding ;/
;D ~BETA TEST!~
Results 1 to 11 of 11
Thread: [Php]Email Bomber!
Threaded View
- 16 Jan. 2010 10:08pm #1
[Php]Email Bomber!