Archive for the ‘Counters’ Category

PHP – MySQL Hit Counter

Thursday, August 26, 2010 16:04 No Comments

This is a simple graphical webpage counter that uses a MySQL table and database for easy tracking of hits on a website. It requires that in the web page that is calling the script have two(2) veriables: The Webpage that is calling the script (i.e. index.php3) and The Domain the script is being called from. [...]

This was posted under category: Counters

FlatFileCounter

Friday, August 20, 2010 16:04 No Comments

FlatFileCounter is a simple counter script that counts visits on a website and logs IP addresses in a flat file. IPs are stored with the timestamp (time when a specific IP runs the script) in order to avoid double counting within a specific time (you can set the IPs expiring time to whatever [...]

This was posted under category: Counters

InstaCounter

Friday, June 25, 2010 16:04 No Comments

InstaCounter is a counter script, written in PHP, that uses a MySQL database to store all settings. It enables you to add unlimited counters, and define a style for each. You can add unlimited styles by adding a piece of HTML code for each number. This way you can make your counter image or graphical, [...]

This was posted under category: Counters

Visitors Currently on line

Monday, June 14, 2010 16:04 No Comments

This script enables you and your visitors to see how many people are currently viewing your web site. This is a nice add on to anyones site. No database required

This was posted under category: Counters

DziStats

Wednesday, June 2, 2010 16:04 No Comments

DziStats is a simple but flexible stat engine, which shows stats of one page or a whole web site.
It count number of visitors in current day, yesterday, total visits, unique visits, browsed pages, and how much times did visitor visited your site.
All data is stored in txt file so no database is needed.

This was posted under category: Counters

eLouais Online Users Script

Tuesday, May 25, 2010 16:04 No Comments

This script uses very little resources and gives an accurate count of the number of users online. Easy to install and add to webpages, just insert the line "<?php includeuseronline.php; ?>" and it will display the string "xx users online" (where xx is the number of users). The script is used on www.elouai.com.

This was posted under category: Counters

JMK Image Counter

Monday, May 24, 2010 16:04 No Comments

JMK Image Counter is a graphic hits counter called from image tag that requires no SSI. It can count unlimited number of pages, use custom digits and can be remotely hosted.

This was posted under category: Counters

Browzin!

Thursday, May 13, 2010 16:04 No Comments

Browzin! lists active users of your site over a specified period of time. Everything can be configured to your taste. It currently uses a MySQL database on backend but a text-only version will be released in the near future.

This was posted under category: Counters

Text file hit counter

Wednesday, February 24, 2010 17:04 No Comments

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.

This was posted under category: Counters

Coopercentral Tracking

Sunday, January 10, 2010 8:02 No Comments

This is a free PHP script, that counts how many users online. It uses tracking.php to show the users who are online. The users who visited within 30 seconds are in bold. It will delete old data in the database.

This was posted under category: Counters