require('.
/vb35/includes/config.php'); // put here your correct path to vB3.5 config.php file
$link = mysql_connect(
($config['MasterServer']['
servername']),
($config['MasterServer']['
username']),
($config['MasterServer']['
password'])
)
or die
("Cannot connect to your database");
mysql_select_db(($config['Database']['dbname']), $link) or die ("Cannot select database");
// ###### begin settings ######
$forumdir = "
vb35"; // forum dir (without "/" at the end)
I configured this places ( show in bold) but it gave an error
error is:
Quote:
Table 'aa.thread' doesn't exist
Warning: Supplied argument is not a valid MySQL result resource in c:\apache\htdocs\last_x_eng.php on line 49
|