rocco.g wrote: hi!
i have phpBB 2.0.6
Kevin Clark wrote:rocco.g wrote:hi!
i have phpBB 2.0.6
Forget your spam MOD for the moment. UPDATE!
You're 14 versions out of date. A few spam bots are the least of your problems right now.
http://www.phpbb.com/kb/article.php?article_id=271
Updating will add visual confirmation to your registration which will stop a lot of the bots anyway.
Code: Select all
<!-- <tr>
<td class="row1"><span class="gen">{L_WEBSITE}:</span></td>
<td class="row2">
<input type="text" class="post"style="width: 200px" name="website" size="25" maxlength="255" value="{WEBSITE}" />
</td>
</tr>
<tr>
<td class="row1"><span class="gen">{L_LOCATION}:</span></td>
<td class="row2">
<input type="text" class="post"style="width: 200px" name="location" size="25" maxlength="100" value="{LOCATION}" />
</td>
</tr>
-->
Code: Select all
if ($website != "")
{
echo "DIE, SPAMMER, DIE !!!\r\n";
$website = 'spammer - no URL website addresses allowed';
mysql_close(); ob_clean(); exit();