I need a very simple website visitor tracking script.
This is exactly what I need the script to do, nothing more nothing less:
Viewable only in the admin panel –
# view current users on the website.
# current page the user is on.
# how many pages the user has visited on the site.
# which pages they have visited.
# play an audio alert on the admin panel when someone new enters the site.
# if someone clicked a link to get to the site – referral url of where they came from.
# ip address of user.
# the ability to be able to send an alert message to any user that is on the site regardless of the page they are viewing.
# the admin panel would have to refresh in order to update.
I should be able to add the script to my pages by a small piece of javascript.
I have added a picture which should give you a good idea on how I would want this to look.
Thanks for looking!