quote:
Originally posted by Absorbation
It's not a hard plugin to make. Connect to the database and get one peice of data. You could even steal the online.php code to see where it is stored and get it
The user-friendly location name isn't stored in the DB, only the HTTP REQUEST_URI.
online.php is a pretty big file, and most of its code is dedicated to determining the location names. To replicate its functionality, you'd either have to copy all that code, which would be redundant, or move it into a separate include file and make it nice and portable...