Active User Counter
|
|
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. |
Active users
|
|
This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved |
Active Users Counter
|
|
With this script you can show the number of active visitors in a given moment. The script has two parts: a file name global.asa, and a small code you must insert in your pages to show the number of active users. |
ApiWare! myCounter
|
|
myCounter is a page hit counter system for your website to track the amount of people visiting your website daily. |
ASP 101: Hit Counter
|
|
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. |
ASP Active Visitor Counter
|
|
The following ASP code will allow you to Count and Display the amount of visitors that are currently on or viewing your website. |
ASP and current performance values
|
|
Want to show current number of users on your ASP page? This article lets you show a way to access IIS/ASP performance values from ASP. Source to show current number of anonymous users or main IIS performance values in HTML, values from other computers. |
ASP Graphical Hit Counter
|
|
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. |
ASP Hit Counter
|
|
This is a simple ASP hit counter. A text document is placed in the same directory as the page we want the counter to appear on. The .txt file is first read to gain the value of the last hit count, one is added to that number, written to the .txt document, closed and the counter value is written as text to the page. |
ASP Hit Counter Tutorial
|
|
This tutorial and free script download guide you line by line through the process of making a hit counter for your web site. Also download the code and tutorial with each line code commented with pre made counter images. |
ASP Session Counter
|
|
This is a simple ASP session counter that allows you to count how many unique user sessions were opened in your site. Useful for tracking the number of unique users. |
ASP-DB Visitor Counter
|
|
Simple and easy to set up counter script. Just include the *.asp file in the pages you want monitored. |
Counter that returns screeninfo
|
|
With this script, you can retrieve the users screen resolution and color depth. It writes the screen info and the usual visitors' info to an access database. The script only counts unique users. |
Creating an ASP-driven Page Counter for HTML Pages
|
|
This article illustrates a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically it explains how to display a page counter on a number of static HTML pages. |
Database Counter
|
|
A simple ASP/Access-based counter to display the number of visitorsitors to your site. |
Database Hit Counter
|
|
This is a datbase driven ASP Hit Counter. Each line of the code is commented to make it easier for a begina beginner to follow or to customize. It is easy to set up, all you have to do for each page in your web site you would like a hit counter on is add a couple of lines of ASP. The database reference to each page is automactically written. An admin page is used to view hit counters with 2 hit counters and dates for each page one of which can be reset so you know exactly how many hits you have had on that page in a set time span. |
Database hit counter
|
|
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. |
Dev ASP Hit Counter
|
|
You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI). |
Easy Graphic Page Counter
|
|
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. |
Easy Text Page Counter
|
|
This very simple page counter will count hits on a .asp page and display the result in text format. Can be used to count multiple pages. Uses the FileSystemObject to create/edit text files on the server. |
Free Active Servers Counter
|
|
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. |
Free WDK Image Counter
|
|
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 |
Hit Counter (DB)
|
|
This is an ASP counter script that uses a database to store the counts so it's really pretty easy to maintain multiple counts using this one file. All you need to do is include it into your asp file and it'll do the database work and print out the count for that file. It even automatically adds records when a page is first hit. |
Impression Counter (With a db)
|
|
What's behind an image? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the browser an image tag that references an active server page can do most anything and output an image to be displayed as the final output to the user. This example will add one to an Access db (to count the number of impressions). The Access db will also add when the impression occurred automatically and redirect will send the user to an image to be displayed in the browser. |
Johan Bohlin's Counter
|
|
This is a simple text-counter script. Just include counter.asp in the page where you want the counter. You can have a counter on all your page if you like, just include counter.asp. |
Kaos hit counter mk2
|
|
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. |
Page Hit Counter
|
|
Keeps track of hits on multiple pages using only one text file. Call through SSI or stick raw code in each file. Options to display count on the page, or hide counter so only you know the real count. |
PowerASP Counter
|
|
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. |
Simple asp counter
|
|
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. |
Simple Counter
|
|
Features Include: Total Visitors, Unique Visitors, Browser, Operating System, Screen Resolution, Screen Color Depth, Ip Address, Total visitors by Month/Year, Changeable Display Options. |
Simple Counter Using Graphics
|
|
This example is a simple counter using graphics to display the numbers that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file. |
Simple Database Hit Counter
|
|
This short tutorial shows you how to write a simple database driven counter using MS Access. Each step is explained in detail. |
Simple Text Counter
|
|
This example is a simple text based counter that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file. It first reads the current number in the file and adds one to it, then displays it as text on the page. |
Simple Text Display Web Page Counter
|
|
This simple page counter uses the File System Object to store the page count in a text file located on the server. |
Simple visitor counter
|
|
This is a simple text-based visitor counter. It uses the IIS PageCounter object and only shows the total (non-unique) number of hits. This is as easy as it gets: copy-paste 3 lines of code into your page and you're done. |
Softline Hit Counter
|
|
This is a simple text based counter that reads and writes to a text file. |
STARK Counter
|
|
STARK Counter is a simple ASP script that counts the number of visitors to your site. All the data is stored in an Access database. Includes a password protected admin script to delete and alter the existing counters. |
text counter
|
|
This example uses a flat text file to store the count . Shows the basics of file usage in ASP. |
Visitor Count (Non - Global.asa)
|
|
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. |
VisitorCount
|
|
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. |
24NZ Counter System
|
|
Easy Installation and Powerful Features. |
'accurate' text counter
|
|
This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times. |