源码详情:
在线影视平台源码带采集 搬来的,图片素材之类的已经全部删除了,源码亲测可用
nginx+php5.6+mysql5.6
伪静态:
# nginx configuration by winginx.com
location /vod {
rewrite ^/vod(.*)$ /play.php\?play=$1;
}
location /bplay {
rewrite ^/bplay/(.*).html$ /bplay.php\?play=$1;
}
location /wap {
rewrite ^/wap/vod(.*)$ /wap/play.php\?play=$1;
rewrite ^/wap/bplay/(.*).html$ /wap/bplay.php\?play=$1;
}
location = /zhibo.html {
rewrite ^(.*)$ /zhibo.php;
}
上传源码
开始安装:域名/install
按提示输入数据库信息下一步即可
后台默认账号密码都是admin