- 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.
Price: Free
Platform: Windows
http://codeave.com/asp/code.asp?u_log=75
(Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
Price: Free
http://www.codeave.com/asp/code.asp?u_log=76
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Hit Counter (DB)
This is an ASP counter script that uses a database to store the counts so its really pretty easy to maintain multiple counts using this one file. All you need to do is include it into your asp file and itll do the database work and print out the count for that file. It even automatically adds records when a page is first hit.
Price: Free
http://www.asp101.com/samples/counter_db.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Ourline Counter
This is yet another ASP counter. It counts total page visits and visits made on the current day. Just copy and paste the code into your application. You do not need to create the text files that stores the counter yourself as the code detects whether or not they exist. If not then it creates the file for you.
Price: Free
http://www.ourline.com/forums/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Sakkis ASP Counter
This is an ASP text counter using an Access database. It features: Cookie function, Add various counters to the same database (hit counter), and more.
Price: Free
Version: 1.0
Platform: Windows
http://www.sakki.net/aspcounter.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
|