How Do I Enter In This Cron?

Discussion in 'Site & Server Administration' started by gobbly2100, Aug 2, 2007.

  1. #1
    I have a cron job I need to run and I am using cPanel 10 to do it but I don't really understand how I enter it in exactly, it is asking about how long it will run for and such but I don't know, here is one of the commands if it helps atall:

    Will run daily at 12:15 AM:
    15 0 * * * GET http://mydomain.com/admin/cron_1215.php > /dev/null
     
    gobbly2100, Aug 2, 2007 IP
  2. Permoney

    Permoney Active Member

    Messages:
    360
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Permoney, Aug 2, 2007 IP
  3. gobbly2100

    gobbly2100 Banned

    Messages:
    906
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    gobbly2100, Aug 2, 2007 IP
  4. Permoney

    Permoney Active Member

    Messages:
    360
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    70
    #4
    minutes: 15
    hours: every hours
    months: every months
    days: every days:
    weekdays: every week days

    command: php /home/siteuser/www/admin/cron_1215.php

    Change siteuser with your ftp user.

    it will run every 15 minutes.
     
    Permoney, Aug 2, 2007 IP