forked from tommyrot/superseriousstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsss.conf
120 lines (97 loc) · 4.56 KB
/
sss.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# ------------------------------------------------------------------------------
# Configuration file for superseriousstats
# ------------------------------------------------------------------------------
#
# Options in this file must be specified in the format: name = "value"
#
# Comments start with the number sign "#" anywhere on a line (except if used in
# a settings' assigned value).
# The commented-out settings shown in this file represent their default value.
# ------------------------------------------------------------------------------
# Required settings
# ------------------------------------------------------------------------------
# Name of the IRC channel for which stats are being made.
channel = ""
# Logfile parser to use. Valid values are: "parser_eggdrop", "parser_hexchat",
# "parser_irssi", "parser_limechat", "parser_mirc6", "parser_nodelog",
# "parser_supybot", "parser_textual" and "parser_znc".
parser = ""
# This string contains the format of the date within a logfile filename. See
# http://php.net/date_create_from_format for a complete list of format options.
# Some examples:
# filename: #superseriousstats.20120731 dateformat: *.Ymd
# filename: #superseriousstats.log.20120731 dateformat: *.*.Ymd
# filename: #superseriousstats-31072012.gz dateformat: *-dmY.*
# filename: #superseriousstats31072012.gz dateformat: *dmY.*
logfile_dateformat = ""
# The timezone which the logs are in. Used for time offset calculations and
# conversions. See http://php.net/manual/en/timezones.php for valid values.
#timezone = "UTC"
# Path to the SQLite3 database used exclusively for the channel in question.
#database = "sss.db3"
# ------------------------------------------------------------------------------
# Optional settings
# ------------------------------------------------------------------------------
# Channel ID. Used to identify and load channel settings from vars.php. When
# empty it defaults to the channel name.
#cid = ""
# Filename of the CSS file used.
#stylesheet = "sss.css"
# Create hyperlinks on the main stats page to history.php and/or user.php.
# Enable (true) or disable (false).
#history = "false"
#userstats = "false"
# Add a search box at the top of the main stats page to search for users.
# Enable (true) or disable (false).
#search_user = "false"
# Automatically link nicks which are likely to belong to the same user.
# Enable (true) or disable (false).
#autolinknicks = "true"
# Calculate rankings for display on pages generated by user.php and highlight
# changes in ranking in some tables on the main stats page.
# Enable (true) or disable (false).
#rankings = "false"
# Keep track of how many times each word is used.
# Enable (true) or disable (false).
#wordtracking = "true"
# Add up the bits (numbers) of the console message types you want to display.
# 0 Critical events (will always display)
# 1 Notices
# 2 Debug messages
#outputbits = "1"
# Add up the bits (numbers) of the sections you want to show on the stats page.
# 1 Activity
# 2 General Chat
# 4 Modes
# 8 Events
# 16 Smileys
# 32 URLs
# 64 Words
# 128 Milestones
#sectionbits = "255"
# There are three options on how (and if) to display the Most Recent URLs table:
# 0 Disabled
# 1 Enabled, show URLS by users and bots
# 2 Enabled, show only URLs by users (exclude bots)
#recenturls_type = "1"
# Settings to control how many rows will be displayed for various tables.
#minrows = "3" # Applies to generic tables.
#maxrows = "5" # Applies to generic tables.
#maxrows_people_alltime = "30" # Most Talkative People - All-Time
#maxrows_people2 = "10" # Less Talkative People - All-Time
#maxrows_people_year = "10" # Most Talkative People - Year
#maxrows_people_month = "10" # Most Talkative People - Month
#maxrows_people_timeofday = "10" # Most Talkative People by Time of Day
#rows_domains_tlds = "10" # Most Referenced Domain Names & TLDs
#maxrows_recenturls = "25" # Most Recent URLs
# Path to the main stats page used to link back from user.php and history.php.
#mainpage = "./"
# Show user pics on user.php if an image is found in the supplied directory with
# an identical name to one of the user's aliases.
# Enable (true) or disable (false).
#userpics = "false"
#userpics_dir = "./userpics/"
# Fall back to this default image if the above option is enabled and no image is
# found. Value may be a comma separated list, e.g. "a.png,b.jpg,c.bmp". A random
# image will be shown every time user.php is reloaded.
#userpics_default = ""