Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
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
Commit
6c6b0abb
authored
4 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios ceshi 下载修改
parent
f3e743c2
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
120 deletions
text3.html
text3.html
View file @
6c6b0abb
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<script
type=
"text/javascript"
src=
"//res.cdn.openinstall.io/openinstall.js"
></script>
<script
src=
"https://res.sharetrace.com/sharetrace.min.js"
></script>
<script
async
src=
'https://www.google-analytics.com/analytics.js'
></script>
<script>
window
.
ga
=
window
.
ga
||
function
(){(
ga
.
q
=
ga
.
q
||
[]).
push
(
arguments
)};
ga
.
l
=+
new
Date
;
ga
(
'create'
,
'UA-134943215-2'
,
'auto'
);
ga
(
'create'
,
'UA-155364301-1'
,
'auto'
,
'clientTracker'
);
ga
(
'send'
,
'pageview'
);
ga
(
'clientTracker.send'
,
'pageview'
);
</script>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=AW-678006312"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'AW-678006312'
);
</script>
<script>
gtag
(
'event'
,
'conversion'
,
{
'send_to'
:
'AW-678006312/kqI0CJCE-7gBEKicpsMC'
});
</script>
<meta
charset=
"UTF-8"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
...
...
@@ -20,29 +38,6 @@
<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>
<script
type=
"text/javascript"
>
if
(
url_get_params2
().
icid
!=
undefined
){
if
(
url_get_params2
().
icid
.
indexOf
(
'lala51'
)
>-
1
){
window
.
location
.
href
=
'download51.html'
+
location
.
search
;
}
else
if
(
url_get_params2
().
icid
.
indexOf
(
'lala52'
)
>-
1
){
window
.
location
.
href
=
'download52.html'
+
location
.
search
;
}
else
if
(
url_get_params2
().
icid
.
indexOf
(
'lala53'
)
>-
1
){
window
.
location
.
href
=
'download53.html'
+
location
.
search
;
}
}
function
url_get_params2
()
{
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
;
}
</script>
</head>
<body>
<div
class=
"main"
>
...
...
@@ -54,7 +49,7 @@
</div>
<img
src=
"https://www.footseen.com/img/logo.png"
class=
"logo"
/>
<a
class=
"topUp"
></a>
<div
id=
"iosDown"
class=
"iosDown heartbeat"
></div>
<div
class=
"iosDown heartbeat"
></div>
<img
src=
"https://www.footseen.com/img/live.png"
class=
"live"
/>
<div
class=
"swiper-container hide"
>
<div
class=
"swiper-wrapper"
>
...
...
@@ -78,110 +73,53 @@
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
var
data
=
getRequest
();
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
;
}
if
(
url_get_params
().
icid
!=
undefined
){
var
params
=
url_get_params
().
icid
.
replace
(
/
(
^
\s
*
)
|
(\s
*$
)
/g
,
""
);
}
else
{
var
params
=
''
;
}
var
params
=
{
icid
:
data
.
icid
}
ShareTrace
.
init
({
appkey
:
"cd3ba48d0699c7fa"
,
// 此值必填
param
:
params
,
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
var
iosData
=
''
;
var
andoridData
=
''
;
if
(
params
!=
undefined
&&
params
.
length
>
0
){
//定义设备号
if
(
params
.
substring
(
0
,
3
)
==
'ios'
){
iosData
=
'iosfts'
+
params
.
substring
(
3
,
params
.
length
);
andoridData
=
params
.
substring
(
3
,
params
.
length
);
}
else
{
iosData
=
'iosfts'
+
params
;
andoridData
=
params
;
}
}
else
{
iosData
=
'iosfts'
;
andoridData
=
'fts'
;
}
console
.
log
(
iosData
,
andoridData
)
var
clickFlag
=
true
;
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
)){
var
data
=
{
icid
:
iosData
}
var
button
=
document
.
getElementById
(
"iosDown"
);
button
.
onclick
=
function
()
{
if
(
clickFlag
){
clickFlag
=
false
;
copyText
(
iosData
);
}
setTimeout
(
function
()
{
window
.
location
.
href
=
'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400'
;
},
1000
)
}
// if(iosData.indexOf('iosftscps')>-1){
//
//
// } else {
// var button = document.getElementById("iosDown");
//
// button.onclick = function () {
// copyText(iosData);
// setTimeout(function () {
// window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// },500)
// }
//
// setTimeout(function(){
// copyText(iosData);
// window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// },2000)
// }
}
else
{
setTimeout
(
function
(){
toDown
();
},
800
)
$
(
'.iosDown'
).
on
(
'click'
,
function
(){
toDown
();
download
()
})
function
download
()
{
ga
(
'send'
,
'event'
,
{
eventCategory
:
'ios'
,
eventAction
:
'click'
,
eventLabel
:
'ios'
});
ga
(
'clientTracker.send'
,
'event'
,
{
eventCategory
:
'ios'
,
eventAction
:
'click'
,
eventLabel
:
'ios'
});
gtag
(
'event'
,
'conversion'
,
{
'send_to'
:
'AW-678006312/kqI0CJCE-7gBEKicpsMC'
,
'event_callback'
:
gtag_report_conversion
()
});
}
function
toDown
(){
var
obj
=
{};
for
(
var
i
=
1
;
i
<=
100
;
i
++
){
obj
[
'lala'
+
add0
(
i
)]
=
'https://zhibocdn.yabolive.net/apk/nf/footseen'
+
add0
(
i
)
+
'.apk'
;
if
(
i
<=
20
){
obj
[
'ftscps'
+
i
]
=
'https://zhibocdn.yazhaiyabo.com/apk/nf/ftscps'
+
i
+
'.apk'
;
}
}
console
.
log
(
obj
)
if
(
obj
[
andoridData
]
!=
undefined
){
window
.
location
.
href
=
obj
[
andoridData
]
}
else
{
window
.
location
.
href
=
'https://www.footseen.com/apk'
;
}
function
gtag_report_conversion
()
{
copyText
(
data
.
icid
)
setTimeout
(
function
(){
ShareTrace
.
download
();
},
2000
)
}
$
(
'.topUp'
).
on
(
'click'
,
function
(){
window
.
location
.
href
=
'https://www.footseen.com/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web'
+
'&gofrom=web&cidStr=h5_footseengw'
;
})
function
add0
(
m
)
{
return
m
<
10
?
'0'
+
m
+
""
:
m
+
""
}
function
copyText
(
text
)
{
var
textarea
=
document
.
createElement
(
"textarea"
);
...
...
@@ -202,7 +140,5 @@
currentFocus
.
focus
();
return
flag
;
}
</script>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment