Nach dem Upload...
Verfasst: 05.05.2005 18:00
Hallo!
Habe den kompletten phpBB2-Ordner bei Strato hochgeladen.
Wenn ich jetzt install/install.php im Browser öffne, erscheint nur eine seltsame Seite mit html-Codes!?
Um einen gekürzten Blick auf die install.php-Seite zu bieten:
<?php
/***************************************************************************
* install.php
* -------------------
* begin : Tuesday, Sept 11, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: install.php,v 1.6.2.13 2005/03/15 18:33:16 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
/***************************************************************************
*
* Deutsche Version (c) 2004 phpBB.de
*
* Aenderungen an guess_lang()
*
* guess_lang: Im Zweifel Deutsch als Standardsprache (German as default)
*
***************************************************************************/
// ---------
// FUNCTIONS
//
function page_header($text, $form_action = false)
{
global $phpEx, $lang;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $lang['ENCODING']; ?>">
<meta http-equiv="Content-Style-Type" content="text/css">
<title><?php echo $lang['Welcome_install'];?></title>
<link rel="stylesheet" href="../templates/subSilver/subSilver.css" type="text/css">
<style type="text/css">
<!--
usw........
Wie geht's jetzt weiter?
Vielen Dank für Infos!

Habe den kompletten phpBB2-Ordner bei Strato hochgeladen.
Wenn ich jetzt install/install.php im Browser öffne, erscheint nur eine seltsame Seite mit html-Codes!?
Um einen gekürzten Blick auf die install.php-Seite zu bieten:

<?php
/***************************************************************************
* install.php
* -------------------
* begin : Tuesday, Sept 11, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: install.php,v 1.6.2.13 2005/03/15 18:33:16 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
/***************************************************************************
*
* Deutsche Version (c) 2004 phpBB.de
*
* Aenderungen an guess_lang()
*
* guess_lang: Im Zweifel Deutsch als Standardsprache (German as default)
*
***************************************************************************/
// ---------
// FUNCTIONS
//
function page_header($text, $form_action = false)
{
global $phpEx, $lang;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $lang['ENCODING']; ?>">
<meta http-equiv="Content-Style-Type" content="text/css">
<title><?php echo $lang['Welcome_install'];?></title>
<link rel="stylesheet" href="../templates/subSilver/subSilver.css" type="text/css">
<style type="text/css">
<!--
usw........
Wie geht's jetzt weiter?
Vielen Dank für Infos!