(development) - () , , , , , , , .
SVN (Subversion) - . Subversion : . Subversion .
MySQL - (). MySQL Sun Microsystems, . GNU General Public License , .
< >
https://ssl.roger.net.ru/svn/hlds/doc
- Mantis. :
- Subversion (SVN):
- :
- :
-
-
War3FT .ru
war3FT .

https://ssl.roger.net.ru/svn/hlds/doc ( )
- amxmodx.org
| : |
#include <amxmodx>
#include <amxmisc>
#
#
#
public plugin_init() {
register_plugin("test_plugin", 1.0, "unknown author")
cvar_announce = register_cvar("helper_announce", "60")
register_clcmd("say", "CmdSay", -1, "- Say")
register_clcmd("say_team", "CmdSay", -1, "- Say")
}
#
#
#
public CmdSay(id)
{
new Message[128]
read_argv(1, Message, 127)
remove_quotes(Message)
#
# "regist"
#
if (containi(Message, "regist") != -1)
{
client_print(id, print_chat, "[HELPER] For registration, go to")
client_print(id, print_chat, "[HELPER] ")
client_print(id, print_chat, "[HELPER] http://reg.war3ft.ru/")
}
}
public client_connect( id )
{
set_task (10.0,"welcome_msg")
# 10
}
public welcome_msg( id )
{
if(is_user_connected( id )){
client_print(id, print_chat, "Welcome to war3ft.ru game server!")
}
} |
- ( ).
- php ( , - , , perl).
http://www.war3ft.ru/sms.shtml
mysql, .
- perl - / /// .
< - >
mantis, ( mantis) email war3ft c6a4ka war3ft .ru.
: http://zabbix.roger.net.ru
:
< >
: https://ssl.roger.net.ru/svn/hlds_logs
() grep.
chat.bat:
@echo off
set logdir=%1
IF EXIST %logdir% (
.\grep -E "
nic.*has been put in server" -rh --include="*.log" %logdir% | .\sed "s/\(L \|<[0-9]*>\|<VALVE_ID_LAN>\|has been put in server\)//g" >
files.txt
)
@echo off
set logdir=%1
IF EXIST %logdir% (
.\grep -E "
nicname.*say" -rh --include="*.log" %logdir% | .\sed "s/\(L \|<[0-9]*>\|<\(STEAM\|VALVE\)[^<].*>\)//g" >
files.txt
)
!
, : ", /, ' \
.
1 .
< >