<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>逐梦论坛 - 论坛建设</title>
    <link>http://temp2023.zhumeng.org/forumdisplay.php?fid=9</link>
    <description>Latest 20 threads of 论坛建设</description>
    <copyright>Copyright(C) 逐梦论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 01 May 2026 01:03:31 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://temp2023.zhumeng.org/images/logo.gif</url>
      <title>逐梦论坛</title>
      <link>http://temp2023.zhumeng.org/</link>
    </image>
    <item>
      <title>Can not write to cache files, please check directory ./data/ and ...的解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=287231</link>
      <description><![CDATA[现象：DX 3.4后台更新缓存及更换风格等操作时都提示：<br />
<br />
解决：删除data 目录下面sysdata 文件夹中的所有文件就可以了。]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Sat, 11 Nov 2017 18:04:29 +0000</pubDate>
    </item>
    <item>
      <title>(1032) Can't find record in 'forum_threadaddviews'（补20170810）</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=284671</link>
      <description><![CDATA[现象：访问Discuz! X3.3论坛时提示：<br />
<br />
<br />
解决：使用phpMyAdmin修复该表。]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Tue, 15 Aug 2017 07:02:27 +0000</pubDate>
    </item>
    <item>
      <title>DZ 您的请求来路不正确,无法提交。的解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=272489</link>
      <description><![CDATA[现象：DZ7.2论坛在发帖、后台管理时都出现提示：您的请求来路不正确,无法提交。<br />
原因：IIS中使用了ISAPI Rewrite3的反向代理功能所致。<br />
解决：去掉反向代理相关的语句。]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Tue, 25 Oct 2016 04:02:37 +0000</pubDate>
    </item>
    <item>
      <title>(1054) Unknown column 'port' in 'field list' DZ 3.0升级出现这个</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=268372</link>
      <description><![CDATA[分析：这是由QQ互联引起的原因，重新安装QQ互联也不能解决这个问题<br />
这个错误的意思是，缺少port字段。<br />
缺少啦我们就给加上呗。<br />
<br />
解决方法一（适用于懂点技术的站长）：<br />
如果要加上，你的了解数据库的类型吧。<br />
我自己在本地安装dzx3.1，然后查看数据库。然后在通过 ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Thu, 19 May 2016 08:26:58 +0000</pubDate>
    </item>
    <item>
      <title>开启PHP CURL扩展的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=266795</link>
      <description><![CDATA[将php.ini中的<br />
;extension=php_curl.dll<br />
前面的分号去掉<br />
重启IIS或apache]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Wed, 30 Mar 2016 09:12:40 +0000</pubDate>
    </item>
    <item>
      <title>您的主机不支持 EXIF 库,无法开启此功能</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=257927</link>
      <description><![CDATA[去除php.ini 中：<br />
;extension=php_mbstring.dll<br />
;extension=php_exif.dll<br />
改为<br />
extension=php_mbstring.dll<br />
extension=php_exif.dll<br />
<br />
注意 php_mbstring.dll 必须在 php_exif.dll 之前。<br />
重启web服务。]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Sat, 24 Oct 2015 05:03:47 +0000</pubDate>
    </item>
    <item>
      <title>xampp开启gzip的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=250319</link>
      <description><![CDATA[在Apache2版之后的GZIP一般用mod_deflate代替，因为mod_deflate拥有同样甚至更强大的功能。下面就是开启GZIP的方法：<br />
<br />
1、打开这三个模块<br />
LoadModule headers_module modules/mod_headers.so<br />
LoadModule deflate_module modules/mod_deflate.so<br />
LoadModule filter_ ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Thu, 13 Aug 2015 15:42:18 +0000</pubDate>
    </item>
    <item>
      <title>DZ发帖时提示：(1062) Duplicate entry '0' for key 'invisible'的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=249424</link>
      <description><![CDATA[现象：DZ回帖时点确定，没反应；发帖时提示：(1062) Duplicate entry '0' for key 'invisible'。<br />
解决：根据错误中提法的数据库表，对相应的表利用PhpMyAdin进行修复即可。<br />
更多解决方法见：]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Tue, 14 Jul 2015 01:01:32 +0000</pubDate>
    </item>
    <item>
      <title>DZ安装模板时提示：对不起，您安装的不是正版应用，安装程序无法继续执行 的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=249326</link>
      <description><![CDATA[论坛根目录\source\function里面的function_cloudaddons.php<br />
编辑function_cloudaddons.php，查找代码：注释掉，X3.1及之前版本的大概在99行，X3.2版本的大概在97行，即把这行修改为：]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Sat, 11 Jul 2015 03:56:10 +0000</pubDate>
    </item>
    <item>
      <title>WordPress删除文章同时自动删除缩略图及图片附件</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=248427</link>
      <description><![CDATA[WordPress删除文章时，文章内所上传到的图片等附件不会自动删除，占用了网站空间，因此下面说明通过几行代码的简单方式实现在删除文章时自动删除以及图片附件，这样就不用手动去寻找并删除，准确而且效率高。代码[*]/* 删除文章时删除图片附件[*]/* ------------------- ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Mon, 29 Jun 2015 16:54:12 +0000</pubDate>
    </item>
    <item>
      <title>linux下卸载kangle的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=248424</link>
      <description><![CDATA[]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Mon, 29 Jun 2015 16:46:38 +0000</pubDate>
    </item>
    <item>
      <title>锐速serverspeeder Linux版本手动安装命令</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=248423</link>
      <description><![CDATA[如果自动安装失败501的话，会提示一个系统ID。<br />
那么你可以去尝试手动安装<br />
进入官方网站<br />
http://my.serverspeeder.com/w.do?m=lslm<br />
登录后，填写序列号，就是系统ID。<br />
然后选择<br />
centos<br />
6.4<br />
2.6.32-431.el6.x86_64<br />
64bit<br />
然后就可以下载手动安装包了<br />
通过FLASH ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Mon, 29 Jun 2015 16:45:54 +0000</pubDate>
    </item>
    <item>
      <title>锐速serverspeeder Linux版本一键安装命令</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=248422</link>
      <description><![CDATA[20M永久免费帐号密码（请不要修改密码）：<br />
<br />
123456<br />
<br />
<br />
根据提示输入账户密码，如果错误501代表内核不支持<br />
之后提示加速网卡<br />
网卡整 形（限速）流量<br />
这里一直回车就好了<br />
是否开机启动<br />
输入Y回车<br />
<br />
之后可以通过lsmod查看是否有appex模块在运行<br />
<br />
安装失败 ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Mon, 29 Jun 2015 16:44:48 +0000</pubDate>
    </item>
    <item>
      <title>kangle web server，linux centos 6 一键安装包，设置优化图解，DDOS Firewall 防火墙</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=248420</link>
      <description><![CDATA[几张效果图<br />
 <br />
<br />
<br />
 <br />
<br />
<br />
<br />
最低配置安装需求<br />
本教程至少需要以下配置进行安装<br />
CPU：单核<br />
内存：256M  （mysql 5.6需要最低1G内存，不安装启动DDOS Firewall 的话最低需求128M。内存占用情况为：系统30M，kangle+easypanel 20M，DDOS Firewall 100M）<br />
硬盘：5G或者 ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Mon, 29 Jun 2015 16:25:36 +0000</pubDate>
    </item>
    <item>
      <title>Kangle easypanel面板 php-5.6.9 for linux版 支持ioncube 与Zend OPcache</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=248419</link>
      <description><![CDATA[最近爆出了一个严重漏洞，影响所有低版本的PHP<br />
<br />
<br />
<br />
都建议升级得到缓解<br />
<br />
32位、64位都支持<br />
安装方法:<br />
<br />
<br />
<br />
脚本备份：   (3.47 KB, 下载次数: 32) <br />
<br />
<br />
php.ini路径为<br />
/vhs/kangle/ext/tpl_php569/php-templete.ini]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Mon, 29 Jun 2015 16:22:36 +0000</pubDate>
    </item>
    <item>
      <title>PHP 5.2.17&amp;amp;5.3.29 远程DDOS漏洞UPUPW修复版</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=247263</link>
      <description><![CDATA[近期PHP被爆出存在远程DOS漏洞，漏洞编为CVE-2015-4024。若黑客利用该漏洞构造PoC发起连接，容易导致目标主机CPU被迅速消耗。 <br />
PHP解析multipart/form-datahttp请求的body part请求头时，重复拷贝字符串导致DOS。远程攻击者通过发送恶意构造的multipart/form-data请求， ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Tue, 09 Jun 2015 03:41:00 +0000</pubDate>
    </item>
    <item>
      <title>wdCP安装说明</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=247252</link>
      <description><![CDATA[wdcp支持两种安装方式<br />
1 源码编译 此安装比较麻烦和耗时,一般是20分钟至一个小时不等,具体视机器配置情况而定<br />
2 RPM包安装 简单快速,下载快的话,几分钟就可以完成<br />
<br />
源码安装(ssh登录服务器,执行如下操作即可,需root用户身份安装)<br />
wget <br />
tar zxvf lanmp_laster.tar ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Mon, 08 Jun 2015 16:36:09 +0000</pubDate>
    </item>
    <item>
      <title>DZ出现“对不起，您安装的不是正版应用..”的解决办法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=246655</link>
      <description><![CDATA[关于出现“对不起，您安装的不是正版应用..”的解决办法<br />
<br />
最近很多会员朋友反映一个问题：有些插件和风格在安装时出现不能安装的现象，出现以下提示：<br />
       对不起，您安装的不是正版应用，安装程序无法继续执行<br />
       点击这里安装正版应用<br />
       点击这里返回 ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Wed, 27 May 2015 05:17:10 +0000</pubDate>
    </item>
    <item>
      <title>xampp绑定域名的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=246631</link>
      <description><![CDATA[1、打开xampp\apache\conf\httpd.conf文件，搜索“Include conf/extra/httpd-vhosts.conf”，确保前面没有 # 注释符，也就是确保开启了 vhosts 虚拟主机配置文件。此时默认的httpd.conf默认配置失效，访问此IP的域名将全部指向 vhosts.conf 中的第一个虚拟主机。<br />
2、在 ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Wed, 27 May 2015 00:32:46 +0000</pubDate>
    </item>
    <item>
      <title>discuz 语法错误 discuz_tips.js 在内网加载慢解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=242962</link>
      <description><![CDATA[到后台-&gt;应用-&gt;插件-&gt;插件列表-&gt;系统插件，把电脑管家网址保镖关闭就行了。<br />
<br />
改代码解决：<br />
discuz的使用和安装还是挺简单快捷的，这点应该是目前做得最好的一款论坛应用了，我在外网使用过程中很正常，但是一移动到内网环境就整个速度慢了不止一个级别，ok，现在来看 ...]]></description>
      <category>论坛建设</category>
      <author>shillan</author>
      <pubDate>Sun, 24 May 2015 10:15:03 +0000</pubDate>
    </item>
  </channel>
</rss>