hey trust me it's working but you have not included a language file LOL
code:
// SET THIS TO THE TITLE OF THIS PAGE
$BasicTitle = "DBY_Gallery";
// Get the user info
$Username = $w3t_myname;
$Password = $w3t_mypass;
require ("{$PathToThreads}main.inc.php");
require ("languages/$lang[THIS_FILE]/ubbthreads.php");
$userob = new user;
$user = $userob -> authenticate("");
please point the language file to ubbthreads.php
or make your own using the same format