Verfasst: 03.12.2005 14:24
Bei mir sieht es so aus, und es funktioniert!
Code: Alles auswählen
define('IN_PHPBB', true);
define('ATTACH_INSTALL', true);
$phpbb_root_path = './../';
include_once($phpbb_root_path.'extension.inc');
include_once($phpbb_root_path.'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
if ( (!isset($dbms)) || ($dbms == 'oracle') || ($dbms == 'msaccess') )
{
message_die(GENERAL_ERROR, "This Mod does not support Oracle and MsAccess Databases.");
}
include_once($phpbb_root_path.'includes/db.'.$phpEx);