🌐 Deployment & Cron Automation Guide
Instructions for hosting on https://scanner.adprabhuwealthacademy.com/ or local Windows scheduler.
1. Production cPanel Cron Job Configuration (Runs automatically)
Add this single cron job in your hosting cPanel to run every 5 minutes (the script automatically executes the 5:30 PM sync and 9:30 AM lock at the appropriate IST times):
*/5 * * * * curl -s "https://scanner.adprabhuwealthacademy.com/cron_runner.php?token=adprabhu_screener_sec_2026&action=auto" >/dev/null 2>&1
2. Local Windows Task Scheduler Execution
A helper batch file run_scheduler.bat is included in your workspace root. You can schedule it in Windows Task Scheduler or double-click to test execution.
C:\xampp\php\php.exe C:\xampp\htdocs\screener\cron_runner.php --action=auto
Need to reinstall or reset default universe?
Reset Database Tables →