|
well the build has been updated to reflect my changes with reading the postnuke cookie
I think you might have a php problem that came into existance with 4.3.10
Find this
$gologin = 1; $usergroup = 0; $checkpass = 0;
$ueditpho = 0; $ueditposts = 0; $useruploads = 0; $usercomment = 0;
$diskspace = 0; $uploadsize = 0;
$md5cookpass="";
$sessionid = "";
add below this
$ubbgroups = array();
|