Verfasst: 14.06.2003 21:15
Gib mal 'n Link auf die Datei (als txt-Datei) oder lade sie mal neu hoch.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
$board_email = (!empty($HTTP_POST_VARS['board_email'])) ? $HTTP_POST_VARS['board_email'] : '';
$script_path = (!empty($HTTP_POST_VARS['script_path'])) ? $HTTP_POST_VARS['script_path'] : str_replace('install', '', dirname($HTTP_SERVER_VARS['PHP_SELF']));
if (!empty($HTTP_POST_VARS['server_name']))
{
$server_name = $HTTP_POST_VARS['server_name'];
}
else
{
// Guess at some basic info used for install..
if (!empty($HTTP_SERVER_VARS['SERVER_NAME']) || !empty($HTTP_ENV_VARS['SERVER_NAME']))
{
$server_name = (!empty($HTTP_SERVER_VARS['SERVER_NAME'])) ? $HTTP_SERVER_VARS['SERVER_NAME'] : $HTTP_ENV_VARS['SERVER_NAME'];
}
else if (!empty($HTTP_SERVER_VARS['HTTP_HOST']) || !empty($HTTP_ENV_VARS['HTTP_HOST']))
{
$server_name = (!empty($HTTP_SERVER_VARS['HTTP_HOST'])) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_ENV_VARS['HTTP_HOST'];
}
else
{
$server_name = '';
}
}
}<--hier müsste der fehler sein
if (!empty($HTTP_POST_VARS['server_port']))
{
$server_port = $HTTP_POST_VARS['server_port'];
}
else
{
if (!empty($HTTP_SERVER_VARS['SERVER_PORT']) || !empty($HTTP_ENV_VARS['SERVER_PORT']))
{
$server_port = (!empty($HTTP_SERVER_VARS['SERVER_PORT'])) ? $HTTP_SERVER_VARS['SERVER_PORT'] : $HTTP_ENV_VARS['SERVER_PORT'];
}
else
{
$server_port = '80';
}
}
// Open config.php ... if it exists
if (@file_exists(@phpbb_realpath('config.'.$phpEx)))
{
include($phpbb_root_path.'config.'.$phpEx);
}
// Is phpBB already installed? Yes? Redirect to the index
if (defined("PHPBB_INSTALLED"))
{
redirect('index.'.$phpEx);
}
// Import language file, setup template ...
include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx);
include($phpbb_root_path.'language/lang_' . $language . '/lang_admin.'.$phpEx);
// Ok for the time being I'm commenting this out whilst I'm working on
// better integration of the install with upgrade as per Bart's request
// JLH
if ($upgrade == 1)
{
// require('upgrade.'.$phpEx);
$install_step = 1;
}
// What do we need to do?
if (!empty($HTTP_POST_VARS['send_file']) && $HTTP_POST_VARS['send_file'] == 1 && empty($HTTP_POST_VARS['upgrade_now']))
{
http://mitglied.lycos.de/starsandstorys/phpBB2/Taube hat geschrieben:Welche Meldung? Welche URL? Was passiert?
Hat keiner eine Ahnung? Ich bin am verzweifeln und komme einfach nicht mehr ins Forum rein!angel.63 hat geschrieben:http://mitglied.lycos.de/starsandstorys/phpBB2/Taube hat geschrieben:Welche Meldung? Welche URL? Was passiert?
Man kann sich nicht mehr einloggen!
Wenn mans versucht kommt das:
Parse error: parse error in /data/members/free/tripod/de/s/t/a/starsandstorys/htdocs/phpBB2/includes/usercp_register.php on line 843
Ich habe auch schon das ganze Forum neu hochgeladen, weil vorher gar nichts ging, jetzt gaht sonst alles, aber einloggen oder neu anmelden kann sich keiner!