|
Aaron Outpost's Counters Tutorials
By: Aaron B. Copyright AaronOutpost.com
These
counters use the FileObject and global.asa. You can also create counters that
use databases to store number count but I think that is redundant.
This tutorial
starts off with Steap 1: Create a Text
Hit Counter. However it is boring and needs to be spiced up with some
graphics in Step 2: Create a Graphic Hit Counter.
Ordinary hit counter counts
every time the page is loaded.
Step 3:
Create a Text or Graphic Session Hit Counter
shows you how to create session cookies and keep track of users that have
already been counted.
Last, we will create a script that counts how many
users are on your entire website using global.asa in
Step 4: Create an Active User
Hit Counter using global.asa
|