xxvincent13 发表于 2002-11-14 16:23:45

有谁知道:PsychoStats的一些用法?

比如说 玩家的email.oicq,phone 和 homepage怎么加上去?
站队的logo 怎么加上去?

yam 发表于 2002-11-14 16:47:32

在player.cfg中改

xxvincent13 发表于 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:
#                 The players name surrounded by square brackets.
#                        If you're tracking by WONID, then surround the WONID
#                        in the brackets, ie:
#                        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
#   
#
#
#...
#
# EXAMPLE:
#
#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 ---
页: [1]
查看完整版本: 有谁知道:PsychoStats的一些用法?