添加大区获取Action...

Signed-off-by: j502647092 <jtb1@163.com>
master
j502647092 2015-11-08 23:58:03 +08:00
parent 5425b2b1e4
commit 57f172c7ed
6 changed files with 54 additions and 51 deletions

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>

View File

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>McAccount</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>

View File

@ -1,2 +0,0 @@
eclipse.preferences.version=1
include_path=0;/McAccount

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="php.component"/>
<fixed facet="php.core.component"/>
<installed facet="php.core.component" version="1"/>
<installed facet="php.component" version="5.6"/>
</faceted-project>

View File

@ -25,4 +25,8 @@ class index extends AmysqlController {
$this->title = "Minecraft 密码找回";
$this->_View ( "forge" );
}
function serverlist() {
$this->title = "Minecraft 服务器列表";
$this->_View ( "servers" );
}
}

View File

@ -1,9 +1,50 @@
<!DOCTYPE html>
<html>
<head>
<title><?=$title?></title>
</head>
<body>
<div></div>
</body>
</html>
{
"areas":[
{
"name":"纯净大区",
"servers":[
{
"name":"MFCRAFT",
"address":"s1.mfcraft.cn",
"port":25510,
"info":"MFCRAFT \u000d 稳定 声誉 生存 地皮 小游戏",
"version":"1.8-Forge",
"url":"four.mengcraft.com",
"depend":"1.8"
},
{
"name":"IZCRAFT",
"address":"mc.izcraft.com",
"port":25565,
"info":"IZCRAFT \u000d 稳定 声誉 生存 地皮 小游戏",
"version":"1.8-Forge",
"url":"http://cloud.citycraft.cn/Version",
"depend":"1.8"
},
{
"name":"MFCRAFT3",
"address":"s3.mfcraft.cn",
"port":25512,
"info":"MFCRAFT3 \u000d 稳定 声誉 生存 地皮 小游戏",
"version":"1.8",
"url":"four.mengcraft.com",
"depend":"1.8"
}
]
},
{
"name":"模组大区",
"servers":[
{
"name":"梦幻之都",
"address":"three.mengcraft.com",
"port":11333,
"info":"梦幻之都\u000dMOD服务器\u000d豆腐 家具 工业2 能源应用2",
"version":"1.7.10-Forge-CT",
"url":"http://cloud.citycraft.cn/Version",
"depend":"1.7.10"
}
]
}
]
}