Hello,
I need some help to display the next info in client/index.php (client home page):
- Month Unique Users
For example: Month unique users: 1212 listeners
- Peak Listeners
For example: Peak Listeners: 1110 listeners
- Country with most listeners
For example: Country with most listeners: United states
- Average minutes listening
For example: Average minutes listening: 02:52
Now, on this page I can only show listeners online to the next tag: {$currentlisteners}
What tags or code is required to display the information I need?