|
发表于 2002-12-24 22:09:19
|
显示全部楼层
|阅读模式
来自 中国–天津–天津
偶然发现psyshots目录下有motd.txt文件,里面有生成好的motd日志。
但如何将这个文件替换成hlserver里的同名文件呢?
还是要借助second copy,用里面的同步功能,将该文件定时传送至hlserver目录内,覆盖相关文件。
下面是一个我正在用的motd.txt范本,大家举一反三,自行修改、同步:
<!--outputfilter=text-->
Welcome to the $servername
View your stats at:
$serverdomain
The server stats view tools at:
http://10.76.54.67:27015
Top 5 players on this server:
--------------------------------
<!--playersort=skill-->
<!--playerrange=1-5-->
<!--players{-->
$idx. $plrname
<!--}-->
--------------------------------
Enjoy it!
JGTW|*LionHeart*
$todaysdate
$todaystime
该文件视你用的网页版本存在于x:\stats\themes\cstrikephp19或x:\stats\themes\cstrikehtml19中。
至于psyshots提供的所有函数,全在theme.cfg文件中,如果你用的是全汉化php版而又需要在cs里显示时间及日期的,请将此文件中同样键值做如下修改:
format_date = YYYY-MM-DD # used everywhere
format_time = hh:mm # used only on main pages (or $elapsedtime)
省得在服务器进入时显示乱码。
好运! |
|