<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>无限星辰工作室-客户无限互联网动力之源 - CMS/CMF问题解决</title>
    <link>https://www.xmspace.net/forum-62-1.html</link>
    <description>Latest 20 threads of CMS/CMF问题解决</description>
    <copyright>Copyright(C) 无限星辰工作室-客户无限互联网动力之源</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 23 May 2026 02:09:25 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.xmspace.net/static/image/common/logo_88_31.gif</url>
      <title>无限星辰工作室-客户无限互联网动力之源</title>
      <link>https://www.xmspace.net/</link>
    </image>
    <item>
      <title>Phpcms 挂马解决案例</title>
      <link>https://www.xmspace.net/thread-1006-1-1.html</link>
      <description><![CDATA[可能挂马目录






**** 本内容被作者隐藏 ****]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Thu, 28 Mar 2024 18:02:16 +0000</pubDate>
    </item>
    <item>
      <title>Fastadmin 修改js 立即生效解决方案</title>
      <link>https://www.xmspace.net/thread-993-1-1.html</link>
      <description><![CDATA[fastadmin是一款快捷创建后台系统的PHP脚手架，有自动生成菜单和列表功能，默认的js（列表）修改后上传不会立即生效，这时候需要修改

application/config.php
中的


修改成


这时候后台 刷新页面 就立即生效了]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Tue, 24 Oct 2023 06:07:06 +0000</pubDate>
    </item>
    <item>
      <title>Fastadmin 列表外添加自定义按键</title>
      <link>https://www.xmspace.net/thread-967-1-1.html</link>
      <description><![CDATA[需求：后台列表外添加自定义按键
1.后台模板页面添加



2.对于语言包添加：


3.修改后台js
（1）public\\assets\\js\\backend\\parkade.js


（2）public\\assets\\js\\require-backend.min.js


3.添加控制器方法



备注：ajax是api调用方法，打开页面 ...]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Wed, 22 Mar 2023 17:50:18 +0000</pubDate>
    </item>
    <item>
      <title>Phpyun  空白处理方法之一</title>
      <link>https://www.xmspace.net/thread-943-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Tue, 20 Sep 2022 01:13:22 +0000</pubDate>
    </item>
    <item>
      <title>Wordpress 需要写入目录配置</title>
      <link>https://www.xmspace.net/thread-905-1-1.html</link>
      <description><![CDATA[Wordpress是很多站点都在使用的cms系统，但是本身用的人多，漏洞也多，很容易被挂马，如果需要安全运行需要将目录锁定，但是为了正常使用，需要开放以下几个目录：

以上根据实际情况设置，因为我加了运行缓存，所以多了几个自定义目录，程序升级时，需要解开锁定目 ...]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Thu, 28 Jul 2022 08:14:00 +0000</pubDate>
    </item>
    <item>
      <title>Thinkphp5.0.24 连接sqlite配置文件</title>
      <link>https://www.xmspace.net/thread-901-1-1.html</link>
      <description><![CDATA[因为需要使用sqlite数据库 找了资料写个配置文件，备忘哦
application/database.php]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Tue, 14 Jun 2022 15:34:50 +0000</pubDate>
    </item>
    <item>
      <title>Thinkphp 5.0.24反序列化漏洞修复</title>
      <link>https://www.xmspace.net/thread-895-1-1.html</link>
      <description><![CDATA[Thinkphp 5.0.24存在反序化漏洞，入口点在thinkphp/library/think/process/pipes/Windows.php中__destruct魔术方法。

修复
thinkphp/library/think/process/pipes/Windows.php
方法1：修改removeFiles方法


方法2：在Windows.php中添加两个方法


同名文件 ...]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Wed, 06 Apr 2022 10:06:15 +0000</pubDate>
    </item>
    <item>
      <title>phpcms 前台入口安全加固</title>
      <link>https://www.xmspace.net/thread-894-1-1.html</link>
      <description><![CDATA[phpcms在以前长期作为一套挺好用的cms建站系统存在而被广泛使用，但是由于用的人多了，漏洞也多，同时程序长期不更新，很多老站因为站点内容庞大，转换起来很麻烦，所以容易被攻击导致服务器被入侵，之前有过朋友就是有将近100G的数据库，除了文章功能其他都不用，只能 ...]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Fri, 01 Apr 2022 06:56:49 +0000</pubDate>
    </item>
    <item>
      <title>ThinkPHP 使用WdatePicker报错解决</title>
      <link>https://www.xmspace.net/thread-882-1-1.html</link>
      <description><![CDATA[thinkphp下如果使用 日期控件WdatePicker中的

会直接报错
正确的做法是将控件忽略解析用 
如]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Sun, 10 Oct 2021 19:40:52 +0000</pubDate>
    </item>
    <item>
      <title>Ecshop 木马清理记录</title>
      <link>https://www.xmspace.net/thread-814-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Tue, 10 Mar 2020 08:16:19 +0000</pubDate>
    </item>
    <item>
      <title>phpcms用户登录注入漏洞 修复</title>
      <link>https://www.xmspace.net/thread-788-1-1.html</link>
      <description><![CDATA[漏洞路径：phpcms\\modules\\member\\index.php
修复：
搜索：


改为：


搜索：


改为：]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Thu, 22 Aug 2019 05:58:00 +0000</pubDate>
    </item>
    <item>
      <title>emblog 缓存强化配置方案</title>
      <link>https://www.xmspace.net/thread-768-1-1.html</link>
      <description><![CDATA[1.memcache缓存配置
（1）mcache.php 目录include/lib
内容：

（2）修改include/lib/cache.php
搜索

改为：

搜索


改为：


搜索

改为：


2.文件缓存配置]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Mon, 01 Jul 2019 06:49:10 +0000</pubDate>
    </item>
    <item>
      <title>Thinkphp5 DB方法paginate()分页后结果追加数据</title>
      <link>https://www.xmspace.net/thread-750-1-1.html</link>
      <description><![CDATA[Thinkphp5的DB方法确实好用，最近需要分页（paginate）后追加数据，方法如下：


分享下~]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Fri, 24 May 2019 06:31:22 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS 纯静态模式 模板修改 前端刷新不变化故障修复</title>
      <link>https://www.xmspace.net/thread-727-1-1.html</link>
      <description><![CDATA[故障描述：
后台 封模板不管怎么改，刷新html页面，前端显示都不会有任何改变

解决方法：
1.访问e\\data\\tmp\\
删除 除目录和index.html文件外的 php文件（可以备份下）
2.后台 数据更新 
（1）更新缓存
（2）恢复栏目目录

3.故障解决]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Mon, 11 Mar 2019 17:04:19 +0000</pubDate>
    </item>
    <item>
      <title>08cms防挂马教程（2018-11最新版）</title>
      <link>https://www.xmspace.net/thread-674-1-1.html</link>
      <description><![CDATA[最近08cms挂马高峰期，目前起码处理过千件挂马总结下：


挂马处理流程：
**** 本内容被作者隐藏 ****]]></description>
      <category>CMS/CMF问题解决</category>
      <author>crx349</author>
      <pubDate>Sun, 04 Nov 2018 08:30:34 +0000</pubDate>
    </item>
  </channel>
</rss>