1 <?php
if(!defined(
'IN_GAME')) exit(
'Access Denied'); include
template(
'header'); ?>
2 <table align=
"center" style=
"text-align:center;border:0;padding:0;">
4 <td><span
class=
"yellow">游戏版本:</span></td>
5 <td style=
"text-align:left;"><span
class=
"evergreen"><?php echo
$gameversion?></span></td>
6 <td style=
"text-align:center;padding:0 0 0 25px;"><span
class=
"yellow">站长留言</span></td>
9 <td><span
class=
"yellow">当前时刻:</span></td>
10 <td style=
"text-align:left;"><span
class=
"evergreen"><?php echo $month?>月<?php echo $day?>日 星期<?php echo
$week[
"$wday"]?> <?php echo $hour?>:<?php echo $min?></span></td>
11 <td rowspan=
"4" style=
"width:400px;vertical-align:top;text-align:left;padding:0 0 0 25px;"><span
class=
"evergreen"><?php echo
$adminmsg?></span></td>
14 <td><span
class=
"yellow">系统状况:</span></td>
15 <td style=
"text-align:left;"><span
class=
"evergreen"><?php echo
$systemmsg?></span></td>
18 <td><span
class=
"yellow">游戏情报:</span></td>
19 <td style=
"text-align:left;"><span
class=
"evergreen"><span
class=
"evergreen2">第 <?php echo $gamenum?> 回游戏 <?php echo $gstate[$gamestate]?></span></span></td>
22 <td colspan=
"2" style=
"vertical-align:top;">
25 本局游戏已经进行 <span
id=
"timing"></span><script type=
"text/javascript">
updateTime(<?php echo
$timing?>,1);</script><br>
27 当前最高伤害 <?php echo $hplayer?> (<?php echo
$hdamage?>)<br>
29 下局游戏开始于 <span
id=
"timing"></span><script type=
"text/javascript">
updateTime(<?php echo
$timing?>,0);</script> 后<br>
31 下局游戏开始时间 <span
id=
"timing"></span>未定<br>
33 上局最高伤害 <?php echo $hplayer?> (<?php echo
$hdamage?>)<br>
39 ,优胜者:<span
id=
"lastwinner"><?php echo
$winner?></span>
43 禁区间隔时间: <?php echo $areahour?> 分钟 , <?php echo $arealimit?> 禁后停止激活<br>
44 每次增加禁区: <?php echo $areaadd?> 个 , 当前禁区数: <?php echo $areanum?><br>
47 <span
class=
"yellow">开放</span>
49 <span
class=
"red">关闭</span>
52 <span
class=
"red">注意:进入连斗后,自动逃避功能自动关闭。</span><br><br>
55 激活人数:<span
id=
"alivenum"><?php echo
$validnum?></span>
56 生存人数:<span
id=
"alivenum"><?php echo
$alivenum?></span>
57 死亡总数:<span
id=
"alivenum"><?php echo
$deathnum?></span>
60 <br />欢迎你,<?php echo $cuser?>!
61 <form method=
"post" name=
"togame" action=
"game.php">
62 <input type=
"hidden" name=
"mode" value=
"main">
63 <input type=
"submit" name=
"enter" value=
"进入游戏">
66 <form method=
"post" name=
"quitgame" action=
"game.php">
67 <input type=
"hidden" name=
"mode" value=
"quit">
68 <input type=
"submit" name=
"quit" value=
"账号退出">
71 <form method=
"post" name=
"login" action=
"login.php">
72 <input type=
"hidden" name=
"mode" value=
"main">
73 账号<input type=
"text" name=
"username" size=
"20" maxlength=
"20" value=
"<?php echo $cuser?>">
74 密码<input type=
"password" name=
"password" size=
"20" maxlength=
"20" value=
"<?php echo $cpass?>">
75 <input type=
"submit" name=
"enter" value=
"登录">
78 <span
class=
"evergreen2">第一次玩的,请先看 <a
href=
"help.php" class=
"clit">游戏帮助</a> !!!</span><br>
82 <?php include
template(
'footer'); ?>
function updateTime(timing, mode)
if(!defined('IN_GAME')) $hdamage
if(!defined('IN_ADMIN')) $adminmsg