陈奇网络工作室

discuz论坛上传附件提示服务器(IO)错误

Discuz游客发帖,默认是显示ip的前三段,显示为127.0.0.x既然选择了游客发帖,也可以尽量保护游客的ip不被泄露。然后修改discuz文件,改代码:找到/source/module/forum/forum _ viewthread.php文件:if(!$ post[' authorized ']){然后具体这两句:if(!$ post[' author id ']){ $ post[' useip ']=substr($ post[' useip '],0,strrpos($post['useip'],'')).'x’;}如果只显示前两段,则改为:if(!$ post[' author id ']){ if($ _ G[' adminid ']!=1){ $ tmpip=substr($ post[' useip '],0,strrpos($post['useip'],''));$ post[' useip ']=substr($ post[' useip '],0,strrpos($tmpip,'')).' x . x '}}如果不想全部显示,就改成:if(!$ post[' author id ']){ if($ _ G[' adminid ']!=1){ $ tmpip=substr($ post[' useip '],0,strrpos($post['useip'],''));$ post[' useip ']=substr($ post[' useip '],0,strrpos($tmpip,' x ')。'x . x '}}只需保存并替换文件。当然,记得首先备份原始文件,并记录更改。

更多关于云服务器,域名注册,虚拟主机的问题,请访问西部数码代理官网:www.chenqinet.cn。

相关推荐

后台-系统设置-扩展变量-手机广告位-内容页底部广告位3