MySql connection parameters |
Top |
Enter data necessary to connect to the database. Your database will be checked during installation and some tables will be created if necessary.
Administrator's data |
Top |
Enter login to view statistics. In future, to view accumulated statistics it will be necessary to enter login and password. You should use your working e-mail address as login, it is necessary to receive correct reports and stable work of the commercial version.
This data may be changed manually in 'config.php' if necessary.
Keeping detailed statistics (complete logs) |
Top |
This option allows to set periods for which complete logs of your web-site performance will be stored. It is proved, that usually 30 days log is enough for most web-sites. Further on statistics is automatically summarized by days, weeks and months.
This option influences stats system performance and disk space occupied by the database. The longer the period of storage is, the slower stats system works and more space is taken by the database. On the other hand, most of the reports are built using data from the stored complete log-file.
Period of storage may be modified manually in 'config.php'. You may extend it to any reasonable time length.
Selecting counter type |
Top |
If your web-site is written in PHP-language, we recommend "Built in PHP page code". Graphical counters may be used as alternative.
Counter settings and type may be altered manually after installation.
Excluding IP addresses from statistics |
Top |
If you do not want to see some IP addresses in statistics (your own IP-address, or IP-addresses of computers in your office, to have 'precise' stats), you may exclude some of them.
You may add or exclude IP addresses manually in 'config.php'.
Viewing statistics |
Top |
Enter your e-mail address in 'Login' field and your password in the 'Password' field. You have to type in password, which you entered during installation. Login and password can be edited/changed manually in 'config.php'. Find fields:
----from config.php------- $STATS_CONF["cnsoftwarelogin"]="test@test.com"; $STATS_CONF["adminpassword"]="098f6bcd4621d373cade4e832627b4f6"; --------------------------Important! The password is md5 encrypted! To change password type in the following as in example:
$STATS_CONF["adminpassword"]=md5("YOUR_NEW_PASSWORD");
How users are counted? |
Top |
Two different algorithms are used, depending on the selected counter type:
How to check whether CNStats is working or not? |
Top |
The report "Site Attendance" sorted "By Days" is updated at midnight.