To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

F.A.Q. - Read it first! - I overwrite/remove config.php, what to do?

Matteo - 07-09-2010, 22:57
Temat postu: I overwrite/remove config.php, what to do?
[ Question ]: I overwrite/remove config.php, what to do?

[ Answer ]:

Make file config.php and fill it like this:
Kod:
<?php

//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//

$dbms = 'DATABASE TYPE';

$dbhost = 'SQL HOST ADRESS';
$dbname = 'DATABASE NAME';
$dbuser = 'USER NAME';
$dbpasswd = 'PASSWORD';

$table_prefix = 'PREFIX OF TABLES';

define('PHPBB_INSTALLED', true);

?>
The file cannot contain blank lines, especially before
Kod:
<?php
and after
Kod:
?>


(original content)



Powered by phpBB modified by Przemo © 2003 phpBB Group