Verfasst: 23.09.2003 15:09
llllllllllllllllllllllloooooooooooolllllllllllllllllllllllllllll
Hab ich schon.
Da sagt er get_db_stat();
gibts net
Hab ich schon.
Da sagt er get_db_stat();
gibts net
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$total_posts = get_db_stat('postcount');
//
// Start output of page
//
define('SHOW_ONLINE', true);
$page_title = $lang['Index'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
//
// Generate the page
//
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
Code: Alles auswählen
<?
//der Code deiner externen Datei....
include('./pfad_zum_forum/bla.php');
echo $total_posts;
?>