With the success of the WhosOnline PHP script, I have made a quick and simple tutorial on how to use it for whatever you decide. It is really easy and can be used to do anything from displaying the total number of people online, to displaying all the members names individually. Take a look at it in the Tutorials section!
WhosOnline Tutorial now online!
Published: 09.25.2009Posted in: Post
Hi, I like the script. Is it possible to have a Who7s online script that shows the Pictures of avatars registered. Not only the names but the thumbnail of the user. If posible Ill really appreciate it. Thanks
Louis
Definitely possible. Once you retrieve the username, just search the database for that user and grab their avatar. A simple query would do it: “SELECT * FROM Users WHERE username = ‘$user’”. I am not familiar with your database or code you are using. Post what you have either here or pastebin.com and send me an email: pyr0t3chnician@gmail.com