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/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/ty-gardweb/de/php/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/ty-gardweb/de/php/send-result.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Send result</title>
    </head>
    
    <body>
    	<?php
			$subject = "TyGard loading guide";
			
			$message = "From: " . $_POST['address_from'] . "<br>";
			$message .= "Comment: " . $_POST['comment'] . "<br>";
			$message .= "Link: " . $_POST['result_link'] . "<br>";
			
			$header = "MIME-Version: 1.0\nContent-type: text/html; charset=UTF-8";
			
			$to = $_POST['address_to'];
			$sending = mail ( $to , $subject , $message , $header );
			
			if ( $sending ) {
				?><p>The message has been sent successfully!</p><?php
			} else {
				?><p>The message could not been sent!</p><?php
			}
		?>
    </body>
</html>

Anon7 - 2021