Create a file mycron.php:
PHP Docs
http://php.net/manual/en/curl.examples.php
Then create a cron in sentora to run mycron.php.
That would do the trick.
M B
Code:
<?php
// create curl resource
$ch = curl_init();
$myurl="my_domain_name/index.php?option=com_easysocial&cron=true&phrase=nottellingyou";
// set url
curl_setopt($ch, CURLOPT_URL, $myurl);
//return the transfer as a string
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// $output contains the output string
$output = curl_exec($ch);
// close curl resource to free up system resources
curl_close($ch);
?>
http://php.net/manual/en/curl.examples.php
Then create a cron in sentora to run mycron.php.
That would do the trick.
M B
No support using PM (Auto adding to IGNORE list!), use the forum.
How to ask
200$ free to start your VPS 60 days credit
How to ask
200$ free to start your VPS 60 days credit