MyBACKUP module

DATABASELOGIN
-------------------------------------------------------------------
To configure it, first point to the file "code/phpcode/defs.php".
This file includes all required credentials to connect to a given MySQL server.
You should then provide the database name, the host ip, username and
password to login.

Then edit the file backup.ini in the "ini" folder.



STORING THE FILES
-------------------------------------------------------------------
Set the entry 'pathtobackupfiles' to your preferred folder.
Here you'll save the backup files, retrieved from the database.

MULTI-LANGUAGE
-------------------------------------------------------------------
You should pay attention to the 'defaultlang' entry first.
The value is the two-letters code (according to ISO 3166-1)
for the currently used language.

Available languages are currently English (EN) and Italian (IT).
If you want to add your own language, just create a subfolder in
the 'langs' folder and translate one of the file already existing
for other languages.

For example, if you plan to have this interface in French:

1) The ISO 3166-1 code for France is FR.
2) Create the "fr" subfolder in the langs folder.
3) Copy the file langs/en/en.ini into the "fr" subfolder and rename
   the file as "fr.ini"
4) Edit the file "fr.ini" and translate in French all the values on
   the right exclusively. Don't change the labels on the left !
5) Edit the file "ini/backup.ini" and set the 'defaultlang.ini' to 'fr'.

If you're going to develop new translations, it would be appreciated to
send the file to me, so that we can share it among the developers community.

For any problems, just write me at zandor_zz@yahoo.it

Alessandro Rosa