Hello, I'm connecting to the PHPBB Forum database from my site's homepage.
what I want to do is, to define if the user is online or not, so I can display different stuff on my homepage depending on the user's status.
but I can't find the table where the user's status is stored (Online/Offline) ..
I Have tried using the user_level thingy, and then to use "if $level !="0", but apparently, it's not accurate.
Thx in Advance, Samer

.