KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/emhunter/NewEmpireSite/contactForm/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/emhunter/NewEmpireSite/contactForm/verify.php
<?php
if(isset($_POST['submitted'])) {
	if($_POST['emailFrom'] == '') {
		$emailFromError = 'You forgot to enter the email address to send from.';
	} else if (!eregi("^[A-Z0-9._%-]+@[A-Z0-9._%-]+\.[A-Z]{2,4}$", $_POST['emailFrom'])) {
		$emailFromError = 'Enter a valid email address to send from.';
	}
	
	if($_POST['subject'] == '') {
		$subjectError = 'You forgot to enter the subject.';
	}
	
	if($_POST['message'] == '') {
		$messageError = 'You forgot to enter the message.';
	}

	if(!isset($emailFromError) && !isset($subjectError) && !isset($messageError)) {
		include('sendEmail.php');
		include('thanks.php');
	}
}

?>

Anon7 - 2021