By CompShack on
Hi all,
What tables can I query to see "Most Users Ever Been Online" on my site? There is a block that says "Who's online" that displays current users online, but how to get most users ever online?
Thanks for your help!
Hi all,
What tables can I query to see "Most Users Ever Been Online" on my site? There is a block that says "Who's online" that displays current users online, but how to get most users ever online?
Thanks for your help!
Comments
here is the block i use for this
hope that helps
wow - lots of code here
Thanks for the block - I will give it a try.
Thanks again!
-----------------------------------------
Finally, I CMS that I Like!
http://www.CompShack.com
This seems to work, although
This seems to work, although you have to change line 9 from
$authenticated_count = db_num_rows($authenticated_users);to the Drupal 6 version of$authenticated_count = db_result($authenticated_users);and change the Russian(?) lines at the bottom of the script. I got the following result at Babel: Приветствуем нового пользователя = "We greet the new user".