
Vielen Dank nochmal für Deine kompetente Hilfe !!!
server_one.php
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_SERVER_ONE);
init_userprefs($userdata);
$page_title = 'Fraggamania #1 - Hall of Fame';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array(
'FRAGGA_BODY' => 'server_one.tpl'
));
$fragga_text2 = '<iframe src="http://213.131.244.240:3380/StatViewer/highscores" border="0" frameborder="0" width="600" height="470"></iframe>';
$template->assign_var('FRAGGA_TEXT', $fragga_text);
$template->pparse('FRAGGA_BODY');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
server_one.tpl
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b>ESC Fraggamania #1 - Hall of Fame</b></span></td>
</tr>
<tr>
<td class="row1" align="center">{FRAGGA_TEXT}<br /> </span></td>
</tr>
</table>
<br />
</td>
</tr>
</table>
<br />