Home
Name Modified Size InfoDownloads / Week
Rel_2 2012-06-22
readme.txt 2012-06-21 4.4 kB
tutajuablogs.zip 2011-07-05 1.9 MB
Totals: 3 Items   1.9 MB 0
2011 TutajuaBlogs 

NOTICE OF LICENSE

This source file is subject to the Open Software License (OSL 3.0)
that is bundled with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://opensource.org/licenses/osl-3.0.php
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@tutajua.com so we can send you a copy immediately.

DISCLAIMER

Do not edit or add to this file if you wish to upgrade TutajuaBlogs to newer
versions in the future. If you wish to customize TutajuaBlogs for your
needs please refer to http://www.tutajuablogs.tutajua.com for more information.

@author Solomon Bareebe <solomon@tutajua.net>
@copyright 2011 TutajuaBlogs
@license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
International Registered Trademark & Property of Tutajua Limited

NAME: TutajuaBlogs 1.1
VERSION: 1.2

PREPARATION
===========

To install TutajuaBlogs, you need a remote web server or on your computer (MAMP), with access to a database like MySQL.
You'll need access to phpMyAdmin to create a database and to indicate the information in the database in the installer.

INSTALLATION
============

1. Unzip tutajuablogs.zip
2. open the folder Connections 
 	2.1  open the file TutBlogConn.php with a text editor such as notepad
 	2.2  The contents of TutBlogConn.php should be as follows
		<?php
		# FileName="Connection_php_mysql.htm"
		# Type="MYSQL"
		# HTTP="true"
		$hostname_TutBlogConn = "localhost";
		$database_TutBlogConn = "tutajua_blogs";
		$username_TutBlogConn = "tutajua_BLAdn77x";
		$password_TutBlogConn = "&d+{42DEi+aH";
		$TutBlogConn = mysql_pconnect($hostname_TutBlogConn, $username_TutBlogConn, $password_TutBlogConn) or trigger_error(mysql_error(),E_USER_ERROR); 
		?>
 	2.3  replace the database tutajua_blogs ($database_TutBlogConn = "tutajua_blogs";) with your preferred database
 	2.4  replace the database admin user tutajua_BlogAdmn ($username_TutBlogConn = "tutajua_BLAdn77x";) with your preferred database administrator
 	2.5  replace the password &d+{42DEi+aH ($password_TutBlogConn = "&d+{42DEi+aH";) with your preferred database password
3. Open the folder admin 
 	3.1  Open the file add_pic.php with a text editor
 	3.2  look for the line below and replace it with the path to your image folder
		$dir = '/home/tutajua/public_html/themes/TutajuaBlogs/images';
4. Open tutajua_blogs.sql
 	4.1  Change the database name by editing the line below
	Database: `tutajua_blogs`
	4.2  Import the database using phpmyadmin by uploading the file tutajua_blogs.sql
 	4.3  Delete tutajua_blogs.sql after uploading the database
5. Upload the contents to your website root folder
6. Click on your website URL. Your website should be up and running if you entered the database details above correctly
7. Click on http://your-website-url/admin/admin_login.php and login using the username and password combination below to login as the OVERALL ADMINISTRATOR
		Admin Username:	solomon@tutajuablogs.tutajua.net
		Admin Password:	20bbb11bbb
 	7.1  NB: Change the username and passwords, edit, create or delete blogs
8. To login as a Blog user Click on Login or http://your-website-url/login.php and use any of the username and password combinations below
 	8.1  Solomon Bareebe's Blog (logs you into Solomon Bareebe's Blog)
		blog username:	solomon@tutajuablogs.tutajua.net
		blog password:	20zigz11aga
 	8.2  Paul Osul's Blog (logs you into Paul Osul's Blog)
		blog username:	paul@tutajuablogs.tutajua.net
		blog password:	20zagz11igga
 	8.3  change the username and passwords, edit or delete the blog 

If you have any PHP error, perhaps you don't have PHP5 or you need to activate it on your web host.

If you find any errors, please post on our forum:
	https://sourceforge.net/projects/tutajaublogs/forums/forum/1840749

There are always solutions for your issues ;-)

FORUMS
======

You can also discute, help and contribute with TutajuaBlogs community on our forums :
	https://sourceforge.net/projects/tutajaublogs/forums/forum/1840749
    http://www.facebook.com/pages/TutajuaBlogs/237207239642017

Thanks for downloading and using TutajuaBlogs!

==========================
=     Solomon Bareebe    =
=   www.TutajuaBlogs.tutajua.com   =
==========================
Source: readme.txt, updated 2012-06-21