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.

Search found 3 matches

by Gorgo
Tue May 30, 2006 4:56 am
Forum: Scripting Help
Topic: Howto make a script do anything every day,hour,month & y
Replies: 4
Views: 4661

TIME (stackable) bind time <flags> <mask> <proc> proc-name <minute> <hour> <day> <month> <year> Description: allows you to schedule procedure calls at certain times. mask matches 5 space separated integers of the form: "minute hour day month year". minute, hour, day, month have a zero pad...
by Gorgo
Mon May 29, 2006 10:54 am
Forum: Scripting Help
Topic: Howto make a script do anything every day,hour,month & y
Replies: 4
Views: 4661

GeeX wrote:Use:

Code: Select all

bind time -|- {00 * * * *} update:proc
For further infos check your docs folder ;)
That I know, then it will run the script every hour, but need to know how it can check witch month it is so it can update monght. same for year and hour also.
by Gorgo
Mon May 29, 2006 10:10 am
Forum: Scripting Help
Topic: Howto make a script do anything every day,hour,month & y
Replies: 4
Views: 4661

Howto make a script do anything every day,hour,month & y

Hi, I working on a script that I whant to show how many hour , days , month and years a channel are. I whant to update the database every hour, that oart I know. please help me with this, give me sone hint to go on to the work, I'm stuck right now.