XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
functions.php File Reference

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)
 

Function Documentation

genPathCheckHtml (   $path,
  $valid 
)
getDbCharsets (   $link)

Definition at line 188 of file functions.php.

References $result.

Referenced by validateDbCharset(), and xoFormFieldCharset().

Here is the caller graph for this function:

getDbCollations (   $link,
  $charset 
)

Definition at line 210 of file functions.php.

References $result.

Referenced by validateDbCharset(), and xoFormFieldCollation().

Here is the caller graph for this function:

getDirList (   $dirname)

Definition at line 90 of file functions.php.

References $dirlist, $dirname, $file, and $handle.

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the caller graph for this function:

xoDiagBoolSetting (   $name,
  $wanted = false,
  $severe = false 
)

Definition at line 119 of file functions.php.

References xoDiag().

Here is the call graph for this function:

xoDiagIfWritable (   $path)

Definition at line 130 of file functions.php.

References $error, $path, and xoDiag().

Here is the call graph for this function:

xoFormBlockCollation (   $name,
  $value,
  $label,
  $help,
  $link,
  $charset 
)

Definition at line 291 of file functions.php.

References xoFormFieldCollation().

Here is the call graph for this function:

xoFormField (   $name,
  $value,
  $label,
  $help = '' 
)

Definition at line 52 of file functions.php.

References $myts, _INSTALL_CHARSET, and MyTextSanitizer\getInstance().

Here is the call graph for this function:

xoFormFieldCharset (   $name,
  $value,
  $label,
  $help = '',
  $link 
)

Definition at line 301 of file functions.php.

References $myts, _INSTALL_CHARSET, getDbCharsets(), and MyTextSanitizer\getInstance().

Here is the call graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

xoPassField (   $name,
  $value,
  $label,
  $help = '' 
)

Definition at line 69 of file functions.php.

References $myts, _INSTALL_CHARSET, and MyTextSanitizer\getInstance().

Here is the call graph for this function:

xoPhpVersion ( )

Definition at line 146 of file functions.php.

References xoDiag().

Here is the call graph for this function:

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().

Here is the caller graph for this function:

xoStripeKey (   $xoops_key)

*#@+ Xoops Stripe Licence System Key

Definition at line 414 of file functions.php.

References $i, $num, and $ret.

Referenced by xoBuildLicenceKey().

Here is the caller graph for this function: