Toto je obsah config.php (namiesto hviezdiciek treba zadat prislusne udaje, $dbms a $table_prefix mozu byt odlisne):
Kód:
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql4';
$dbhost = 'mysql.ic.cz';
$dbname = 'ic_****';
$dbuser = 'ic_*****';
$dbpasswd = '*****';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>