PDA

View Full Version : online users name in non-vb page?


mohammad6006
09-11-2013, 02:57 PM
how can i display my forum online users usernames in non-vb php page?

cellarius
09-12-2013, 08:22 AM
You'd write a php script to query the vB database, getting the entries from the session table where userid is not 0, joining it on the user table to get the corresponding usernames.