ageurtse
05-17-2009, 05:59 PM
hello i have a custom written database running with vbulletin 3.8.2
until this morning vbulletin run's at 3.0.3 it works great.
but know it doesn't work annymore i think it has somthing to do with this line of code
if (!isset($_COOKIE['bbuserid']) || !isset($_COOKIE['bbpassword']))
{
if(isset($_REQUEST['bbsessionhash']))
are cookies still set in vbulletin 3.8.2 ? is there a different way to check if a user has logged on
until this morning vbulletin run's at 3.0.3 it works great.
but know it doesn't work annymore i think it has somthing to do with this line of code
if (!isset($_COOKIE['bbuserid']) || !isset($_COOKIE['bbpassword']))
{
if(isset($_REQUEST['bbsessionhash']))
are cookies still set in vbulletin 3.8.2 ? is there a different way to check if a user has logged on