源码简介: php阿七自带采集影视源码V2.4,支持对接微信公众号,核心已加密。不影响二次开发,自动获取八戒资源等等分类数据。 很多小伙子说加密了绝对有门,兄弟,醒醒吧,本地数据库,上传解压就完事,根本无法获取更多权限。
源码使用方法:支持PHP70~PHP7.4,无需SQL数据库。 解压根目录,PHP大与等于7.0开启SG11扩展 后台地址/admin,账号密码密钥都是admin 填写好伪静态访问网站OK了,体验功能吧! 伪静态和教程已打包压缩包里,专注于速度 伪静态规则:
伪静态规则: | location / {
index index.php index.html;
if (!-e $request_filename){
rewrite ^/play/([0-9]+).html$ /template/play.php?id=$1;
rewrite ^/list/([0-9]+).html$ /template/list.php?type=$1;
rewrite ^/(.+).html /template/$1.php;
}
|
解压密码:nnbs
|