<font color=0000FF class=txt8>The main purpose of this module is to allow visitors to send emails to registered members
via website HTML form. </font>
<p>You have ability to ban one or more IP addresses.
Click <a href="index.php?page=tpl&act=select&mod=##HW_MOD##&file_name=banned_ips.txt">here</a> to edit banned IPs.
<form method="post" name="post">
<table width="100%" cellspacing="1" cellpadding="0" border="0" align="center">
<tr>
<td width="40%">Flood protection, seconds</td>
<td width="60%"><input name="FLOOD_PROT" value="##FLOOD_PROT##" size="5" /></td>
</tr>
<!-- IF ##GD_VER## -->
<tr>
<td>Enable verification image ?</td>
<td><input type="checkbox" name="EN_IMG_VER" value=1 ##EN_IMG_VER## />
<font color=blue class=txt8>
Protects from HTTP Post code usage to send unsolicited messages</font>
</td>
</tr>
<!-- ENDIF -->
<tr>
<td>Enable <a href="index.php?page=tpl&act=select&file_name=bad_words.txt">bad words</a> filtering?
</td>
<td valign=top>
<input type=checkbox name=EN_BAD_WORDS ##EN_BAD_WORDS## value=1>
<font class=txt8 color=blue>Replace bad words with "*" ?
</td>
</tr>
<tr>
<td>Send copy of each message to admin?</td>
<td><input type="checkbox" name="EN_CC_ADM" value=1 ##EN_CC_ADM## /></td>
</tr>
<tr>
<td>Send email confirmation to sender?</td>
<td><input type="checkbox" name="EN_C_S" value=1 ##EN_C_S## /></td>
</tr>
<tr>
<td>Should visitors login before they can reply to an ad?</td>
<td><input type="checkbox" name="EN_REG_REPLY" value=1 ##EN_REG_REPLY## /></td>
</tr>
<tr>
<td>Max size of attachment, kB</td>
<td><input name="ATTACH_SIZE" value="##ATTACH_SIZE##" size="5" />
<font color="#0000ff" class="txt8">Set 0 to disallow attachments</font>
</td>
</tr>
</table>
<br />
<center>
<input type=submit name=go value="Submit" class='button'>
</center>
</form>