// set params for message board inclusions$palspath = "<your path to the pals-dir goes here>";include "{$palspath}/main.inc.php";include "{$palspath}/pals/languages/${$config['cookieprefix']."w3t_language"}/languagepal.php";@include "{$palspath}/pals/configpal.php";// authenticate visitor$userob = new user;$user = $userob -> authenticate("");$user = $userob -> authenticate("U_Username,U_PicturePosts,U_ShowSigs,U_Email,U_PictureView,U_Status,U_Privates,U_Name,U_Title,U_Totalposts,U_Visible, U_Laston,U_Language,U_TimeOffset,U_Groups,U_Picture,U_Number");list($palUusername,$palPicturePosts,$palShowSigs,$palEmail,$palPictureView,$palStatus,$palPrivates,$palRealName,$palUsertitle,$palTotalUposts,$palUVisible, $laston,$ubbt_language,$offset,$groups,$picture,$Uid,$CheckUser,$pass,$sessionid,$stylesheet,$status,$privates,$frontpage) = $user;if ($config['cookiepath'] == "") { $CookieNotice = "<br /><br /><blockquote><strong>Admins please note:</strong> The cookie path is not set site wide. This page must reside in the same directory as UBB.threads™ or cookies must be set site wide for this page to validate visitor access.</blockquote>"; }$html = new html;list($tbopen,$tbclose) = $html -> table_wrapper();
//////////////////////////////////////////
Is that all you added? and where abouts did you add it, I tried it in my current require file, I guess i could just add it to my current index page. let me know if you have any ideas. Thanks again and sorry to bother you with these questions.