I believe you are looking for this: Proper CRON setup
Second post. Just use a small php file to call the URL you need to run and have the Sentora cron job set to read the custom_cron.php file.
If the cronjob file is on your server, hosted in your site, you do not need to run the URL part.
Your custom_cron.php (from post 2 in the above link) should look like this:
And be placed inside your site's root folder (where the main index.php is located)
Second post. Just use a small php file to call the URL you need to run and have the Sentora cron job set to read the custom_cron.php file.
If the cronjob file is on your server, hosted in your site, you do not need to run the URL part.
Your custom_cron.php (from post 2 in the above link) should look like this:
PHP Code:
<?php
include('admin.php?resetStats=afak12Dkas4412');
?>