Donneker's Graphic Pageload Counter Version 1.0:
Donneker's Graphic Pageload Counter Version 1.0 - by Stefan Hummert
more about the creators here
this is a simple Graphic Pageload Counter written in PHP - easy to integrate in your websites. Just integrate it on every site where you want to count your pageloads. It is also easy to change the counter pictures with your own. More about is explained in the readme File within the zipfile you can download for free. My own counter in the top right corner is realized with this script.
Ask Donneker's Graphic Pageload Counter Version 1.0 - written in PHP by Stefan Hummert Ask Donneker's Graphic Pageload Counter Version 1.0 - written in PHP by Stefan Hummert
This work is derived from DigiOz Graphic PHP Counter Version 1.0.
visit http://www.digioz.com for more information about the original counter.
It is als a great site where many other software/scripts are online.
download:
Donneker's Graphic Pageload Counter Version 1.0
ReadMe File Contents
--------------------------
Thank You for Choosing the Donneker's Graphic Pageload Counter Version 1.0
this work was based on and is derived from DigiOz Graphic PHP Counter Version 1.0.
Requirements:
-------------
For the counter script to work, it will have to be used inside of a PHP file.
Simply open the PHP file where you want to insert the counter, and paste the
following code where you want the counter to appear:
<?php
include("counter/counter.php");
?>
What's New in Version 1.0:
--------------------------
- fixed overwrite counter bug with heavy pageloads
- added another variable for your URL
Contents of this zip file:
--------------------------
changelog.log - List of all the changes made to the counter script so far
counter.php - The PHP file that processes new counting
counter.txt - This is where the page count is stored
index.php - Displays the actual counter
ReadMe.txt - Tells you what's what and walks you through the whole script
style.css - Style Sheet for the counter page, which can be replaced with your own
images - directory with some subdirectories of different counter images.
Installation Instructions:
--------------------------
1- Download and Extract the file counter.zip into a temporary folder on your PC.
2- Using an FTP Software like WS_FTP, transfer the "counter" folder with all its
contents onto your web server.
3- CHMOD the file "counter.txt" to 777 (give read, write and execute permission to file)
4- Make sure that the remaining files in the above list have read and execute permission.
5- Open the file index.php in the counter folder and view the counter.
Using different style of counter:
---------------------------------
To switch the style of counter open the file "counter.php" and modify the following:
$style = 2; // Change this number to the folder number of the style you like to use
$file = "counter.txt"; // If you want to use a different file name to store the count modify counter.txt file name to whatever file name you want.
$counterurl = "http://www.yourdomain.net/"; // Domain & Path where the counter is located
If you want to create your own counter images, create them in photoshop or any other paint software, then save them in the "images" folder with a new folder number (like 7) as 0.gif, 1.gif, etc. You can then specify this number in front of the "$style" variable to use your own counter images.
Questions or Feedback:
----------------------
If you have any questions, comments or problems about this script or if you are having
problems installing the script, email us at php.counter@my.donster.de
or visit my projectwebsite http://www.donneker.de/projects
Also have a look at
http://www.digioz.com - great site with many nice project works on!
Enjoy!!!
--------------------------