This simple page counter uses the File System Object to store the page count in a text file located on the server. You can also use this code on multiple pages and count the page views on every page in your whole site.
This is a simple page hit counter script. It lets you choose either plain text or a set of images by simply setting the images querystring parameter to true or false. You can cut and paste the code into the page you want the count to appear on or just use it as an include file and place one line of text in the document you want the count to appear.
This example demonstrating how to implement your own image counter with using WDK4 objects. Live example of this counter you can see on http://www.arachnoware.com/hosted/templates/counter.asp
The ASP Graphical Hit Counter has comments on each line of code to make it easier for a beginner to customse. A text file is used to store the hit count, so it should run on any ASP enabled web space. Graphics are used to show the hit count on the page you place the hit counter on.
This is a simple "ASP Based" hit counter system. It also has "FixedDigitCount" support for the graphical version. The zip file includes 8 digit collections to get you started.
This very simple page counter will count hits on a .asp page and display the result in graphic format. Can be used to count multiple pages. Uses the FileSystemObject to create/edit text files on the server.
This very simple page counter will count hits on a .asp page and display the result in graphic format. Can be used to count multiple pages. Uses the FileSystemObject to create/edit text files on the server.
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.
A very basic hit counter that can remain hidden or viewable to the public. On each page view the counter increments, and you can start it on whatever you want to.
A simple ASP counter where each time a visitors gets to our page, a text file containing the number of visits will be open, the number read and increased by one and the result will be saved in the file.
This hit counter allows you to track site visitors by browser session. It uses a flatfile XML source to hold the counter values - no database required. It has the ability to track an almost unlimited number individual counters (you could theoretically have 75,000 counters or so). The value that is returned by the function is specified by you as well.. The script gives you complete control over its functionalities.