Scriptads Home
Search script
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Circular preloader
 3. Easy payments...
 4. FFTW with OpenCV
 5. Basic...
 6. Phase...
 7. Menu with...
 8. UserGate...
 9. Two Levels XML...
10. PixExpose
more ...
Top rated
 1. JavaScript...
 2. Essential PHP...
 3. Flash strip...
 4. JaxterChat ...
 5. Pixel Ad Script
 6. Building...
 7. Smash Bugs | ...
 8. UserGate...
 9. Export MS...
10. PHP to detect...
more...

HOME > ASP > Counters

 Counters scripts

Display users-online with ASP
Learn how to use global.asa to display the number of users visiting your site. This tutorial can be broken down into two sections, global.asa, and numvis.asp. Before you can begin this tutorial, make sure you
 
Disply Number of Unique Visitors Currently on Site
By implementing this code on your site, you can display the number of visitors that are currently browsing your site. It increments a counter every time that a unique session begins on your site and decrements a counter every time that a session end
 
Free Active Visitors Counter Script
With this script we will be able to know and show in our pages the number of active visitors in a given moment. The script has two parts: a file name global.asa (check information on "global.asa" file in this tutorial), and a small code you
 
CrazyBeavers HitCounter
Freeware hitcounter script which records each pageview on your site with browser, ip and referer. Has a large stats page along with simple functionallity to add it to individual pages aswell.
 
Counting how many users you have online
Counting how many users you currently have viewing your website is a neat thing to add to your site and it's simple. In order to create this script, you must learn about session, application objects and the global.asa file.
 
'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.
 
text counter
This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
 
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
 
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 tex
 
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.
 
1 2