I tried that and this is what I got:
===================
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/detrends/public_html/forum/txapib/config.php on line 2
Parse error: parse error in /home/detrends/public_html/forum/txapib/config.php on line 2
config.php doesn't exist or is corrupt. Please run install.php to install PunBB first.
===================
and this is the config that was generated when installing (I changed the user/pass for security purposes):
===================
<?php
$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'detrends_database';
$db_username = 'detrends_user';
$db_password = 'pass';
$db_prefix = 'txapib';
$p_connect = true;
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$language = 'en';
define('PUN', 1);
===================
Didn't know if that would help you out any. Your time is appreciated.
Thanks,
~zilker