############################################################
# StatIt                                                   #
############################################################
# by Helge Orthmann                                        #
# Contact: otter@otterware.de                              #
# Homepage: http://www.otterware.de                        #
############################################################

Introduction:

StatIt is a script written in PHP. It is a web page logger that keeps track
of visitor count and other information such as system, browser, referal
domains, screen resolution, color etc. A web-based statistics page is 
available.

StatIt is Freeware!
You can change the code if you want! But never change or delete the header 
and copyrights in the files!! 
Read the license.txt!

StatIt is FREEWARE, but if you like the program you can support me!
---------------------------------------------------
|This is my bank-account:                         |
|Helge Orthmann                                   |
|BLZ: 760 300 80    ConSors       (bank ID)       |
|Kto: 930 746 032                 (account number)|
---------------------------------------------------
ANY amount is welcome! 

Do you have translated the language file into your language? That's ok! 
Please mail it to me! 
otter@otterware.de

###################################################################################

StatIt contains the following files:

readme.txt                                    - this file
install.html                                  - HTML-file with installation notes
licence.txt                                   - GNU licence
changelog.txt                                 - changelog
statit.gif                                    - StatIt banner (88x31)
stat.php                                      - script to collect data
stat_page.php                                 - script to count webhits in every site
statistik.php                                 - script to show statistic data
config.php                                    - configuration file
_search.inc.php                               - searchengines
_functions.inc.php                            - some function and checks
bar.gif                                       - gif file for the bars
grund.gif                                     - gif file for background
pics/0 - 9.gif                                - pics for visible graphical counter
showcount.php                                 - script to show visible counter
statit.css                                    - css file for statistic
language/german.inc                           - german file for statistic
language/english.inc                          - english file for statistic
language/dutch.inc                            - dutch file for statistic (thanxs to Richard Warmenhoven)
language/brazilian_portuguese.inc             - brazilian portuguese file for statistic (thanxs to Alvaro Reguly and Emerson Pellis)
language/spanish.inc                          - spanish file for statistic (thanxs to David Asin Sanchez)
language/catalan.inc                          - spanish (catalan) file for statistic (thanxs to David Asin Sanchez)
language/french.inc                           - french file for statistic (thanxs to Jean-Marc Jacquot)
language/indonesian.inc                       - indonesian file for statistic (thanxs to Edwin Yulianto)
language/italian.inc                          - italian file for statistic (thanxs to Valerio Felici)
language/polish.inc                           - polish file for statistic (thanxs to Wojtek Pobrayn)
language/hungarian.inc                        - hungarian file for statistic (thanxs to Juhsz Rbert)
language/danish.inc                           - hungarian file for statistic (thanxs to Mogens Valentin)
language/korean.inc                           - korean file for statistic (thanxs to Kim Hyoung-joon)
language/norwegian.inc                        - norwegian file for statistic
language/serbian.inc                          - serbian file for statistic (thanxs to Slobodan Vasic)
language/swedish.inc                          - swedish file for statistic (thanxs to Magnus Thorildsson)

############################################################################

Installation:

see install.html



