Thanx for replying Steveneff,
I would be willing to try anything.
I'm guessing that you're referring to the code inside vBExternal.php
Looking at the code though im not shure what you mean by adding forum/
if( !file_exists('./includes/config.php'))
{
echo "includes/config.php does not exist. Cannot continue.";
exit;
}
require_once('./includes/class_core.php');
require('./includes/config.php');
is forum/ going in the place of the ./ ?
Again, I appreciate your reply.