Home
last modified time | relevance | path

Searched refs:regip (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
H A Duser.php129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =… argument
130 $regip = empty($regip) ? $this->base->onlineip : $regip;
135 …qladd username='$username', password='$password', email='$email', regip='$regip', regdate='".$this…
/plugin/authucenter/lib/uc_client/control/
H A Duser.php70 $regip = $this->input('regip');
78 $uid = $_ENV['user']->add_user($username, $password, $email, 0, $questionid, $answer, $regip);
/plugin/authucenter/lib/uc_client/
H A Dclient.php355 function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = ''… argument
356 …rd'=>$password, 'email'=>$email, 'questionid'=>$questionid, 'answer'=>$answer, 'regip' => $regip));