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.

Update Pisg via channel kommand.

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
t
tobydude
Voice
Posts: 15
Joined: Mon Jun 06, 2005 6:22 am
Location: Norway
Contact:

Post by tobydude »

ElZeRo.
The script works for me too. thx
It update every 6 hour. (the default setting).
If I want to choose update every 18 hour,
should I put # in front of the other time options?
like:

# automagic updating - every 6 hours by default
# MM HH D M Y
#bind time - "00 00 * * *" pisg_stats
#bind time - "00 06 * * *" pisg_stats
#bind time - "00 12 * * *" pisg_stats
bind time - "00 18 * * *" pisg_stats
E
ElZeRo
Voice
Posts: 24
Joined: Mon Apr 11, 2005 12:04 pm
Contact:

Post by ElZeRo »

that should do it :P
h
honeybee
Halfop
Posts: 80
Joined: Sun Jan 01, 2006 12:42 pm

Post by honeybee »

Alchera: nice way to setup a simple shell script to do it, but what should be the crontab if i want it to check 2 times a day at 12 am and at 12 pm.

Code: Select all

0 12,24 * * * ~/public_html/pisgchek >/dev/null 2>&1
Post Reply