站群的架构相较于其他站群程序而言内容的布置更加简单快捷
本程序自动生成缓存,如果您需要批量建站一定要注意服务器的硬盘要足够大,蜘蛛多了缓存非常占空间。
操作手法很简单,配置好程序的内容之后,用mip域名结合推送工具无脑推送
程序截图
环境
直接上传到服务器内就可以了,安装环境:Nginx+PHP7.0
rewrite ^/sitemap([0-9]*).xml$ /sitemap.php?id=$1;
rewrite ^/(.*)/$ /index.php?id1=$1;
rewrite ^/(.*)/$/ /index.php?id1=$1;
if (!-f $request_filename){
set $rule_4 1$rule_4;
}
if (!-d $request_filename){
set $rule_4 2$rule_4;
}
if ($rule_4 = "21"){
rewrite /.* /article.php last;
}
程序目录文件
程序架构
<MIP影视模板泛目录程序>
├.htaccess
├.user.ini
├article.php
├favicon.ico
├index.php
├js.js
├nginx伪静态.txt
├robots.txt
├sitemap.php
├<cache>
├<ccooc>
│ ├class.php
│ ├function.php
│ └index.php
├<data>(咱们需要配置这个目录)
│ ├<description>(描述文件夹)
│ │ └bl.txt
│ ├<fbt>(副标题诚得利您好,您是尊贵的VIP会员!请随意下载!付费查看的内容文件夹)
│ │ └bl.txt
│ ├<juzi>(句子文件夹)
│ │ └juzi.txt
│ ├<keyword>(关键词文件夹)
│ │ └1.txt
│ ├<pic>(图片文件夹)
│ │ └pic.txt
│ ├<templates>(模板文件夹)
│ │ ├<article>
│ │ │ └ny.html
│ │ ├<index>
│ │ │ └mb.html
│ ├<title>
│ │ └bl.txt
│ ├<video>
│ │ └1.txt
├<play>
│ ├DPlayer.min.css
│ ├DPlayer.min.js
│ ├hls.min.js
│ ├index.php
│ └jquery.min.js
├<static>
│ ├<css>
│ │ ├iconfont.css
│ │ ├mip.css
│ │ ├stui_block.css
│ │ ├stui_block_color.css
│ │ └stui_default.css
│ ├<fonts>
│ │ ├iconfont.eot
│ │ ├iconfont.svg
│ │ └iconfont.ttf
│ ├<images>
│ │ ├appdownload.png
│ │ ├share_other.png
│ │ ├share_weixin.png
│ │ ├star.png
│ │ └star1.png
│ ├<js>
│ │ ├DPlayer.min.css
│ │ ├DPlayer.min.js
│ │ ├hls.min.js
│ │ ├jquery.min.js
│ │ ├js.js
│ │ ├mip.js
│ │ └mip-stats-baidu.js
├<video>
│ ├icon_12.png
│ ├icon_30.png
│ ├icon_5.png
│ ├icon_6.png
│ └logo.png
原文链接:https://www.baijiascw.com/1756.html,转载请注明出处。
评论0