List of configuration options, what they mean, and available values.
Username used when logging on to the MySQL server.
set ::sql_user "username"
Password used when logging on to the MySQL server.
set ::sql_pass "secretpassword"
Database used when logging on to the MySQL server.
set ::sql_db "databasename"
Username used when logging on to the MySQL server.
'user' => 'username',
Password used when logging on to the MySQL server.
'pass' => 'secretpassword',
Database used when logging on to the MySQL server.
'db' => 'databasename',
Hostname used when connecting to the MySQL server.
'host' => 'localhost',
Default: localhost
Amount of time in seconds to cache pages to reduce load. If set to 0 it wont cache at all.
'cache' => '60',
Default: 60
If the time it takes to generate a page is higher than this value, the page will be cached.
Requires the cache setting above not to be 0.
The value is in seconds (eg. 0.5 would mean cache pages that takes
more than a half second to generate).
Use 0 if you want to cache ALL pages.
'cache_thres' => '0.5',
Default: 0.5
Minimum amount of lines to say to be included in stats
'min_lines' => '5',
Default: 5
Path to the Cascading Style Sheet file to use.
'path_css' => './default.css',
Path to the graphics folder.
'path_gfx' => './gfx/',
Will be inserted at the top of each page.
'maintainer' => '<a href="http://sbnc.sourceforge.net/" title="Go to the shroudBNC homepage">sbnc</a>',
Network logging is done on - cosmetic only.
'network' => 'QuakeNet',
Maximum simple-search results returned
'search' => '200',
Number of URLs to show on the frontpage, 0 if you want to remove it completely.
'front_urls' => '5',
Number of last KICKs to show on the frontpage, 0 if you want to remove it completely.
'front_kicks' => '5',
Number of last KICKs to show on the channel-page, 0 if you want to remove it completely.
'channel_kicks' => '5',
Number of last KICKs to show on the user-page, 0 if you want to remove it completely.
'user_kicks' => '10',
Number of last TOPIC changes to show on the channel-page, 0 if you want to remove it completely.
'channel_topics' => '5',
Array of auths to highlight (bold) in userlist on a per-channel based setting
'highlight' => Array(
'#sbnc' => Array('BlackShroud','Doomie','Elfish','Ziro01','Zyberdog'),
'#help' => Array('Whoever','Whatever','Bleh')
),