<!--{template admin/tpl/header}-->
<div class="mainarea">
<div class="maininner">
<form method="post" action="admincp.php?ac=ip">
<div class="bdrcontent">
<table cellspacing="0" cellpadding="0" class="formtable">
<tr><th>Allow access to these IP list</th></tr>
<tr>
<td>
<textarea name="config[ipaccess]" style="width:98%;" rows="8">$configs[ipaccess]</textarea>
<br />
Only these IP addresses can only access the site,other IP's address will be treated as banned IP's.<br/>
Each Line one IP address, It can be full IP address also can be just some part<br/>
e,g,:<br/>"192.168."(Without quotation " " marks) Also within the scope sign 192.168.0.0¡«192.168.255.255 £¬for all IP's this field should be balnk,<br/>Your IP: $onlineip
<br />Äúµ±Ç°µÄIP: $onlineip
</td>
</tr>
<tr><th>Restricted/ban IP's List</th></tr>
<tr>
<td>
<textarea name="config[ipbanned]" style="width:98%;" rows="8">$configs[ipbanned]</textarea>
<br/>
These IP addresses will be ban access the site,other IP's address can access.<br/>
e.g.£º<br/>
"192.168."(no " " Mark) Also can be use the between scope 192.168.0.0¡«192.168.255.255<br/>
202.101.98.55<br/>
</td>
</tr>
</table>
</div>
<div class="footactions">
<input type="submit" name="thevaluesubmit" value="Submit" class="submit">
</div>
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
</form>
</div>
</div>
<div class="side">
<!--{template admin/tpl/side}-->
</div>
<!--{template admin/tpl/footer}-->