I'm having the same proble also
"Warning: Failed opening './ubbt.inc.php' for inclusion (include_path='') in /home/www/massassimilation/ubbthreads/main.inc.php on line 8
"
My config file looks like this
// Url to the main UBBThreads php install
$config['phpurl'] = "http://192.168.123.22/ubbthreads";

// Relative Url containing the images
$config['images'] = "./images";

// Path to your images directory, needed for calculating image sizes
$config['imagepath'] = "./images";

// Url to your stylesheets directory
$config['styledir'] = "./stylesheets";

// Path to your UBBThreads php install
$config['path'] = "./";

// Path to your stylesheets directory
$config['stylepath'] = "./stylesheets";

// Domain that ubbthreads is running under.
$config['referer'] = "http://192.168.123.22";

I have the "sessions" folder above the root directory. with everyone full access.

What am I doing wrong?