The Address Book Reloaded 3.0 - README FILE

The Address Book Reloaded 3.0 is a rewrite of TAB 1.04e.
Almost every line of code was rewritten and a full Object Oriented Design used.

Lost Features:
    Pop up address cards are not supported in 3.0 beta but may be implemented later again.
    

Features:
    CSS Stylesheet based designs
    User records & Contacts linked
    PHP4 & 5 compatible
    PHP safe mode compatible
    Custom dates
    Custom fields
    Admin fields
    Password/Hidden information distribution to users
    Certificate Authority
    Google Maps
    PDF booklet printing

Interesting Files:
    INSTALL     How to install or upgrade TAB
    Usage.pdf   Selected use-cases of TAB
    
=============
DEFAULT LOGIN
=============

USER    : admin@example.com
PASSWORD: admin

Please change this user's email and password after installation to yourself.      

=============
Requirements:                               
=============

PHP
    Webserver with PHP 4 (>= 4.01pl2) or 5 support, 
    SAFE MODE operation possible.
    php4-mbstring or php5-mbstring (UTF-8)
    php4-gd or php5-gd (Image scaling and thumbnail generation)
    php4-session or php5-session
    Recommended:
    php4-curl or php5-curl (for Map-O-Rama Maps geocoding interface)
MySQL
    MySQL (>=4.1 version ) up and running
    (MySQL 4.0.x see http://sourceforge.net/forum/forum.php?thread_id=1545900&forum_id=590643)

Safe Mode:
    Symbolic link to mysqldump in safemode exec directory if backup download 
    is desired.

Backup:
    mysqldump must be accessible through the exec() command.
    Otherwise please use phpmyadmin or manual backup from the shell.

Support Forums:
http://sourceforge.net/forum/forum.php?forum_id=590643

=======
BACKUP:
=======

The backup feature in the main menu needs to be able to execute mysqldump through 
a shell. It will back up the whole database.
WARNING: If you use a table prefix the backup feature will backup other web 
applications too, and a restore will restore all other applications simultaneously.

An alternative backup possibility is through phpMyAdmin if available at your server.

=====
BUGS:
=====

Submit to:
https://sourceforge.net/tracker/?atid=861161&group_id=172286&func=browse
