金金金 发表于 2024-9-15 12:50:28

EasyVod自动采集影视网站源码

源码介绍EasyVod自动采集影视网站源码,基于lumen开发,自适应多终端。全站对接360影视官方接口+维棠影视接口,无需更新,自动采集。支持添加资源站接口作为搜索源,支持苹果CMScms10以及接口搜索功能没关闭的接口都可以。前端默认模板是电影先生2.0,可以自行替换。                                          

源码安装方法PHP7.4+,Mysql5.6+上传解压配置伪静态直接访问按提示安装伪静态:
1
2
nginx:
location / {try_files $uri $uri/ /index.php?$query_string;}


apache:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* -
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php
</IfModule>


后台登录地址:http://你的域名/easyvod/login解压密码:nnbs 下载:https://wwxu.lanzouk.com/irH032a10d2j 密码:3c8t

页: [1]
查看完整版本: EasyVod自动采集影视网站源码