| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: May 2005 Location: Ontario Canada
Posts: 3,088
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Cpanel Cron Jobs Hey what do i put in for COMMAND in cpanel cron jobs? i need it done for a page at http://www.nameprince.com/ads/mainte...aintenance.php do i just put that url in???
__________________ |
| |
| | #2 (permalink) |
| NamePros Legend Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,785
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | cron jobs are divided into: Minute Hour Day Month Weekday so if you like every 5 minutes you put in 5 * * * * lynx http://www.nameprince.com/ads/mainte...aintenance.php if you like it everyday * 24 * * * lynx http://www.nameprince.com/ads/mainte...aintenance.php hth if you don't have lynx installed try get * 24 * * * GET http://www.nameprince.com/ads/mainte...aintenance.php > /dev/null ????: NamePros.com http://www.namepros.com/programming/210732-cpanel-cron-jobs.html try directing to /dev/null so you don't download it and fill your hard disk. HTH |
| |