What The ???

JEP

Does It Really Matter....?
Staff member
look what happened when viewing this post:


http://jetcareers.com/ubbthreads/showflat.php?Cat=&Number=105076&Main=104968#Post105076
----------------------------

authenticate("U_Display, U_Groups, U_PostsPer, U_PicturePosts, U_FlatPosts, U_TempRead, U_TimeOffset,U_ShowSigs"); isset($user['U_Username']) && $Username = $user['U_Username']; isset($user['U_PicturePosts']) && $PicturePosts = $user['U_PicturePosts']; isset($user['U_Groups']) && $Groups = $user['U_Groups']; isset($user['U_StyleSheet']) && $mystyle = $user['U_StyleSheet']; isset($user['U_Status']) && $userstatus = $user['U_Status']; isset($user['U_TempRead']) && $read = $user['U_TempRead']; isset($user['U_FlatPosts']) && $Totaldisplay = $user['U_FlatPosts']; isset($user['U_Number']) && $usernumber = $user['U_Number']; isset($user['U_PostsPer']) && $PostsPer = $user['U_PostsPer']; isset($user['U_TimeOffset']) && $useroffset = $user['U_TimeOffset']; isset($user['U_ShowSigs']) && $ShowSigs = $user['U_ShowSigs']; isset($user['U_TimeOffset']) && $toffset = $user['U_TimeOffset']; $html = new html; // ---------------------------------------------------- // If we don't have a post number then we can't view it if (!$Number) { $html -> not_right($ubbt_lang['POST_PROB'],$Cat); } // --------------------------------------------------------------------- // Grab the main post number for this thread and the board that it is on $query = " SELECT B_Main,B_Board FROM {$config['tbprefix']}Posts WHERE B_Number = $Number "; $sth = $dbh -> do_query($query); list ($current,$Board) = $dbh -> fetch_array($sth); $dbh -> finish_sth($sth); // ---------------------------------------------------------------- // Grab the cookie or session to mark the posts as read or unread if(empty(${$config['cookieprefix']."w3t_visit"})) { ${$config['cookieprefix']."w3t_visit"} = ""; } $piece['0'] = ""; preg_match("/-$Board=(.*?)-/",${$config['cookieprefix']."w3t_visit"},$piece); if (isset($piece['1'])) { $unread = $piece['1']; } // ------------------------------------------------------------- // If we didn't get a board or number then we give them an error if (!$Board) { $html -> not_right($ubbt_lang['NO_B_INFO'],$Cat); } // ------------------------------------------------------------ // Update the last visit to this board $Username_q = addslashes
 
I thought that was weird too...

I just reset my cookies and logged back in and all was well..
smile.gif
 
Back
Top