Home
last modified time | relevance | path

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

/plugin/authucenter/
H A Dauth.php101 …$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 Dbase.php222 return uc_authcode($string, $operation, $key, $expiry);
/plugin/authucenter/lib/uc_client/
H A Dclient.php130 …$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