<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>网站之家技术交流论坛 - Discuz!程序交流</title>
    <link>http://bbs.web49.com/forum-2-1.html</link>
    <description>Latest 20 threads of Discuz!程序交流</description>
    <copyright>Copyright(C) 网站之家技术交流论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 24 May 2026 22:19:23 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.web49.com/static/image/common/logo_88_31.gif</url>
      <title>网站之家技术交流论坛</title>
      <link>http://bbs.web49.com/</link>
    </image>
    <item>
      <title>Discuz! X3.4 X3.3 UC(/uc_server/data/tmp)上传执行漏洞修复 (阿里云热修复补丁):</title>
      <link>http://bbs.web49.com/thread-8174-1-1.html</link>
      <description><![CDATA[介绍：在Discuz中，uc_key是UC客户端与服务端通信的通信密钥，discuz中的/api/uc.php存在代码写入漏洞，导致黑客可写入恶意代码获取uckey，最终进入网站后台，造成数据泄漏。


漏洞名称：

Discuz uc.key泄露导致代码注入漏洞


报告：已有网站中招后/uc_serve ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Tue, 31 Jul 2018 17:09:31 +0000</pubDate>
    </item>
    <item>
      <title>dz修改手机模板显示外链图片</title>
      <link>http://bbs.web49.com/thread-8171-1-1.html</link>
      <description><![CDATA[在手机模板里，dz默认本地上传图片才显示， 要显示网络图片或者链接图片， 需要修改代码
在：\\source\\function\\function_discuzcode.php换成]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Sun, 02 Jul 2017 15:02:36 +0000</pubDate>
    </item>
    <item>
      <title>帖子内容页面左侧信息栏修改教程</title>
      <link>http://bbs.web49.com/thread-8169-1-1.html</link>
      <description><![CDATA[有很多童鞋问我下列图片中红框中  主题，听众，积分怎么修改城其他的？这里是可以的修改的，来我们来看下修改的过程。



1.我们首先知道这块代码文件在那里\\template\\default\\forum\\viewthread_node.htm2.给你们解释下对应代码是什么
$post[threads]=主题
$post[ ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Thu, 15 Jun 2017 17:01:22 +0000</pubDate>
    </item>
    <item>
      <title>程：discuz x3.2数据库的表从MYISAM转到INNODB和bug解决方法</title>
      <link>http://bbs.web49.com/thread-8162-1-1.html</link>
      <description><![CDATA[1.discuz 3.2 转INNODB的时候，是不是可以把所有表都转成INNODB，或者是要表留住哪几个表？
2.那个x3.1 的innodb补丁，能用于discuz 3.2吗？

===========
导出并替换discuz数据库中的MYISAM为INNODB

[*]mysqldump -u root -p\'password\' centos &gt; centos_table.s ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Thu, 11 May 2017 16:54:12 +0000</pubDate>
    </item>
    <item>
      <title>uc密码重置方法</title>
      <link>http://bbs.web49.com/thread-8161-1-1.html</link>
      <description><![CDATA[修改UC配置文件 /uc_server/data/config.inc.php
对应两行换掉这样设置后uc创始人的密码为 123654]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Thu, 15 Dec 2016 01:02:52 +0000</pubDate>
    </item>
    <item>
      <title>Discuz! X2.5上传大尺寸图片提示“没有合法的文件被上传” 更改方法</title>
      <link>http://bbs.web49.com/thread-8160-1-1.html</link>
      <description><![CDATA[由于程序限制了大尺寸附件图片，提示 “没有合法的文件被上传”
更改方法：source\\class\\discuz\\class_upload.php 
找到：将 if($size &gt; 16777216 || $size &lt; 16 )  中16777216更改大点]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Thu, 17 Nov 2016 03:51:34 +0000</pubDate>
    </item>
    <item>
      <title>DZ3.2 邮件找回密码 点邮件里面的链接重置密码时 提示参数错误处理方法</title>
      <link>http://bbs.web49.com/thread-3497-1-1.html</link>
      <description><![CDATA[查找
source\\module\\member\\member_getpasswd.php在下方添加查找
template\\default\\member\\getpasswd.htm修改为]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Sat, 31 Oct 2015 03:27:01 +0000</pubDate>
    </item>
    <item>
      <title>dz找回密码功能在修改密码时出现参数错误解决方法</title>
      <link>http://bbs.web49.com/thread-3324-1-1.html</link>
      <description><![CDATA[解决方法如下：
打开
source\\module\\member\\member_getpasswd.php
第32行找到
$uid = $_GET[\'uid\'];
在下方添加一行
$sign = $_GET[\'sign\'];
打开discuz模板文件：template\\default\\member\\getpasswd.htm
找到第8行
   
修改为：]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 03 Jun 2015 12:33:54 +0000</pubDate>
    </item>
    <item>
      <title>Discuz! (X3.1) 开启https的教程</title>
      <link>http://bbs.web49.com/thread-3323-1-1.html</link>
      <description><![CDATA[时代一直在发展，我们对于安全通信的需求也越来越高。在 Discuz X3 中，据说支持了https，所以在我有了SSL证书后，第一时间就给网站加上了SSL。但加上之后，发现很多地方并没有使用https链接，遂开始查看Discuz源码，看看哪里出了问题。


1、SSL证书&amp;配置

首先， ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 03 Jun 2015 08:42:20 +0000</pubDate>
    </item>
    <item>
      <title>1064 - You have an error in your SQL syntax; check the manual that correspond...</title>
      <link>http://bbs.web49.com/thread-3321-1-1.html</link>
      <description><![CDATA[1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'TYPE=MyISAM\' at line 7 

这种错误主要是由于，使用了现在版本的mysql不支持的命令引起的错误，比如
    从MYSQ ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Sun, 17 May 2015 10:44:39 +0000</pubDate>
    </item>
    <item>
      <title>DZ3.2手机端访问bug彻底解决方法：您访问的页面无手机页面，是否进一步访问电脑版</title>
      <link>http://bbs.web49.com/thread-3320-1-1.html</link>
      <description><![CDATA[[/td][/tr]
[/table]]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Sun, 03 May 2015 03:02:50 +0000</pubDate>
    </item>
    <item>
      <title>QQ互联登录出现redirect uri is illegal(100010)的临时解决办法</title>
      <link>http://bbs.web49.com/thread-3319-1-1.html</link>
      <description><![CDATA[QQ互联最近几天出现的问题，如果同步站点信息时使用站点URL：bbs.xxx.com，那么在其他域名如：www.xxx.com登录，也就是同一主域名下的其它二级域名登录，那么就会出现：redirect uri is illegal(100010)。

经过多方验证，是腾讯在上周5开始，更改了QQ互联的规则，现 ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Sun, 03 May 2015 03:02:07 +0000</pubDate>
    </item>
    <item>
      <title>Tools 工具箱 UCenter专版 发布</title>
      <link>http://bbs.web49.com/thread-3318-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 15 Apr 2015 14:39:54 +0000</pubDate>
    </item>
    <item>
      <title>在线升级static/image/postbg/3.jpg下载出现问题处理</title>
      <link>http://bbs.web49.com/thread-3310-1-1.html</link>
      <description><![CDATA[出现这个问题请找到 source/admincp/admincp_upgrade.php 这个文件

将文件中的替换为即可]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Fri, 16 Jan 2015 06:11:12 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!x2实现单页制作 整合头部用户信息及状态</title>
      <link>http://bbs.web49.com/thread-3308-1-1.html</link>
      <description><![CDATA[有时网站的页脚需要一些单页链接，比如：公司简介，关于我们，联系我们等。如果只是做个静态的单页是很简单的，但是要与系统用户登录退出同步，就要想办法了。下面方法可以实现：
单页文件about.php

这里需要注意的是，about为模板文件名，不需要加.htm扩展名，模板 ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 24 Dec 2014 06:56:32 +0000</pubDate>
    </item>
    <item>
      <title>关于单页放置于子目录的教程</title>
      <link>http://bbs.web49.com/thread-3307-1-1.html</link>
      <description><![CDATA[情况说明：不用Discuz后台添加专题的方法来实现单页添加。
操作过程：
网站建一个单页test.php，放置于根目录，调用模板目录下/template/test/portal/portal_topic_test.htm，一切正常。
为了便于管理大量单页，建了一个子目录，将test.php放入子目录(/test/test.php ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 24 Dec 2014 06:53:44 +0000</pubDate>
    </item>
    <item>
      <title>X3.0横排美化效果</title>
      <link>http://bbs.web49.com/thread-3306-1-1.html</link>
      <description><![CDATA[美化后的显示效果：
 


\\template\\default\\forum中的discuz.htm  大概在359多行的位置，有多处，修改最后一处
搜索（]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Sat, 20 Dec 2014 11:02:38 +0000</pubDate>
    </item>
    <item>
      <title>教你快速了解Discuz!程序文件功能</title>
      <link>http://bbs.web49.com/thread-3303-1-1.html</link>
      <description><![CDATA[相信有不少人热衷于基于修改原有系统文件所做的插件，当然了解程序文件功能是最重要的，下面我把Discuz! X2.0主要的程序文件功能说一下。
下面开始了，请看你的upload目录里面的文件，表述的格式依次为文件名，功能描述等等

先从根目录开始，根目录文件一般都是入口 ...]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 10 Dec 2014 17:41:02 +0000</pubDate>
    </item>
    <item>
      <title>如何让discuz 手机默认模版 支持flash 播放</title>
      <link>http://bbs.web49.com/thread-3302-1-1.html</link>
      <description><![CDATA[找到 /source/function/function_discuzcode.php 大约 206 行

找到代码：修改为：更新缓存即可]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 10 Dec 2014 14:56:44 +0000</pubDate>
    </item>
    <item>
      <title>Discuz! 云平台访问慢解决方法!</title>
      <link>http://bbs.web49.com/thread-3301-1-1.html</link>
      <description><![CDATA[登陆ftp，编辑source/function/function_cloudaddons.php这个文件。找到下面相同的代码通过ping addon.discuz.com 会得到一个ip 例如 140.207.69.30 修改上边的代码为:然后保存,上传覆盖即可]]></description>
      <category>Discuz!程序交流</category>
      <author>叮叮</author>
      <pubDate>Wed, 26 Nov 2014 19:18:51 +0000</pubDate>
    </item>
  </channel>
</rss>