SMM X PRO V17 - SAME DATABASE / NEW TELEGRAM BOT / FRESH USERS =============================================================== This build keeps the EXISTING database and codebase. Changed: - BOT_TOKEN is set to the new Telegram bot token supplied for this build. - On the first webhook request from the new bot, a ONE-TIME migration runs. - It deletes only: users orders transactions support_messages - Their AUTO_INCREMENT counters are reset where possible. - Services, categories, providers, provider service IDs, pricing, bot settings, admins, Telegram admins, channels, custom emojis, buttons and other configuration are NOT deleted. - A bot_settings marker named fresh_new_bot_v17_reset_done prevents the reset from running more than once. IMPORTANT: 1. Keep the existing database. Do NOT create a new database. 2. Upload this project over the existing project. 3. The new bot must have its webhook pointed to: https://salim.devbd.my.id/bot/webhook.php (or your actual BASE_URL + /bot/webhook.php) 4. The reset happens on the first request received by the new bot. 5. Existing admin accounts/settings are intentionally preserved. 6. If you want to keep a backup, export the database before starting the new bot. SECURITY: The supplied bot token is a secret. After deployment, if this token has been shared anywhere outside your private hosting/admin environment, rotate it with BotFather and update config/config.php.