|
楼主 |
发表于 2002-11-14 17:10:30
|
显示全部楼层
来自 中国–湖南–湘西土家族苗族自治州–吉首市
感激感谢!是的,就在这里!
# PLAYERS PERSONALIZATION FILE
# Every player can have their own personalized information appear on their
# stats page. Aliases can also be defined here for players.
# Some option names are reserved and have special meanings to PsychoStats,
# but you can also create your own variable/options for players and use
# those variables in the themes to display the information.
#
# NOTE: This file makes the playerlogos.cfg and aliases.cfg files OBSOLETE!
#
# View the online documentation for more information on this file:
# http://www.psychostats.com/psdocs/chapter.php?sec=55
#
# FORMAT:
# [playername1] The players name surrounded by square brackets.
# If you're tracking by WONID, then surround the WONID
# in the brackets, ie: [7654321]
# This marks the beginning of the data for the player.
# Do not worry about players that have brackets in
# their name, they will not make a difference.
# CASE does NOT matter either.
# var1 = value Variables for this player.
# var2 = value
# registered = 0
# primaryaliasname = playername1
# aliases >> END
# aliases for player ...
# END
# logo >> END
# logo for this player
# END
#
#
# [playername2]
# ...
#
# EXAMPLE:
# [Stormtrooper]
# name = Jason Morriss
# email = stormtrooper@psychostats.com
# icon = images/icons/stormtrooper.gif
# logo >> EOL # the "EOL" word can be any word you want
# this is my logo
# I hope you like it
# EOL # "EOL" must match what was specified above
# primaryaliasname = Stormtrooper
# aliases >> MYALIASES
# -Pk-Stormtrooper
# MYALIASES
#
#
# The info below is used for all players
# that do not have anything specified already
["DEFAULT"]
registered = 0 # dont want players registered by default
name = unknown
email = unknown
website = unknown
icq = unknown
icon = player.gif
country = US
logo >> EOL
<font size="-2" face="Arial">No logo specified for this player.
<a href="mailto:$adminemail?subject=Player Logo">Email me</a>
your personalized logo to display here!</font>
EOL
# --- end of DEFAULT section --- |
|