
Admin
Well-Known Member
Staff member
Administrator
PHP:
<?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 />
<a href="http://tuoitreit.vn" target="_blank"><br>http://tuoitreit.vn</br><br></br></a>
<hr />
<hr />
Last edited by a moderator: