AlexstyleRetro
Member
- Dec 17, 2017
- 151
- 19
Good evening,
in the CMS that I am currently using I noticed the lack of the online user counter in the header, so I decided to insert it like this:
In the server_status table the string is called users_online
I see this
Thanks!!
in the CMS that I am currently using I noticed the lack of the online user counter in the header, so I decided to insert it like this:
PHP:
<?php echo $users_online; ?> Utenti online
In the server_status table the string is called users_online
I see this
Thanks!!