/usr/local/bin/php -q /home/accountname/public_html/[full path to file]
It worked for me and hope it works for those on similar server setup.
/usr/local/bin/php -q /home/accountname/public_html/[full path to file]
It worked for me and hope it works for those on similar server setup.
/usr/local/bin/php -q /home/youraccountname/public_html/_includes-funciones/delete_fotos_cronjob.php
-q -O /dev/null http://localrondevoo.com/ow_cron/run.php
wget -q -O /dev/null http://localrondevoo.com/ow_cron/run.php
lynx http://localrondevoo.com/ow_cron/run.php
http://localrondevoo.com/ow_cron/run.php
curl http://localrondevoo.com/ow_cron/run.php
http://localrondevoo.com/ow_cron/run.php
/home/http://localrondevoo.com/public_html/ow_cron
/home/http://localrondevoo.com/public_html/ow_cron/run.php
http://localrondevoo.com/ow_cron/run.php
/usr/local/bin/php -q /home/http://localrondevoo.com/ow_cron/run.php
/usr/local/bin/php -q /home/http://localrondevoo.com/public_html/ow_cron/run.php
-q means quiet mode no output.
I have always used this (for cpanel other hosts)
php -q /home/username/public_html/ow_cron/run.php
if you have Oxwall in a sub dir then of course youll have to toss that in the mix also
php -q /home/username/public_html/subdirectory/ow_cron/run.php
i wonder why godaddy does not standardize it with the rest of the hosts, but then again do they standardize anything at all, no! lol
hope that helps...
/usr/local/bin/php -q /home/accountname/public_html/[full path to file]