Code: Alles auswählen
<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = "mysql";
$dbhost = "deinhost(meistens localhost)";
$dbname = "DatenbankName";
$dbuser = "BenutzerName";
$dbpasswd = "DeinPasswort";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>