Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Hit Counter
Search
DevASP

What's New
What's Hot

Graphical Hit Counter In ASP       
Total Hits: 520  |  Today: 0 Author: JAYARAJA       Rating:  
Read Reviews | Write Review |              Your Rating: 

Its assumed that you already know a little bit about ASP and running ASP scripts.

Before we can start writing the ASP for the hit counter we first need to create a few files and graphics.

First create a text file in note pad, called 'hit_count.txt' containing the digit 0, and save it in the same directory as you are going to place the page containing the hit counter script (make sure there are no other characters in the file)....

ASP Graphical Hit Counter       
Total Hits: 410  |  Today: 0 Author: Bruce Corkhill       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are reading this page then I shall assume that you already know a little bit about ASP and running ASP applications. Before we can start writing the ASP for the hit counter we first need to create a few files and graphics....

Hit Counter for ASP using Session       
Total Hits: 877  |  Today: 0 Author: LoudASP       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are looking for a one-day or one week hit counter to monitor your traffic, try this Session Based hit counter. This is as easy as it gets. I would recommend a database driven hit counter that track more than just hits....

dbHitMe Site traffic logger       
Total Hits: 939  |  Today: 0 Author: Mike J       Rating:  
Read Reviews | Write Review |              Your Rating: 

It simply collects data from your visitors and stores it in MS Access 97 mdb file. Due to the restrictions in simultaneous hits to a web site running MS Access as a database, this is only suitable for sites that have less than 20 simultaneous hits.
...

Impression Counter (With a db)       
Total Hits: 1641  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

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 displ.....

Hit Counter       
Total Hits: 8399  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn how to create a simple hit counter to count the visitors on your site.
It stores it's value in a textfile and counts each request....

Dev ASP Hit Counter       
Total Hits: 9928  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


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)....

Simple Database Hit Counter       
Total Hits: 552  |  Today: 0 Author: Tim Smallwood       Rating:  
Read Reviews | Write Review |              Your Rating: 

As an ASP programmer I decided one day that I needed a counter on my homepage. I first did so by using the File Scripting Object. Then I thought well, I’ll use the Application and Session Object in the global.asa file so that I can use the counter on all of my pages. Nothing is wrong with either way, and you can even use the counter component that is built in with ASP, but I decided I wanted to do it my way. Since I like working with Databases and I only wanted the counter for the default page, ...

Hit Counter       
Total Hits: 559  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here is an example of a hit counter using ASP which is both accurate and very reliable. There are a number of ways to calculate the number of visitors a website has to their page but this one I see to be the best. With the use of ASP's FileSystemObject as well as an Server Side Include, we can easily track the number of visitors to our website....

ASP Easy Hit Counter       
Total Hits: 1398  |  Today: 0 Author: Gabriel Garcia       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a simple ASP counter, it takes very little to set up, just include code on page and you are ready to go. The summary page uses a MS Access database to store total hits per page....

ASP Session Counter       
Total Hits: 4928  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are many ways to track usage of a website. The simplest way is with a hit counter. This sample is one of the simplest session counters that can be made in .asp....

ASP Graphical Session Hit Counter       
Total Hits: 362  |  Today: 0 Author: Bruce Corkhill       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are reading this page then I shall assume that you already know a little bit about ASP and running ASP applications. Before we can start writing the ASP for the session hit counter we first need to create a few files and graphics....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com