Witam, zakupiłem nowy hosting i wszystko z directadmin spakowałem w plik ten .gz czy coś takiego i na nowym hostingu wgrałem do folderu backups, i na forum jest FATAL ERROR to zmieniłem dane i dalej to samo, zrobiłem dobrze wszystko, a jest źle
kod z conf_global.php (lekko utajniony)
<?php
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = 'rpgcity_hosting';
$INFO['sql_user'] = 'rpgcity_uzyt';
$INFO['sql_pass'] = 'hasło';
$INFO['sql_tbl_prefix'] = '';
$INFO['sql_debug'] = '0';
$INFO['sql_charset'] = '';
$INFO['board_start'] = '1367xxxxxx';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '0';
$INFO['board_url'] = 'http://rpgcity.pl';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['use_friendly_urls'] = '0';
$INFO['_jsDebug'] = '0';
$INFO['mysql_tbl_type'] = 'MyISAM';
define('IN_DEV', 0);
/* Remote archive DB - complete these details if you\'re using a remote DB for the post archive.
If content has already been archived in the local DB, this will need transferring and will not be done automatically. */
$INFO['archive_remote_sql_host'] = '';
$INFO['archive_remote_sql_database'] = '';
$INFO['archive_remote_sql_user'] = '';
$INFO['archive_remote_sql_pass'] = '';
$INFO['archive_remote_sql_charset'] = '';
?>
help