Reply
CRON Files
Old 09-11-2005, 10:28 PM CRON Files
Kane Hill's Avatar
Ultra Talker

Posts: 360
Name: KANE
Location: Texas
I have a new site http://www.indicate.biz
I have everything work but the emails. For some reason I get nothing.
http://www.indicate.biz/README.html
I have the command set to : http://indicate.biz/cron.php
and cron to : 13* * * *
is this right, has anyone had expirence with this?
Kane Hill is offline
Reply With Quote
View Public Profile Visit Kane Hill's homepage!
 
When You Register, These Ads Go Away!
Old 09-12-2005, 12:33 AM
Brian07002's Avatar
Super Spam Talker

Posts: 869
Name: ...
Location: ...
13**** means run at 1:00am...I *think* and only 1:00am.

Check back in a couple of hours.

-Brian
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 09-12-2005, 12:59 AM
Kane Hill's Avatar
Ultra Talker

Posts: 360
Name: KANE
Location: Texas
Quote:
Originally Posted by Brian07002
13**** means run at 1:00am...I *think* and only 1:00am.

Check back in a couple of hours.

-Brian
I'll check back. Thanks.
Kane Hill is offline
Reply With Quote
View Public Profile Visit Kane Hill's homepage!
 
Old 09-12-2005, 03:38 PM
Anacrusis's Avatar
Defies a Status

Posts: 2,099
Name: Adam
Location: Colchester CT
13* * * * means run 13 minutes after the hour, every hour.

However, you need to put a space between the 13 and the star:
13 * * * *


The instructions tell you to set it up like this:
1 3 * * * GET http://yourdomain.com/cron.php > /dev/null

notice the spaces between the numbers/stars? That means run the command 1 minute after the hour, but only if the hour is 3 am.
When using a URL as the command you must use GET in front of it. Make sure you have your job looking exactly as it does in the readme file
Anacrusis is offline
Reply With Quote
View Public Profile Visit Anacrusis's homepage!
 
Old 09-12-2005, 07:24 PM
Kane Hill's Avatar
Ultra Talker

Posts: 360
Name: KANE
Location: Texas
Quote:
Originally Posted by Anacrusis
13* * * * means run 13 minutes after the hour, every hour.

However, you need to put a space between the 13 and the star:
13 * * * *


The instructions tell you to set it up like this:
1 3 * * * GET http://yourdomain.com/cron.php > /dev/null

notice the spaces between the numbers/stars? That means run the command 1 minute after the hour, but only if the hour is 3 am.
When using a URL as the command you must use GET in front of it. Make sure you have your job looking exactly as it does in the readme file
OK, This is what I got now.

Command: 1 3 * * * GET http://indicate.biz/cron.php > /dev/null
Cron: 13 * * * *
so now I will send emails only at 3am?
Kane Hill is offline
Reply With Quote
View Public Profile Visit Kane Hill's homepage!
 
Reply     « Reply to CRON Files
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13532 seconds with 12 queries