http://rapidshare.com/files/11932466/phpepcms0.2.1.zip
Новая версия! 0.2.1
Новая документация!
Install.php исправлен!
Файлы работают!
Вот changelog!
Ver 0.2.1 (16.01.07)
Fixed: Typos in install.php.
Fixed: Some changes in core.
Ver 0.2.0 (15.01.07)
Added: Absolutely new documentation.
Fixed: DB Connection error in install.php.
Fixed: bug in registration, missed column in sql query.
Fixed: Small corrections in files module.
Fixed: SQL injection in files module.
Changed: Some changes in register page.
Ver 0.1.7 (15.01.07)
Added: System requirements in doc file.
Added: English lang pack.
Added: New doc file, roadmap.txt.
Added: BLock choose language.
Fixed: Missing line in getlang() function.
Fixed: $_SESSION['uid'].
Cleanup: Big cleanup in smarty system.
Changed: Removed all .htaccess files. now using for security index.html method.
Changed: Default language of CMS now is English.
Ver 0.1.6 (12.01.07)
Added: New function in core file - getlang($lfile). It gets language file for modules!
Added: Preparing functions for administrator system (some changes in headers.tpl and login module).
Added: Default charset in .htaccess .
Changed: mysql connection now in mysqlutils.inc.php file.
Cleanup: Applied PHPEcho coding style (Some cleanups, code optimization. source now more readable).
Fixed: Robots.txt . New folder and older folder names.
Ver 0.1.5 (07.01.07)
Added: New method of file download (?module=files&id=1). Now showing download counts.
Removed: $modules variable from index.php.
Changed: Some changes in header.tpl
Changed: Many changes in files module.
Ver 0.1.4 (06.01.07)
Added: Now install.php supports table prefixes.
Added: New column in _users table - admin_level. Added column in install.php.
Added: New query in install.php file. Query is inserting user with admin level.
Changed: Some changes in install.php.
Changed: Some changes in smarty platform.
Changed: 'templates_c' folder name to 'cache'.
Fixed: String 'Language or/and Theme error' when not loading theme or language.
Fixed: $root_path to url path in install.php.