conyar version 0.2.1
Download
conyar-0.2.1.tar.gzChanges
- security fix to lock accounts after several login-tries
- multiple design support
- new design
Update instructions
To update from conyar 0.2.0 to 0.2.1 just execute this SQL-Query in the database:"ALTER TABLE `users` ADD `login_tries` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `email`"
Additional replace all files with the new ones, and reconfigure config.php. Be carefull: config.php changed.
Requirements
- MySQL-Server
- PHP
- Apache
Short Installation Guide
- Download the file
- Change to the folder where the index.php should be. For example "cd /var/www/".
- Extract the file with "tar -xzf conyar-0.1.0.tar.gz"
- Construct an empty database or make sure, that there is a database which does not have the tables 'users', 'content', 'news' and 'history'.
- Configure the files config.php and setup.php.
- Call in your Browser the file setup.php on your server or execute "php setup.php"
- Delete the file setup.php.
- Save a logo with maximal height of 110 pixel as logo.jpg in the folder include. If there is no logo.jpg, the place of the logo will be white.
- Log in over the admin-link in the top-left corner and edit everything you want.