Hi guy really need some help on this so far i have this coding setup in all my web pages: <?php define('IN_PHPBB', true); $phpbb_root_path = './doa360/forums/'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); // Start session management $user->session_begi...