
hier ist mal die addy: http://www.ueber-lebt.de/phpBB3-Forum/phpBB3/index.php
bitte helft mir, ich weiß nicht, wo es abgeblieben ist...
danke schonmal
angel
Code: Alles auswählen
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'MYHOST';
$dbport = 'MYPORT';
$dbname = 'MYDBNAME';
$dbuser = 'MYDBUSER';
$dbpasswd = 'MYDBUSERPASSWORD';
$table_prefix = 'MYPREFIX';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>