It still doesn't work.
What I had originally was: /home/kb14/public_html/lib/cron-update.php
But I would keep getting this:
/bin/sh: /home/kb14/public_html/lib/cron-update.php: Permission denied
Please help!
/home/kb14/public_html/lib/cron-update.php
php /home/kb14/public_html/lib/cron-update.php
/usr/local/bin/php -q /home/kb14/public_html/lib/cron-update.php
php - q /home/kb14/public_html/lib/cron-update.php
/usr/bin/php /home/kb14/public_html/lib/cron-update.php
X-Powered-By: PHP/5.2.13
Set-Cookie: PHPSESSID=b753ee98c9f8d4e72ca95c3418b53d18; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
But if i use this code:
I will get this:Code:/usr/bin/php /home/kb14/public_html/lib/cron-update.php
What does this mean?Code:X-Powered-By: PHP/5.2.13 Set-Cookie: PHPSESSID=b753ee98c9f8d4e72ca95c3418b53d18; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-type: text/html
It means it's working; that's some debug stuff that php kicks back for logging purposes when you run a cron job.
If your php file were to use echo/print to add more debug of it's own, it would appear below Content-type: text/html.
<!-- Cron Started --!>
Stats updated
Ads renewed
Auto renew done
Autopay done
Rented refs done
Vacation done
Activeclicks done
Prevbalance done
Suspend cheaters done
<!-- Cron Ended --!>