nice, yeah there is quite a bit of stuff i've stripped out: who's online, polls are a few of them.
the main things i've done to get things really tied in is to modify includes/accesscheck.php to use threads session info, but i've done this by including the following in index.php for mambo:
<br />include "{$mosthreadspath}/main.inc.php";<br />// Get the user info<br />$Username = $w3t_myname;<br />$Password = $w3t_mypass;<br />$userob = new user;<br />$usert = $userob -> authenticate("");<br />
where $mosthreadspath= path to ubb install and is a variable i use throughout the scripts for other items