Server Monitor ============== Autor: Krzysztof Kozłowski e-mail: krzysztof.kozlowski [at] kozik.net.pl WWW: http://www.kozik.net.pl Copyright (C) 2005,2006 Krzysztof Kozlowski Version: 1.0.5 Date: 28.09.2006 ================================================================ 1.01.2006 - 1.0.0 ================== 20.01.2006 - 1.0.1 ================== - Some minor changes in tests and server files. 27.02.2006 - 1.0.2 ================== - Fix in "report.php" - in some circumstances (empty database configuration for host) $tests_limits was not initialized. - Some minor changes in tests files in client application. 2.07.2006 - 1.0.3 ================== - Minor fixes in: config.py, test files, README. [CLIENT] - Minor fixes in: test.php and .htaccess files. [SERVER] - Minor bug in addclient.php. [SERVER] - Fix errors while transfering test results - used base64_encode() to ensure that data is correctly passed by URL parameter. [BOTH] 3.07.2006 - 1.0.4 ================== - Rewritten tests configuration - it is completely set up in config.py. [CLIENT] - Minor changes in sm, genkey andn config.py. [CLIENT] - New file inc.py. [CLIENT] 24.09.2006 - 1.0.5 ================== - Added Samba to tests/services.py and config.py. [CLIENT] - Changed my WWW/email in pages/footer.php. [SERVER] - Removed link to README.html in pages/start.php. [SERVER] - Added function to generate SQL "CREATE TABLE" for each test (tests/test.php). [SERVER] - Modified creating of "Test" objects (tests/test.php). [SERVER] - New file setup_db.php to create all needed tables. [SERVER] - Removed file server_mysql_install.sql (not needed now). [BOTH] - Changes in README about installation process and creating new tests. [BOTH] - Added ADMIN_PASSWORD_MD5 to inc/config.php, inc/session.php and pages/login.php. [SERVER] - Added DB_TABLEPREFIX to inc/config.php and change all SQL queries to use it (changes in many files). [SERVER] - Changed colors of test results. [SERVER] - Added constants for test status in config.php. [SERVER] UPGRADING from older versions - replace files, check your config.php and run setup_db.php.