官方网站 http://www.greycube.com/site/news.php
更新说明



下载文件 (已下载 212 次)
下载文件 (已下载 235 次)
下载文件 (已下载 237 次)
安装方法
根据你的环境修改lgsl_config.php
配置好数据库后,在PHPMYADMIN或者类似MYSQL管理软件中 执行以下SQL语句 具体英文说明请看压缩包内 readme.txt
使用老版MYSQL的执行下面的语句
最后编辑: chen 编辑于2008/09/29 13:56
更新说明
引用
Here are the changes:
- Added: deer hunter 2005 support
- Added: timeout option to config
- Changed: rfactor to show mods as the game name
- Fixed: halflife and source multi-packet handling
- Fixed: games being able to return negative players
- Fixed: incorrect times on new versions of PHP
See comments for upgrade information.
- Added: deer hunter 2005 support
- Added: timeout option to config
- Changed: rfactor to show mods as the game name
- Fixed: halflife and source multi-packet handling
- Fixed: games being able to return negative players
- Fixed: incorrect times on new versions of PHP
See comments for upgrade information.
引用
THIS VERSION REQUIRES NO CMS.
----------------------------------------------------------
LGSL shows live game server information on a website.
Supports the following game types and mods using their game engine:
Americas Army
ArmA: Armed Assault
Aliens VS. Predator 2
Battlefield Vietnam
Battlefield 1942
Battlefield 2
Battlefield 2142
Call Of Duty
Call Of Duty: United Offensive
Call Of Duty 2
Call Of Duty 4
Command and Conquer: Renegade
Crysis
Deer Hunter 2005
Doom 3
Far Cry
F.E.A.R.
Frontlines: Fuel of War
Operation Flashpoint
Freelancer
Ghost Recon
Ghost Recon: Advanced Warfighter
Ghost Recon: Advanced Warfighter 2
GTR 2
Hidden and Dangerous 2
Half-Life Steam ( as in Counter-Strike 1.6 )
Half-Life WON ( as in Counter-Strike 1.5 )
Halo
IL-2 Sturmovik
JediKnight 2
Medal of Honor: Allied Assault
Medal of Honor: Allied Assault Breakthrough
Medal of Honor: Allied Assault Spearhead
Medal of Honor: Pacific Assault
Multi Theft Auto
Nascar Thunder 2004
NeverWinter Nights
NeverWinter Nights 2
PainKiller
Quake World
Enemy Territory: Quake Wars
Quake 2
Quake 3
Quake 4
Raven Shield
RFactor
San Andreas Multiplayer
Savage 1: The Battle for Newerth
Savage 2: A Tortured Soul
Serious Sam 1
Serious Sam 2
Soldier of Fortune 2
Soldat
Source ( aka Half-Life 2, Counter-Strike Source, Team Fortress 2 )
S.T.A.L.K.E.R.
StarTrek Elite-Force
SWAT 4
Unreal Tournament
Unreal Tournament 2003
Unreal Tournament 2004
Unreal Tournament 3
Vietcong
Vietcong 2
Warsow
Wolfenstein
----------------------------------------------------------
LGSL shows live game server information on a website.
Supports the following game types and mods using their game engine:
Americas Army
ArmA: Armed Assault
Aliens VS. Predator 2
Battlefield Vietnam
Battlefield 1942
Battlefield 2
Battlefield 2142
Call Of Duty
Call Of Duty: United Offensive
Call Of Duty 2
Call Of Duty 4
Command and Conquer: Renegade
Crysis
Deer Hunter 2005
Doom 3
Far Cry
F.E.A.R.
Frontlines: Fuel of War
Operation Flashpoint
Freelancer
Ghost Recon
Ghost Recon: Advanced Warfighter
Ghost Recon: Advanced Warfighter 2
GTR 2
Hidden and Dangerous 2
Half-Life Steam ( as in Counter-Strike 1.6 )
Half-Life WON ( as in Counter-Strike 1.5 )
Halo
IL-2 Sturmovik
JediKnight 2
Medal of Honor: Allied Assault
Medal of Honor: Allied Assault Breakthrough
Medal of Honor: Allied Assault Spearhead
Medal of Honor: Pacific Assault
Multi Theft Auto
Nascar Thunder 2004
NeverWinter Nights
NeverWinter Nights 2
PainKiller
Quake World
Enemy Territory: Quake Wars
Quake 2
Quake 3
Quake 4
Raven Shield
RFactor
San Andreas Multiplayer
Savage 1: The Battle for Newerth
Savage 2: A Tortured Soul
Serious Sam 1
Serious Sam 2
Soldier of Fortune 2
Soldat
Source ( aka Half-Life 2, Counter-Strike Source, Team Fortress 2 )
S.T.A.L.K.E.R.
StarTrek Elite-Force
SWAT 4
Unreal Tournament
Unreal Tournament 2003
Unreal Tournament 2004
Unreal Tournament 3
Vietcong
Vietcong 2
Warsow
Wolfenstein
下载文件 (已下载 212 次)
下载文件 (已下载 235 次)
下载文件 (已下载 237 次)安装方法
根据你的环境修改lgsl_config.php
配置好数据库后,在PHPMYADMIN或者类似MYSQL管理软件中 执行以下SQL语句 具体英文说明请看压缩包内 readme.txt
CREATE TABLE `lgsl` (
`id` int (11) NOT NULL auto_increment,
`status` tinyint (1) NOT NULL default '0',
`ip` varchar (255) NOT NULL default '',
`q_port` varchar (5) NOT NULL default '0',
`c_port` varchar (5) NOT NULL default '0',
`s_port` varchar (5) NOT NULL default '0',
`type` varchar (50) NOT NULL default '',
`cache` text NOT NULL,
`cache_time` text NOT NULL,
`zone` tinyint (1) NOT NULL default '0',
`disabled` tinyint (1) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM CHARSET=utf8 COLLATE=utf8_unicode_ci;
`id` int (11) NOT NULL auto_increment,
`status` tinyint (1) NOT NULL default '0',
`ip` varchar (255) NOT NULL default '',
`q_port` varchar (5) NOT NULL default '0',
`c_port` varchar (5) NOT NULL default '0',
`s_port` varchar (5) NOT NULL default '0',
`type` varchar (50) NOT NULL default '',
`cache` text NOT NULL,
`cache_time` text NOT NULL,
`zone` tinyint (1) NOT NULL default '0',
`disabled` tinyint (1) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM CHARSET=utf8 COLLATE=utf8_unicode_ci;
使用老版MYSQL的执行下面的语句
CREATE TABLE `lgsl` (
`id` int (11) NOT NULL auto_increment,
`status` tinyint (1) NOT NULL default '0',
`ip` varchar (255) NOT NULL default '',
`q_port` varchar (5) NOT NULL default '0',
`c_port` varchar (5) NOT NULL default '0',
`s_port` varchar (5) NOT NULL default '0',
`type` varchar (50) NOT NULL default '',
`cache` text NOT NULL,
`cache_time` text NOT NULL,
`zone` tinyint (1) NOT NULL default '0',
`disabled` tinyint (1) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
`id` int (11) NOT NULL auto_increment,
`status` tinyint (1) NOT NULL default '0',
`ip` varchar (255) NOT NULL default '',
`q_port` varchar (5) NOT NULL default '0',
`c_port` varchar (5) NOT NULL default '0',
`s_port` varchar (5) NOT NULL default '0',
`type` varchar (50) NOT NULL default '',
`cache` text NOT NULL,
`cache_time` text NOT NULL,
`zone` tinyint (1) NOT NULL default '0',
`disabled` tinyint (1) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
最后编辑: chen 编辑于2008/09/29 13:56
开始着手汉化lgsl_v4.9_sa
用蟒蛇恶搞卫生间







我也来插一脚。。。看不懂。。。
(*^__^*) 嘻嘻……8好意思~不是行内人~
不过我鉴定~范范chen厉害~