GHC (GHC hidden counter) 
------------------------

Helps you see the traffic of your site...

Installation Notes:
-------------------

Edit conf.inc with the desired counter path... Make sure that the folder 
exists and that "nobody" has write permissions (chmod 777 folder).

Include the visitas.php file in your home page using the php include 
function:

<?php
include("visitas.php");
?>

To view the graph open graph.php in your browser.

If you wish to add the png image in another web page make it as if it's a 
regular png file (<img src=graph.php>)

To reset the counter use reset_counter.php

Please report bugs to jselman@dcc.uchile.cl

Jose Miguel Selman G.
University of Chile
Computer Science Department


