okay, looking at what you have posted, all of the $DB needs to stay original and no changes made there........the only changes that need to be made are in your
Quote:
$rootdir= "/xxxxxxx/xxxxx/xxxxx/jaxdoug.com/httpdocs/forums/alice/aiml/";
require('xxxxxx/xxxxxx/xxxxx/jaxdoug.com/httpdocs/forums/includes/config.php');
|
files and it should look like this:
Quote:
$rootdir= "/httpdocs/forums/alice/aiml/";
require('/httpdocs/forums/includes/config.php');
|
Or what ever the exact path is to your forums directory.......you shouldn't need the dot com in the path.
You should be able to find the exact root if you go to your vbulletin admincp, scroll down to maintenance, and then your php info, look for PHP Variables and then _SERVER["DOCUMENT_ROOT"].
Then run
and not botloaderinc.php
and if you need a fresh dbprefs file, I attatched one