| Author |
Message |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2973 Location: Earth
|
Posted: Sun Aug 05, 2007 3:28 am Post subject: cron jobs |
|
|
I'm trying to set up a cron job so that a file runs every 15 minutes
I'm using the standard interface but a couple bits have me confused
First of the field called: Command to run:
What do i put there? Is it the location of the script or something else
Second, if i want it to run every 15 minutes, what do i put the Hour(s) as?
The rest i believe i understand, just not those two _________________ Midnight Tempest - A Sailor Moon TCG
Balanced Force - A Star Wars TCG |
|
| Back to top |
|
| |
krt ...

Joined: 11 Jan 2005 Posts: 4695 Location: Down Under
|
Posted: Sun Aug 05, 2007 4:16 am Post subject: |
|
|
Are you trying to use a cron with a PHP script?
Hour: Every hour
Command: wget -q /path/to/script.php |
|
| Back to top |
|
| |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2973 Location: Earth
|
|
| Back to top |
|
| |
krt ...

Joined: 11 Jan 2005 Posts: 4695 Location: Down Under
|
Posted: Sun Aug 05, 2007 5:22 am Post subject: |
|
|
| Either is fine or so I think, but I would use the path relative to document root (what you have there) because it saves a lookup for the URL. |
|
| Back to top |
|
| |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2973 Location: Earth
|
|
| Back to top |
|
| |
martin Cafe Montevideo

Joined: 17 Mar 2005 Posts: 1030 Location: Uruguay
|
|
| Back to top |
|
| |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2973 Location: Earth
|
|
| Back to top |
|
| |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2973 Location: Earth
|
Posted: Fri Oct 12, 2007 3:32 am Post subject: |
|
|
i have another question about them. They run fine, but everytime them run, i end up with many files with the same name in one of my folders (the root one before public_html)
Is there a way to delete them, either automated through cpanel, or a way through the scripts? _________________ Midnight Tempest - A Sailor Moon TCG
Balanced Force - A Star Wars TCG |
|
| Back to top |
|
| |
|
|
|