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
39142bcb
authored
3 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改ios下载
parent
ea34b374
master
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
438 additions
and
181 deletions
b/downloadIos.html
b/downloadIos1.html
iosnew.html
iosnew1.html
iosold.html
b/downloadIos.html
View file @
39142bcb
...
...
@@ -3,6 +3,7 @@
<head>
<script
src=
"https://res.sharetrace.com/sharetrace.min.js"
></script>
<script
async
src=
'https://www.google-analytics.com/analytics.js'
></script>
<script
src=
"https://www.footseen.com/js/jquery-3.1.1.min.js"
></script>
<script>
var
_url
=
"https://webserver.yabolive.net"
...
...
@@ -32,7 +33,7 @@
<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/base2.css"
>
<link
rel=
"stylesheet"
href=
"../css/iosNew.css
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/newIndex.css?v=202104061611111111111111
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Footseen
</title>
</head>
...
...
@@ -48,61 +49,24 @@
<p
data-lang=
"7"
>
العربية
</p>
</div>
<a
class=
"topUp"
></a>
<div
class=
"iosDown1 heartbeat"
></div>
<a
href=
"./guide/guide1.html"
class=
"guide1"
>
安裝教程>
</a>
<div
class=
"iosDown2"
></div>
<a
href=
"./guide/guide2.html"
class=
"guide2"
>
安裝教程>
</a>
<img
src=
"https://footseen.com/img/new/text.png"
class=
"mTextImg"
/>
<div
class=
"iosDown heartbeat"
></div>
<div
style=
"display: none"
class=
"layer-box"
>
<div
class=
"googleDown"
><img
src=
"https://www.footseen.com/img/googleplay.png"
/><span>
Google play
</span>
</div>
<div
class=
"apkDown"
><img
src=
"https://www.footseen.com/img/andorid.png"
/><span>
APK
</span></div>
</div>
</div>
</body>
<script
src=
"https://www.footseen.com/js/new/lang
new
.js"
></script>
<script
src=
"https://www.footseen.com/js/jquery-3.1.1.min.js"
></script>
<script
src=
"https://www.footseen.com/js/new/lang.js"
></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
;
}
if
(
url_get_params
().
icid
!=
undefined
)
{
var
params
=
url_get_params
().
icid
.
replace
(
/
(
^
\s
*
)
|
(\s
*$
)
/g
,
""
);
}
else
{
var
params
=
''
;
}
var
iosData
=
''
;
// var andoridData = '';
if
(
params
!=
undefined
&&
params
.
length
>
0
)
{
//定义设备号
if
(
params
.
indexOf
(
'fts'
)
==
-
1
)
{
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
{
if
(
params
.
substring
(
0
,
3
)
==
'ios'
)
{
iosData
=
'ios'
+
params
.
substring
(
3
,
params
.
length
);
// andoridData = params.substring(3, params.length);
}
else
{
iosData
=
'ios'
+
params
;
// andoridData = params;
}
}
}
else
{
iosData
=
'iosftsB'
;
// andoridData = 'ftsB';
var
data
=
url_get_params
();
var
params
=
{
icid
:
data
.
icid
,
}
ShareTrace
.
init
({
appkey
:
"cd3ba48d0699c7fa"
,
// 此值必填
...
...
@@ -115,36 +79,30 @@
}
});
console
.
log
(
params
);
$
(
'.iosDown1'
).
on
(
'click'
,
function
()
{
copyText
(
iosData
);
window
.
location
.
href
=
'https://tf.kekouyun.vip/app/Footseen'
;
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
window
.
location
.
href
=
'https://apps.apple.com/cn/app/id1473568058'
// 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()
// });
})
// $(".iosDown1").on("click", function () {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// // 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 gtag_report_conversion() {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// }
function
gtag_report_conversion
()
{
setTimeout
(
function
()
{
// window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
ShareTrace
.
download
();
},
500
)
}
$
(
'.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'
;
})
...
...
@@ -161,26 +119,6 @@
}
return
theRequest
;
}
//複製到剪切板
function
copyText
(
text
)
{
var
textarea
=
document
.
createElement
(
"textarea"
);
var
currentFocus
=
document
.
activeElement
;
document
.
body
.
appendChild
(
textarea
);
textarea
.
value
=
text
;
textarea
.
focus
();
if
(
textarea
.
setSelectionRange
)
textarea
.
setSelectionRange
(
0
,
textarea
.
value
.
length
);
else
textarea
.
select
();
try
{
var
flag
=
document
.
execCommand
(
"copy"
);
}
catch
(
eo
)
{
var
flag
=
false
;
}
document
.
body
.
removeChild
(
textarea
);
currentFocus
.
focus
();
return
flag
;
}
</script>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
b/downloadIos1.html
0 → 100644
View file @
39142bcb
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<script
src=
"https://res.sharetrace.com/sharetrace.min.js"
></script>
<script
src=
"https://www.footseen.com/js/jquery-3.1.1.min.js"
></script>
<script>
var
_url
=
"https://webserver.yabolive.net"
$
.
ajax
({
url
:
_url
+
"/user/checkIpIsChina.html"
,
success
:
function
(
res
)
{
var
result
=
JSON
.
parse
(
res
);
if
(
result
.
code
===
1
)
{
if
(
result
.
checkResult
)
{
window
.
location
.
href
=
'content.html'
}
}
}
})
</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/base2.css"
>
<link
rel=
"stylesheet"
href=
"../css/iosNew.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Footseen
</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>
<a
class=
"topUp"
></a>
<div
class=
"iosDown1 heartbeat"
></div>
<a
href=
"./guide/guide1.html"
class=
"guide1"
>
安裝教程>
</a>
<div
class=
"iosDown2"
></div>
<a
href=
"./guide/guide2.html"
class=
"guide2"
>
安裝教程>
</a>
</div>
</body>
<script
src=
"https://www.footseen.com/js/new/langnew.js"
></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
;
}
if
(
url_get_params
().
icid
!=
undefined
)
{
var
params
=
url_get_params
().
icid
.
replace
(
/
(
^
\s
*
)
|
(\s
*$
)
/g
,
""
);
}
else
{
var
params
=
''
;
}
var
iosData
=
''
;
// var andoridData = '';
if
(
params
!=
undefined
&&
params
.
length
>
0
)
{
//定义设备号
if
(
params
.
indexOf
(
'fts'
)
==
-
1
)
{
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
{
if
(
params
.
substring
(
0
,
3
)
==
'ios'
)
{
iosData
=
'ios'
+
params
.
substring
(
3
,
params
.
length
);
// andoridData = params.substring(3, params.length);
}
else
{
iosData
=
'ios'
+
params
;
// andoridData = params;
}
}
}
else
{
iosData
=
'iosftsB'
;
// andoridData = 'ftsB';
}
ShareTrace
.
init
({
appkey
:
"cd3ba48d0699c7fa"
,
// 此值必填
param
:
JSON
.
stringify
(
params
),
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
console
.
log
(
params
);
$
(
'.iosDown1'
).
on
(
'click'
,
function
()
{
copyText
(
iosData
);
window
.
location
.
href
=
'https://tf.kekouyun.vip/app/Footseen'
;
})
// $(".iosDown1").on("click", function () {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// // 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 gtag_report_conversion() {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// }
$
(
'.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
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
;
}
//複製到剪切板
function
copyText
(
text
)
{
var
textarea
=
document
.
createElement
(
"textarea"
);
var
currentFocus
=
document
.
activeElement
;
document
.
body
.
appendChild
(
textarea
);
textarea
.
value
=
text
;
textarea
.
focus
();
if
(
textarea
.
setSelectionRange
)
textarea
.
setSelectionRange
(
0
,
textarea
.
value
.
length
);
else
textarea
.
select
();
try
{
var
flag
=
document
.
execCommand
(
"copy"
);
}
catch
(
eo
)
{
var
flag
=
false
;
}
document
.
body
.
removeChild
(
textarea
);
currentFocus
.
focus
();
return
flag
;
}
</script>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
iosnew.html
View file @
39142bcb
...
...
@@ -3,7 +3,25 @@
<head>
<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"
>
...
...
@@ -17,7 +35,7 @@
<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/base2.css"
>
<link
rel=
"stylesheet"
href=
"./css/iosNew.css
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/newIndex.css?v=202104061611111111111111
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Footseen
</title>
</head>
...
...
@@ -33,15 +51,18 @@
<p
data-lang=
"7"
>
العربية
</p>
</div>
<a
class=
"topUp"
></a>
<div
class=
"iosDown1 heartbeat"
></div>
<a
href=
"./guide/guide1.html"
class=
"guide1"
>
安裝教程>
</a>
<div
class=
"iosDown2"
></div>
<a
href=
"./guide/guide2.html"
class=
"guide2"
>
安裝教程>
</a>
<img
src=
"https://footseen.com/img/new/text.png"
class=
"mTextImg"
/>
<div
class=
"iosDown heartbeat"
></div>
<div
style=
"display: none"
class=
"layer-box"
>
<div
class=
"googleDown"
><img
src=
"https://www.footseen.com/img/googleplay.png"
/><span>
Google play
</span>
</div>
<div
class=
"apkDown"
><img
src=
"https://www.footseen.com/img/andorid.png"
/><span>
APK
</span></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/new/lang
new
.js"
></script>
<script
src=
"https://www.footseen.com/js/new/lang.js"
></script>
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
...
...
@@ -60,36 +81,30 @@
}
});
console
.
log
(
params
);
$
(
'.iosDown1'
).
on
(
'click'
,
function
()
{
copyText
(
data
.
icid
);
window
.
location
.
href
=
'https://tf.kekouyun.vip/app/Footseen'
;
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
window
.
location
.
href
=
'https://apps.apple.com/cn/app/id1473568058'
// 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()
// });
})
// $(".iosDown1").on("click", function () {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// // 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 gtag_report_conversion() {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// }
function
gtag_report_conversion
()
{
setTimeout
(
function
()
{
// window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
ShareTrace
.
download
();
},
500
)
}
$
(
'.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'
;
})
...
...
@@ -106,26 +121,6 @@
}
return
theRequest
;
}
//複製到剪切板
function
copyText
(
text
)
{
var
textarea
=
document
.
createElement
(
"textarea"
);
var
currentFocus
=
document
.
activeElement
;
document
.
body
.
appendChild
(
textarea
);
textarea
.
value
=
text
;
textarea
.
focus
();
if
(
textarea
.
setSelectionRange
)
textarea
.
setSelectionRange
(
0
,
textarea
.
value
.
length
);
else
textarea
.
select
();
try
{
var
flag
=
document
.
execCommand
(
"copy"
);
}
catch
(
eo
)
{
var
flag
=
false
;
}
document
.
body
.
removeChild
(
textarea
);
currentFocus
.
focus
();
return
flag
;
}
</script>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
iosnew1.html
0 → 100644
View file @
39142bcb
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<script
src=
"https://res.sharetrace.com/sharetrace.min.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/base2.css"
>
<link
rel=
"stylesheet"
href=
"./css/iosNew.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Footseen
</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>
<a
class=
"topUp"
></a>
<div
class=
"iosDown1 heartbeat"
></div>
<a
href=
"./guide/guide1.html"
class=
"guide1"
>
安裝教程>
</a>
<div
class=
"iosDown2"
></div>
<a
href=
"./guide/guide2.html"
class=
"guide2"
>
安裝教程>
</a>
</div>
</body>
<script
src=
"https://www.footseen.com/js/jquery-3.1.1.min.js"
></script>
<script
src=
"https://www.footseen.com/js/new/langnew.js"
></script>
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
var
data
=
url_get_params
();
var
params
=
{
icid
:
data
.
icid
,
}
ShareTrace
.
init
({
appkey
:
"cd3ba48d0699c7fa"
,
// 此值必填
param
:
JSON
.
stringify
(
params
),
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
console
.
log
(
params
);
$
(
'.iosDown1'
).
on
(
'click'
,
function
()
{
copyText
(
data
.
icid
);
window
.
location
.
href
=
'https://tf.kekouyun.vip/app/Footseen'
;
})
// $(".iosDown1").on("click", function () {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// // 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 gtag_report_conversion() {
// setTimeout(function () {
// // window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
// ShareTrace.download();
// }, 500)
// }
$
(
'.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
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
;
}
//複製到剪切板
function
copyText
(
text
)
{
var
textarea
=
document
.
createElement
(
"textarea"
);
var
currentFocus
=
document
.
activeElement
;
document
.
body
.
appendChild
(
textarea
);
textarea
.
value
=
text
;
textarea
.
focus
();
if
(
textarea
.
setSelectionRange
)
textarea
.
setSelectionRange
(
0
,
textarea
.
value
.
length
);
else
textarea
.
select
();
try
{
var
flag
=
document
.
execCommand
(
"copy"
);
}
catch
(
eo
)
{
var
flag
=
false
;
}
document
.
body
.
removeChild
(
textarea
);
currentFocus
.
focus
();
return
flag
;
}
</script>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
iosold.html
View file @
39142bcb
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<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
;
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
(
'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
);
}
function
gtag
()
{
dataLayer
.
push
(
arguments
);
}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'AW-678006312'
);
</script>
<script>
gtag
(
'event'
,
'conversion'
,
{
'send_to'
:
'AW-678006312/kqI0CJCE-7gBEKicpsMC'
});
gtag
(
'event'
,
'conversion'
,
{
'send_to'
:
'AW-678006312/kqI0CJCE-7gBEKicpsMC'
});
</script>
<meta
charset=
"UTF-8"
>
<meta
name=
"renderer"
content=
"webkit"
>
...
...
@@ -38,20 +39,24 @@
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Footseen
</title>
</head>
<body>
<div
class=
"main"
>
<span
class=
"langTitle"
><img
src=
"https://www.footseen.com/img/down2.png"
/><font></font></span>
<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>
<a
class=
"topUp"
></a>
<img
src=
"https://footseen.com/img/new/text.png"
class=
"mTextImg"
/>
<img
src=
"https://footseen.com/img/new/text.png"
class=
"mTextImg"
/>
<div
class=
"iosDown heartbeat"
></div>
<div
style=
"display: none"
class=
"layer-box"
>
<div
class=
"googleDown"
><img
src=
"https://www.footseen.com/img/googleplay.png"
/><span>
Google play
</span></div>
<div
class=
"apkDown"
><img
src=
"https://www.footseen.com/img/andorid.png"
/><span>
APK
</span></div>
<div
class=
"googleDown"
><img
src=
"https://www.footseen.com/img/googleplay.png"
/><span>
Google play
</span>
</div>
<div
class=
"apkDown"
><img
src=
"https://www.footseen.com/img/andorid.png"
/><span>
APK
</span></div>
</div>
</div>
...
...
@@ -61,22 +66,22 @@
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
var
data
=
url_get_params
();
var
params
=
{
icid
:
data
.
icid
,
var
data
=
url_get_params
();
var
params
=
{
icid
:
data
.
icid
,
}
ShareTrace
.
init
({
ShareTrace
.
init
({
appkey
:
"cd3ba48d0699c7fa"
,
// 此值必填
param
:
JSON
.
stringify
(
params
),
success
:
function
()
{
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
console
.
log
(
params
);
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
});
console
.
log
(
params
);
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
ga
(
'send'
,
'event'
,
{
eventCategory
:
'ios'
,
...
...
@@ -93,27 +98,28 @@ $(".iosDown").on("click", function () {
'event_callback'
:
gtag_report_conversion
()
});
})
function
gtag_report_conversion
()
{
setTimeout
(
function
()
{
// window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
function
gtag_report_conversion
()
{
setTimeout
(
function
()
{
// window.location.href = 'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400';
ShareTrace
.
download
();
},
500
)
},
500
)
}
$
(
'.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'
;
$
(
'.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
url_get_params
()
{
var
url
=
location
.
href
;
var
theRequest
=
new
Object
();
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
var
str
=
url
.
substr
(
url
.
indexOf
(
"?"
)
+
1
);
strs
=
str
.
split
(
"&"
);
for
(
var
i
=
0
;
i
<
strs
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
strs
.
length
;
i
++
)
{
theRequest
[
strs
[
i
].
split
(
"="
)[
0
]]
=
unescape
(
strs
[
i
].
split
(
"="
)[
1
]);
}
}
return
theRequest
;
}
</script>
</html>
\ No newline at end of file
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