wie muss ich diese Installationaufforderung in der config.php einsetzen?
Code: Alles auswählen
#-----[ SQL ]--------------------------------------------
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_sort', 'joindate');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_order', 'DESC');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_special', 'no');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_count', '15');
Code: Alles auswählen
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = 'dbxxxx;
$dbuser = xxxxx';
$dbpasswd = 'xxxxxx';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>