Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_admin_banlistmng.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <form method="post" name="banlist" onsubmit="admin.php">
3 <input type="hidden" name="mode" value="banlistmng">
4 <input type="hidden" name="command" id="command" value="">
5 <table class="admin">
6 <tr>
7 <th colspan="2">屏蔽列表管理</th>
8 </tr>
9 <tr>
10 <td colspan="2">输入要屏蔽的用户名和IP段的正则表达式。修改之前请弄明白你正在做什么。</td>
11 </tr>
12 <tr>
13 <th>用户名屏蔽</th>
14 <th>IP段屏蔽</th>
15 </tr>
16 <tr>
17 <td><textarea name="postnmlmt" style="width:400;height:200"><?php echo $nmlimit?></textarea></td>
18 <td><textarea name="postiplmt" style="width:400;height:200"><?php echo $iplimit?></textarea></td>
19 </tr>
20 </table>
21 <input type="submit" value="提交" onclick="$('command').value='write'">
22 </form>
$iplimit
Definition: banlist.php:4
$nmlimit
Definition: banlist.php:3
value
Definition: 1_alive.tpl.php:10