首页/网站源码/ 微宝影视系统源码全解密版 全自动更新 PHP源码

微宝影视系统源码全解密版 全自动更新 PHP源码

作者:神奇   分类:网站源码   时间:2018-08-24 10:47:53  标签:


直接上传无需安装 后台/admin,账户admin,密码123456
全自动更新,宝塔nginx php5.6测试正常,伪静态规则如下

if (!-f $request_filename){
set $rule_0 1$rule_0;
}
if (!-d $request_filename){
set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
rewrite ^/m$ /yingshi/m.php;
}
rewrite ^/tv$ /yingshi/tv.php;
rewrite ^/ct$ /yingshi/ct.php;
rewrite ^/va$ /yingshi/va.php;
rewrite ^/m/([a-zA-Z0-9]*)\.html$ /yingshi/play.php?type=m&id=$1;
rewrite ^/tv/([a-zA-Z0-9]*)\.html$ /yingshi/play.php?type=tv&id=$1;
rewrite ^/ct/([a-zA-Z0-9]*)\.html$ /yingshi/play.php?type=ct&id=$1;
rewrite ^/va/([a-zA-Z0-9]*)\.html$ /yingshi/play.php?type=va&id=$1;
rewrite ^/zy(.*?)$ /yingshi/zy/$1;
rewrite ^/mg(.*?)$ /yingshi/mg/$1;
rewrite ^/2mm(.*?)$ /yingshi/2mm/$1;
rewrite ^/lsp(.*?)$ /yingshi/lishipin/$1;
rewrite ^/lishipin(.*?)$ /yingshi/lishipin/$1;
rewrite ^/so=(.*?)\.html$ /so.php?so=$1;
rewrite ^/so=(.*?)$ /so.php?so=$1;


熬夜吧资源网 http://shenqiyu.com。
温馨提示如有转载或引用以上内容之必要,敬请将本文链接作为出处标注,谢谢合作!

评论:

发表评论:

code