couldn't you just use a simple php file to enter the database tables? <? define("PHPBB_PATH", "./");//wherever your forum is, relative to document $phpbb_root_path = PHPBB_PATH; if ( !defined('IN_PHPBB') ) { define('IN_PHPBB', true); include(PHPBB_PATH . 'extension.inc'); include...