----------------------------
hOZONE Movie List (hML) v1.4 - Copyright (C) Davide Gironi, 2002
----------------------------

This project is a simple multi user movie list management system.
The only think you store in the database is the name of the movie,
when you click on it you'll be redirected to is page on www.imdb.com 
(Internet Movies DataBase), there you can find any information about 
the movie.


Features
--------

.linlout security members system (go to my web page for further
          information about this project)
.view your movie list
.print your movie list
.send your movie list by mail to yor friends
.browse members list
.view any members movie list
.send message to other member
.search a movie title in all the database
.search a movie title only in your list
.movie titles linked to www.imdb.com
.language files
.administration pannel
.multi movie add system (usefull if you already have a file containing your movie list)


Licence
-------

/**********************************************************************
* hOZONE Movie List (hML)                                             *
* Copyright (C) Davide Gironi, 2002                                   *
* davide.gironi@libero.it                                             *
* http://hozone.cjb.net                                               *
*                                                                     *
* This library is free software; you can redistribute it and/or       *
* modify it under the terms of the GNU Lesser General Public          *
* License as published by the Free Software Foundation.               *
*                                                                     *
* This library is distributed in the hope that it will be useful,     *
* but WITHOUT ANY WARRANTY; without even the implied warranty of      *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU   *
* Lesser General Public License for more details.                     *
*                                                                     *
* You should have received a copy of the GNU Lesser General Public    *
* License along with this library; if not, write to the               *
* Free Software Foundation, Inc.,                                     *
* 59 Temple Place, Suite 330,                                         *
* Boston, MA                                                          *
* 02111-1307                                                          *
* USA                                                                 *
*                                                                     *
* For further information, visit www.gnu.org                          *
**********************************************************************/  


Requirement
-----------
1. Apache
2. Php
3. MySQL


Installation
------------

1. unzip

2. create a mySQL database

3. configure ./settings.conf
       
       these are the variables yoe HAVE to set:
       
       $HML_SITE_URL   = "http://yourprovider.com/yourname/hml";
       $HML_WEBMASTER_NAME  = "admin";
       $HML_WEBMASTER_EMAIL = "admin@yourprovider.com";
       
       $HML_DATABASE_HOST = "localhost"; 
       $HML_DATABASE_NAME = "hml";
       $HML_DATABASE_USER = "root";
       $HML_DATABASE_PASS = "";
       
    configure ./linlout.lib/linlout.conf
       
       the only think you have to do is set the absolute (not relative) link to settings.conf
       
       require "http://yourprovider.com/yourname/hml/settings.conf";

4. run ./admin/createtables.php from your browser 

   your first admin login will be:
   username : $HML_WEBMASTER_NAME  (from settings.conf)
   password : admin
   email    : $HML_WEBMASTER_EMAIL (from settings.conf)

5. delete ./admin/createtables.php

6. enjoy hML


Support
-------
The newest version of hML can be downloaded from my home page:
http://hozone.cjb.net
Send me comments, suggestions and bugs to davide.gironi@libero.it