|
发表于 2002-11-6 12:42:39
|
显示全部楼层
来自 中国–福建–福州
我的stats.cfg:
LogPath = {
c:/hlserver/cstrike/logs
}
# Destination HTML directory. This will usually be a path in your
# webserver root somewhere.
HtmlPath = c:/hlserver/cstrike/stats
modType = cstrike
HTMLtheme = cstrikehtml19
PicsPath = c:/hlserver/cstrike/stats/images/mappics
DLPath = c:/hlserver/cstrike/maps
ForceThemeCopy = 1
ClosedLogsOnly = 0
EnableSTATSMEdmg = 0
# Config file locations.
awardfile = awards.cfg # setup award values and rules
clansfile = clans.cfg # Clans personalization file
clantagfile = clantags.cfg # setup clantag strings
denyfile = deny.cfg # deny players from ranking
denyclanfile = denyclan.cfg # deny players from ranking in CLANS
ignorefile = ignorelines.cfg # ignore lines from log files
permitfile = permit.cfg # define players that will always rank
playersfile = players.cfg # define players personal information
rolenamefile = rolenames.cfg # define character roles/classes
weaponfile = weapons.cfg # define weapon names and weights
# server info.
serverName = EE007.com CS1.5 TDM Server
serverIP = 10.0.0.1
serverDomain = http://www.fj007.com/
# info on server admin/owner. leave anything blank to be anonymous.
# You can also edit the index file(s) for the theme and just remove
# these variables if you do not want them shown.
adminAlias = -=eEoo7=- BiLL
adminEMail = bill@fj007.com
# enable/disable reporting verbosity
ReportErrors = 1 # If enabled, NON-fatal errors will be logged
ReportCrashes = 0 # If enabled, server crashes (detected from logs) will be logged.
# Note, ReportErrors must be 1 for this to report anything.
# control how player stats are reported.
RegisteredOnly = 0 # Only rank players that are registered?
BaseSkill = 1000 # Base skill for all players. Do not set this too low (<500)
MaxDays = 14 # number of days of logs to scan.
MaxPlayers = 150 # MAX# of players shown in Ranking list.
MinConnected = 2 # min# of players that must be connected in order
# for stats to start gathering from a log file.
MinSkill = 500 # Skill rank needed.
MinKills = 10 # min# of kills needed to appear in list
MinDeaths = 1 # min# of deaths needed to appear in list
MinKDR = 0.10 # min Kill:Death ratio needed to appear in list
MinTime = 10m # min game time needed to rank. format: "1d1h1m"
# where d=day,h=hour,m=minutes.
MinRounds = 0 # min# of rounds played needed to rank (not valid in DOD)
UseAliases = 1 # Toggle the use of player aliases
RemovePlayers = 1 # 1 = Remove players that have ZERO kills + deaths.
# This is useful to save memory and to get rid of
# all those useless names.
AutoBanDeny = 1 # toggle auto denying for players that have been BANNED
MaxKickDeny = 5 # total times plr was kicked before they are denied
MaxCheatDeny = 2 # total times plr cheats before they are denied
# set to 0 to disable
DeleteOldPlayers = 1 # Deletes all old Player HTML files before new files are
# created. This stops player pages from building up in the
# HTMLPATH (only useful when PlayerHTMLtype is not RANK)
DeleteOldClans = 1 # Deletes all old Clan files, same as above.
DeleteOldWeapons = 1 # Deletes all old weapon files.
DeleteOldAwards = 1 # Deletes all old award files.
DeleteOldMaps = 1 # Deletes all old detailed map files.
# How to create player and clan files.
# RANK = use rank
# NAME = use name
# WONID = usr plr wonid (playerHTMLtype only)
# MIME = encode name with base64 (recommended)
PlayerHTMLtype = MIME
ClanHTMLtype = MIME
# PlayerID: How players are tracked and recorded.
# NAME = use player names as the unique ID for each player. (case sensitive)
# LCNAME = use player names (case in-sensitive)
# WONID = use player WONIDs ...
PlayerID = WONID
# Create Clan HTML stat pages. PsychoStats can try and figure out what
# clans have connected to the server and groups all the members in each
# clan together. This has side-effects since PsychoStats can't be 100%
# accurate as to what is a clan (it does a pretty good job, however).
# But with the settings below and the help from the clantags file you can
# help tweak what a clan is defined as.
CreateClans = 1 # 1 = Create clan stats. 0 = don't.
MinClanMembers = 3 # Min # of members needed to pass as a 'clan'.
MinClanKills = 50 # Min # of combined kills needed to pass.
MinClanSkill = 500 # Min avg skill needed for the clan to pass.
MinClanKdr = 0.0 # Min Kill Ratio needed for the clan to pass.
MinClanRank = 0 # Min avg rank needed for the clan to pass.
MinClanMemberKills = 1 # Min kills needed for member to be included in clan
MinClanMemberDeaths = 1 # Min deaths ...
ClanDebug = 0
CreateMapPages = 1
MapAwardMax = 10 # Maximum # of players to list for each detailed
# map player listing
ExcludeMaps = unknownmap
DefaultMap = unknownmap
AwardMax = 25 # Max number of players to list in "top10" weapon/award pages.
# Toggle the display of some 'sensitive' plr info:
ShowPlayerAliases = 1 # Player Aliases are visible
ShowPlayerWONIDs = 0 # Player WONIDs are visible
ShowPlayerIPs = 0 # Player IPs are visible
# Map variables that specify what type of map images to use, and where
# your maps are available for download (used mainly in maps.html)
maplinkurl = /maps/ # relative URL path to map DOWNLOADS (zip files usually)
maplinkext = zip # file extension for downloads (do not use a dot)
mapthumbnailurl = images/mappics/ # relative URL path to mappics.
mapthumbnailsize = 160x120 # image size
mapthumbnailext = gif # image type (do not use a dot)
weaponimgurl = images/ # relative URL path to weapon images
## FTP SECTION -----------------
## ** NOTE: The FTP feature is still BETA and may not work for everyone!
# If you need to have your stats uploaded to a website after a stats update,
# fill out this section with the values required for your FTP server (website).
# The host, user, and pass must all be specified in order for an FTP transfer
# attempt to be made by PsychoStats.
# Sub-directories are not supported. Only files within the HTMLPATH will be uploaded.
FTPhost = # FTP hostname, ie: ftp.mydomain.com
FTPusername = # username to connect with
FTPpassword = # password to connect with
FTPdir = # path to where the files should be uploaded to
FTPautodelete = 0 # If enabled each remote file will be deleted before
# uploading the newer file
FTPfiles = *.* # wildcard filenames to upload. Multiple
# wildcards should be seperated by a comma (,)
# ie: *.html, *.css, *.gif
FTPport = 21 # FTP port to use. you'll probably never change this
FTPpassive = 1 # If FTP doesn't work for you try setting this to 0
FTPverbose = 0 # 1 if you want to see whats happening during
# the FTP transfer. Note, this is extremely verbose!
# But is useful for troubleshooting FTP problems
------------------------------------------------------------------------------------------------------------------
以上是我的stats.cfg,在下的服务器加载了statsme、HLG插件,没有其他的 |
|