genau dafür gibts dieses Doument im Download des MOD ...
integration\phpbb.html
Da gibts schon ein paar Sachen zu beachten ... sonst kanns ja nicht klappen

Markus
In der common.php vom Flashchat findest du diese ganzen include Einträge. Einer davon ist aktiv (der ist ohne die beiden Slash) ... der wird deaktiviert indem du 2 Shlash's voranstellst .. wie bei den anderen auch.Open the "common.php" file located in the "inc" directory of your FlashChat distribution. You should be able to use any plain-text editor, like TextPad (www.textpad.com) or Windows Notepad. Find the group of PHP commands that relate to CMS integration. They will have the "cmses/" label in them:
//include_once(INC_DIR . 'cmses/defaultCMS.php');
//include_once(INC_DIR . 'cmses/statelessCMS.php');
//include_once(INC_DIR . 'cmses/phpNukeCMS.php');
//include_once(INC_DIR . 'cmses/postNukeCMS.php');
//include_once(INC_DIR . 'cmses/xoopsCMS.php' );
...etc...
include_once(INC_DIR . 'cmses/phpBB2CMS.php' );