Searched refs:uc_authcode (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/ |
H A D | auth.php | 101 …$this->_uc_setcookie($this->getConf('cookiename'), uc_authcode($uid."\t".$user_info['password']."\… 112 list($uid, $password, $username) = explode("\t", uc_authcode($cookie, 'DECODE'));
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | base.php | 222 return uc_authcode($string, $operation, $key, $expiry);
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO… 166 function uc_authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { function
|