<!-- TITLE: Setup -->
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td colspan="3">
<form method="post" name=frm>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan=3 class=th_adm>MODULE SETTINGS</td>
</tr>
<tr>
<td width="3%"> </td>
<td width="50%">Last Executed</td>
<td width="47%">
##CRON_TIME##
[<a href="#" OnClick="popUp('##HW_MOD_URL##&file=log','CronExecLog', 50, 50, 450, window.screen.height-150)" class=txt8>view log</a>]
<!--[<a href="../cron/cl_cron.php" class=txt8>run manually</a>]-->
</td>
</tr>
<tr>
<td> </td>
<td>Optimize/Repair Database Tables?</td>
<td>
<input type=checkbox name=EN_TBL_OPT value=1 ##EN_TBL_OPT##>
</td>
</tr>
<tr>
<td> </td>
<td>Pending money orders expiration time, days</td>
<td>
<input size=10 name=EXP_FOR_PAYM value="##EXP_FOR_PAYM##" maxlength=3>
<font color=blue class=txt8>
Set 0 to disable this option
</td>
</tr>
<tr>
<td> </td>
<td>Delete payment history, days</td>
<td>
<input size=10 name=LIVE_TRANS value="##LIVE_TRANS##" maxlength=3>
<font color=blue class=txt8>
Set 0 to disable this option
</td>
</tr>
<tr>
<td> </td>
<td>Remove expired {items}?</td>
<td>
<input type=checkbox name=EN_DEL_EXP value=1 ##EN_DEL_EXP##>
</td>
</tr>
<tr>
<td> </td>
<td>Days after expiration before {item} removal?</td>
<td>
<input size=10 name=EXP_DAYS_TO_LIVE value="##EXP_DAYS_TO_LIVE##" maxlength=3>
</td>
</tr>
<tr>
<td> </td>
<td>Days to remove {items} with no expiration date</td>
<td>
<input size=10 name=NOEXP_DEL value="##NOEXP_DEL##" maxlength=5>
<font color=blue class=txt8>
Set 0 to disable this option
</td>
</tr>
<tr>
<td> </td>
<td>Days to remove users if they have no active {items} & have not logged in</td>
<td>
<input size=10 name=OLD_USER value="##OLD_USER##" maxlength=5>
<font color=blue class=txt8>
Set 0 to disable this option
</td>
</tr>
<tr height=25>
<td colspan="3"><font face="Verdana, Arial, Helvetica, sans-serif" color=333333><b>
EXPIRATION REMINDERS</td>
</tr>
<tr>
<td> </td>
<td>Send expiration reminders to users?</td>
<td>
<input type=checkbox name=EN_EXP_R value=1 ##EN_EXP_R##>
</td>
</tr>
<tr>
<td> </td>
<td>Notify admin by email when expiration reminders are sent?</td>
<td>
<input type=checkbox name=EN_ADM_R value=1 ##EN_ADM_R##>
</td>
</tr>
<tr>
<td colspan="3">
<div align="center"><br />
<input type="submit" name=go value="Update" class=button>
</div>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>