skarabasakis / alumniclub_usercake

A membership management system for DIT Alumni Club, based on UserCake

Home Page:http://alumniclub.di.uoa.gr/members

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copyright (c) 2009-2010 Adam Davis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


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://adavisdavis.co.uk
Database Abstraction Layer: phpBB Group - http://phpbb.com

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

Vers: 1.4
http://usercake.com
http://usercake.com/LICENCE.txt

About

A membership management system for DIT Alumni Club, based on UserCake

http://alumniclub.di.uoa.gr/members

License:MIT License


Languages

Language:PHP 100.0%