Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 09-11-2005, 10:28 PM CRON Files
Kane Hill's Avatar
BoerneSearch.com

Posts: 495
Name: Kane
Location: Texas
Trades: 1
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?
__________________
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Kane Hill is offline
Reply With Quote
View Public Profile Visit Kane Hill's homepage!
 
 
Register now for full access!
Old 09-12-2005, 12:33 AM
Brian07002's Avatar
Defies a Status

Posts: 2,138
Name: ...
Location: ...
Trades: 0
13**** means run at 1:00am...I *think* and only 1:00am.

Check back in a couple of hours.

-Brian
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 09-12-2005, 12:59 AM
Kane Hill's Avatar
BoerneSearch.com

Posts: 495
Name: Kane
Location: Texas
Trades: 1
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.
__________________
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
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
Trades: 0
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
 
Old 09-12-2005, 07:24 PM
Kane Hill's Avatar
BoerneSearch.com

Posts: 495
Name: Kane
Location: Texas
Trades: 1
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?
__________________
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Kane Hill is offline
Reply With Quote
View Public Profile Visit Kane Hill's homepage!
 
Reply     « Reply to CRON Files
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.15011 seconds with 12 queries