https://www.icyphoenix.com/viewtopic.php?f=35&t=3227&p=22191#p22191
-----------------------------------
Gianni PB
Thu 13 Dec, 2007 15:57

Re: Add A Blank Page
-----------------------------------
[quote user="Zuker" post="22134"]So you can try to use this

[code]<?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); 
?> 

html code here

<? 
include($phpbb_root_path . 'includes/page_tail.'.$phpEx); 
?>[/code]

Save it as a .php file, and place it on the root of tour forum[/quote]


ok, i'll use this..thanks!


