<br />
<b>Warning</b>:  Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\class\discuz\discuz_database.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\class\discuz\discuz_database.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>76</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>76</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>80</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>80</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>85</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>87</b><br />
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>依星源码资源网,依星资源网 - Php教程</title>
    <link>http://net188.com/forum-57-1.html</link>
    <description>Latest 20 threads of Php教程</description>
    <copyright>Copyright(C) 依星源码资源网,依星资源网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 25 Apr 2026 11:21:48 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://net188.com/static/image/common/logo_88_31.gif</url>
      <title>依星源码资源网,依星资源网</title>
      <link>http://net188.com/</link>
    </image>
    <item>
      <title>Discuz! X3.4 llms.txt 插件的完整开发代码，包含安装包结构、核心功能实现和管理后台。</title>
      <link>http://net188.com/thread-26810-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Thu, 09 Apr 2026 04:25:26 +0000</pubDate>
    </item>
    <item>
      <title>PHP结合Elasticsearch与MySQL实现搜索分离架构的完整方案，重点解决数据同步问题</title>
      <link>http://net188.com/thread-21022-1-1.html</link>
      <description><![CDATA[PHP结合Elasticsearch与MySQL实现搜索分离架构的完整方案，重点解决数据同步问题
以下是PHP结合Elasticsearch与MySQL实现搜索分离架构的完整方案，重点解决数据同步问题：[hr]一、架构设计原则
[*]‌读写分离‌

[*]MySQL作为主数据库处理增删改操作（CRUD）
[*]Elastic ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Wed, 09 Jul 2025 01:28:25 +0000</pubDate>
    </item>
    <item>
      <title>在PHP中实现全文搜索功能</title>
      <link>http://net188.com/thread-21021-1-1.html</link>
      <description><![CDATA[在PHP中实现全文搜索功能，可以通过直接集成Lucene或使用基于Lucene的衍生方案（如Elasticsearch），也可以选择PHP原生的替代方案。以下是具体方法和工具对比：

一、PHP直接调用Lucene的方案
1. ‌通过Java Bridge调用Lucene（传统方案）‌
原理‌：PHP通过PHP-Java-Br ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Wed, 09 Jul 2025 01:24:29 +0000</pubDate>
    </item>
    <item>
      <title>Mysql报错1194 - Table ‘‘ is marked as crashed and should be repaired的解决办法</title>
      <link>http://net188.com/thread-20003-1-1.html</link>
      <description><![CDATA[Mysql报错1194 - Table ‘‘ is marked as crashed and should be repaired的解决办法
具体现象
说明：执行sql语句查询或者检索相关数据时会出现如下报错内容：


主要原因及解决办法
造成这个报错的主要原因可能是，服务器之前有过一次强制重启，又或者是mysql突然被停 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Tue, 17 Jun 2025 15:33:34 +0000</pubDate>
    </item>
    <item>
      <title>解决WordPress网站图标favicon在bing搜索引擎不显示问题！</title>
      <link>http://net188.com/thread-18168-1-1.html</link>
      <description><![CDATA[解决WordPress网站图标favicon在bing搜索引擎不显示问题！
bing搜索引擎在国内的市场占有率已经超过了百度，是各位站长必须要重点关注的数据来源。我最近发现我的网站在bing搜索结果页面不显示网站图标favicon 。我们该怎么解决这个问题呢？[/backcolor][/backcolor]解 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 03 May 2025 15:10:58 +0000</pubDate>
    </item>
    <item>
      <title>PHP 怎样实现图片平铺与倾斜水印效果？看这篇优化代码！</title>
      <link>http://net188.com/thread-17644-1-1.html</link>
      <description><![CDATA[PHP 怎样实现图片平铺与倾斜水印效果？看这篇优化代码！]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sun, 20 Apr 2025 01:57:34 +0000</pubDate>
    </item>
    <item>
      <title>fastadmin访问提示Warning: putenv() has been disabled for security reasons in D:\\1.5.4.20250312\\thinkphp\\</title>
      <link>http://net188.com/thread-16782-1-1.html</link>
      <description><![CDATA[fastadmin访问提示Warning: putenv() has been disabled for security reasons in D:\\1.5.4.20250312\\thinkphp\\
在 PHP 中，putenv() 函数用于设置环境变量的值。如果你在 FastAdmin 或者任何其他 PHP 应用程序中看到这样的警告：

Warning: putenv() has been disabled ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 31 Mar 2025 08:37:44 +0000</pubDate>
    </item>
    <item>
      <title>【PHP】Warning: putenv() has been disabled for security reasons in phar报错解决（保姆级图文）</title>
      <link>http://net188.com/thread-16781-1-1.html</link>
      <description><![CDATA[【PHP】Warning: putenv() has been disabled for security reasons in phar报错解决（保姆级图文）]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 31 Mar 2025 08:35:20 +0000</pubDate>
    </item>
    <item>
      <title>部署fastadmin程序的时候后台登录界面404,前台正确</title>
      <link>http://net188.com/thread-16780-1-1.html</link>
      <description><![CDATA[部署fastadmin程序的时候后台登录界面404,前台正确
http://127.0.0.1/hCLOyNErFa.php
自动跳转到http://127.0.0.1/hCLOyNErFa.php/index/login[/backcolor]原因：伪静态的问题[/backcolor]fastadmin默认部署推荐的是thinkphp伪静态[/backcolor]
改为：[/backcolor]
其中 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 31 Mar 2025 08:32:27 +0000</pubDate>
    </item>
    <item>
      <title>帝国cms调用真实视频播放地址的方法</title>
      <link>http://net188.com/thread-16401-1-1.html</link>
      <description><![CDATA[帝国cms调用真实视频播放地址的方法
1、在内容模板中获取一个播放地址可以用（单集）：
共集第集视频播放地址：2、在内容模板中获取多个播放地址可以用（多集）：]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 15:13:25 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS 清除会员权限提示栏上方的标题内容</title>
      <link>http://net188.com/thread-16400-1-1.html</link>
      <description><![CDATA[帝国CMS 清除会员权限提示栏上方的标题内容
/e/data/template/CP_1.PHP

删除]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 15:12:45 +0000</pubDate>
    </item>
    <item>
      <title>防止网站被扒的解决方法</title>
      <link>http://net188.com/thread-16398-1-1.html</link>
      <description><![CDATA[防止网站被扒的解决方法


这个代码能够直接保护整个站，而不再是单个页面，直接把代码放到自己的网站上，如果是博客建议放到header.php头部文件，如果是单页面直接放到首页即可！




 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 15:09:59 +0000</pubDate>
    </item>
    <item>
      <title>帝国cms怎么设置动态模式</title>
      <link>http://net188.com/thread-16393-1-1.html</link>
      <description><![CDATA[帝国cms怎么设置动态模式
帝国cms网站明明可以使用静态，但是不知道为什么最近不少人问我怎么动态使用。 帝国cms动态使用非常简单 第一步，我们在后台系统--系统设置里找首页模式选择动态模式就行了。
[/backcolor]第二步，解决栏目和内容页面
在后台-栏目-栏目管理-找 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 15:00:14 +0000</pubDate>
    </item>
    <item>
      <title>帝国cms 修改充值页面 关闭存预付款：用于虚拟商品积分消费</title>
      <link>http://net188.com/thread-16392-1-1.html</link>
      <description><![CDATA[帝国cms 修改充值页面 关闭存预付款：用于虚拟商品积分消费
帝国cms 修改充值页面 关闭存预付款：用于虚拟商品积分消费

修改路径:abctemplate/payapi/payapi.php
替换为]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 14:58:42 +0000</pubDate>
    </item>
    <item>
      <title>NGINX反向代理隐藏自己真实的服务器解决方案</title>
      <link>http://net188.com/thread-16390-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 14:56:39 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS：如何清空信息数据表（news等），并重置序号从1开始？</title>
      <link>http://net188.com/thread-16389-1-1.html</link>
      <description><![CDATA[帝国CMS：如何清空信息数据表（news等），并重置序号从1开始？
使用帝国cms系统新建网站的时候，需要用到清空数据表如 news、game、soft等信息表，并且需要将序号重置，使得下次新加数据的时候，从1开始，操作如下：1.打开 系统&gt;&gt;&gt;备份与恢复数据&gt;&gt;&gt;执行SQL语句&gt;&gt;&gt; 填写 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 14:55:23 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS：如何根据访客不同展示不同的首页模板？</title>
      <link>http://net188.com/thread-16388-1-1.html</link>
      <description><![CDATA[帝国CMS：如何根据访客不同展示不同的首页模板？
需求描述：当我们需要进行备案时，不想关站但又想进行备案审核，那么我们就可以根据访客的不同，来展示不同的模板。可以暂定为，人访问给出备案中提示的模板；而搜索引擎的蜘蛛爬行时候，又给予正常的数据界面。实施步骤 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Sat, 22 Mar 2025 14:53:37 +0000</pubDate>
    </item>
    <item>
      <title>PHP获取网页标题和内容信息接口</title>
      <link>http://net188.com/thread-16255-1-1.html</link>
      <description><![CDATA[PHP获取网页标题和内容信息接口]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Thu, 20 Mar 2025 01:55:43 +0000</pubDate>
    </item>
    <item>
      <title>discuz 主题(附件)最高售价超过65535</title>
      <link>http://net188.com/thread-16082-1-1.html</link>
      <description><![CDATA[discuz 主题(附件)最高售价超过65535
在 Discuz! 论坛系统中，主题的附件最高售价受到数据库字段类型的限制。在早期的版本中，附件的价格通常存储在数据库的整数（INT）字段中，这在许多数据库系统中默认是4字节的，可以存储的最大值是2147483647（即2^31-1）。这意味着 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 17 Mar 2025 15:42:49 +0000</pubDate>
    </item>
    <item>
      <title>PHPstorm--使用ftp功能连宝塔问题集</title>
      <link>http://net188.com/thread-15845-1-1.html</link>
      <description><![CDATA[PHPstorm--使用ftp功能连宝塔问题集
ps版本：PhpStorm 2019.1 x64

问题一：Connection to \'47.112.111.11\' failed. Could not list the contents of folder \&quot;ftp://47.112.111.11/\&quot;.
帐号和密码等都正常，在其他工具(FlashFXP 5)可以连上 :

解决方法：打开服务器配置 ...]]></description>
      <category>Php教程</category>
      <author>源码资源网</author>
      <pubDate>Wed, 12 Mar 2025 02:58:59 +0000</pubDate>
    </item>
  </channel>
</rss>