HTML Code anstatt installation
Verfasst: 12.09.2006 16:09
Hallo
Ich hab hier schon geschaut (jedenfalls auf den ersten Seiten/ Hab jetzt nicht alle 400 durchgeschaut) , ob wegen dieses Problem schon mal gefragt wurde, konnte aber nichts finden. Ich bin zwar kein PC oder HTML Anfänger, aber ein php Forum hab ich bislang noch nicht installiert.
Gemacht habe ich es, wie ich es irgendwo gelesen habe. Ich habe die Software (php 2.0.21) gedownloadet und mit dem FTP Commander auf mein Webspace hochgeladen. Dann hab ich versucht die install.php auszuführen. Da soll jetzt - hab ich mir erzählen lassen - so eine Eingabemaske erscheinen, wo ich Daten eintragen und es dann abschicken soll. Erscheinen tut aber nur ein HTML-Code der ungefähr so beginnt: (Auszug)
<?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.14 2005/12/29 11:51:11 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">
<!--
th { background-image: url('../templates/subSilver/images/cellpic3.gif') }
td.cat { background-image: url('../templates/subSilver/images/cellpic1.gif') }
td.rowpic { background-image: url('../templates/subSilver/images/cellpic2.jpg'); background-repeat: repeat-y }
td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url('../templates/subSilver/images/cellpic1.gif') }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("../templates/subSilver/formIE.css");
//-->
</style>
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA">
<table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td class="bodyline" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
geht in der Art weiter.
Weiß jemand, wo hier das Problem liegt? Danke für evtl. Hilfe.
Ich hab hier schon geschaut (jedenfalls auf den ersten Seiten/ Hab jetzt nicht alle 400 durchgeschaut) , ob wegen dieses Problem schon mal gefragt wurde, konnte aber nichts finden. Ich bin zwar kein PC oder HTML Anfänger, aber ein php Forum hab ich bislang noch nicht installiert.
Gemacht habe ich es, wie ich es irgendwo gelesen habe. Ich habe die Software (php 2.0.21) gedownloadet und mit dem FTP Commander auf mein Webspace hochgeladen. Dann hab ich versucht die install.php auszuführen. Da soll jetzt - hab ich mir erzählen lassen - so eine Eingabemaske erscheinen, wo ich Daten eintragen und es dann abschicken soll. Erscheinen tut aber nur ein HTML-Code der ungefähr so beginnt: (Auszug)
<?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.14 2005/12/29 11:51:11 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">
<!--
th { background-image: url('../templates/subSilver/images/cellpic3.gif') }
td.cat { background-image: url('../templates/subSilver/images/cellpic1.gif') }
td.rowpic { background-image: url('../templates/subSilver/images/cellpic2.jpg'); background-repeat: repeat-y }
td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url('../templates/subSilver/images/cellpic1.gif') }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("../templates/subSilver/formIE.css");
//-->
</style>
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA">
<table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td class="bodyline" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
geht in der Art weiter.
Weiß jemand, wo hier das Problem liegt? Danke für evtl. Hilfe.