📄 cn_acclistuser.htm
字号:
<!-- header -->
<html><head><title>CCProxy Account Manager</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body,td {font-family: "arial"; font-size: 9pt;}
.button { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9px; font-style: _italic; height: 18px; width: 50px}
.editbox {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9px; height: 16px;}
</style></head><body>
<h3 align="center">CCProxy 帐号管理</h3>
<!-- body -->
<form name="form" method="post" action="account">
<table width="47%" border="1" cellspacing="0" cellpadding="5" align="center">
<input type=hidden name="userid" value="$userid">
<tr>
<td nowrap align="right">用户名</td>
<td nowrap>$username </td>
</tr>
<tr>
<td nowrap align="right">允许</td>
<td nowrap>$enable</td>
</tr>
<tr>
<td nowrap align="right">连接数限制</td>
<td nowrap>$connection</td>
</tr>
<tr>
<td nowrap align="right">当前连接数</td>
<td nowrap>$activeconn </td>
</tr>
<tr>
<td nowrap align="right">带宽限制</td>
<td nowrap>$bandwidth</td>
</tr>
<tr>
<td nowrap align="right">当前带宽</td>
<td nowrap>$curbandwidth</td>
</tr>
<tr>
<td nowrap align="right">自动过期</td>
<td nowrap>$autodisable</td>
</tr>
<tr>
<td nowrap align="right">过期时间</td>
<td nowrap>$disabledate $disabletime</td>
</tr>
<tr>
<td nowrap align="right">IP 地址验证</td>
<td nowrap>$useipaddress</td>
</tr>
<tr>
<td nowrap align="right">IP 地址</td>
<td nowrap>$ipaddress</td>
</tr>
<tr>
<td nowrap align="right">MAC 地址验证</td>
<td nowrap>$usemacaddress</td>
</tr>
<tr>
<td nowrap align="right">MAC 地址</td>
<td nowrap>$macaddress</td>
</tr>
<tr>
<td nowrap align="right">允许服务</td>
<td nowrap>www:$enablewww mail:$enablemail telnet:$enabletelnet dial:$enabledial
ftp:$enableftp socks:$enablesocks others:$enableothers</td>
</tr>
<tr>
<td nowrap align="right">网站过滤</td>
<td nowrap>$webfiltername</td>
</tr>
<tr>
<td nowrap align="right">时间安排</td>
<td nowrap>$timeschedulename</td>
</tr>
<tr>
<td nowrap align="right">用户名密码验证</td>
<td nowrap>$usepassword</td>
</tr>
<tr>
<td nowrap align="right">密码</td>
<td nowrap>
<input type="text" name="password" size="10" value="$password" class="editbox">
<input type="submit" name="edit" value="修改" class="button">
<input type="submit" name="refresh" value="刷新" class="button">
<input type="submit" name="logout" value="退出" class="button">
</td>
</tr>
</table>
</form>
<!-- tail -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -