Copyright (c) 2007 Tune Your Web
Please see readme.txt file for details
Tuney Login Manager v1.0



#####################
Description of script
#####################

Tuney Login Manager v1.0 is a PHP/mySQL User Login Manager.  It is a small script which can be added to any website to allow members to sign up and have an account.

The idea behind this script was to provide simple yet effective functionality to meet the requirements of most people, and the script allows you to add user management to your site for whatever reason you require.

This script uses session cookies and a small amount of javascript and requires MySQL 4.0.2 or later and PHP version 4 or later.



############
Installation
############

1. Extract the contents of the zip file into a folder of your choice.

2. Read license.txt.

3. Create a MySQL database if you haven't already got one, and ensure that the user has all rights to the database.

4. Open and edit the settings in config.php to match your database settings (it is fully commented in english).  Vital to this is to change the $mysecretkey variable to your own.  This is used to encrypt database passwords.  This should not be changed once you have registered users.  We recommend using a random sequence of letters and numbers.  For the default value, I just hit random keys.

5. Upload all files to your website into a folder of your choice using your FTP program.

5. From your browser, type in the path to the script and run the install.php file. For example http://tuneyourweb.com/users/install.php. You should get an installation complete message.  If not, check your MySQL settings in the config.php file and then try again.

6. Remove the install.php file.

The Login Manager is now installed and ready to use.

Open howto.txt to find out how to use this script on your site.

#########
Copyright
#########
All rights reserved by Tune Your Web (http://tuneyourweb.com). 
Please read the licence.txt file for conditions of use.