随笔分类 -  dz

摘要:论坛常用表 forum_post 帖子表 forum_thread 主题表 forum_attachment 帖子图片 根据tableid 查询图片表下标 forum_attachment_(tableid) 图片表 common_member 用户表 common_usergroup 用户组 fo 阅读全文
posted @ 2021-05-13 15:00 why_set 阅读(128) 评论(0) 推荐(0)
摘要:api 接口 archiver config 配置 data develop install m source admincp archiver class adv block cache db discuz extend forum helper lib magic memory model op 阅读全文
posted @ 2021-04-21 14:40 why_set 阅读(45) 评论(0) 推荐(0)
摘要:loaducenter(); 初始化可以条用uc函数getuserbyuid(); 根据uid查询用户信息setloginstatus($user,cookietime); 修改用户登录状态 传入用户数组uc_get_user($name,0) UC函数查询uc用户信息,默认根据用户名查询,1 根据 阅读全文
posted @ 2021-04-21 14:32 why_set 阅读(150) 评论(0) 推荐(0)
摘要:dz密码加密 md5(md5(密码字段),$sale) 阅读全文
posted @ 2021-04-02 17:41 why_set 阅读(123) 评论(0) 推荐(0)