How to see the users online of the chat gagalive in the phpbb3? 
 
In another chat: 
 

OPEN VIEWONLINE.PHP 
SEARCH 
case' index': 
$LOCATION = $USER->LANG [' INDEX']; 
$location_url = append_sid (" {$phpbb_root_path}index.$phpEx "); 
break; 
INSERT BEFORE 
case' chat/index ': 
$location = ' In the Chatroom'; 
$location_url = append_sid (" {$phpbb_root_path}chat/index.$phpEx ");