Brett, thanks for the tip, but I looked, and everything is where it is supposed to be as far as I can tell. Let me know if you see anything that is "off."


// Path and Url variables

// Url to the main UBB.threads php install
$config['phpurl'] = "http://www.massassimilation.net/ubbthreads";

// Absolute Url containing the images
$config['images'] = "/ubbthreads/images";

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

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

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

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

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