
02-21-2014, 08:43 PM
|
|
|
Join Date: Feb 2013
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by d1jsp
Bump for update... This line of code is the culprit that breaks the online user list section:
PHP Code:
eval('$activeusers .= ", ' . $buffer . '";');
Example array structure that goes into $activeusers in 4.2:
PHP Code:
$fakeUser = Array(
"userid" => 371,
"username" => "silvercharm12",
"invisible" => 0,
"inforum" => 0,
"lastactivity" => 1384445336,
"lastvisit" => 1384375718,
"usergroupid" => 2,
"displaygroupid" => 2,
"infractiongroupid" => 0,
"musername" => "silvercharm12",
"displaygrouptitle" => "Newbie",
"displayusertitle" => "",
"comma" => ",",
"buddymark" => "",
"invisiblemark" => "",
"online" => "online",
"onlinestatusphrase" => "x_is_online_now");
|
Hi,
the name don't show, what i have to do?
thank you.
|