Öhm, ein Forum ( phpBB3 ) hast Du aber schon vorher installiert und in dieses dann das Portal eingebaut?Hallo,ich wollte mir gerne ein kleines forum erstellen doch nun wollte ich die install datei öffnen.Was kommt?

Code: Alles auswählen
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '21';
$dbname = 'dumbeldore';
$dbuser = 'dumbeldore';
$dbpasswd = 'passwort';
$table_prefix = 'phpbb_dumbeldore';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>