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
You may also need to keep your logs.# 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"
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.##### 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