Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
A filebased logging script, which allows to track each click on your ads or files on your site. Very easy to use. Import logging file for further statistics into Excel or similar programs.
|
|
another simple text counter
|
|
A simple counter using cookies by Magfoor
|
|
This is a class that implements a counter. You don't need a database, since it stores the number of visitors in a file. It uses cookies to track your visitors. You should put the class in a file (say counter.inc) and include it in your scripts. You can customize the looks of the counter by extending the class.
|
|
A download counter for your files, check for more info the example.php. Don't use mySQL, this is appropriated for small sites. Tested under Apache 1.3.12 / PHP 4.0.1 / Linux 2.2.16 and Win98.
|
|
Counter class to track the number of visits in one or more pages of a web site.
|
|
Save count into file and show it using img HTML tag
|
|
LiveStats is an easy to setup php web statistics program. This web statistics program must be run by MySQL and PHP. If servers do not have MySQL or you do not know your MySQL account info, you will not be able to use this program. This program tracks the IP from the visitors, what type of OS (Operating System) they were using, top ten IP's who visited your website, and what type of browser they were using.
|
|
Siple counter that use a text file to store data.<b>No database require</b>.
Visit www.latoserver.com
|
|
This is a special counter routine. Simple add name for your counter and this code snippet stores all counter in one file. Use counter on your all pages and analyzing stats is very simple by on file.
|
|
Simple hit counter and hit logger. Use in prepend.php or paste at top of html file.
|
|
Basic PHP text based counter.
|
|
This very simple class enables you to track number of visitors online in
an easy and accurate manner.
|
|
Setup to ignore the (reload) hits. Ignores Server IP. Register Globals Safe!
|
|
Aren't we all tired of hit counters? How's about we take them out back and shoot them? Better still, let's give them a completely bogus counter. Sure, it's silly, but I'm a silly mood today.
|
|
A script to count the hits to your website that checks if the current visitor was the LAST visitor to your website and if so doesnt count the hit and if not so counts the hit and makes the visitor the new last visitor. Also lets you choose if you want the number of hits to be printed out as text or printed out in gfx with the numbers.
|