Search for in Advanced
Home >> Counters
  Resources
Advertising Management
Affiliate Programs
Auctions
Blogs
Bookmark Management
Books & Magazines
Bulletin Boards
Calculators
Calendering
Chat Programs
Classified Ads
Click Tracking
Communication Tools
Content Management
Counters
Database Tools
Development Tools
Document Management
E-Commerce
Education
Email Systems
File Operations
Financial Tools
Forms Processing
Games & Entertainment
Graphs & Charting
Groupware Tools
Guestbooks
HelpDesk, FAQ, Knowledgebase
Imaging (Galleries & Tools)
Link Indexing
Mailing List Managers
Match Making
Misc
Multimedia
Music Libraries
News Publishing
Organizers
Polls & Voting
Portal Systems
Postcards
Real Estate
Redirections
Reviews & Ratings
Search Engines
Security Systems
Tips, Demos & Tutorials
Tools & Utilities
User Authentication & Management
Vertical Markets
Virtual Communities
Web Hosting
Web Server & Web Hosting Tools
Website Navigation
Website Traffic Analysis
Websites
XML, RSS, CSS
RSS Feeds - Links
New links
Editor's pick
Popular links
This category
  Select Style
 

Counters
Submit a link to this category
  Links in this category: 70
  Pages:  1  2  3  >  >>
  Sort by: Title - Description - Date created - Editor's pick - Rating - No. of votes - Popularity - Incoming clicks  

Simple MySQL Counter


A simple text counter that uses MySQL to store data. It is simple to install and use.
Visit site
Details
Rate it
Tell a friend
Comments: 2
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 3.00 3.00 (1 votes) ::

Easy to install text based counter..


This is a really simple invisible counter that gives you day by day unique and raw hits that your site gets. It also gives you the total hits starting by the first time you installed the counter. Also, it gives you the full report of the referrers. It is using text files to hold the data and it gives you the ability to check the stats from your admin section. Installation is too easy. Just upload and add a code that is all...No database required as it is storing the data in text files.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Text file hit counter


Records hits to a web page. The hit count is stored in a single text file. The total number of hits is displayed on the web page but can be disabled if desired.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

AGTC PHP - 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 then logged with their Remote Address and the hits counter logs one hit. For as long as there on your site they will not add anymore hits to the counter until they re-visit in a new session. The idea of this script came to me from some of the poor or lazy examples of hits counters I have seen, which each time you refreshed the page it would log another hit, this is no good if you want to see the true value of visitors to your site. Great, simple, and easy to integrate into any PHP script. Try the demo...
Visit site
Details
Rate it
Tell a friend
Comments: 2
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Mos txtCounter


Simple/basic PHP text counter. No database, only text file, easy and simple.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Statistics 1.1


Easy Installation - Flat file system (no database needed) - Display visitor data as text or images - Show the number of users currently online - Show unique IP counts for Today, Yesterday and Total - Optional email notification upon reaching milestones
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Embedded Hit Counter


The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the pages hits in itself, you can eliminate the need for another external file, or a database, containing just page hits.
Visit site
Details
Rate it
Tell a friend
Comments: 1
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 5.00 5.00 (1 votes) ::

3rabo_counter


3rabo_counter is a cool script that can show you how many people are surfing your site at the given time, and it shows you the total visits in that day, and the total visits since the script was installed.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Counters


The Counters class can create any number of individual counters containing an integer value. Each one could be stored, increased and retrieved. You manipulate the value by its methods Get, Set, Increase, List and Kill. Once created the counters life continue until you terminate it explicitly. Please note that counters do not automatically increase their values on an event base (i.e. a page hit). You must manually change it with the Set and Increase methods. Once created the counter has no scope limited. You could retrieve or manipulate its value in any page on your site. Counters values are stored in a text file named Counters.txt, located in the same directory as the class resides.
Visit site
Details
Rate it
Tell a friend
Comments: 3
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Flawless Counter


