Download Latest Version QwikStatsV1.1.zip (7.5 kB)
Email in envelope

Get an email when there's a new version of QwikStats

Home
Name Modified Size InfoDownloads / Week
README.txt 2011-01-03 1.6 kB
QwikStatsV1.1.zip 2011-01-03 7.5 kB
QwikStatsV1.0.zip 2010-12-20 7.8 kB
Totals: 3 Items   16.9 kB 0
Copyright (C) 2010 Joe Tasker

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>

---------------------------------------------------------------------------------

Thanks for choosing QwikStats!

Installation:
Copy and paste the include.php file and the QwikStats folder onto your server
On each of the pages you want your hit counter on paste this code at the top of the page
<?php
include 'include.php';
?> 

Then where you want the amount of hits to be displayed paste this code
<?php
echo '<span class="hitcount">' . $total . '</span>';
?>
Your done

To view the hits go to your_site_name/QwikStats/stats.php

Note: If you change the path to the QwikStats folder you must change the $path variable in the include.php file (it is noted in there what you need to change)

Make sure you CHMOD the include.php file and the whole QwikStats directory to 777!

Need any help or want to give some feedback? Email me at joetask@gmail.com

:-)
Source: README.txt, updated 2011-01-03