This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
DrTongue
Op
Posts: 115 Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:
Post
by DrTongue » Tue Apr 23, 2002 9:08 pm
Ok, I know to bind time for hourly is:
bind time - "00 * * * *" proc
and that: bind time - "* 1 * * *" proc would be at 1 on 24 hour format, but how would you set for it to be like an every 3 or 4 hour setting, or is this possible? Would it be
bind time - "* 1,4,7,10 * * *"
I thought I remembered seeing this answered in an earlier post but after searching all the pages I could not find it.
Thanks!
stdragon
Owner
Posts: 959 Joined: Sun Sep 23, 2001 8:00 pm
Contact:
Post
by stdragon » Wed Apr 24, 2002 4:44 pm
"bind time" is meant to execute at specific times, not random time intervals. If you want a random timer of 3 or 4 hours, use the "timer" command.
Petersen
Owner
Posts: 685 Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK
Post
by Petersen » Wed Apr 24, 2002 5:02 pm
or use multiple binds
DrTongue
Op
Posts: 115 Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:
Post
by DrTongue » Wed Apr 24, 2002 7:39 pm
Thank you both!