Web Cronjobs is a web-based tool that helps you manage all cron jobs in one place. The app has a powerful set of features.
Note! This is not a native cron job SYSTEM, you must setup one cron job script on your server to handle all other tasks.
DEMO: Web Cronjobs
Login: codecanyon
Password: codecanyon
You can find all the information here
Important! Download and upload https://webcron.php8developer.com/requirements.php (copy and open in a new tab) file to your server and run it via browser to see whether you can run Web Cronjobs on your server.
Q: Why should I use this script instead of a native cron job?
A: This tool can handle the syntax of “last weekday of month”. For example, you need to send a promotion campaign only on the last Friday of each month (specified month). In addition, you can specify the maximum number of iterations and stop date (the date when cron job execution must be stopped). Also sometimes you need to run script only once. i.e. at 2018-01-31 15:00. There is no way to achieve these tasks using native Linux cron job implementation without additional bash programming, while this script can easily handle these tasks.
Q: Why should I use this script instead of other online services?
A: Less cost. You pay once and run an unlimited number of cron jobs, while other online services require a monthly subscription. In addition this script supports bash command execution – online services can’t do it.
v 1.3 – 2018.06.26
v 1.2 – 2017.12.11
v 1.2 – 2016.05.06
v 1.1 – 2016.04.21
v 1.0 – 2016.04.11
Initial version.