Hiya, I wonder, how to check if user is logged into the forum PHPBB using PHP(session/mysql)?
could someone guide me, pls?
SELECT COUNT(`session_user_id1) FROM `phpbb_sessions` WHERE `session_user_id`=`$user_id` LIMIT 1;
If the result is greater than 0, then the person is online.