diff --git a/login.php b/login.php new file mode 100644 index 0000000..4416d89 --- /dev/null +++ b/login.php @@ -0,0 +1,727 @@ + +connect_errno) returnJson(['code' => 1, 'msg' => $mySQLi->connect_error]); +$mySQLi->set_charset($_CONFIG_DB['db_charset']); + +// 查询 +$status = 1; +$stmt = $mySQLi->prepare('select server_id from server where status >= ? order by server_id asc limit 1000'); +$stmt->bind_param('d', $status); + +$stmt->bind_result($server_id); +$stmt->execute(); +$stmt->store_result(); + +?> + + + + + + + + + + + + + + + + + + + + <?=$_CONFIG['game_name']?> <?=$_CONFIG['game_description']?> + + + + + + + + + + + + + +
+
+

+ + + + + + +
+ + 我已阅读并同意 用户协议及隐私协议 +
+ 登 录 +
+
+ Linux.Do登录 +
Linux.do登录
+
+
+ +
+
+
+ + + \ No newline at end of file