Kerala Cyber
Warriors
KCW Uploader V1.1
<?php
$include_dir = "include/";
include_once($include_dir."config.php");
include_once($include_dir."function.php");
$page_name = "Contact Us";
if(isset($_POST['contact-email']) && ($_POST['contact-email'] != "") && isset($_POST['contact-message']) && ($_POST['contact-message'] != "")) {
$subject = $config['SITE_NAME']." - Contact Request";
$body = "<strong>Following Person wants to Contact:</strong> <br><br>";
$body .= "Person Name: ".$_POST['contact-name']."<br>";
$body .= "Person Email: ".$_POST['contact-email']."<br>";
$body .= "Person Phone: ".$_POST['contact-phone']."<br>";
$body .= "Message: ".$_POST['contact-message']."<br><br>";
@smtpMailer($config['SITE_CONTACT_EMAIL'], $config['SITE_NAME'], $_POST['contact-email'], $_POST['contact-name'], $subject, $body);
echo "1";
exit();
}
?>
-=[ KCW uplo4d3r c0ded by cJ_n4p573r ]=-
Ⓒ2017 ҠЄГѦLѦ СүѣЄГ ЩѦГГіѺГՏ