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);
define('SHOW_ONLINE', true);
$page_title = "index";
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
echo '<iframe height="300" width="750" src="http://www.xxxx.de/index.htm" name="index" id="index" frameborder="0"></iframe><br><br>';
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>