kann mir jemand den code so ändern,
das nur ein-gelogte user von mein forum den inhalt nutzen können ??
Code: Alles auswählen
<?php
// phpBB STANDARD START
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 = "Links";
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
// phpBB STANDARD END
// http://www.www.net START
echo '<div align="center"><iframe height="300" width="750" src="http://www.www.net/www/seite.htm" name="www" id="www" frameborder="0"></iframe><br><br>';
// http://www.www.net END
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
danke