OverLord Shell

Path : G:/PleskVhosts/jaincensus.com/macciaweb.ultraliant.com/businessforum/
File Upload :
Current File : G:/PleskVhosts/jaincensus.com/macciaweb.ultraliant.com/businessforum/send_feedback.php

<?php
if($_SERVER['REQUEST_METHOD']!='POST' || empty($_POST))header("location:contactus.php");

$name=$_POST['name'];
$subject="Feedback from Business Directory";
$email=$_POST['email'];
$message=nl2br($_POST['message']);
$to = "support@ultraliant.com";

//$to="contact@enkaptivate.com, gerald.michael@enkaptivate.com";

$headers="MIME-Version: 1.0\r\n"."Content-type: text/html; charset=iso-8859-1\r\n"."From: \"".$name."\" <".$email.">\r\n";

if(@mail($to,$subject,$message,$headers))echo "success";
else echo "An Unknown Error occured. Please try again.";
?>

xRyukZ - Copyright 2k19