=== Environment Diagnostics === PHP Version: 7.4.33 Server OS: Linux Current Directory: /home/teac11783/dexprotection.teacherslex.site/php-version Directory [temp] (/home/teac11783/dexprotection.teacherslex.site/php-version/temp): - Exists: Yes - Writable: Yes - Readable: Yes Directory [data] (/home/teac11783/dexprotection.teacherslex.site/php-version/data): - Exists: Yes - Writable: Yes - Readable: Yes Directory [fonts] (/home/teac11783/dexprotection.teacherslex.site/php-version/fonts): - Exists: Yes - Writable: Yes - Readable: Yes === Telegram API Webhook Info === Querying URL: https://api.telegram.org/bot/getWebhookInfo HTTP Status Code: 401 Response: {"ok":false,"error_code":401,"description":"Unauthorized"} === Log Diagnostics === webhook_last.log does not exist. bot_error.log does not exist. === Server File Check (Diagnostic) === File [bot.php]: NOT found File [config.php]: NOT found File [points.php]: Exists (Size: 10449 bytes, Last Modified: 2026-07-15 22:05:59) File [owner_panel.php]: Exists (Size: 17590 bytes, Last Modified: 2026-07-15 22:05:59) File [worker.php]: Exists (Size: 20674 bytes, Last Modified: 2026-07-16 06:43:39) === .htaccess Check === .htaccess does not exist. === Server File Content Peek === --- Peek inside bot.php --- File NOT found. --- Peek inside points.php --- 1: false, 'message' => '❌ Only TTF, OTF, WOFF, WOFF2 allowed.']; 25: } 26: if (($fileData['size'] ?? 0) > 5 * 1024 * 1024) { 27: return ['success' => false, 'message' => '❌ Font too large (max 5MB).']; 28: } 29: $safeName = preg_replace('/[^a-zA-Z0-9_\-.]/', '_', $fileData['name']); 30: $dest = FONTS_DIR . '/' . $safeName; 31: if (!move_uploaded_file($fileData['tmp_name'], $dest)) { 32: return ['success' => false, 'message' => '❌ Failed to save font file.']; 33: } 34: return ['success' => true, 'message' => "✅ Font '$safeName' uploaded!"]; 35: } 36: 37: function handleTelegramFontUpload(int $chatId, array $doc): void { 38: // stub — not used in JSON mode 39: } --- Peek inside config.php --- File NOT found. === Include & Compilation Test === SUCCESS: bot.php compiled and loaded without errors. === Loopback POST Test === Sending mock POST request to: https://dexprotection.teacherslex.site/php-version/bot.php Loopback HTTP Status Code: 404 Loopback Response Body: 404 Not Found

404

Not Found

The resource requested could not be found on this server!


Proudly powered by LiteSpeed Web Server

Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.