XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | installer |
Functions | |
genPathCheckHtml ($path, $valid) | |
getDbCharsets ($link) | |
getDbCollations ($link, $charset) | |
getDirList ($dirname) | |
install_acceptUser ($hash= '') | |
install_finalize ($installer_modified) | |
validateDbCharset ($link, &$charset, &$collation) | |
xoBuildLicenceKey () | |
xoDiag ($status=-1, $str= '') | |
xoDiagBoolSetting ($name, $wanted=false, $severe=false) | |
xoDiagIfWritable ($path) | |
xoFormBlockCollation ($name, $value, $label, $help, $link, $charset) | |
xoFormField ($name, $value, $label, $help= '') | |
xoFormFieldCharset ($name, $value, $label, $help= '', $link) | |
xoFormFieldCollation ($name, $value, $label, $help, $link, $charset) | |
xoPassField ($name, $value, $label, $help= '') | |
xoPhpVersion () | |
xoPutLicenseKey ($system_key, $licensefile, $license_file_dist= 'license.dist.php') | |
xoStripeKey ($xoops_key) | |
genPathCheckHtml | ( | $path, | |
$valid | |||
) |
Definition at line 157 of file functions.php.
References $msg, $path, ERR_COULD_NOT_ACCESS, ERR_NO_XOOPS_FOUND, XOOPS_FOUND, XOOPS_PATH_FOUND, and XOOPS_VERSION.
getDbCharsets | ( | $link | ) |
Definition at line 188 of file functions.php.
References $result.
Referenced by validateDbCharset(), and xoFormFieldCharset().
getDbCollations | ( | $link, | |
$charset | |||
) |
Definition at line 210 of file functions.php.
References $result.
Referenced by validateDbCharset(), and xoFormFieldCollation().
getDirList | ( | $dirname | ) |
install_acceptUser | ( | $hash = '' | ) |
Definition at line 18 of file functions.php.
References $_SESSION, $GLOBALS, $msg, $myts, $res, $uname, $user, XOOPS_DB_NAME, XOOPS_DB_PASS, XOOPS_DB_PREFIX, and xoops_gethandler().
Referenced by XoopsInstallWizard\checkAccess().
install_finalize | ( | $installer_modified | ) |
Definition at line 42 of file functions.php.
References $installer_modified.
validateDbCharset | ( | $link, | |
& | $charset, | ||
& | $collation | ||
) |
Definition at line 226 of file functions.php.
References $error, ERR_INVALID_DBCHARSET, ERR_INVALID_DBCOLLATION, getDbCharsets(), and getDbCollations().
xoBuildLicenceKey | ( | ) |
*#@+ Xoops Build Licence System Key
Definition at line 364 of file functions.php.
References $_SERVER, $type, XOOPS_LICENSE_CODE, XOOPS_LICENSE_TEXT, XOOPS_VERSION, and xoStripeKey().
Referenced by write_key().
xoDiag | ( | $status = -1 , |
|
$str = '' |
|||
) |
Definition at line 106 of file functions.php.
References $GLOBALS, $status, FAILED, SUCCESS, and WARNING.
Referenced by xoDiagBoolSetting(), xoDiagIfWritable(), and xoPhpVersion().
Definition at line 119 of file functions.php.
References xoDiag().
xoDiagIfWritable | ( | $path | ) |
Definition at line 130 of file functions.php.
References $error, $path, and xoDiag().
xoFormBlockCollation | ( | $name, | |
$value, | |||
$label, | |||
$help, | |||
$link, | |||
$charset | |||
) |
Definition at line 291 of file functions.php.
References xoFormFieldCollation().
xoFormField | ( | $name, | |
$value, | |||
$label, | |||
$help = '' |
|||
) |
Definition at line 52 of file functions.php.
References $myts, _INSTALL_CHARSET, and MyTextSanitizer\getInstance().
xoFormFieldCharset | ( | $name, | |
$value, | |||
$label, | |||
$help = '' , |
|||
$link | |||
) |
Definition at line 301 of file functions.php.
References $myts, _INSTALL_CHARSET, getDbCharsets(), and MyTextSanitizer\getInstance().
xoFormFieldCollation | ( | $name, | |
$value, | |||
$label, | |||
$help, | |||
$link, | |||
$charset | |||
) |
Definition at line 253 of file functions.php.
References $myts, $options, _INSTALL_CHARSET, getDbCollations(), and MyTextSanitizer\getInstance().
Referenced by xoFormBlockCollation().
xoPassField | ( | $name, | |
$value, | |||
$label, | |||
$help = '' |
|||
) |
Definition at line 69 of file functions.php.
References $myts, _INSTALL_CHARSET, and MyTextSanitizer\getInstance().
xoPhpVersion | ( | ) |
Definition at line 146 of file functions.php.
References xoDiag().
xoPutLicenseKey | ( | $system_key, | |
$licensefile, | |||
$license_file_dist = 'license.dist.php' |
|||
) |
*#@+ Xoops Write Licence System Key
Definition at line 342 of file functions.php.
References $ret, and XOOPS_LICENSE_CODE.
Referenced by write_key().
xoStripeKey | ( | $xoops_key | ) |
*#@+ Xoops Stripe Licence System Key
Definition at line 414 of file functions.php.
References $i, $num, and $ret.
Referenced by xoBuildLicenceKey().