1#Evangeline: Config File (for Evangeline v1.0+)
2loadmodule stats
3
4## General Settings
5statsfile "statsmod.dat"
6save-stats 15
7expire-users 30
8log-wordstats 0
9min-word-length 0
10display-urls 5
11display-kicks 5
12kick-context 5
13quote-frequency 5
14
15# >0: enabled
16#  0: don't add new users, but recheck every minute if a user idented himself
17# -1: don't add new users and don't recheck every minute. If someone idents
18#     him/herself, he/she must cycle the chan to be recognized. (lowest CPU usage)
19autoadd 5
20
21## Languages
22resetslang
23loadslang .data/stats.pl.lang
24#loadslang en .data/stats.en.lang
25#setchanslang #averse.en en
26
27## Public cmds
28cmdchar "!"
29max-stat-cmds 5:60
30stat-reply "words letters smileys minutes"
31
32## HTML settings
33topnr 30
34table-color 0x3850B8 ;# background color
35fade-table-to 0x000000 ;# fade table color to another color
36table-border 0 ;# border width of the table (0 == no border)
37topstats "words lines wpl actions smileys kicks modes topics idle minutes"
38graphstats "words lines actions smileys kicks modes topics minutes"
39graphnr 15
40graphcolor "blue"
41display-average-users 1
42show-usersonchan 1
43show-userlist 1 ;# display a list of all users in /chan/users/ ?
44list-secret-chans 1
45#graphgif "http://your.shell.com/~you/bar.gif" ;# background image (default in 'scripts' directory)
46
47## Livestat settings
48# Connect to livestats through address: http://your.shell.com:8033/ ('http://' is very important)
49livestats 8033 ;# listen on which port for livestat connection?
50#livestats-ip "" ;# limit incomming connection to vhost
51livestats-log "files/livestats.log"
52livestats-loglevel "1"
53max-livestats-access 5:10
54
55## Static websites settings (not recommended)
56webupdate 0 ;# update webfiles every x minutes (this to 0 to disable)
57webdir "~/public_html/stats"
58
59## Other setting (less important)
60#use-xp-userfile 0 ;# use bot userfile or own
61#anti-autoadd-flags "ofvb|ofv" ;#  don't add new hosts to users with the following flags (works only with 'use-xp-userfile 1')
62#anti-stats-flag "b|-" ;# exclude users with the following flags from the top10, top20... (works only with 'use-xp-userfile 1')
63smileys ":-) :) ;) ;-) ^_^ :-D :-P :P =) ;D" ;# Don't add too much, because of CPU usage
64
65## DO NOT CHANGE ANYTHING BELOW HERE, THERE IS NO NEED TO.
66catch "unbind pub - !top10 *pub:!top10"
67catch "unbind pub - !ttop10 *pub:!ttop10"
68catch "unbind pub - !top20 *pub:!top20"
69catch "unbind pub - !ttop20 *pub:!ttop20"
70catch "unbind pub - !stat *pub:!stat"
71catch "unbind pub - !tstat *pub:!tstat"
72catch "unbind pub - !place *pub:!place"
73catch "unbind pub - !tplace *pub:!tplace"
74catch "unbind pub - !wordstats *pub:!wordstats"
75catch "unbind pub - !topwords *pub:!topwords"
76bind pub - ${cmdchar}top10 *pub:!top10
77bind pub - ${cmdchar}ttop10 *pub:!ttop10
78bind pub - ${cmdchar}top20 *pub:!top20
79bind pub - ${cmdchar}ttop20 *pub:!ttop20
80bind pub - ${cmdchar}place *pub:!place
81bind pub - ${cmdchar}tplace *pub:!tplace
82bind pub - ${cmdchar}stat *pub:!stat
83bind pub - ${cmdchar}tstat *pub:!tstat
84bind pub - ${cmdchar}wordstats *pub:!wordstats
85bind pub - ${cmdchar}topwords *pub:!topwords
86#Evangeline: Stats Config
87