分类“discuz”
4
2012-12
2
2012-12
30
2012-10
dz安装进度显示代码
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<t...
13
2012-5
Ucenter 会员同步登录通讯原理
1,用户登录bbs,通过logging.php文件中,使用函数uc_user_login验证,如果验证成功,将调用函数
uc_user_synlogin(位于uc_client下的client.php文件中),在这个函数中调用
uc_api_post('user', 'synlogin',
array('uid'=>$uid));之后向UC_API.'/inde...