Home  >  Article  >  Backend Development  >  Discuz的业务问题

Discuz的业务问题

WBOY
WBOYOriginal
2016-06-06 20:26:451301browse

Discuz的业务问题

如图所示。想请教一下做过二次开发的朋友,将用户设置为 禁止访问 正常状态
分别操作了哪几个表的什么字段?

<code>Discuz那如屎一般的代码实在看不下去!恶心死我了!
Discuz那如屎一般的代码实在看不下去!恶心死我了!
Discuz那如屎一般的代码实在看不下去!恶心死我了!</code>

回复内容:

Discuz的业务问题

如图所示。想请教一下做过二次开发的朋友,将用户设置为 禁止访问 正常状态
分别操作了哪几个表的什么字段?

<code>Discuz那如屎一般的代码实在看不下去!恶心死我了!
Discuz那如屎一般的代码实在看不下去!恶心死我了!
Discuz那如屎一般的代码实在看不下去!恶心死我了!</code>

好吧,看来自己挖的坑还是自己补上吧。

common_member表

Discuz的业务问题

操作了如下字段:

<code>'adminid' => '-1',  // 禁止访问
'groupid' => '5',   // 禁止访问组
'newprompt' => '1', // 不明觉厉</code>

common_member_crime表

插入一条违规记录,下面是官方数据字典:

Discuz的业务问题

大概看到了就是这两个表了,可能还有其它表的操作,不过我这里的业务不需要那么细,有知道的朋友可以继续补充。当然了,希望这个答案永远帮不到任何人。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn