Categories
Tags → Session Counter

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 ends.
DETAILS

AGTC PHP - Simple Hits Counter

Well its a very simple hits counter that only logs individual hits, in other words one hit per person per visit. Its work simply by checking the visitors Remote Address and logs it as a SESSION. Once the visitor enters your site the session is th...
DETAILS

Simple Unique Visitor Tracking Global.asa

This code stores &"unique visits&" (defining that as visits from different IP addresses) to the site and will send a daily detailed activity report (entry point, Referrer URL, IP, User Agent, etc) to the specified e-mail account. ...
DETAILS

24 realtime statistics

We offer a FREE traffic counter for personal as well as commercial websites. Without banners, but with all features. Perhaps this is the best traffic counter of the world! The session duration per visitor, used search words and search engines, a...
DETAILS

''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.
DETAILS

Yacop

Yacop is a webpage counter written in PHP. It has three modes of output (silent/text/images) and uses cookies in order to manage sessions. You can configure it to count page impressions (when someone reloads the page it is considered a hit) or page v...
DETAILS

Simple MySQL PHP Hit Counter

A very simple hit counter that tracks visits per site. Also a basic introduction to Session Management.
DETAILS

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.
DETAILS
©2003-2008 jCay.com