Clubdata Administration Modules
Contains classes to administer Clubdata.
Defines Path ADODB library
If you don't have the following tools in a path defined by include_dir in php.ini, you have to set the correct paths here ! The paths here are valid for the complete installation of Clubdata (the tools are installed in the subdirectoy Tools)
The directories MUST end by a slash !!
Mime-types of allowed uploads, separated by comma WITHOUT spaces
Path to store backup files on the server
If you plan to store backup files of Clubdata V2 on the server, you must set the path to a directory which can be written by the webserver For security reasons, this path should not be directly accessible via a browser, so it should be located outside of $SERVER['DOCUMENT_ROOT']
Define character set used
Be carefull when changing this parameter. When you upgrade from an old version, you should leave it at ISO-8859-1, else you can set it to UTF8. Make sure you have created the database by using the correct configuration files
define database server
define name of clubdata database
define password of database user
Prefix for database tables. All tables will begin by this prefix
define type of database (only mysql at the moment)
define name of database user
Constant, defining debug mode, value bit coded
0000 = (0) = no debugging, 0001 = (1) = debug to screen 0010 = (2) = debug to file (@see DEBUGFILE)
Constant, defining classes to debug:
MAIN debug main functions (like index.php)
ADDRESSES debug class addresses
LIST debug list
DBLIST debug class DBList
AUTH debug authentication
SMARTY SMARTY classes
DBTABLE debug class DBTABLE
FORMS debug formsgeneration class
MEMBERINFO debug class memberinfo
M_PAYMENTS debug module (and class) payments
M_FEES debug module (and class) fees
M_ADMIN debug module (and class) Admin
M_JOBS debug module (and class) Jobs
M_SEARCH debug module (and class) search
M_MEMBER debug module (and class) member
M_MAIL debug module (and class) mail
M_QUERIES debug module (and class) query
M_HELP debug module (and class) help
M_LIST debug module (and class) list
CDDB Clubdata Database interface
M_CONFERENCES debug module (and class) conferences
Constant, defining Name of debugging file
Predefine default language.
This language will be used before a user logs in and as standard language where a language can be selected Possible values: UK, DE, FR (and any other languages defined in Clubdata2/Language/)
True of DemoModus should be used, false for normal use
Path to store uploaded pictures
Where to store uploaded pictures
This directory is relative to LINKROOT and must exist and must be writeable by the webserver
Defines Path FORMSGENERATION library
If you don't have the following tools in a path defined by include_dir in php.ini, you have to set the correct paths here ! The paths here are valid for the complete installation of Clubdata (the tools are installed in the subdirectoy Tools)
The directories MUST end by a slash !!
Name of index.php file.
Normally it should be called index.php but sometimes the provider needs the extension .php5 to use PHP Version 5 (needed by Clubdata) In this case you can rename index.php to index.php5 and change the constant INDEX_PHP to index.php5
Defines the root of Clubdata2-Skripts relative to DOCUMENT_ROOT (or SCRIPTROOT)
Defines how to access Clubdata via the Browser. LINKROOT is the directory relativ to your home directory of your homepage and should start with a slash (or backslash on Windows systems)
Height of thumnails created from uploaded images
Height of thumnails created from uploaded images
Maximum size of an upload in bytes
Defines Path PHP2EXCEL library
If you don't have the following tools in a path defined by include_dir in php.ini, you have to set the correct paths here ! The paths here are valid for the complete installation of Clubdata (the tools are installed in the subdirectoy Tools)
The directories MUST end by a slash !!
Define system type: UNIX or WINDOWS
This defines the type of your system where Clubdata runs. Path separators and directoy separators will be choosen depending on the value. Allowed values: UNIX and WINDOWS
Constant, defining debugging of Smarty (true or false)
Defines Path SMARTY library
If you don't have the following tools in a path defined by include_dir in php.ini, you have to set the correct paths here ! The paths here are valid for the complete installation of Clubdata (the tools are installed in the subdirectoy Tools)
The directories MUST end by a slash !!
Constant, defining SQL debug mode (true, or false)
Documentation generated on Sat, 01 Jan 2011 22:23:42 +0100 by phpDocumentor 1.4.3