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.

regarding IRCstats1.0.tcl -need help

Support & discussion of released scripts, and announcements of new releases.
Post Reply
d
digeratiw
Voice
Posts: 2
Joined: Wed May 17, 2006 8:22 am

regarding IRCstats1.0.tcl -need help

Post by digeratiw »

Here is my stats page.
http://deathfield.com/~zchaos/stats/html/index.html

I dont know how to make the script pull from allllll my logs.
My logs are doing this in logs/
logs/bodybuilding.log
logs/bodybuilding.log.yesterday
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Read carefully the script author's instructions (usually in the header). You probably need to set the public text flag for your logging.
# This creates a logfile named lamest.log containing joins, parts,
# netsplits, kicks, bans, mode changes, and public chat on the
# channel #lamest.
logfile jpk #lamest "logs/lamest.log"
You may also need to keep your logs.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
digeratiw
Voice
Posts: 2
Joined: Wed May 17, 2006 8:22 am

Post by digeratiw »

set timezone "CST"
set offset "-5"
set max-logs 10
set max-logsize 0
set quick-logs 0
logfile mco * "logs/deadlifts.log"
logfile jpk #bodybuilding "logs/bodybuilding.log"
set log-time 1
set keep-all-logs 0
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 0


Thats my settings?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I did say to read the instructions that the script author has included.
##### LOG FILES #####

set max-logs 365

set max-logsize 0

set quick-logs 0

set raw-log 0

logfile mco * "logs/bot.log"

logfile jpk #Ballarat "stats/lamest.log"

# Use this feature to timestamp entries in the log file.
set log-time 1

# If you want to keep your logfiles forever, turn this setting on. All
set keep-all-logs 1

set logfile-suffix ".%d%b%Y"

# You can specify when Eggdrop should switch logfiles and start fresh. You
# must use military time for this setting. 300 is the default, and describes
# 03:00 (AM).
set switch-logfiles-at 300

# "Writing user file..." and "Writing channel file..." messages won't be
# logged anymore if this option is enabled.
set quiet-save 1
The above are settings I use for another stats generator but they could also apply to the one you're using. Notice the seperate log folders I use.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply