I was just wondering, would anyone be able to make or does anyone know of a addon for Radipanel which lists all users online, like put a code on a webpage and it then displays them?
Thanks!

I was just wondering, would anyone be able to make or does anyone know of a addon for Radipanel which lists all users online, like put a code on a webpage and it then displays them?
Thanks!
I've never used Radipanel, but check the database structure, is there a table showing recent logins?
Or a users table with a field showing last login?
If there is, write a simple little bit of PHP that connects to the database, fetches the names of users that logged in within the last 20 minutes or something, then echo them.
It's so simple that it's probably easier to do that than google it, copy and paste and test.
That's assuming you understand at least the very basics of PHP, if not, tell me the basic database structure and I'll try to write something tonight/tomorrow if I'm not busy.
Want to hide these adverts? Register an account for free!