*/5 * * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t minutely0 * * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t hourly0 0 * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t daily0 0 * * 0 usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t weekly0 0 1 * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t monthly0 0 1 1 * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t yearly
@danadshttps://docs.osclasspoint.com/cron-setupHere are some examples. Every hosting may have specific process to create cron command.Code: [Select]*/5 * * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t minutely0 * * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t hourly0 0 * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t daily0 0 * * 0 usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t weekly0 0 1 * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t monthly0 0 1 1 * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t yearly