nu wil ik in een pagina die in een map zit alleen het uiterlijk geven van de template van het forum
die map staat op de root trouwens waar de file in staat
als ik de pagina open krijg ik
Hacking attemptHacking attempt test Hacking attempt
dit is me code
Code: Selecteer alles
<?php
// standard hack prevent
define('IN_PHPBB', true);
$phpbb_root_path = 'http://www.mijnpagina.nl/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
// set page title
$page_title = 'titel';
// standard page header
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
hier me inhoud
<?
// standard page footer
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>