Come faccio a inserire un controllo di php-stats nel forum phpBB.
ho provato inserendo questo testo nel file page_header.php
header ('Expires: 0');
header ('Pragma: no-cache');
$template->pparse('overall_header');
define('__PHP_STATS_PATH__','http://mysite.altervista.org/stats/');
include(__PHP_STATS_PATH__.'php-stats.redir.php');
echo "\n";
?>
Ma sul forum mi appare
Warning: main(): URL file-access is disabled in the server configuration in /membri/mysite/phpBB2/includes/page_header.php on line 485
Warning: main(http://mysite.altervista.org/stats/php-stats.redir.php): failed to open stream: no suitable wrapper could be found in /membri/mysite/phpBB2/includes/page_header.php on line 485
Warning: main(): Failed opening 'http://mysite.altervista.org/stats/php-stats.redir.php' for inclusion (include_path='.:') in /membri/mysite/phpBB2/includes/page_header.php on line 485
Come devo fare?