当前位置:首页 > DZ通用

使用centos 7 防火墙firewalld进行服务器安全配置置顶

someone2年前 (2024-06-21)146
配置思路:    关闭除80和443之外的所有端口,添加http及https服务,移除ssh服务。    使用rich-rule设置ip白名单,白名单ip可以接通任何端口服务,不受移除影响。  ...

Discuz!批量替换帖子中的内容

someone2个月前 (03-14)43
...

Discuz!售价贴未购买前展示分类信息栏

someone2个月前 (03-14)39
...

Discuz! X版本地附件与远程附件的转换语言

someone2年前 (2024-11-13)183
一、本地转移到远程附件update pre_forum_attachment_0 set remote=1 where remote=0; update pre_forum_attachment_1 set remot...

gy手机版搜索修改为全文搜索方法

someone2年前 (2024-06-24)141
打开下面文件:\template\comiis_app\touch\search\forum.php找到:<input type="hidden" name="formhash" value="{FORMHASH}...

Discuz! 清理短消息举报

someone2年前 (2024-06-24)154
最好不要开,3.4这个举报有bug,短消息举报收到后删不掉,后台被邪教短消息刷屏真的受够。...

Discuz! 批量设置帖子售价

someone2年前 (2024-06-24)125
UPDATE pre_forum_thread SET price=0 where fid=19后台—站长—数据库—升级运行以上sql语言0为售价,19为版块id...