Who is Online module Any way to have a "Who is Online" module, which shows who's online (obviously), and where they are in the system.. Kinda like this: Code: <table class="tableborders" cellpadding="3" cellspacing="1" width="100%"> <tbody><tr> <td class="tdheader"> Who is online </td> </tr> <tr> <td class="darktable"> Below is a list of Users that have been active within the last 5 minutes. Users who have changed themselves to invisible in their profile will not show up. </td> </tr> </tbody></table> </td> </tr> </tbody></table> <br> <br> <table class="tablesurround" align="center" cellpadding="1" cellspacing="1" width="95%"> <tbody><tr> <td> <table class="tableborders" cellpadding="3" cellspacing="1" width="100%"> <tbody><tr> <td class="tdheader" colspan="5" align="center"> <font style="text-decoration: underline;">1 Registered User(s).</font> </td> </tr> <tr> <td class="tdheader" width="15%"> Username </td> <td class="tdheader" width="12%"> Status </td> <td class="tdheader" width="12%"> Title </td> <td class="tdheader" width="16%"> Last Activity </td> <td class="tdheader" width="30%"> Location </td> </tr> <tr> <td class="lighttable" valign="top"> <a href="http://www.specforce.net/cgi-bin/ubbthreads/showprofile.php?Cat=0&User=2&what=online"><font color="orange">Rushian</font></a> </td> <td class="lighttable" valign="top"> Administrator </td> <td class="lighttable" valign="top"> stranger </td> <td class="lighttable" valign="top"> 06/22/05 02:03 AM </td> <td class="lighttable" valign="top"> Checking who's online </td> </tr> </tbody></table> </td> </tr> </tbody></table> <br> <br> <table class="tablesurround" align="center" cellpadding="1" cellspacing="1" width="95%"> <tbody><tr> <td> <table class="tableborders" cellpadding="3" cellspacing="1" width="100%"> <tbody><tr> <td class="tdheader" colspan="3" align="center"> <font style="text-decoration: underline;"> 0 Anonymous User(s). </font> </td> </tr> <tr> <td class="tdheader" width="30%"> From IP </td> <td class="tdheader" width="30%"> Last Activity </td> <td class="tdheader" width="40%"> Location </td> </tr> </tbody></table> </td> </tr> </tbody></table>