QUOTE(ssfdre38 @ Jul 12 2011, 06:17 PM)

everything else is fine just replace mysql.hosting.zymic.com with localhost and you will be fine
not...
CODE
<?php
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '21';
$dbname = 'knightsandmerchants_zxq_kamm2';
$dbuser = 'user';
$dbpasswd = 'password';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
?>
I don't know what the problem... I used utf-8 or ansii, bom or without bom, localhost or everything else, is not work...
Or dbms is mysql.hosting.zymic.com, then:
CODE
Warning: require() [function.require]: Unable to access ./includes/db/mysql.hosting.zymic.com.php in /www/zxq.net/k/n/i/knightsandmerchants/htdocs/forum/common.php on line 196
Warning: require(./includes/db/mysql.hosting.zymic.com.php) [function.require]: failed to open stream: No such file or directory in /www/zxq.net/k/n/i/knightsandmerchants/htdocs/forum/common.php on line 196
Fatal error: require() [function.require]: Failed opening required './includes/db/mysql.hosting.zymic.com.php' (include_path='.:/usr/lib/php') in /www/zxq.net/k/n/i/knightsandmerchants/htdocs/forum/common.php on line 196