I have this question for people who are combining php wcms with a phpbb message board. I installed the mod you can find at http://www.phpbb.com/phpBB/viewtopic.php?t=85737 to authenticate users on non-phpbb pages.
The script asks to add a "require" on top of the page you want to have protected. The thing is that I only want a few pages to be protected, not just the whole site. Therefore adding the code on top of my index.php is no solution.
Does anyone know how to get this running or to authenticate users in another way?