Verfasst: 04.03.2004 21:34
dann wird die Variable wohl so aussehen müssen:
$phpbb_root_path = './../../phpbb';
$phpbb_root_path = './../../phpbb';
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
in folgendes geändert:<?php
//Benötigte Dateien und Variablen von phpBB
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
funktioniert leider nicht<?php
//Benötigte Dateien und Variablen von phpBB
$phpbb_root_path = './../../phpbb';
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
ich steh' echt auf'm schlauch... und zwar total!Warning: main(./../phpbbextension.inc) [function.main]: failed to create stream: No such file or directory in /www/htdocs/v099248/phpbb/gallery/hillweekend04.php on line 5
Warning: main() [function.main]: Failed opening './../phpbbextension.inc' for inclusion (include_path='.:..') in /www/htdocs/v099248/phpbb/gallery/hillweekend04.php on line 5
Warning: main(./../phpbbcommon.) [function.main]: failed to create stream: No such file or directory in /www/htdocs/v099248/phpbb/gallery/hillweekend04.php on line 6
Warning: main() [function.main]: Failed opening './../phpbbcommon.' for inclusion (include_path='.:..') in /www/htdocs/v099248/phpbb/gallery/hillweekend04.php on line 6
Fatal error: Call to undefined function: session_pagestart() in /www/htdocs/v099248/phpbb/gallery/hillweekend04.php on line 9
Code: Alles auswählen
//Dieser Block kann weggelassen werden, wenn du nur den die Userdaten brauchst und auf den phpBB-Header verzichen möchtest
$page_title = 'Meine Seite';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
/***** Inhaltsbereich ******/
//Footer - nur dann weglassen, wenn du auch den Header weglässt
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
Code: Alles auswählen
$phpbb_root_path = '../../phpbb/';
Code: Alles auswählen
'T_SPAN_CLASS3' => $theme['span_class3'],
Code: Alles auswählen
'BASEURL' => '<base href="http://'.$board_config['server_name'].$board_config['script_path'].'">',
Code: Alles auswählen
<!-- END switch_enable_pm_popup -->
Code: Alles auswählen
{BASEURL}