do a google for the mods for online status msn/yahoo/aim mod for phpbb. You can download the mods and take a look at the code.
As for the online status of a member:
in your mysql table have field called 'status' set default to 0
every time a member logs using a login form run a query that updates 'status' to 1
then on the page that you want to display member x is online just put a query there where status=1