Код: Выделить всё
$online_users = array(
'online_users' => array(54), // Put here the id('s) of the user('s) that you want to show online all the time
'hidden_users' => array(),
'total_online' => 0,
'visible_online' => 1, // Number of id's that you entered above
'hidden_online' => 0,
'guests_online' => 0,
); Вот как выглядит мой код:
Код: Выделить всё
$online_users = array(
'online_users' => array(54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77), // Put here the id('s) of the user('s) that you want to show online all the time
'hidden_users' => array(),
'total_online' => 0,
'visible_online' => 24, // Number of id's that you entered above
'hidden_online' => 0,
'guests_online' => 0,
);
