HOME
                                
Requirements
Features
Installation
FAQ

 

 

 

 

 

 

 

 

 

 

 

 

 

Install

 
  • Unzip phpmystatsX.XX zip file in a website directory.
  • Open include/config.inc file.
  • Set up MySQL parameters.
  • Set up GRAPHIT parameters ($graphitpath must be "http://graphit.revendications.com").
  • Set up phpMyStats parameters.
  • Save and close this file.
  • Execute the MySQL file "doc/mysql.sql" file in order to create LOG and CONTRY databases.
  • Into the pages you want to Log/Analyse, insert the following code :

  • $USID="MAIN"; //For explanations on $USID go to the FAQ
    include("path/to/log.php3");

  • Installation is finished, browse some webpages where you've insert the Log code, and go to the index.php3 page of phpMyStats
  • To set up REFERER,HOSTNAME and COUNTRY datas execute each days,weeks or months the php file doc/updatebd.php3