
Thank you for downloading UserCake, the simple user management package.

//--Installation.

1. Before proceeding please open up models/settings.php

2. Create a database on your server / web hosting package.

3. Fill out the connection details in settings.php

4. UserCake supports mysql and mysqli via phpBB's DBAL layer, UserCake defaults to mysql, to change it to mysqli change variable $dbtype to "mysqli".

5. You can setup the database manually or use the installer. If you wish to setup the database manually look inside the install folder and you will 
   find sql.txt which contains the sql.

   To use the installer visit http://yourdomain.com/install/ in your browser. UserCake will attempt to build the database for you. After completion
   delete the install folder.


-  That's it your good to go! In only five steps you have a fully functional user management system.
   For further documentation visit http://usercake.com


//--Notes

It is recommend that any database interaction you perform, you use the database abstraction layer. Info and help on using this can be located here;

http://wiki.phpbb.com/Dbal

//--Credits

Lead Developer: Adam Davis - http://adavisportfolio.net
Database Abstraction Layer: phpBB Group - http://phpbb.com



---------------------------------------------------------------

Vers: 1.0
http://usercake.com

http://creativecommons.org/licenses/by/3.0/
