The following ASP code will allow you to Count and Display the amount of visitors that are currently on or viewing your website. You will have to save this ASP code into a file called 'global.asa', which must be uploaded to the root of your webserver.
ASP active Session allows you to display the number of active users on your site. It consists of two files: The global.asa and the active.asp. The global.asa is the main file that determines and tracks the number of users on your site. The active.asp file is just a file that displays this information from anywhere by using the INCLUDE command in ASP. This is very easy, once you get the concept. It includes a readme file that will guide you through installation process. Goodluck!
Visitor Count lets you display the amount of active users currently surfing on your site. It is a great way for: a) administrators to add a feature to their site; b) administrators to be able to see how many people are surfing right that second; c) visitors to be able to see how many people are surfing right that second.
Visitor Count lets you display the amount of active users currently surfing on your site. It is a great way for: a) administrators to add a feature to their site; b) administrators to be able to see how many people are surfing right that second; c) visitors to be able to see how many people are surfing right that second.
This free Acive User's Counter can count the amount of active users you have on your site at anyone time and show a grapihical count of how many are using your site.
This is a simple ASP script that lets you count and show in your pages the number of active visitors in a given moment. The script has two parts: a file name global.asa, and a small code to place in your pages to show the number of active users.