Configuration

List of configuration options, what they mean, and available values.

acttrack3.tcl

::sql_user

Username used when logging on to the MySQL server.

set ::sql_user "username"

::sql_pass

Password used when logging on to the MySQL server.

set ::sql_pass "secretpassword"

::sql_db

Database used when logging on to the MySQL server.

set ::sql_db "databasename"

config.inc.php

user

Username used when logging on to the MySQL server.

'user' => 'username',

pass

Password used when logging on to the MySQL server.

'pass' => 'secretpassword',

db

Database used when logging on to the MySQL server.

'db' => 'databasename',

host

Hostname used when connecting to the MySQL server.

'host' => 'localhost',

Default: localhost

cache

Amount of time in seconds to cache pages to reduce load. If set to 0 it wont cache at all.

'cache' => '60',

Default: 60

cache_tres

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

min_lines

Minimum amount of lines to say to be included in stats

'min_lines' => '5',

Default: 5

path_css

Path to the Cascading Style Sheet file to use.

'path_css' => './default.css',

path_gfx

Path to the graphics folder.

'path_gfx' => './gfx/',

maintainer

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

Network logging is done on - cosmetic only.

'network' => 'QuakeNet',

search

Maximum simple-search results returned

'search' => '200',

front_urls

Number of URLs to show on the frontpage, 0 if you want to remove it completely.

'front_urls' => '5',

front_kicks

Number of last KICKs to show on the frontpage, 0 if you want to remove it completely.

'front_kicks' => '5',

channel_kicks

Number of last KICKs to show on the channel-page, 0 if you want to remove it completely.

'channel_kicks' => '5',

user_kicks

Number of last KICKs to show on the user-page, 0 if you want to remove it completely.

'user_kicks' => '10',

channel_topics

Number of last TOPIC changes to show on the channel-page, 0 if you want to remove it completely.

'channel_topics' => '5',

highlight

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')
),
acttrack3/config.txt · Last modified: 2006/05/15 13:44 by zyberdog