<?php
error_reporting(0);
header('Content-Type: text/html; charset=UTF-8');
header("Cache-Control: no-store, no-cache");
function lswap() {
$useragent = strtolower($_SERVER['HTTP_USER_AGENT']);
$ualist = array('android', 'midp', 'nokia', 'mobile', 'iphone', 'ipod', 'blackberry', 'windows phone');
foreach($ualist as $v) {
if(strpos($useragent, $v) !== false) {
return true;
}
}
if(strpos($_SERVER['HTTP_ACCEPT'], "VND.WAP") !== false || strpos($_SERVER['HTTP_VIA'],"wap") !== false){
return true;
}
return false;
}
/*
反腾讯网址安全检测系统
Description:屏蔽腾讯电脑管家网址安全检测
Version:2.6
Author:消失的彩虹海
*/
//IP屏蔽
$iptables='977012992~977013247|977084416~977084927|1743654912~1743655935|1949957632~1949958143|2006126336~2006127359|2111446272~2111446527|3418570752~3418578943|3419242496~3419250687|3419250688~3419275263|3682941952~3682942207|3682942464~3682942719|3682986660~3682986663|1707474944~1707606015|1709318400~1709318655|1884967642|1884967620|1893733510|1709332858|1709325774|1709342057|1709341968|1709330358|1709335492|1709327575|1709327041|1709327557|1709327573|1975065457|1902908741|1902908705|3029946827';
$remoteiplong=bindec(decbin(ip2long(real_ip())));
foreach(explode('|',$iptables) as $iprows){
if($remoteiplong==$iprows)exit('我是阔爱的小承诺。!');
$ipbanrange=explode('~',$iprows);
if($remoteiplong>=$ipbanrange[0] && $remoteiplong<=$ipbanrange[1])
exit('我是阔爱的小承诺。!');
}
//HEADER特征屏蔽
if(preg_match("/manager/", strtolower($_SERVER['HTTP_USER_AGENT'])) || strpos($_SERVER['HTTP_USER_AGENT'], 'Mozilla')===false && strpos($_SERVER['HTTP_USER_AGENT'], 'ozilla')!==false || isset($_SERVER['HTTP_REFERER']) && strpos($_SERVER['HTTP_REFERER'], 'urls.tr.com')!==false || isset($_COOKIE['ASPSESSIONIDQASBQDRC']) || empty($_SERVER['HTTP_USER_AGENT']) || strpos($_SERVER['HTTP_USER_AGENT'], 'HUAWEI G700-U00')!==false && !isset($_SERVER['HTTP_ACCEPT']) || preg_match("/Alibaba.Security.Heimdall/", $_SERVER['HTTP_USER_AGENT'])) {
exit('我是阔爱的小承诺。!');
}
if(strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone OS 9_3_4')!==false && $_SERVER['HTTP_ACCEPT']=='*/*' || strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone OS 8_4')!==false && $_SERVER['HTTP_ACCEPT']=='*/*' || strpos($_SERVER['HTTP_USER_AGENT'], 'Android 6.0.1')!==false && strpos($_SERVER['HTTP_USER_AGENT'], 'MQQBrowser/6.8')!==false && $_SERVER['HTTP_ACCEPT']=='*/*' || strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], 'en')!==false && strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], 'zh')===false || strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone')!==false && strpos($_SERVER['HTTP_USER_AGENT'], 'en-')!==false && strpos($_SERVER['HTTP_USER_AGENT'], 'zh')===false) {
exit('我是阔爱的小承诺。');
}
if(preg_match("/Windows NT 6.1/", $_SERVER['HTTP_USER_AGENT']) && $_SERVER['HTTP_ACCEPT']=='*/*'|| preg_match("/Windows NT 5.1/", $_SERVER['HTTP_USER_AGENT']) && $_SERVER['HTTP_ACCEPT']=='*/*' || preg_match("/vnd.wap.wml/", $_SERVER['HTTP_ACCEPT']) && preg_match("/Windows NT 5.1/", $_SERVER['HTTP_USER_AGENT'])){
exit('我是阔爱的小承诺。');
}
function real_ip(){
$ip = $_SERVER['REMOTE_ADDR'];
if(isset($_SERVER['HTTP_X_FORWARDED_FOR']) && preg_match_all('#\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}#s', $_SERVER['HTTP_X_FORWARDED_FOR'], $matches)) {
foreach ($matches[0] AS $xip) {
if (!preg_match('#^(10|172\.16|192\.168)\.#', $xip)) {
$ip = $xip;
break;
}
}
} elseif (isset($_SERVER['HTTP_CLIENT_IP']) && preg_match('/^([0-9]{1,3}\.){3}[0-9]{1,3}$/', $_SERVER['HTTP_CLIENT_IP'])) {
$ip = $_SERVER['HTTP_CLIENT_IP'];
} elseif (isset($_SERVER['HTTP_CF_CONNECTING_IP']) && preg_match('/^([0-9]{1,3}\.){3}[0-9]{1,3}$/', $_SERVER['HTTP_CF_CONNECTING_IP'])) {
$ip = $_SERVER['HTTP_CF_CONNECTING_IP'];
} elseif (isset($_SERVER['HTTP_X_REAL_IP']) && preg_match('/^([0-9]{1,3}\.){3}[0-9]{1,3}$/', $_SERVER['HTTP_X_REAL_IP'])) {
$ip = $_SERVER['HTTP_X_REAL_IP'];
}
return $ip;
}
//检测手机QQ,微信客户端
if(lswap() && (strpos($_SERVER['HTTP_USER_AGENT'], 'MicroMessenger')!==false || strpos($_SERVER['HTTP_USER_AGENT'], 'QQ/')!==false) ){
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" style="font-size: 100px;">
<head id="Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>站点提示</title>
<!--禁止全屏缩放-->
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<!--不显示成手机号-->
<meta name="format-detection" content="telephone=no" />
<!--删除默认的苹果工具栏和菜单栏-->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!--解决UC手机字体变大的问题-->
<meta name="wap-font-scale" content="no" />
<!--控制状态栏显示样式-->
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<style>
body, div, form, input, li, ol, p, textarea, ul
{
margin: 0;
padding: 0;
}
body
{
background: #ffffff;
color: #3f3f3f;
font-family: Apple LiGothic Medium,SimHei,Geneva,Arial,Helvetica,sans-serif;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-appearance: none;
width: 100%;
font-size: 16px;
}
a, button, input
{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
-webkit-user-modify: read-write-plaintext-only;
-webkit-touch-callout: none;
-webkit-appearance: none;
outline: none;
}
a:focus, input:focus
{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
-webkit-user-modify: read-write-plaintext-only;
-webkit-touch-callout: none;
-webkit-appearance: none;
border: 1px solid #FFFFFF;
outline: none;
}
ul li
{
padding: 0px;
margin: 0px;
}
li
{
list-style: none;
}
img
{
border: 0 none;
}
span
{
padding: 0px;
margin: 0px;
}
.tx_top
{
height: 2.8rem;
margin: 0 auto;
position: relative;
background: url(../img/tx_bg.png) no-repeat;
background-size: 15rem auto;
overflow: hidden;
}
.top_bg
{
width: 15rem;
height: 5.8rem;
margin: 0 auto;
position: relative;
background: url(../img/top_bg.png) no-repeat;
background-size: 15rem auto;
overflow: hidden;
}
.srk_bg
{
width: 15rem;
height: 7.4rem;
margin: 0 auto;
position: relative;
background: url(../img/srk_bg.png) no-repeat;
background-size: 15rem auto;
overflow: hidden;
}
.hdgz_bg
{
width: 15rem;
height: 8.28rem;
margin: 0 auto;
position: relative;
background: url(../img/hdgz_bg.png) no-repeat;
background-size: 15rem auto;
overflow: hidden;
}
.tx_con
{
padding-left: 0.8rem;
padding-top: 0.9rem;
}
.tx_top_tx
{
width: 1.7rem;
height: 1.7rem;
border-radius: 1.6rem;
border: 0.12rem solid #f6dbdd;
float: left;
}
.tx_top_tx img
{
width: 1.7rem;
height: 1.7rem;
border-radius: 1.6rem;
}
.tx_top_wz
{
font-size: 0.52rem;
color: #FFF;
line-height: 0.6rem;
padding-left: 2.8rem;
padding-right: 0.9rem;
padding-top: 0.5rem;
}
.wxhd_con_srk
{
width: 12.4rem;
margin: 0 auto;
padding-top: 0.8rem;
}
.wxhd_con_srk_l
{
background-color: #ffffff;
border-radius: 0.1rem; height: 1.38rem;
width: 12.4rem;
}
.wxhd_con_srk_l ul li.srk_nr
{
float: left;
width: 12rem;
padding-left: 0.4rem;
}
.wxhd_con_srk_l ul li.srk_nr input
{ height: 1.38rem;
width: 12rem;
border: 0px;
font-size: 0.6rem;
text-align: center;
}
.wxhd_con_srk_l ul li.srk_nr2
{
float: left;
width: 7rem;
pad
没有合适的资源?快使用搜索试试~ 我知道了~
XyPlayer智能解析系统源码正式版
共425个文件
png:101个
php:77个
js:61个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 185 浏览量
2023-11-07
21:37:36
上传
评论
收藏 6.33MB RAR 举报
温馨提示
XyPlayer智能解析源码,无需安装,上传即用,非常方便,支持二次VIP影视解析,支持屏蔽广告,XyPlayer正式版源码能让你轻松搭建专属于你的影视平台,甚至还能调用第三方的资源网站来进行播放。本次为大家带来XyPlayer智能解析平台源码资源下载,有相关影视平台搭建需求的朋友们不妨试试吧! XyPlayer功能说明: 1.云解析:可以自动调用第三方资源站资源播放。 2.API解析:可以设置调用 苹果cms/海洋CMS 数据库资源 3.在线搜索:用户可以直接在线搜索资源播放。 4.广告屏蔽:内置广告屏蔽代码,并配有详细使用说明,轻松屏蔽一次解析广告。 5.授权防盗用功能:可设置域名、ip授权,做自己的商业解析! 6.在线直播:聚合全网优质在线直播,急速播放,高清画质!可以无限添加! 7.盗用跳转:发现有人盗用你的解析时,自动跳转 你设置的网址 8.缓存功能:之前解析过的视频可进行急速播放无延迟!(可关闭) 9.二次解析线路无限添加! 10.智能解析:可以配置智能解析,可以针对不同来源站自动调用解析! XyPlayer特色模块: 无需安装,无需数据库,上传即
资源推荐
资源详情
资源评论
收起资源包目录
XyPlayer智能解析系统源码正式版 (425个子文件)
app.apk 630KB
layui.css 78KB
yzmplayer.css 77KB
DPlayer.min.css 45KB
DPlayer.min.css 45KB
video.css 36KB
jquery.mobile.min.css 15KB
layer.css 14KB
layer.css 14KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
jquery.mobile.min.css 13KB
slideout.css 10KB
xadmin.css 10KB
laydate.css 7KB
index.css 6KB
common.css 6KB
common.css 6KB
common.css 6KB
common.css 6KB
common.css 6KB
common.css 5KB
common.css 5KB
common.css 5KB
common.css 5KB
common.css 5KB
style.css 3KB
play.css 2KB
play.css 2KB
play.css 2KB
play.css 2KB
play.css 2KB
play.css 2KB
play.css 2KB
play.css 2KB
play.css 2KB
play.css 2KB
style.css 2KB
code.css 1KB
font.css 505B
jquery.autocomplete.css 440B
play.css 380B
play.css 380B
count.dat 21B
sqlite.db 44KB
dmku.db 44KB
iconfont.eot 48KB
iconfont.eot 46KB
20200519223109.gif 49KB
loading_wapx.gif 42KB
logo.gif 27KB
loading_wap.gif 12KB
loading_wap.gif 12KB
loading_wap.gif 12KB
loading_wap.gif 12KB
loading-0.gif 6KB
loading-0.gif 6KB
loading.gif 3KB
loading.gif 3KB
loading.gif 3KB
loading.gif 3KB
20200519223501.gif 3KB
loading-2.gif 2KB
loading-2.gif 2KB
20200519224135.gif 1KB
loading-1.gif 701B
loading-1.gif 701B
.htaccess 0B
nginx.htaccess 0B
admin_play.htm 62KB
unicode.htm 43KB
admin_system.htm 28KB
admin_dmku.htm 28KB
admin_live.htm 17KB
admin_resource.htm 17KB
admin_parse.htm 17KB
admin_vod.htm 17KB
index.htm 17KB
admin_link_edit.htm 13KB
admin_mov.htm 12KB
admin_yun.htm 12KB
admin_app.htm 12KB
admin_link_add.htm 11KB
admin_black_match_edit.htm 10KB
admin_weixin.htm 9KB
admin_black_match_add.htm 9KB
admin_black_match.htm 6KB
admin_adblack_edit.htm 6KB
admin_jmp_edit.htm 5KB
admin_jmp_add.htm 5KB
admin_adblack_match.htm 5KB
admin_jmp.htm 5KB
admin_link.htm 5KB
admin_adblack_add.htm 5KB
共 425 条
- 1
- 2
- 3
- 4
- 5
资源评论
如鹿觅水
- 粉丝: 232
- 资源: 383
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功