Topic: Important thing to avoid Spam
Hi all,
I have observed that some mods anti-spam doesn't work when Javascript is not active in the navigator.
I have check this with the mod of moaiamorfo http://punbb.org/forums/viewtopic.php?id=14069 .
When you disable Javascript, then registration is made it without need to enter nothing in the antispam inputs.
I fear it can happen with other mods using Javascript.
To avoid that, just include the following line in header.php (around line 64):
before <title>
<noscript><meta HTTP-EQUIV=Refresh CONTENT="0; URL=/forum/nojs.html"></noscript>
where /forum/nojs.html is the absolute path to a new html page to warn the user about the need to activate Javascript.
Check by yourself,
greetings,