discuz nt使用者整合

2021-08-26 22:42:56 字數 462 閱讀 9273

跟discuz!nt論壇實現使用者同步註冊,單點登陸

使用者登陸**:

public static void login(string username, string password)

//刪除之前的錯誤登入資訊

loginlogs.deleteloginlog(dntrequest.getip());

//根據積分公式重新整理使用者總積分

usercredits.updateusercredits(uid);

//寫入使用者登入後的cookie

forumutils.writeusercookie(uid, utils.strtoint(dntrequest.getstring("expires"), -1), config.passwordkey, dntrequest.getint("templateid", 0), dntrequest.getint("loginmode", -1));

discuz nt使用者整合

跟discuz nt論壇實現使用者同步註冊,單點登陸 使用者登陸 public static void login string username,string password 刪除之前的錯誤登入資訊 loginlogs.deleteloginlog dntrequest.getip 根據積分公式...

Discuz NT持續整合實戰

摘要 本文記述discuz nt專案實施持續整合的實施過程,並把過程中遇到的問題原樣展現,並提供解決方法,以供後來者參考。關鍵字 cruisecontrol.net 持續整合 continuous integration 每日構建 dailybuild discuz nt svn 作業系統 win2...

phpwind ecshop 使用者整合

phpwind ecshop 使用者整合,其實很簡單。但在網上搜到的盡是亂七八遭的方法,搞得很複雜。原來公司做的phpwind 與 ecshop 結合的專案,別的同事已經把使用者整合好了,當時我還不知道怎麼整合。後來在 遷移時 從乙個伺服器遷移到另乙個伺服器 ecshop 的前台使用者莫名其妙地就無...