php dưới
?php
$to = 'victim@facebook.com';$subject = '';$message = 'Hello, hacked by HiSoKa';$header = 'From: cutipu@gmail.com
Reply-To: cutipu@gmail.com';$mail = mail($to,$subject,$message,$header);
if($mail) {
echo 'Your Email was Sent Succesfully to '.$to;
}?><hr />
<hr />