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

Go to the source code of this file.

Namespaces

namespace  core
 

Functions

if(empty($xoopsConfigUser['allow_register'])) userCheck ($uname, $email, $pass, $vpass)
 

Variables

 $agree_disc = (isset($_POST['agree_disc']) && intval($_POST['agree_disc'])) ? 1 : 0
 
 $config_handler =& xoops_gethandler('config')
 
 $email = isset($_POST['email']) ? trim($myts->stripSlashesGPC($_POST['email'])) : ''
 
 $myts =& MyTextSanitizer::getInstance()
 
 $op = isset($_POST['op']) ? $_POST['op'] : (isset($_GET["op"]) ? $_GET["op"] : 'register')
 
 $pass = isset($_POST['pass']) ? $myts->stripSlashesGPC($_POST['pass']) : ''
 
 $timezone_offset = isset($_POST['timezone_offset']) ? (float) $_POST['timezone_offset'] : $xoopsConfig['default_TZ']
 
 $uname = isset($_POST['uname']) ? $myts->stripSlashesGPC($_POST['uname']) : ''
 
 $url = isset($_POST['url']) ? trim($myts->stripSlashesGPC($_POST['url'])) : ''
 
 $user_mailok = (isset($_POST['user_mailok']) && intval($_POST['user_mailok'])) ? 1 : 0
 
 $user_viewemail = (isset($_POST['user_viewemail']) && intval($_POST['user_viewemail'])) ? 1 : 0
 
 $vpass = isset($_POST['vpass']) ? $myts->stripSlashesGPC($_POST['vpass']) : ''
 
 $xoopsConfigUser = $config_handler->getConfigsByCat(XOOPS_CONF_USER)
 
 $xoopsPreload =& XoopsPreload::getInstance()
 

Function Documentation

if (empty($xoopsConfigUser['allow_register'])) userCheck (   $uname,
  $email,
  $pass,
  $vpass 
)

Definition at line 42 of file register.php.

References $email, $GLOBALS, $pass, $uname, $vpass, and XoopsUserUtility\validate().

Here is the call graph for this function:

Variable Documentation

$agree_disc = (isset($_POST['agree_disc']) && intval($_POST['agree_disc'])) ? 1 : 0

Definition at line 57 of file register.php.

$config_handler =& xoops_gethandler('config')

Definition at line 34 of file register.php.

$email = isset($_POST['email']) ? trim($myts->stripSlashesGPC($_POST['email'])) : ''

Definition at line 50 of file register.php.

Definition at line 32 of file register.php.

$op = isset($_POST['op']) ? $_POST['op'] : (isset($_GET["op"]) ? $_GET["op"] : 'register')

Definition at line 48 of file register.php.

$pass = isset($_POST['pass']) ? $myts->stripSlashesGPC($_POST['pass']) : ''

Definition at line 52 of file register.php.

$timezone_offset = isset($_POST['timezone_offset']) ? (float) $_POST['timezone_offset'] : $xoopsConfig['default_TZ']

Definition at line 54 of file register.php.

$uname = isset($_POST['uname']) ? $myts->stripSlashesGPC($_POST['uname']) : ''

Definition at line 49 of file register.php.

$user_mailok = (isset($_POST['user_mailok']) && intval($_POST['user_mailok'])) ? 1 : 0

Definition at line 56 of file register.php.

$user_viewemail = (isset($_POST['user_viewemail']) && intval($_POST['user_viewemail'])) ? 1 : 0

Definition at line 55 of file register.php.

$vpass = isset($_POST['vpass']) ? $myts->stripSlashesGPC($_POST['vpass']) : ''

Definition at line 53 of file register.php.

$xoopsConfigUser = $config_handler->getConfigsByCat(XOOPS_CONF_USER)

Definition at line 35 of file register.php.

$xoopsPreload =& XoopsPreload::getInstance()

Definition at line 26 of file register.php.