PDA

View Full Version : cookie problam


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

Dismounted
05-18-2009, 06:57 AM
Where is the "problem"? Is it in a custom non-vBulletin-default script? If so - you're going to have to explain the problem clearly and post that code up.

ageurtse
05-18-2009, 07:19 AM
It is in a custom made peace of code, it checks if the user is logged in.
when i output $_COOKIE['bbuserid'] i get the user id. but it seems that it is not set !
tonight i'm able to post the hole code of usercheck.