Tiny Blogr is a tiny personal journal (diary) blog system with beautiful URL support. Tags are used to categorize entries. Members can upload files and manage their files via a file manager. The system developed by using PHP5 use MySQL5 as database system.
Here are some key features of "Tiny Blogr":
· Simple personal blog
· Beautiful URL support
· Multi-Language (user-interface) support
· Theme support
· System are separated in modules and blocks
· Globally Recognized Avatars support
· Tag support
· CAPTCHA prevent SPAM
· Password was encrypted
· More...
Requirements:
· LAMP Server eg: XAMPP.
· Apache *MUST* support mod_rewrite.
· ZendOptimized 'll be used.
· *ONLY* running in virtualhost.
Installation Instructions:
1. Setup apache virtualhost by add directive 'VirtualHost' look like this
< VirtualHost *:80 >
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /home/www/dummy-host/public_html
ServerName dummy-host.example.com
ServerAlias dummy-host
ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
< /VirtualHost >
2. Copy all file to /home/www/dummy-host/public_html
$cp -rf * /home/www/dummy-host/public_html
3. Change mode 'upload' directory
$cd /home/www/dummy-host/public_html
$chmod 777 -R upload/
4. Import database by using command
$cd db
$mysql -u mysql-username -p your-database-name < db.sql
5. Edit 'config.inc.php.dist' correct your database connection variables and rename to 'config.inc.php'
6. Browse login page 'http://dummy-host.example.com/login' and login with username 'tinyblogr' and password 'tinyblogr' to manage your blog system.
What's New in This Release:
· Update FCKEditor config file
· Fixed database file
Product's homepage