leafypiggy: sorry, doesn't work
supajason: neither does yours
phpasks: nor yours
I think it must be me, not you...
phpbb.php:
<?php
define('IN_PHPBB', true);
$phpbb_root_path = "forum/";
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx)...