This script automates the management of game results for clans. You can add leagues and then add your results from your league games. The script stores the results and makes them easily viewable on a web site. It uses templates so its simple to change the overall look to blend with your site and even generates basic win/loss/points stats. Requires MySQL and PHP4.
Displays "you are here" information in text, and link form ralative to your path in the following format:
Site > Directory > Sub Directory > Page.
Truncates the file extension, and uses > seperators, but can be changed easily.
MySQL PHP to PostgresSQL is a program that takes a php page that uses mysql calls and changes them into Postgres calls. This allows any website that was written in PHP for MySQL to run as a website written to run on Postgres.
Ezs counter is a very simple counter for a small website builder
who wants to keep track of the number of visitors visiting with
a daily visitor count also . It uses no data base and stores info
in a simple text file . One line integration into current design .
InterAKT Online has designed and developed a complex site access storage and retrieval system, allowing detailed access statistics especially for dynamic sites, where normal log analysis is no longer efficient. Using standard tracking methods (cookies), Stats can track visitors return rate and other related information: time spent on the site, referrals, etc. Moreover, detailed statistics are shown, like number of visits, unique visitors and the number of hits. Various tops are extracted from the access information, including most visited pages, most active users and most curious users.
This authentication script allows you to protect any number of pages via an include. You will have to write the "protected" page into a function ( draw() ) that prints out the contents of the protected page after a user has authenticated. The log in information is stored in a MySQL database, and the passwords are stored as md5 hashes.