Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footsen
  • test.html
Find file
BlameHistoryPermalink
  • dabai's avatar
    渠道号测试 · ff3f96be
    dabai committed 4 years ago
    ff3f96be
test.html 6.52 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
<!DOCTYPE html>
<html lang="en">
<head>
    <script type="text/javascript" src="//res.cdn.openinstall.io/openinstall.js"></script>

   <meta charset="UTF-8">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming">
    <meta name="description" content="">
    <meta content="telephone=no" name="format-detection">
    <meta name="wap-font-scale" content="no">
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
    <meta name="apple-mobile-web-app-capable" content="yes">
		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
		<meta content="telephone=no" name="format-detection">
    <script src="https://www.footseen.com/js/fsize.js"></script>
    <link rel="stylesheet" href="https://www.footseen.com/css/swiper.min.css">
    <link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
    <link rel="stylesheet" href="https://www.footseen.com/css/inedx.css">
    <link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
    <title>Foot Seen</title>
</head>
<body>
	<div class="main">
		<span class="langTitle"><img src="https://www.footseen.com/img/down2.png"/><font></font></span>
		<div class="langList">
			<p data-lang="2">繁體中文</p>
			<p data-lang="1">English</p>
			<p data-lang="7">العربية</p>
		</div>
		<img src="https://www.footseen.com/img/logo.png" class="logo" />
		<a class="topUp"></a>
		<div id="iosDown" class="iosDown heartbeat"></div>
		<img src="https://www.footseen.com/img/live.png" class="live" />
		<div class="swiper-container hide">
			<div class="swiper-wrapper">
				<div class="swiper-slide">
					<img src="https://www.footseen.com/img/img1_cn.png"/>
				</div>
				<div class="swiper-slide">
					<img src="https://www.footseen.com/img/img2_cn.png"/>
				</div>
				<div class="swiper-slide">
					<img src="https://www.footseen.com/img/img3_cn.png"/>
				</div>
			</div>
			<div class="swiper-pagination"></div>
		</div>
	</div>
</body>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script src="https://www.footseen.com/js/swiper.min.js"></script>
<script type="text/javascript" src="https://www.footseen.com/js/langIos.js?v=202003301517" ></script>
<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>

<script type="text/javascript">

			function url_get_params() {
			var url = location.href;
			var theRequest = new Object();
			if(url.indexOf("?") != -1) {
				var str = url.substr(url.indexOf("?") + 1);
				strs = str.split("&");
				for(var i = 0; i < strs.length; i++) {
					theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
				}
			}
			return theRequest;
		}
		
		var params = url_get_params().icid;
		
		var iosData = '';
		var andoridData = '';
		if(params != undefined && params.length>0){		
			//定义设备号
			if(params.substring(0,3) == 'ios'){
				iosData = params;
				andoridData = params.substring(3,params.length);
			} else {
				iosData = 'ios'+params;
				andoridData = params;
			}
		} else {
			iosData = 'iosfts';
			andoridData = 'fts';
		}
		
		console.log(iosData,andoridData)
		var ua = window.navigator.userAgent.toLowerCase();
		if(/iphone|ipad|ipod/.test(ua)){
			var data = {
				icid:iosData
			}
			if(iosData.indexOf('iosftscps')>-1){
				new OpenInstall({
			      appKey: "dzxj4c",
			      preferWakeup: true,
			      mask: function () {	
			          return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
			      },
			      onready: function () {
			          var m = this, button = document.getElementById("iosDown");
			          m.schemeWakeup();
								button.onclick = function () {
						              m.wakeupOrInstall();
						              return false;
						          }
									return false;
					      }
				}, data);
			} else {				
				new OpenInstall({
			      appKey: "dzxj4c",
			      preferWakeup: true,
			      mask: function () {	
			          return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
			      },
			      onready: function () {
			          var m = this, button = document.getElementById("iosDown");
			          m.schemeWakeup();
					setTimeout(function () {
			              m.wakeupOrInstall();
			          },2000)
					button.onclick = function () {
			              m.wakeupOrInstall();
			              return false;
			          }
						return false;
			      }
				}, data);
			}
		} else {
			setTimeout(function(){
				toDown();
			
				$('.iosDown').on('click',function(){
					toDown();
				})
			},800)
		}
	
		function toDown(){
			var obj = {
				'lala01':'https://zhibocdn.yabolive.net/apk/nf/footseen01.apk',
				'lala02':'https://zhibocdn.yabolive.net/apk/nf/footseen02.apk',
				'lala03':'https://zhibocdn.yabolive.net/apk/nf/footseen03.apk',
				'lala04':'https://zhibocdn.yabolive.net/apk/nf/footseen04.apk',
				'lala05':'https://zhibocdn.yabolive.net/apk/nf/footseen05.apk',
				'lala06':'https://zhibocdn.yabolive.net/apk/nf/footseen06.apk',
				'lala07':'https://zhibocdn.yabolive.net/apk/nf/footseen07.apk',
				'lala08':'https://zhibocdn.yabolive.net/apk/nf/footseen08.apk',
				'lala09':'https://zhibocdn.yabolive.net/apk/nf/footseen09.apk',
				'lala10':'https://zhibocdn.yabolive.net/apk/nf/footseen10.apk',
				'lala11':'https://zhibocdn.yabolive.net/apk/nf/footseen11.apk',
				'lala12':'https://zhibocdn.yabolive.net/apk/nf/footseen12.apk',
				'lala13':'https://zhibocdn.yabolive.net/apk/nf/footseen13.apk',
				'lala14':'https://zhibocdn.yabolive.net/apk/nf/footseen14.apk',
				'lala15':'https://zhibocdn.yabolive.net/apk/nf/footseen15.apk',
				'lala16':'https://zhibocdn.yabolive.net/apk/nf/footseen16.apk',
				'lala17':'https://zhibocdn.yabolive.net/apk/nf/footseen17.apk',
				'lala18':'https://zhibocdn.yabolive.net/apk/nf/footseen18.apk',
				'lala19':'https://zhibocdn.yabolive.net/apk/nf/footseen19.apk',
				'lala20':'https://zhibocdn.yabolive.net/apk/nf/footseen20.apk',
				'ftscps1':'https://footseen.com/ftscps1/apk',
				'ftscps2':'https://footseen.com/ftscps2/apk',
			}
			if(obj[andoridData]!=undefined){
				window.location.href = obj[andoridData]
			} else {
				window.location.href = 'https://www.footseen.com/apk';
			}
		}
	$('.topUp').on('click',function(){
			window.location.href = 'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web'+'&gofrom=web&cidStr=h5_footseengw';
		})
</script>
</html>