ich wollte mir o.g. MOD einbauen, was aber nicht ganz so einfach scheint. Das ist das Code-Stück
Code: Alles auswählen
<?php
define('IN_PHPBB', 1);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);
// Start session management
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
// End session management
Code: Alles auswählen
Parse error: parse error, unexpected T_VARIABLE in /home/virtual/site16/fst/var/www/html/phpBB2/db_update_admin_banners.php on line 13