| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Senior Member | 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 | 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 try directing to /dev/null so you don't download it and fill your hard disk. HTH |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |