Company
Real 24/7 Support

Our techs are ALWAYS here! When you have an issue we are here to solve it immediately - 24 hours a day and 7 days a week. We are here for you!

Domain Registration
  

Register a .com, .net, .org, .biz, .info, or .us domain name for just $12.95/yr! Retain full control and full ownership via your account at NexusDomains.

Web Script Tutorials

Weblog

LifeType Installation

DATABASE SETUP

DATABASE REQUIRED

A database is required to install this script. If you have not setup a database yet, please do so prior to installing by following the steps in the database creation tutorial. Once you have setup a database, continue on with the tutorial below.

DOWNLOAD

Download the latest version of LifeType from the LifeType Web site. Extract the file locally to your computer.

CONFIGURATION

No configuration neccessary.

UPLOAD

Generally you will want the weblog to be the main site, so upload all files and folders to the main folder on the server (httpdocs) via FTP. Change the permissions as follows:

config/config.properties.php - 646
tmp/ - 757
gallery/ - 757

SETUP

Run the setup by visiting http://www.example.com/weblog/wizard.php.

Screen 1: Checks

A preinstallation check will run to see that all files are uploaded, the permissions above have been set, and that the necessary PHP requirements are met. If everything checks out, click Next >>

Screen 2: Welcome

The welcome screen will ask you for the database information.

Database server: localhost (should work)
Database user: database username
Database password: database user password
Database name: database name
Database prefix: lt_ (leave as default)

Once done entering the information above, click Next >>

Screen 3: Confirm

The confirm screen will display the database information just entered and allow you to choose the database default character set.

Database default character set: utf8 (recommended)

Important: Do NOT check the option under "Create database". The database will need to be created manual as noted at the top of the tutorial.

Once done setting the database default character set, click Next >>

Screen 4: Database

The database screen will confirm the tables have been created successfully. Click Next >> to create a user account.

Screen 5: First User

The first user screen allows you to create a user account.

User name: username
Full name: user real name
Password: user password
Please confirm the password: enter user password again
Email address: user email address

Once done entering the information above, click Next >>

Screen 6: First Blog

The first blog screen allows you to configure your blog.

Blog name: Desired blog name
Language: choose your language locale from the list
Template: Standard (only choice)

Once done entering the information above, click Next >>

Screen 7: Done!

The done screen tells you the installation is complete.

SECURITY/CLEANUP

As stated on the done screen above, remove the following file:

wizard.php

If you are not planning to allow internet users to create new blogs remove summary.php. Also, change the permission on config/config.properties.php to 444, making it read-only.