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
2dc4f724
authored
3 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footseen
parent
565be780
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
278 additions
and
56 deletions
footseen/Nesting/moving/index.html
footseen/Nesting/newShare/index.html
shareB.html
footseen/Nesting/moving/index.html
View file @
2dc4f724
...
...
@@ -243,26 +243,27 @@
if
(
vest
==
41
)
{
if
(
/iphone|ipad|ipod/
.
test
(
ua2
)){
var
params
=
{
icid
:
'iosftsB'
,
}
ShareTrace
.
init
({
appkey
:
"93adc025c1e699fe"
,
// 此值必填
param
:
JSON
.
stringify
(
params
),
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
setTimeout
(
function
(){
ShareTrace
.
download
();
},
500
)
window
.
location
.
href
=
'https://testflight.apple.com/join/i1Bv6AGC'
;
// var params = {
// icid:'iosftsB',
// }
// ShareTrace.init({
// appkey: "93adc025c1e699fe", // 此值必填
// param: JSON.stringify(params),
// success: function() {
// console.log("init success...")
// },
// error: function(msg) {
// console.log(msg)
// }
// });
//
//
// setTimeout(function(){
// ShareTrace.download();
// },500)
}
else
{
window
.
location
.
href
=
'https://
sakura.show/dl
pk'
;
window
.
location
.
href
=
'https://
big.bgp.ourpow.com/apk/tmp/2021-04-24-01-50/Release-ftsB.a
pk'
;
}
}
else
{
...
...
@@ -271,20 +272,20 @@
var
params
=
{
icid
:
'iosfts'
,
}
ShareTrace
.
init
({
appkey
:
"cd3ba48d0699c7facd3ba48d0699c7fa"
,
// 此值必填
param
:
JSON
.
stringify
(
params
),
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
//
ShareTrace.init({
//
appkey: "cd3ba48d0699c7facd3ba48d0699c7fa", // 此值必填
//
param: JSON.stringify(params),
//
success: function() {
//
console.log("init success...")
//
},
//
error: function(msg) {
//
console.log(msg)
//
}
//
});
window
.
location
.
href
=
'https://apps.apple.com/us/app/footseen-random-video-chat-app/id1491129400'
;
setTimeout
(
function
(){
console
.
log
(
123456
)
ShareTrace
.
download
();
//
ShareTrace.download();
},
500
)
}
else
{
//ip为国内
...
...
This diff is collapsed.
Click to expand it.
footseen/Nesting/newShare/index.html
View file @
2dc4f724
...
...
@@ -372,31 +372,58 @@
if
(
data
.
code
==
1
){
picImg
=
data
.
qrurl
;
var
obj
=
{
"cid"
:
3
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:{
"shareContent"
:
{
"pic"
:
$url
+
'/img/code.png'
,
"title"
:
langList
[
langType
].
share1
,
"text"
:
langList
[
langType
].
share2
,
"webpage"
:
'http://footseen.xyz/share.html?agentCode='
+
sessionStorage
.
uid
+
'&bindType=3&lang='
+
sessionStorage
.
lang
+
'&type=1'
,
},
"shareType"
:{
"wechat"
:
3
,
"wechat_moment"
:
3
,
"facebook"
:
3
,
"line"
:
3
,
"link"
:
3
,
"whatsApp"
:
3
,
"twitter"
:
3
}
}
}
console
.
log
(
obj
)
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
)
$
.
ajax
({
url
:
$ip
+
"/active201904/getUserInfo.html"
,
type
:
"post"
,
dataType
:
'json'
,
data
:{
lang
:
sessionStorage
.
lang
,
cid
:
'h5_gw'
,
os
:
'h5'
,
uid
:
sessionStorage
.
uid
,
token
:
sessionStorage
.
token
},
success
:
function
(
res
){
if
(
res
.
code
==
1
){
var
bagType
=
1
;
//1.footseenA包 2.footseenB包
var
webPageUrl
=
''
;
//41 B包
if
(
res
.
vest
==
41
){
webPageUrl
=
'http://footseen.xyz/shareB.html?lang='
+
sessionStorage
.
lang
;
}
else
if
(
res
.
vest
==
50
||
res
.
vest
==
60
){
//A包
webPageUrl
=
'http://footseen.xyz/share.html?agentCode='
+
sessionStorage
.
uid
+
'&bindType=3&lang='
+
sessionStorage
.
lang
+
'&type=1'
;
}
picImg
=
data
.
qrurl
;
var
obj
=
{
"cid"
:
3
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:{
"shareContent"
:
{
"pic"
:
'http://ceshi.yabolive.tv/footseen/img/code.png'
,
//cdn+'/'+picImg',
"title"
:
langList
[
langType
].
share1
,
"text"
:
langList
[
langType
].
share2
,
"webpage"
:
webPageUrl
,
},
"shareType"
:{
"wechat"
:
3
,
"wechat_moment"
:
3
,
"facebook"
:
3
,
"line"
:
3
,
"link"
:
3
,
"whatsApp"
:
3
,
"twitter"
:
3
}
}
}
console
.
log
(
obj
)
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
)
}
}
})
}
}
})
...
...
This diff is collapsed.
Click to expand it.
shareB.html
0 → 100644
View file @
2dc4f724
<!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=
"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>
<style
type=
"text/css"
>
.layer-box
{
width
:
7.2rem
;
height
:
6.973rem
;
background
:
url(https://www.footseen.com/img/phonembg.png)
no-repeat
;
background-size
:
100%
100%
;
position
:
relative
;
}
.layui-layer-close2
{
display
:
none
!important
;
}
.layui-layer
{
border-radius
:
0.5rem
!important
;
}
.layui-layer-page
.layui-layer-content
{
border-radius
:
0.5rem
!important
;
}
.googleDown
,
.apkDown
{
background
:
url(https://www.footseen.com/img/btngp.png)
no-repeat
;
background-size
:
100%
100%
;
width
:
4.813rem
;
height
:
1.2rem
;
line-height
:
1.2rem
;
position
:
absolute
;
top
:
1.733rem
;
left
:
50%
;
transform
:
translate
(
-50%
,
0
);
-webkit-transform
:
translate
(
-50%
,
0
);
text-align
:
center
;
font-size
:
0.426rem
;
color
:
#FFF
;
}
.apkDown
{
top
:
3.933rem
;
}
.googleDown
img
,
.apkDown
img
{
width
:
0.373rem
;
height
:
0.413rem
;
vertical-align
:
middle
;
margin-top
:
-.05rem
;
margin-right
:
0.133rem
;
}
.codeBox
{
position
:
absolute
;
left
:
0
;
bottom
:
5rem
;
width
:
100%
;
text-align
:
center
;
height
:
0.88rem
;
line-height
:
0.88rem
;
}
.code
{
position
:
relative
;
padding
:
0
0.4rem
;
height
:
0.88rem
;
line-height
:
0.88rem
;
text-align
:
center
;
font-size
:
0.4rem
;
z-index
:
50
;
color
:
#FFF
;
border-radius
:
0.666rem
;
-webkit-border-radius
:
0.666rem
;
-moz-border-radius
:
0.666rem
;
-ms-border-radius
:
0.666rem
;
-o-border-radius
:
0.666rem
;
background-color
:
rgba
(
0
,
0
,
0
,
.2
);
display
:
inline-block
;
}
.code
img
{
width
:
0.426rem
;
height
:
0.426rem
;
vertical-align
:
middle
;
display
:
inline-block
;
margin-top
:
-.1rem
;
margin-left
:
0.1rem
;
}
</style>
</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>
<img
src=
"https://footseen.com/img/new/text.png"
class=
"mTextImg"
/>
<div
class=
"iosDown heartbeat"
></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.js"
></script>
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
function
browserRedirect
(
msg
)
{
var
sUserAgent
=
navigator
.
userAgent
.
toLowerCase
();
var
bIsIpad
=
sUserAgent
.
match
(
/ipad/i
)
==
"ipad"
;
var
bIsIphoneOs
=
sUserAgent
.
match
(
/iphone os/i
)
==
"iphone os"
;
var
bIsMidp
=
sUserAgent
.
match
(
/midp/i
)
==
"midp"
;
var
bIsUc7
=
sUserAgent
.
match
(
/rv:1.2.3.4/i
)
==
"rv:1.2.3.4"
;
var
bIsUc
=
sUserAgent
.
match
(
/ucweb/i
)
==
"ucweb"
;
var
bIsAndroid
=
sUserAgent
.
match
(
/android/i
)
==
"android"
;
var
bIsCE
=
sUserAgent
.
match
(
/windows ce/i
)
==
"windows ce"
;
var
bIsWM
=
sUserAgent
.
match
(
/windows mobile/i
)
==
"windows mobile"
;
if
(
!
(
bIsIpad
||
bIsIphoneOs
||
bIsMidp
||
bIsUc7
||
bIsUc
||
bIsAndroid
||
bIsCE
||
bIsWM
))
{}
else
if
(
bIsAndroid
)
{
return
'android'
;
}
else
if
(
bIsIphoneOs
||
bIsIpad
)
{
return
'ios'
;
}
}
browserRedirect
();
if
(
browserRedirect
()
==
'ios'
){
var
params
=
{
icid
:
'iosftsB'
}
// ShareTrace.init({
// appkey: "93adc025c1e699fe", // 此值必填
// param: JSON.stringify(params),
// success: function() {
// console.log('成功')
// },
// error: function(msg) {
// console.log('失败')
// }
// });
$
(
'.iosDown'
).
on
(
'click'
,
function
(){
window
.
location
.
href
=
'https://testflight.apple.com/join/i1Bv6AGC'
;
// ShareTrace.download();
})
}
else
{
$
(
'.iosDown'
).
on
(
'click'
,
function
(){
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/tmp/2021-04-24-01-50/Release-ftsB.apk'
;
})
}
$
(
'.topUp'
).
on
(
'click'
,
function
(){
window
.
location
.
href
=
'https://www.footseen.com/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web&cidStr=h5_footseengw'
;
})
$
(
'.code img'
).
on
(
'click'
,
function
(){
copyText
(
getRequest
().
agentCode
);
setTimeout
(
function
(){
layer
.
msg
(
langList
[
langType
].
foot4
);
},
100
)
})
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>
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