Roundcube Community Forum

Release Support => Requests => Topic started by: skygge on November 07, 2012, 10:37:40 AM

Title: "Online users" plugin
Post by: skygge on November 07, 2012, 10:37:40 AM
Hello,

I'd like to ask you guys if there's some kind of plugin to RC that can display:

- number of online users (ie. on the login screen as in SQuirrelmail :) )
- last logged from: IP ADDRESS

?

Thanks!
Skygge

Edit: I wrote this SQL query
"SELECT count(*) FROM `session` WHERE unix_timestamp(SYSDATE())-unix_timestamp(changed) <1800;"
which counts online users (with idle_timeout plugin set to 30 min).

I can modify login.html and display this number but I have to remember to modify login.html after each RC update. I can't write plugins :)