This is a simple counter that writes to a file every time the page is accessed. No MySQL used.
Visit site
Details
Rate it
Tell a friend
Comments: 88
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Chipmunk Textcounter


A simple counter that uses php/mysql to track number of uniques to your site, number of pageviews, and logs the IP of your unique visitors since last time the "reset" was pressed. The new update allows for hashed admin passwords.
Visit site
Details
Rate it
Tell a friend
Comments: 1
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

SVs Simple Counter


A simple PHP counter that counts your website visitors. It now has the ability to either show the count as plain text, or images; and whether or not to count only unique hits, or all hits. (IP Based) Updated to v1.5 - A complete re-write.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Daily Hits Counter


This isnt online anymore
Visit site
Details
Rate it
Tell a friend
Comments: 1
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

PG Counter - Text Based


This small PHP Script counts hits to a page or an entire site. Comes with example page. Very easy to set up and requires no updating or editing of the scripts.
Visit site
Details
Rate it
Tell a friend
Comments: 3
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

PHP txtCounter


A simple to use and easy to install counter that can keep track of your website hits in a text file, no database required.
Visit site
Details
Rate it
Tell a friend
Comments: 2
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Basic Counter


Basic Counter is a bare-bones script for people who want to add a simple MySQL counter to their website. This script is very easy to install and run, should take only a couple of minutes to setup and start using.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Visitor Counters


Just copy the code in to your site and start using counters. Download the text file and give the values from which you want the counter to start from.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Counter by Camargo


An easy to install text counter with a nice interface. Available in Spanish and English.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

HitMe Counter


HitMe is an easy to use page counter script. Written in PHP, uses MySQL on backend.
Visit site
Details
Rate it
Tell a friend
Comments: 1
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

EASYCOUNT (TXT)


EASYCOUNT (TXT) is a simple PHP script that counts the Page Impressions of your site using a .txt-File to store the data.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

EASYCOUNT (MySQL)


This is a basic script to count your Page Impressions. It uses a MySQL-database to store the data.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

Hitometer


A very simple counter that tracks page views across numerous pages. Uses a include file for counts.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

EasyCounter


EasyCounter is an easy to include and modify PHP text counter for your page. It has an option to prevent adding to the counter by sending a variable when calling the page.
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

J3i Inc. Text Counter


This script will allow virtually any owner of a website to add a simplistic text counter to any page they desire. Installation is simple and requires only a few modifications. SSI and/or PHP is required. No mySQL backend or any other database is required.
Visit site
Details
Rate it
Tell a friend
Comments: 1
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::

IP-LOGGER


The IP-LOGGER records all accesses of your websites. Moreover not only the date and the IP number is stored, also the browser related by the User and the HTTP_REFERER. So you can see from which websites the User comes. The IP-LOGGER stores the data in a single TXT file and requires no MySQL databank. The IP-LOGGER contains also a reloadprotection
Visit site
Details
Rate it
Tell a friend
Comments: 0
Write a comment
Report error
This link in a frame
Preview
:: Created: 03-11-2010 :: Rating: 0.00 (0 votes) ::
  Links in this category: 70
  Pages:  1  2  3  >  >>
  Sort by: Title - Description - Date created - Editor's pick - Rating - No. of votes - Popularity - Incoming clicks  
Top Searches
Affiliate Flex Knowledgebase joomla Advertising online HelpDesk, Center Help chat Software Server based Programs web Program script Trouble Management scripts php Ticket Support Website Desk
  Top Rated Links
A71Mail - The Email Form Written In PHP
Word Site Builder
IzzyWebsite - CMS @@@ The Easiest to Install & Manage!
AlstraSoft E-friends PHP Social Networking and Web Blogging software
Vehicle Chameleon
  Popular Links
IP-LOGGER
Php Dataform
EzWebBlog - Professionally Designed Complete Blogging System
AquaBoss
Chipmunk AWS script