";
echo "MAIL FROM NAME=$FromName
";
echo "MAIL FROM MAIL=$FromEmail
";
echo "MAIL TO MAIL=$SendMailTo
";
if ( isset($SendMailTo) && isset($VisitPage) && !empty($SendMailTo) && !empty($VisitPage) ) {
if( eregi("^[a-z0-9]+([-_\.]?[a-z0-9])+@[a-z0-9]+([-_\.]?[a-z0-9])+\.[a-z]{2,4}$", $SendMailTo) ) {
if ( eregi("zoozle.net", $VisitPage) && !preg_match("/\?/", $VisitPage) ){
$headers = "Content-Type: text/html; charset=iso-8859-1\n".$headers;
$headers .= "From: zoozle@zoozle.net \r\n Reply-To: zoozle@zoozle.net";
$subject = "Download";
$message = "Hi,
a friend of yours has visited http://www.zoozle.org - the download search engine for bittorrent, emule, usenet, keys and songtexts.
He wants you to visit $VisitPage !
-----------------
Hi,
vor kurzem ist einer deiner Freunde auf http://www.zoozle.net gewesen, der Suchmaschine für eMule, Bittorrent, Usenet, Keys und Songtexten.
Er empfiehlt Dir $VisitPage !
Bye,
zoozle Administration staff";
mail($SendMailTo,$subject,$message,$headers);
logMailSend( $VisitPage, $SendMailTo );
echo "