|
3.1.1 - Overview and Prerequisites |
Top Previous Next |
|
Overview
Statistics allows raw data to be sent from SpeedCheck Pro Java Applet to the server, and then saves to database. SpeedCheck Pro Java Applet sends the raw data to the statistics page (parameter: statistics_url) every time a download/upload is completed or being interrupted.
By default, this feature is turn OFF. It is optional for you to use this feature.
Prerequisites
1. MySQL version must be at least MySQL 3.23.3 to use "coalesce" in query (SpeedCheck_permission.php). It may work perfectly on some older versions of MySQL even without using "coalesce", however that is our minimal requirement.
2. PHP version must be at least PHP 4.0.5 to use ADOdb. Read minimal requirements for details.
MySQL runs on both Linux/Unix and Windows. Visit http://www.mysql.com for more information. In the example, we use PhpMyAdmin to setup the database, http://www.phpmyadmin.net/ It is necessary for you to have basic knowledge of these tools before proceeding . Of course, you can use other admin tool such as MySqlFront, etc.
|