<script src="<?php echo $jquery_dir; ?>plugins/jquery.validate.js" type="text/javascript"></script>
<script src="<?php echo $jquery_dir; ?>plugins/jquery.validation.functions.js" type="text/javascript"></script>
<script>
jQuery(function(){
jQuery("#ban_ip").validate({
expression: "if (VAL) return true; else return false;",
message: "Can not be blank!"
});
});
</script>
<br />
<div style="padding-left:3%;">
<div id="layer" style="padding:4px; width:96%; " class="ui-widget-content ui-corner-all">
<form method="POST" action="ban-ip.php" name="AF">
<input type="hidden" name="save" value="1"><div align="center"><center><table border="0"
width="60%" cellspacing="8" cellpadding="8" bgcolor="#E6FFE6">
<tr>
<td width="100%"><em><font color="#008000" face="Times New Roman"><big><strong><big>i</big>
</strong></big></font></em><font color="#000000">If you add an IP address below
then when that user returns to attempt to login, join, or use your forgotten
password page: <strong>/members-section/html-members/blocked.html</strong> is
shown. This CAN help to discourage nuisance ex-members. But please be aware
that banning an IP address is not a guaranteed method to stop any particular user due to
dynamic IP address allocation. Want to know more? Try here: <a
href="http://ask.yahoo.com/ask/20020206.html" target="_blank">ask.yahoo.com/ask/20020206.html</a>
</font> </td>
</tr>
</table>
</center></div><div align="center"><center><p><strong><big>IP address to ban:</big><br>
<input type="text" name="ban_ip" id="ban_ip" size="19"><br>
i.e. 192.168.0.1</strong></p>
</center></div><div align="center"><center><p><input type="submit" value="Add" name="B1"
class="button"> <input type="button" value="Cancel" name="B2"
class="button" onClick="javascript:document.location='./'"></p>
</center></div>
</form>
<div align="center"><center>
<table border="0" width="60%" cellspacing="8" cellpadding="8" bgcolor="#E6FFE6">
<tr>
<td width="100%"><em><font color="#008000" face="Times New Roman"><big><strong><big>i</big>
</strong></big></font></em><font color="#000000">To remove existing IP addresses on
your system (if they exist) click the DELETE link next to the appropriate IP address
below.</font> </td>
</tr>
</table>
<br /><?php echo $ips; ?>
</center></div>
</div></div>