<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>牛牛论坛 - 海洋cms教程</title>
    <link>https://niuniubbs.com/forum-41-1.html</link>
    <description>Latest 20 threads of 海洋cms教程</description>
    <copyright>Copyright(C) 牛牛论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 06 Jun 2026 03:59:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://niuniubbs.com/static/image/common/logo_88_31.gif</url>
      <title>牛牛论坛</title>
      <link>https://niuniubbs.com/</link>
    </image>
    <item>
      <title>海洋CMS安全设置常识</title>
      <link>https://niuniubbs.com/thread-4459-1-1.html</link>
      <description><![CDATA[一些新人站长，经常会遇到网站被黑，网站被挂马等一些列安全问题。下面从一些基本安全常识的角度来说下怎么来做安全防御：1、更新最新版本海洋CMS更新比较频繁，安全漏洞一经发现，会迅速发布修复补丁，所以保证使用新版程序是第一原则。另外注意一点，海洋CMS升级必须 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:56:35 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS播放来源异常消失</title>
      <link>https://niuniubbs.com/thread-4458-1-1.html</link>
      <description><![CDATA[海洋CMS播放来源异常消失，我们用到排除法来解决。可能的原因1：data/admin目录下的playerKinds.xml，downKinds.xml文件不存在或没有读取权限。   可能的原因2：PHP的xml组件异常，重启PHP环境即可。
 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:56:13 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS修改播放来源排序</title>
      <link>https://niuniubbs.com/thread-4457-1-1.html</link>
      <description><![CDATA[海洋CMS修改播放来源排序，需要同时设置下面两处来开启播放来源排序1. 在网站设置中开启来源排序。 2. 在播放来源管理中输入排序数字。]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:55:33 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS播放列表增加分页功能</title>
      <link>https://niuniubbs.com/thread-4456-1-1.html</link>
      <description><![CDATA[海洋CMS的播放列表没有分页功能，可以使用JS来实现分页显示的效果。

JS代码：



    function getzz() {
        var a = $(\&quot;ul#all li\&quot;);
        var zz =new Array(a.length);
        for(var i=0;i]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:55:10 +0000</pubDate>
    </item>
    <item>
      <title>SeaCMS海洋影视管理系统dmku存在SQL注入漏洞</title>
      <link>https://niuniubbs.com/thread-4455-1-1.html</link>
      <description><![CDATA[SeaCMS海洋影视管理系统的\'dmku\'接口存在SQL注入漏洞，攻击者可以通过发送特制的HTTP请求，在未经授权的情况下向数据库注入恶意SQL代码，从而执行任意SQL语句。该漏洞利用了应用程序在处理GET请求参数时，没有对\'id\'参数进行充分的验证和过滤，导致可以通过改参数注入SQ ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:43:10 +0000</pubDate>
    </item>
    <item>
      <title>海洋cms添加对联广告</title>
      <link>https://niuniubbs.com/thread-4454-1-1.html</link>
      <description><![CDATA[这是我在网上下载的广告html和广告img这是打开index.html效果我们利用宝塔吧图片传到template\\default\\images下面注意这里我们就要修改广告index.html图片的地址 这里大家可以选择图片存放位置 但是要写绝对路径/template开头修改前修改后现在需要在海洋cms后台添加创造 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:34:51 +0000</pubDate>
    </item>
    <item>
      <title>海洋cms 模板标签手册</title>
      <link>https://niuniubbs.com/thread-4453-1-1.html</link>
      <description><![CDATA[海洋cms采用极其简单易用的模板技术，所有标签直接调用接口，无需复杂的编码技术，让你对界面设计得心应手，请认真阅读本文档，妥善收藏。

========= 目录 =========
00.相关必要说明
01.全局标签
02.自定义标签
03.if标签和嵌套if标签subif(支持php语句、多elseif判断 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:33:43 +0000</pubDate>
    </item>
    <item>
      <title>海洋cms怎么设置宝塔自动采集教程</title>
      <link>https://niuniubbs.com/thread-4452-1-1.html</link>
      <description><![CDATA[海洋cms怎么设置宝塔自动采集，由于很多人在问这个问题所以就有了这个教程，海洋cms虽然给了脚本代码，对于刚接触海洋cms的用户们理解起来并不是那么容易了，今天就深入的细化下海洋cms利用宝塔现实自动采集的具体步骤。海洋cms怎么设置宝塔自动采集第一步：获取脚本代 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Wed, 09 Oct 2024 05:30:10 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS调用tags标签方法</title>
      <link>https://niuniubbs.com/thread-4386-1-1.html</link>
      <description><![CDATA[海洋CMS标签tag.html页面独有调用tags标签方法，支持tag页模板。]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 05:00:42 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS多条件联动搜索教程</title>
      <link>https://niuniubbs.com/thread-4385-1-1.html</link>
      <description><![CDATA[海洋CMS多条件联动搜索教程，可作用于整个CMS此标签用于调出级联搜索页面*其中的\'(*)\'可为area地区year年份letter首字母type分类lang语言jq剧情分类state连载状态ver视频版本例如：]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 05:00:05 +0000</pubDate>
    </item>
    <item>
      <title>海洋cms采集后无法播放解决方法</title>
      <link>https://niuniubbs.com/thread-4383-1-1.html</link>
      <description><![CDATA[海洋cms采集后无法播放，显示找不到文件（404 not found），影视站长圈就这个问题来一次详细解答。海洋cms播放显示404 not found的原因很多，我们把可能的原因一条条排除。一，播放地址错误1，当出现下图错误的时候，就表示说明你的播放地址是错误的。 
2，来到海洋cms ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:58:59 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMSV6.28命令执行漏洞</title>
      <link>https://niuniubbs.com/thread-4382-1-1.html</link>
      <description><![CDATA[0x00 代码审计area参数处理过的地方经过字符是否非法判断之后，调用echoSearchPage()函数area参数经过了检测是否是拼音之后接下来到了因为能执行php代码一般就是eval()函数
搜索一下这个页面有eval函数的地方可以在这里下个断点，把变量打印出来就可以清晰的看到就是在 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:57:59 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS6.54任意代码执行漏洞拿shell实战</title>
      <link>https://niuniubbs.com/thread-4381-1-1.html</link>
      <description><![CDATA[分享影视站长圈实战演示海洋CMS6.54任意代码执行漏洞拿shell步骤，后续版本已该洞已补。百度搜索海洋CMS的漏洞，有好几个版本的，v6.45，漏洞是search.php的任意代码执行漏洞，首页有许多的查询选项，我们随便选一个：
看到url：
然后使用hackbar进行上传：
执行payload ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:57:15 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMs系统环境要求</title>
      <link>https://niuniubbs.com/thread-4380-1-1.html</link>
      <description><![CDATA[系统环境要求Windows 平台： IIS/Apache/Nginx + PHP(5.2+) + MySQLLinux/Unix 平台： Apache/Nginx + PHP (5.2+) + MySQL组件要求| PHP：本程序支持PHP5.2及以上版本| MySQL：必须开启MySQLi扩展，否则无法连接数据库| fsockopen：不支持将导致采集、远程资料本地化等 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:56:31 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS安装环境组件要求和安装步骤</title>
      <link>https://niuniubbs.com/thread-4379-1-1.html</link>
      <description><![CDATA[系统环境要求：Windows 平台： IIS/Apache/Nginx + PHP(5.2+) + MySQL  Linux/Unix 平台： Apache/Nginx + PHP (5.2+) + MySQL组件要求：| PHP：本程序支持PHP5.2及以上版本| MySQL：必须开启MySQLi扩展，否则无法连接数据库 | fsockopen：不支持将导致采集、远程资料本 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:55:10 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS新手入门基础语法介绍</title>
      <link>https://niuniubbs.com/thread-4378-1-1.html</link>
      <description><![CDATA[海洋cms模板标签类似于XML格式，所有的模板都含有定界符，默认情况下是“*”代表模板标记名称。
一般情况下{seacms:*}和{/seacms:*}是成对出现的例如：上面的{seacms:arclist}和{/seacms:arclist}成对出现在模板文件中。标签还有一类出现形式是{seacms:*}，通常以这种形 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:54:16 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS资源接口说明</title>
      <link>https://niuniubbs.com/thread-4377-1-1.html</link>
      <description><![CDATA[对外发布数据接口：资源接口可以对外部提供XML结构数据，使用前需在后台开启资源API插件。接口地址http://您的域名/zyapi.php接口参数ac=list/videolist 视频列表/视频内容列表t=分类idpg=页数wd=搜索关键字h=几小时内的数据ids=数据ID，多个ID逗号分割
例如：yapi.php? ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:53:55 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS模板制作结构说明</title>
      <link>https://niuniubbs.com/thread-4376-1-1.html</link>
      <description><![CDATA[（一）海洋cms的模板内的if判断支持一些PHP函数，如果你熟悉一些php编程技术，可以实现一些更加强大和灵活的功能。例如：例如判断当天是星期几：{if:date(\'N\')==2}周二{else}不是周二{end if}这里就是使用了php时间函数 date(\'xxxxxx\')的功能，其它参数请查阅php相关函 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Tue, 08 Oct 2024 04:53:13 +0000</pubDate>
    </item>
    <item>
      <title>海洋CMS专题页制作教程</title>
      <link>https://niuniubbs.com/thread-4325-1-1.html</link>
      <description><![CDATA[视频列表调用标签

参数：

order数据排序方式，id/idasc,按发布时间，time/timeasc，按点击量hit/hitasc，按推荐commend/commendasc，按顶次数digg/diggasc，按随机random，按评分score/douban/mtime/imdb，默认time。（其中带asc的为正序，不带asc的为倒序）

{seacm ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Mon, 07 Oct 2024 05:35:24 +0000</pubDate>
    </item>
    <item>
      <title>海洋cms内容页播放页模板制作教程</title>
      <link>https://niuniubbs.com/thread-4324-1-1.html</link>
      <description><![CDATA[解析范围：以下标签无特殊说明的话,均支持内容页、播放页模板

{playpage:textlink}内容页或播放页的当前位置
{playpage:id} ID
{playpage:upid}父分类ID
{playpage:typeid}分类ID
{playpage:name} 名称,具有len属性控制长度,缺省为不控制
{playpage:encodename} 片名 ...]]></description>
      <category>海洋cms教程</category>
      <author>普陀</author>
      <pubDate>Mon, 07 Oct 2024 05:34:36 +0000</pubDate>
    </item>
  </channel>
</rss>