<?php define('IN_PHPBB',true); $phpbb_root_path = "./"; // set path to phpBB files include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); // // Start session management // $userdata = session_pagestart($user_ip, PAGE_LOGIN); // initiate session init_use...