anscheinen bin ich zu blöde die installationsanweisung umzusetzten. ich habe auf nem IIS5 server den phpbb2.0.3 ordner unter dem namen phpbb2 entpackt. außerdem den ordner phpMyAdmin.
nun versuch ich die http://localhost/phpbb2/install.php aufzurufen. da kommt bei mir nur irgend ein blöder text von wegen:
und aus der anleitung werde ich net schlau, kann mir einer mal ne kurze hilfestellung geben.<?php
/***************************************************************************
* install.php
* -------------------
* begin : Tuesday, Sept 11, 2001
* copyright : (C) 2001 The phpBB Group
* email : supportphpbb.com
*
* $Id: install.php,v 1.41.2.4 2002/07/19 15:58:16 psotfx 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.
*
***************************************************************************/
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
define('IN_PHPBB', true);
$phpbb_root_path='./';
include($phpbb_root_path.'extension.inc');
include($phpbb_root_path . 'includes/functions_selects.'.$phpEx);
$userdata = array();
$lang = array();
$reinstall = false;
[.......]
ICQ: 141381306
bin nicht sonderlich schwer von begriff also dürfte es nicht lange dauern.
im vorhinein vielen dank
MfG