Cron Jobs (broken)
#5
RE: Cron Jobs (broken)
Create a file mycron.php:

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);       ?>
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
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply


Messages In This Thread
Cron Jobs (broken) - by craig@rtech.co.nz - 02-06-2016, 12:39 PM
RE: Cron Jobs (broken) - by TGates - 02-07-2016, 03:24 PM
RE: Cron Jobs (broken) - by Me.B - 02-08-2016, 06:27 AM
RE: Cron Jobs (broken) - by TGates - 02-08-2016, 06:40 AM
RE: Cron Jobs (broken) - by Me.B - 02-08-2016, 06:44 AM
RE: Cron Jobs (broken) - by MickeMM - 02-08-2016, 09:29 PM
RE: Cron Jobs (broken) - by Me.B - 02-09-2016, 06:47 AM
RE: Cron Jobs (broken) - by MickeMM - 02-09-2016, 05:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Uninstalled but have cron daemon issues now HELP suprastan 1 6 ,177 10-07-2018, 03:26 AM
Last Post: TGates
Cron Job Issue: Error: System Cron file could not be created. nscloud 6 19 ,061 07-04-2018, 02:32 AM
Last Post: TGates
All time problems with Cron franmm25 6 15 ,833 07-03-2018, 07:08 AM
Last Post: Me.B

Forum Jump:


Users browsing this thread: 1 Guest(s)