LGSL 实时服务器列表
并非amxx ,应该算是网站了。因为今天需要所以找到了这个,不知道我火星了没有,实也在不知道应该发到哪个板块好了。不知道怎么描述这个程序,暂时叫:在线服务器状态列表
经过在论坛的搜索发现很久以前有人(wcg重庆)提过这个。
http://www.dt-club.net/forum/showthread.php?t=24465
实现的功能类似: http://ip.simen.cn/ (可能就是这个)
应该也不仅仅是cs的服务器列表,支持很多游戏吧。
这里是程序的下载地址
http://www.greycube.com/site/download.php
只是刚刚了解这个东西,英文不好,请英文好的同学深入研究下吧。
php 写的,可能需要sql 。我还没安装太晚了,明天在弄。
在百度可搜索:Live Game Server List
有一遍中文的博客文章:有关Live Game Server List 汉化的内容
http://blog.sina.com.cn/s/blog_442d7a6f01009dx4.html
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
安装环境 :PHP+Mysql
安装步骤:Stand Alone version
Use PhpMyAdmin ( or some other tool ) to import the included: lgsl_install_sa.sql
Edit the lgsl_config.php and put in your MySQL details.
Edit the lgsl_config.php and change the admin password.
Upload the lgsl folder to your site.
To configure: navigate to the admin.php and enter config username and password.
To add zone:
$lgsl_zone_number = 1;
$output = "";
require "lgsl/lgsl_files/lgsl_zone.php";
echo $output;
The above describes adding a zone to a .PHP page, where the <?php ?> tags are currently open.
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
测试你服务器的一个地址:http://www.greycube.co.uk/lgsl/test/index.php
回复: LGSL 实时服务器列表
好东西,顶你!!!!!!!!回复: LGSL 实时服务器列表
用了后中文的服务器名显示不出来,这是怎么回事回复: LGSL 实时服务器列表
谁可以说下安装教程啊,都不知道怎么安装..回复: LGSL 实时服务器列表
Post by I.King用了后中文的游戏名显示不出来,这是怎么回事
charset=UTF-8
回复: LGSL 实时服务器列表
........................................................回复: LGSL 实时服务器列表
Post by expectantcharset=UTF-8
呵呵,我已经设好了的
回复: LGSL 实时服务器列表
顶白菜。。。。。。。。。好东东。。。ps3也有类似的功能,我以前看了一段时间,看不懂跟服务器通讯的那部分,所以后来没搞了。
通讯的部分应该可以独立出来。