API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Namespaces | |
namespace | installer |
Variables | |
const | SHOW_HIDE_HELP 'Show/hide help text' |
const | LICENSE_NOT_WRITEABLE 'License file "%s" is NOT writable!' |
const | LICENSE_IS_WRITEABLE '%s License is writable.' |
const | SERVER_API 'Server API' |
const | PHP_EXTENSION '%s extension' |
const | CHAR_ENCODING 'Character encoding' |
const | XML_PARSING 'XML parsing' |
const | REQUIREMENTS 'Requirements' |
const | _PHP_VERSION 'PHP version' |
const | RECOMMENDED_SETTINGS 'Recommended settings' |
const | RECOMMENDED_EXTENSIONS 'Recommended extensions' |
const | SETTING_NAME 'Setting name' |
const | RECOMMENDED 'Recommended' |
const | CURRENT 'Current' |
const | RECOMMENDED_EXTENSIONS_MSG 'These extensions are not required for normal use, but may be necessary to explore some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed.' |
const | NONE 'None' |
const | SUCCESS 'Success' |
const | WARNING 'Warning' |
const | FAILED 'Failed' |
const | XOOPS_INSTALL_WIZARD 'XOOPS Installation Wizard' |
const | LANGUAGE_SELECTION 'Language selection' |
const | LANGUAGE_SELECTION_TITLE 'Select your language' |
const | INTRODUCTION 'Introduction' |
const | INTRODUCTION_TITLE 'Welcome to the XOOPS Installation Wizard' |
const | CONFIGURATION_CHECK 'Configuration check' |
const | CONFIGURATION_CHECK_TITLE 'Checking your server configuration' |
const | PATHS_SETTINGS 'Paths settings' |
const | PATHS_SETTINGS_TITLE 'Paths settings' |
const | DATABASE_CONNECTION 'Database connection' |
const | DATABASE_CONNECTION_TITLE 'Database connection' |
const | DATABASE_CONFIG 'Database configuration' |
const | DATABASE_CONFIG_TITLE 'Database configuration' |
const | CONFIG_SAVE 'Save Configuration' |
const | CONFIG_SAVE_TITLE 'Saving your system configuration' |
const | TABLES_CREATION 'Tables creation' |
const | TABLES_CREATION_TITLE 'Database tables creation' |
const | INITIAL_SETTINGS 'Initial settings' |
const | INITIAL_SETTINGS_TITLE 'Please enter your initial settings' |
const | DATA_INSERTION 'Data insertion' |
const | DATA_INSERTION_TITLE 'Saving your settings to the database' |
const | WELCOME 'Welcome' |
const | WELCOME_TITLE 'Welcome to your XOOPS site' |
const | XOOPS_PATHS 'XOOPS Physical paths' |
const | XOOPS_URLS 'Web locations' |
const | XOOPS_ROOT_PATH_LABEL 'XOOPS documents root physical path' |
const | XOOPS_ROOT_PATH_HELP 'Physical path to the XOOPS documents (served) directory WITHOUT trailing slash' |
const | XOOPS_LIB_PATH_LABEL 'XOOPS library directory' |
const | XOOPS_LIB_PATH_HELP 'Physical path to the XOOPS library directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.' |
const | XOOPS_DATA_PATH_LABEL 'XOOPS data files directory' |
const | XOOPS_DATA_PATH_HELP 'Physical path to the XOOPS data files (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.' |
const | XOOPS_URL_LABEL 'Website location (URL)' |
const | XOOPS_URL_HELP 'Main URL that will be used to access your XOOPS installation' |
const | LEGEND_CONNECTION 'Server connection' |
const | LEGEND_DATABASE 'Database' |
const | DB_HOST_LABEL 'Server hostname' |
const | DB_HOST_HELP 'Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases' |
const | DB_USER_LABEL 'User name' |
const | DB_USER_HELP 'Name of the user account that will be used to connect to the database server' |
const | DB_PASS_LABEL 'Password' |
const | DB_PASS_HELP 'Password of your database user account' |
const | DB_NAME_LABEL 'Database name' |
const | DB_NAME_HELP 'The name of database on the host. The installer will attempt to create the database if not exist' |
const | DB_CHARSET_LABEL 'Database character set' |
const | DB_CHARSET_HELP 'MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.' |
const | DB_COLLATION_LABEL 'Database collation' |
const | DB_COLLATION_HELP 'A collation is a set of rules for comparing characters in a character set.' |
const | DB_PREFIX_LABEL 'Table prefix' |
const | DB_PREFIX_HELP 'This prefix will be added to all new tables created to avoid name conflicts in the database. If you are unsure, just keep the default' |
const | DB_PCONNECT_LABEL 'Use persistent connection' |
const | DB_PCONNECT_HELP "Default is 'No'. Leave it blank if you are unsure" |
const | DB_DATABASE_LABEL 'Database' |
const | LEGEND_ADMIN_ACCOUNT 'Administrator account' |
const | ADMIN_LOGIN_LABEL 'Admin login' |
const | ADMIN_EMAIL_LABEL 'Admin e-mail' |
const | ADMIN_PASS_LABEL 'Admin password' |
const | ADMIN_CONFIRMPASS_LABEL 'Confirm password' |
const | BUTTON_PREVIOUS 'Previous' |
const | BUTTON_NEXT 'Continue' |
const | XOOPS_FOUND '%s found' |
const | CHECKING_PERMISSIONS 'Checking file and directory permissions...' |
const | IS_NOT_WRITABLE '%s is NOT writable.' |
const | IS_WRITABLE '%s is writable.' |
const | XOOPS_PATH_FOUND 'Path found.' |
const | XOOPS_TABLES_FOUND 'The XOOPS system tables already exist in your database.' |
const | XOOPS_TABLES_CREATED 'XOOPS system tables have been created.' |
const | SAVED_MAINFILE 'Settings saved' |
const | SAVED_MAINFILE_MSG 'The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>.' |
const | DATA_ALREADY_INSERTED 'XOOPS data found in database.' |
const | DATA_INSERTED 'Initial data has been inserted into database.' |
const | DATABASE_CREATED 'Database %s created!' |
const | TABLE_NOT_CREATED 'Unable to create table %s' |
const | TABLE_CREATED 'Table %s created.' |
const | ROWS_INSERTED '%d entries inserted to table %s.' |
const | ROWS_FAILED 'Failed inserting %d entries to table %s.' |
const | TABLE_ALTERED 'Table %s updated.' |
const | TABLE_NOT_ALTERED 'Failed updating table %s.' |
const | TABLE_DROPPED 'Table %s dropped.' |
const | TABLE_NOT_DROPPED 'Failed deleting table %s.' |
const | ERR_COULD_NOT_ACCESS 'Could not access the specified folder. Please verify that it exists and is readable by the server.' |
const | ERR_NO_XOOPS_FOUND 'No XOOPS installation could be found in the specified folder.' |
const | ERR_INVALID_EMAIL 'Invalid Email' |
const | ERR_REQUIRED 'Information is required.' |
const | ERR_PASSWORD_MATCH 'The two passwords do not match' |
const | ERR_NEED_WRITE_ACCESS 'The server must be given write access to the following files and folders<br>(i.e. <em>chmod 775 directory_name</em> on a UNIX/LINUX server)<br>If they are not available or not created correctly, please create manually and set proper permissions.' |
const | ERR_NO_DATABASE 'Could not create database. Contact the server administrator for details.' |
const | ERR_NO_DBCONNECTION 'Could not connect to the database server.' |
const | ERR_WRITING_CONSTANT 'Failed writing constant %s.' |
const | ERR_COPY_MAINFILE 'Could not copy the distribution file to %s' |
const | ERR_WRITE_MAINFILE 'Could not write into %s. Please check the file permission and try again.' |
const | ERR_READ_MAINFILE 'Could not open %s for reading' |
const | ERR_INVALID_DBCHARSET "The charset '%s' is not supported." |
const | ERR_INVALID_DBCOLLATION "The collation '%s' is not supported." |
const | ERR_CHARSET_NOT_SET 'Default character set is not set for XOOPS database.' |
const | _INSTALL_CHARSET 'UTF-8' |
const | SUPPORT 'Support' |
const | LOGIN 'Authentication' |
const | LOGIN_TITLE 'Authentication' |
const | USER_LOGIN 'Administrator Login' |
const | USERNAME 'Username :' |
const | PASSWORD 'Password :' |
const | ICONV_CONVERSION 'Character set conversion' |
const | ZLIB_COMPRESSION 'Zlib Compression' |
const | IMAGE_FUNCTIONS 'Image functions' |
const | IMAGE_METAS 'Image meta data (exif)' |
const | FILTER_FUNCTIONS 'Filter functions' |
const | ADMIN_EXIST 'The administrator account already exists.' |
const | CONFIG_SITE 'Site configuration' |
const | CONFIG_SITE_TITLE 'Site configuration' |
const | MODULES 'Modules installation' |
const | MODULES_TITLE 'Modules installation' |
const | THEME 'Select theme' |
const | THEME_TITLE 'Select the default theme' |
const | INSTALLED_MODULES 'The following modules have been installed.' |
const | NO_MODULES_FOUND 'No modules found.' |
const | NO_INSTALLED_MODULES 'No module installed.' |
const | THEME_NO_SCREENSHOT 'No screenshot found' |
const | IS_VALOR ' => ' |
const | PASSWORD_LABEL 'Password strength' |
const | PASSWORD_DESC 'Password not entered' |
const | PASSWORD_GENERATOR 'Password generator' |
const | PASSWORD_GENERATE 'Generate' |
const | PASSWORD_COPY 'Copy' |
const | PASSWORD_VERY_WEAK 'Very Weak' |
const | PASSWORD_WEAK 'Weak' |
const | PASSWORD_BETTER 'Better' |
const | PASSWORD_MEDIUM 'Medium' |
const | PASSWORD_STRONG 'Strong' |
const | PASSWORD_STRONGEST 'Strongest' |
const | WRITTEN_LICENSE 'Wrote XOOPS %s License Key: <strong>%s</strong>' |
const | CHMOD_CHGRP_REPEAT 'Retry' |
const | CHMOD_CHGRP_IGNORE 'Use Anyway' |
const | CHMOD_CHGRP_ERROR 'Installer may not be able to write the configuration file %1$s.<p>PHP is writing files under user %2$s and group %3$s.<p>The directory %4$s/ has user %5$s and group %6$s' |
const | CURL_HTTP "Client URL Library (cURL)" |
const | XOOPS_COOKIE_DOMAIN_LABEL 'Cookie Domain for the Website' |
const | XOOPS_COOKIE_DOMAIN_HELP 'Domain to set cookies. May be blank, the full host from the URL (www.example.com), or the registered domain without subdomains (example.com) to share across subdomains (www.example.com and blog.example.com.)' |
const | INTL_SUPPORT 'Internationalization functions' |
const | XOOPS_SOURCE_CODE "XOOPS on GitHub" |
const | XOOPS_INSTALLING 'Installing' |
const | XOOPS_ERROR_ENCOUNTERED 'Error' |
const | XOOPS_ERROR_SEE_BELOW 'See below for messages.' |
const | MODULES_AVAILABLE 'Available Modules' |
const | INSTALL_THIS_MODULE 'Add %s' |
const | ERR_COPY_CONFIG_FILE 'Could not copy the configuration file %s' |
const _INSTALL_CHARSET 'UTF-8' |
const _PHP_VERSION 'PHP version' |
const ADMIN_CONFIRMPASS_LABEL 'Confirm password' |
const ADMIN_EMAIL_LABEL 'Admin e-mail' |
const ADMIN_EXIST 'The administrator account already exists.' |
const ADMIN_LOGIN_LABEL 'Admin login' |
const ADMIN_PASS_LABEL 'Admin password' |
const BUTTON_NEXT 'Continue' |
const BUTTON_PREVIOUS 'Previous' |
const CHAR_ENCODING 'Character encoding' |
const CHECKING_PERMISSIONS 'Checking file and directory permissions...' |
const CHMOD_CHGRP_ERROR 'Installer may not be able to write the configuration file %1$s.<p>PHP is writing files under user %2$s and group %3$s.<p>The directory %4$s/ has user %5$s and group %6$s' |
const CHMOD_CHGRP_IGNORE 'Use Anyway' |
const CHMOD_CHGRP_REPEAT 'Retry' |
const CONFIG_SAVE 'Save Configuration' |
const CONFIG_SAVE_TITLE 'Saving your system configuration' |
const CONFIG_SITE 'Site configuration' |
const CONFIG_SITE_TITLE 'Site configuration' |
const CONFIGURATION_CHECK 'Configuration check' |
const CONFIGURATION_CHECK_TITLE 'Checking your server configuration' |
const CURL_HTTP "Client URL Library (cURL)" |
const CURRENT 'Current' |
const DATA_ALREADY_INSERTED 'XOOPS data found in database.' |
const DATA_INSERTED 'Initial data has been inserted into database.' |
const DATA_INSERTION 'Data insertion' |
const DATA_INSERTION_TITLE 'Saving your settings to the database' |
const DATABASE_CONFIG 'Database configuration' |
const DATABASE_CONFIG_TITLE 'Database configuration' |
const DATABASE_CONNECTION 'Database connection' |
const DATABASE_CONNECTION_TITLE 'Database connection' |
const DATABASE_CREATED 'Database %s created!' |
const DB_CHARSET_HELP 'MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.' |
const DB_CHARSET_LABEL 'Database character set' |
const DB_COLLATION_HELP 'A collation is a set of rules for comparing characters in a character set.' |
const DB_COLLATION_LABEL 'Database collation' |
const DB_DATABASE_LABEL 'Database' |
const DB_HOST_HELP 'Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases' |
const DB_HOST_LABEL 'Server hostname' |
const DB_NAME_HELP 'The name of database on the host. The installer will attempt to create the database if not exist' |
const DB_NAME_LABEL 'Database name' |
const DB_PASS_HELP 'Password of your database user account' |
const DB_PASS_LABEL 'Password' |
const DB_PCONNECT_HELP "Default is 'No'. Leave it blank if you are unsure" |
const DB_PCONNECT_LABEL 'Use persistent connection' |
const DB_PREFIX_HELP 'This prefix will be added to all new tables created to avoid name conflicts in the database. If you are unsure, just keep the default' |
const DB_PREFIX_LABEL 'Table prefix' |
const DB_USER_HELP 'Name of the user account that will be used to connect to the database server' |
const DB_USER_LABEL 'User name' |
const ERR_CHARSET_NOT_SET 'Default character set is not set for XOOPS database.' |
const ERR_COPY_CONFIG_FILE 'Could not copy the configuration file %s' |
const ERR_COPY_MAINFILE 'Could not copy the distribution file to %s' |
const ERR_COULD_NOT_ACCESS 'Could not access the specified folder. Please verify that it exists and is readable by the server.' |
const ERR_INVALID_DBCHARSET "The charset '%s' is not supported." |
const ERR_INVALID_DBCOLLATION "The collation '%s' is not supported." |
const ERR_INVALID_EMAIL 'Invalid Email' |
const ERR_NEED_WRITE_ACCESS 'The server must be given write access to the following files and folders<br>(i.e. <em>chmod 775 directory_name</em> on a UNIX/LINUX server)<br>If they are not available or not created correctly, please create manually and set proper permissions.' |
const ERR_NO_DATABASE 'Could not create database. Contact the server administrator for details.' |
const ERR_NO_DBCONNECTION 'Could not connect to the database server.' |
const ERR_NO_XOOPS_FOUND 'No XOOPS installation could be found in the specified folder.' |
const ERR_PASSWORD_MATCH 'The two passwords do not match' |
const ERR_READ_MAINFILE 'Could not open %s for reading' |
const ERR_REQUIRED 'Information is required.' |
const ERR_WRITE_MAINFILE 'Could not write into %s. Please check the file permission and try again.' |
const ERR_WRITING_CONSTANT 'Failed writing constant %s.' |
const FAILED 'Failed' |
const FILTER_FUNCTIONS 'Filter functions' |
const ICONV_CONVERSION 'Character set conversion' |
const IMAGE_FUNCTIONS 'Image functions' |
const IMAGE_METAS 'Image meta data (exif)' |
const INITIAL_SETTINGS 'Initial settings' |
const INITIAL_SETTINGS_TITLE 'Please enter your initial settings' |
const INSTALL_THIS_MODULE 'Add %s' |
const INSTALLED_MODULES 'The following modules have been installed.' |
const INTL_SUPPORT 'Internationalization functions' |
const INTRODUCTION 'Introduction' |
const INTRODUCTION_TITLE 'Welcome to the XOOPS Installation Wizard' |
const IS_NOT_WRITABLE '%s is NOT writable.' |
const IS_VALOR ' => ' |
const IS_WRITABLE '%s is writable.' |
const LANGUAGE_SELECTION 'Language selection' |
const LANGUAGE_SELECTION_TITLE 'Select your language' |
const LEGEND_ADMIN_ACCOUNT 'Administrator account' |
const LEGEND_CONNECTION 'Server connection' |
const LEGEND_DATABASE 'Database' |
const LICENSE_IS_WRITEABLE '%s License is writable.' |
const LICENSE_NOT_WRITEABLE 'License file "%s" is NOT writable!' |
const LOGIN 'Authentication' |
const LOGIN_TITLE 'Authentication' |
const MODULES 'Modules installation' |
const MODULES_AVAILABLE 'Available Modules' |
const MODULES_TITLE 'Modules installation' |
const NO_INSTALLED_MODULES 'No module installed.' |
const NO_MODULES_FOUND 'No modules found.' |
const NONE 'None' |
const PASSWORD 'Password :' |
const PASSWORD_BETTER 'Better' |
const PASSWORD_COPY 'Copy' |
const PASSWORD_DESC 'Password not entered' |
const PASSWORD_GENERATE 'Generate' |
const PASSWORD_GENERATOR 'Password generator' |
const PASSWORD_LABEL 'Password strength' |
const PASSWORD_MEDIUM 'Medium' |
const PASSWORD_STRONG 'Strong' |
const PASSWORD_STRONGEST 'Strongest' |
const PASSWORD_VERY_WEAK 'Very Weak' |
const PASSWORD_WEAK 'Weak' |
const PATHS_SETTINGS 'Paths settings' |
const PATHS_SETTINGS_TITLE 'Paths settings' |
const PHP_EXTENSION '%s extension' |
const RECOMMENDED 'Recommended' |
const RECOMMENDED_EXTENSIONS 'Recommended extensions' |
const RECOMMENDED_EXTENSIONS_MSG 'These extensions are not required for normal use, but may be necessary to explore some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed.' |
const RECOMMENDED_SETTINGS 'Recommended settings' |
const REQUIREMENTS 'Requirements' |
const ROWS_FAILED 'Failed inserting %d entries to table %s.' |
const ROWS_INSERTED '%d entries inserted to table %s.' |
const SAVED_MAINFILE 'Settings saved' |
const SAVED_MAINFILE_MSG 'The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>.' |
const SERVER_API 'Server API' |
const SETTING_NAME 'Setting name' |
const SHOW_HIDE_HELP 'Show/hide help text' |
const SUCCESS 'Success' |
const SUPPORT 'Support' |
const TABLE_ALTERED 'Table %s updated.' |
const TABLE_CREATED 'Table %s created.' |
const TABLE_DROPPED 'Table %s dropped.' |
const TABLE_NOT_ALTERED 'Failed updating table %s.' |
const TABLE_NOT_CREATED 'Unable to create table %s' |
const TABLE_NOT_DROPPED 'Failed deleting table %s.' |
const TABLES_CREATION 'Tables creation' |
const TABLES_CREATION_TITLE 'Database tables creation' |
const THEME 'Select theme' |
const THEME_NO_SCREENSHOT 'No screenshot found' |
const THEME_TITLE 'Select the default theme' |
const USER_LOGIN 'Administrator Login' |
const USERNAME 'Username :' |
const WARNING 'Warning' |
const WELCOME 'Welcome' |
const WELCOME_TITLE 'Welcome to your XOOPS site' |
const WRITTEN_LICENSE 'Wrote XOOPS %s License Key: <strong>%s</strong>' |
const XML_PARSING 'XML parsing' |
const XOOPS_COOKIE_DOMAIN_HELP 'Domain to set cookies. May be blank, the full host from the URL (www.example.com), or the registered domain without subdomains (example.com) to share across subdomains (www.example.com and blog.example.com.)' |
const XOOPS_COOKIE_DOMAIN_LABEL 'Cookie Domain for the Website' |
const XOOPS_DATA_PATH_HELP 'Physical path to the XOOPS data files (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.' |
const XOOPS_DATA_PATH_LABEL 'XOOPS data files directory' |
const XOOPS_ERROR_ENCOUNTERED 'Error' |
const XOOPS_ERROR_SEE_BELOW 'See below for messages.' |
const XOOPS_FOUND '%s found' |
const XOOPS_INSTALL_WIZARD 'XOOPS Installation Wizard' |
const XOOPS_INSTALLING 'Installing' |
const XOOPS_LIB_PATH_HELP 'Physical path to the XOOPS library directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.' |
const XOOPS_LIB_PATH_LABEL 'XOOPS library directory' |
const XOOPS_PATH_FOUND 'Path found.' |
const XOOPS_PATHS 'XOOPS Physical paths' |
const XOOPS_ROOT_PATH_HELP 'Physical path to the XOOPS documents (served) directory WITHOUT trailing slash' |
const XOOPS_ROOT_PATH_LABEL 'XOOPS documents root physical path' |
const XOOPS_SOURCE_CODE "XOOPS on GitHub" |
const XOOPS_TABLES_CREATED 'XOOPS system tables have been created.' |
const XOOPS_TABLES_FOUND 'The XOOPS system tables already exist in your database.' |
const XOOPS_URL_HELP 'Main URL that will be used to access your XOOPS installation' |
const XOOPS_URL_LABEL 'Website location (URL)' |
const XOOPS_URLS 'Web locations' |
const ZLIB_COMPRESSION 'Zlib Compression' |