当前位置:首页
> DZ通用
使用centos 7 防火墙firewalld进行服务器安全配置置顶
配置思路: 关闭除80和443之外的所有端口,添加http及https服务,移除ssh服务。 使用rich-rule设置ip白名单,白名单ip可以接通任何端口服务,不受移除影响。 ...
Discuz! X版本地附件与远程附件的转换语言
一、本地转移到远程附件update pre_forum_attachment_0 set remote=1 where remote=0; update pre_forum_attachment_1 set remot...
gy手机版搜索修改为全文搜索方法
打开下面文件:\template\comiis_app\touch\search\forum.php找到:<input type="hidden" name="formhash" value="{FORMHASH}...
Discuz! 批量设置帖子售价
UPDATE pre_forum_thread SET price=0 where fid=19后台—站长—数据库—升级运行以上sql语言0为售价,19为版块id...