R rmxs Verified User Joined Jan 14, 2007 Messages 133 Aug 27, 2008 #1 Hi, I know this is the easy part byt my mind get stuck How its possible to add this cron job to directadmin to run one time per day? /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php
Hi, I know this is the easy part byt my mind get stuck How its possible to add this cron job to directadmin to run one time per day? /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php
chatwizrd Verified User Joined Jul 3, 2005 Messages 1,915 Aug 27, 2008 #2 http://site-helper.com/misc.html#cron
R rmxs Verified User Joined Jan 14, 2007 Messages 133 Aug 27, 2008 #3 Yes i know byt.. i have add this line 50 17 * * * /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php byt doesnt seems to run (the time was 17.50)
Yes i know byt.. i have add this line 50 17 * * * /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php byt doesnt seems to run (the time was 17.50)
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,329 Location LT, EU Aug 27, 2008 #4 Because it's not a correct command You should use something like: Code: /usr/local/bin/php -q /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php
Because it's not a correct command You should use something like: Code: /usr/local/bin/php -q /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php
R rmxs Verified User Joined Jan 14, 2007 Messages 133 Aug 27, 2008 #5 Correct o put just php - q 10 point to Smtalk