============================================================ CONFIGURACIÓN RÁPIDA - COPIA ESTOS DATOS EN LOS 3 ARCHIVOS PHP ============================================================ BASE DE DATOS: - Base: janickec_declaraciones_db - Usuario: janickec_declaraciones - Clave: e3QyvyKT SUBDOMINIOS Y URLS: - Panel Web: https://organizador.janickec.com/declaraciones/panel.php - Webhook: https://organizador.janickec.com/declaraciones/webhook.php BOT TELEGRAM: - Token: 8857869152:AAGmdQPaw9f53MYmR4zbRvymJGwwR4xgL5U - Chat ID: 7851948284 ============================================================ PASO 1: En los 3 archivos (notificador.php, webhook.php, panel.php) ============================================================ Busca estas líneas: define('DB_NAME', 'xxx'); define('DB_USER', 'xxx'); define('DB_PASS', 'xxx'); Y reemplázalas por: define('DB_NAME', 'janickec_declaraciones_db'); define('DB_USER', 'janickec_declaraciones'); define('DB_PASS', 'e3QyvyKT'); ============================================================ PASO 2: En notificador.php adicional ============================================================ Busca: $url_panel = "https://xxx/declaraciones/panel.php"; Reemplaza por: $url_panel = "https://organizador.janickec.com/declaraciones/panel.php"; Busca: define('TELEGRAM_BOT_TOKEN', 'xxx'); define('TELEGRAM_CHAT_ID', 'xxx'); Reemplaza por: define('TELEGRAM_BOT_TOKEN', '8857869152:AAGmdQPaw9f53MYmR4zbRvymJGwwR4xgL5U'); define('TELEGRAM_CHAT_ID', '7851948284'); ============================================================ PASO 3: En webhook.php adicional ============================================================ Busca: define('TELEGRAM_BOT_TOKEN', 'xxx'); Reemplaza por: define('TELEGRAM_BOT_TOKEN', '8857869152:AAGmdQPaw9f53MYmR4zbRvymJGwwR4xgL5U'); ============================================================ PASO 4: Registrar webhook (hacer UNA SOLA VEZ) ============================================================ Abre en tu navegador esta URL: https://api.telegram.org/bot8857869152:AAGmdQPaw9f53MYmR4zbRvymJGwwR4xgL5U/setWebhook?url=https://organizador.janickec.com/declaraciones/webhook.php Debe responder: {"ok":true, ...}