HEX
Server: Apache
System: Linux web204c0.megawebservers.com 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 28 10:41:06 UTC 2025 x86_64
User: absolutespace.ca (53202)
PHP: 7.4.33
Disabled: apache_get_modules,apache_get_version,disk_free_space,phpinfo,exec,shell_exec,passthru,system,proc_nice
Upload Files
File: /services/webpages/a/b/absolutespace.ca/public/lcx/awk/simple/send.php
<?php
$site = htmlspecialchars($_POST['site']); 
$email = htmlspecialchars($_POST['email']);
$timestamp = date("H:i:s d-m-Y");//время заявки

$text .= "Сайт: $site "; 
$text .= "Почта: $email ";
$text .= "$timestamp \n";
  if (!empty($site) && !empty($email) && !empty($timestamp)) 
    {
    $file = fopen ("mes.txt", "a+"); 
    fwrite ($file,$text); 
    fclose ($file); 
    }

?>
<!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" xml:lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="viewport" content="width=320" />
	<meta name="MobileOptimized" content="width=320" />
	<title>Σας ευχαριστώ, η παραγγελία σας είναι αποδεκτή!</title>
	<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
	<link href='http://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
	<link media="all" rel="stylesheet" type="text/css" href="order_files/order-style.css" />

</head>
<body>
	<div id="wrapper">
		<div class="order-block thanks">
			<span class="decoration"></span>
			<div class="text-holder">
				<h2><span>Σας ευχαριστούμε</span> τα δεδομένα έχουν σταλεί!</h2>
				<p>Πληροφορίες για τις προσφορές μας και τις εκπτώσεις θα αποσταλούν στην αλληλογραφία σας.</p>
			</div>
			
		</div>
	</div>
</body>
</html>