ich finde den statistik-mod ja ganz nett, aber zu groß, und so wollte ich eine eigene neue seite dafür machen, aber irgendwie steig ich da imho nicht ganz durch!
soweit bin ich schon:
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
include($phpbb_root_path . 'templates/actualstats_body.'.$phpEx);
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>