Cod: Selectaţi tot
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost'; (numele serverului)
$dbname = 'numele_bazei_de_date';
$dbuser = 'acelasi cu al bazei de date';
$dbpasswd = 'parola';
$table_prefix = 'phpbb_'; (prefixul la instalare)
define('PHPBB_INSTALLED', true);
?>