Verfasst: 09.03.2003 20:22
ach mist... obrigen post editert das $forum_id wurde durch 0 ersetzt...
ah
ah
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
$phpbb_root_path = '/home/8/rkswgned/forum/';
Code: Alles auswählen
<?
define('IN_PHPBB', true);
$phpbb_root_path = '/home/8/rkswgned/forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, 0);
init_userprefs($userdata);
?>
Code: Alles auswählen
PHP Warning: file_exists() [<a href='http://www.php.net/function.file-exists'>function.file-exists</a>]: Unable to access templates/subSilver/images/lang_german in /home/8/rkswgned/forum/includes/functions.php on line 291
Code: Alles auswählen
<?
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, 0);
init_userprefs($userdata);
?>
Code: Alles auswählen
PHP Warning: main() [<a href='http://www.php.net/function.main'>function.main</a>]: Unable to access ./extension.inc in /home/8/rkswgned/content/gildenliste/details.php on line 4
[09-Mar-2003 22:54:09] PHP Warning: main(./extension.inc) [<a href='http://www.php.net/function.main'>function.main</a>]: failed to create stream: No such file or directory in /home/8/rkswgned/content/gildenliste/details.php on line 4
[09-Mar-2003 22:54:09] PHP Warning: main() [<a href='http://www.php.net/function.main'>function.main</a>]: Failed opening './extension.inc' for inclusion (include_path='.:') in /home/8/rkswgned/content/gildenliste/details.php on line 4
[09-Mar-2003 22:54:09] PHP Warning: main() [<a href='http://www.php.net/function.main'>function.main</a>]: Unable to access ./common. in /home/8/rkswgned/content/gildenliste/details.php on line 5
[09-Mar-2003 22:54:09] PHP Warning: main(./common.) [<a href='http://www.php.net/function.main'>function.main</a>]: failed to create stream: No such file or directory in /home/8/rkswgned/content/gildenliste/details.php on line 5
[09-Mar-2003 22:54:09] PHP Warning: main() [<a href='http://www.php.net/function.main'>function.main</a>]: Failed opening './common.' for inclusion (include_path='.:') in /home/8/rkswgned/content/gildenliste/details.php on line 5
[09-Mar-2003 22:54:09] PHP Fatal error: Call to undefined function: session_pagestart() in /home/8/rkswgned/content/gildenliste/details.php on line 6
Code: Alles auswählen
$phpbb_root_path = './';
$mypath = = '/home/8/rkswgned/forum/';
include($mypath . 'extension.inc');
include($mypath . 'common.'.$phpEx);
Code: Alles auswählen
// Redirect for sites in other subdirectories
if ((stristr($script_name, "all")) && (stristr($url, "all")) && (!stristr($url, "login"))) {
$goURL = $server_protocol . $server_name . $server_port . $url . $string;
} else {
$goURL = $server_protocol . $server_name . $server_port . $script_name . $url . $string;
}
...
header('Location: ' . $goURL);
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = '/home/8/rkswgned/forum/';
$mypage = '/home/8/rkswgned/forum/';
$site_url = ('http://www.swgnews.de/');
$phpBB_url = ($site_url.'forum/');
include($mypage . 'extension.inc');
include($mypage . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, 0);
init_userprefs($userdata);
?>
Code: Alles auswählen
[10-Mar-2003 20:09:03] PHP Warning: file_exists() [<a href='http://www.php.net/function.file-exists'>function.file-exists</a>]: Unable to access templates/subSilver/images/lang_german in /home/8/rkswgned/forum/includes/functions.php on line 291
das rote einfach einfügen...$img_lang = ( file_exists($phpbb_root_path . $current_template_path . '/images/lang_' . $board_config['default_lang']) ) ? $board_config['default_lang'] : 'english';