Page 1 of 1

PHP code Help.

Posted: Tue Aug 26, 2003 5:07 am
by Jaquio
Would there be a way for a code to display a red or green image as for a user online/offline i need it for my clan http://clanlw.vze.com if you look at members i want the green/red images to go on the far right of their names tell wether their online/offline on the site now would any of this be possible if so please tell me how to do it.[/url]

Posted: Tue Aug 26, 2003 10:16 am
by volka
this board e.g. does it by checking for each request wether the client has logged in. If so a record in the database is updated to mark the user as still active. After a certain amount of time with no update or a logout the user is not considered active anymore.