Hi,
I havd a look at index.php for the phpBB2 module and found there was no permission checking so I performed the following code hack:
After line 26 INSERT:
[php:1:1ebaec3174]if (pnSecAuthAction(0, 'phpBB2::', "::", ACCESS_READ)) { [/php:1:1ebaec3174]
Before the
PHP close tag at the end of the page, INSERT:
[php:1:1ebaec3174] } else {
echo "You are not authorised to view our forum.";
}[/php:1:1ebaec3174]
Hope this is of some help to someone!