How to run a php script on a schedule (cron)
To run a php file or website link at a specified frequency, you need to create a cron job. Cron job is added to panels hosting management ISPmanager -> Scheduler -> Create.

wget -O - -q -t 1 http://SITE_ADDRESS/file.php
where "SITE_ADDRESS" is your site, and "file.php" is the file to be launched directly.
2. Specify the launch frequency.
3. Click OK.
