As with my guestbook technique, i applied this to my forums and have as yet, not had any spam when previously i had 30+ a day
Spamless Guestbook
Firstly I wanted to use PHPBB3, just because! It works perfect for what i need it for, you can use any forums you want.
Firstly i used an iframe, i know its outdated, but it works so im sticking with it.
When you install your forum, stick it in an obscure directory, not forum or frm, try /sdfer or something like that. Make a page called forum.html and within it put this iframe
Code:
[IFRAME frameBorder="0" width="100%" height="1450" scrolling=auto src="http://www.yourdomain.com/sdfer">[/IFRAME]
As for linking to the forum.html or the directory use javascript.
Code:
{a href="javascript:window.location='for'+'um.html'"}
or
Code:
{a href="javascript:window.location='sd'+'fer'"}
Ive had absolutely no spam as a result of this, in either my guestbook or forums.
I intentially used [ instead of < in the frame code as i couldnt get it to show as code and not an actual frame