Help
RSS
API
Feed
Maltego
Contact
Domain > 101dk.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2015-06-18
198.148.92.80
(
ClassC
)
2025-12-09
120.26.197.65
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Tue, 09 Dec 2025 23:41:32 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-Encoding !DOCTYPE html>html> head> meta charsetutf-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1> meta namedescription content> meta nameauthor content> title>充值中心/title> link relshortcut icon href/assets/img/favicon.ico /> !-- Bootstrap Core CSS --> link href/assets/libs/bootstrap/dist/css/bootstrap.min.css relstylesheet> link href/assets/css/index.css relstylesheet> link relstylesheet hrefhttps://www.jq22.com/demo/Message202012080007/css/message.css> !-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> !--if lt IE 9> script srchttps://cdn.staticfile.org/html5shiv/3.7.3/html5shiv.min.js>/script> script srchttps://cdn.staticfile.org/respond.js/1.4.2/respond.min.js>/script> !endif--> /head> style> #mainbody { position: relative; width: 100%; min-height: auto; overflow-y: hidden; background: #f1f6fd; color: #474157; height: calc(100vh - 61px); display: flex; flex-direction: column; justify-content: center; align-items: center; } #mainbody .header{ height: 50px; padding: 20px; display: flex; justify-content: center; align-items: center; background-color: white; border-radius: 20px; width: 400px; } .box{ width: 350px; height: 360px; padding: 20px; margin: 10px; background-color: white; border-radius: 20px; box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22); display: flex ; flex-direction: column; } .tab-content { flex: 1; } .tab-pane { height: 100%; } .nav>li>a { position: relative; display: block; padding: 5px 5px; } .box-pane{ height: 100%; display: flex ; flex-direction: column; justify-content: space-evenly; } .nav-pills li{ width: 32%; } .nav-pills li a{ text-align: center; } .c-button{ height: 40px; background-color: #0a568c; width: 100%; border-radius: 20px; display: flex; justify-content: center; align-items: center; -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none; font-size: 17px; font-weight: 300; color: white } .c-buttonm{ height: 40px; background-color: #0a568c; width: 100%; border-radius: 20px; display: flex; justify-content: center; align-items: center; -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none; font-size: 17px; font-weight: 300; color: white } .c-button:active{ background-color: #043b62; } .c-input input{ height: 5vh; width: 100%; border-radius: 10px; padding: 8px; outline:none; border: 2px solid #c8c8c8; } .c-input input:focus{ border: 2px solid #8a8a8a; } .c-select { height: 5vh; width: 100%; border-radius: 10px; padding: 8px; outline:none; border: 2px solid #c8c8c8; appearance:none; -moz-appearance:none; -webkit-appearance:none; } select::-ms-expand { display: none; } .c-select option{ margin: 100px; width: 140px; height: 40px; border: 1px solid red; position: relative; } /style> body idpage-top> main idmainbody styleheight: 100%> div classbox> ul classnav nav-pills roletablist> li rolepresentation classactive>a href#home aria-controlshome roletab data-toggletab>充值/a>/li> li rolepresentation>a href#profile aria-controlsprofile roletab data-toggletab>注册/a>/li> li rolepresentation>a href#query aria-controlsquery roletab data-toggletab>查询/a>/li> /ul> div classtab-content > div roletabpanel classtab-pane active idhome> div classbox-pane> div classc-input> input typetext placeholder输入充值账号 nameaccount idaccount> /div> div classc-input> input typetext placeholder输入充值卡密 namecode idcode> /div> div classc-button idsubmit>充值/div> /div> /div> div roletabpanel classtab-pane box-pane idprofile> div classbox-pane> div classc-input> input typetext placeholder输入账号 idreg-account> /div> div classc-input> input typetext placeholder输入密码 idreg-password> /div> div classc-input> input typetext placeholder输入卡密 idreg-code> /div> div classc-input> input typetext placeholder输入QQ idreg-qq> /div> input typebutton idregister value注册 classc-buttonm> font colorred>每次打开页面后,注册按钮只能点击一次,如果多张卡密,请刷新页面后再注册。/font> /div> /div> div roletabpanel classtab-pane box-pane idquery> div classbox-pane> select classc-select nameapp_id idapp_id> option value styledisplay: none; disabled selected>选择一个应用/option> option value8>和平加速器/option> option value11>三角洲加速器/option> /select> div classc-input> input typetext placeholder输入查询账号 idquery-account> /div> div idexpTime styledisplay: none>/div> div classc-button id_query>查询/div> /div> /div> /div> /div> /main> script src/assets/libs/jquery/dist/jquery.min.js>/script> script src/assets/libs/bootstrap/dist/js/bootstrap.min.js>/script> script srchttps://www.jq22.com/demo/Message202012080007/js/message.min.js>/script> script> $(#submit).click(function () { let account $(#account).val(); let code $(#code).val(); if (account.length 2) { return Qmsg.info(账号长度不得小于2位) } if (code.length 1) { return Qmsg.info(卡密不得为空) } if(code.length > 32) { return Qmsg.info(卡密长度最大为32位) } $.post(/index/card/, {name : account, value: account}, {name: code, value: code}, function (response) { if (response.code 0) { return Qmsg.error(response.msg) }else { $(#code).val(); return Qmsg.success(response.msg, 2000) } }) setTimeout(function () { location.reload(); }, 3600) }) document.getElementById(register).disabledfalse; $(#register).click(function () { document.getElementById(register).disabledtrue; let account $(#reg-account).val(); let code $(#reg-code).val(); let password $(#reg-password).val(); let qq $(#reg-qq).val(); if (account.length 2) { return Qmsg.info(账号长度不得小于2位) } if (password.length 3) { return Qmsg.info(密码长度不得小于3位) } if (code.length 1) { return Qmsg.info(卡密长度最小为1位) } if (code.length > 32) { return Qmsg.info(卡密长度最大为32位) } if(qq.length 5 || qq.length > 12) { return Qmsg.info(QQ长度有误) } $.post(/index/card/register, {name : account, value: account}, {name: code, value: code}, {name: password, value: password}, {name: qq, value : qq}, function (response) { if (response.code 0) { return Qmsg.error(response.msg) }else { $(#reg-code).val(); return Qmsg.success(response.msg, 2000) } }) setTimeout(function () { location.reload(); }, 3600) }) $(#_query).click(function () { let account $(#query-account).val(); let appId $(#app_id).val(); if (account.length 2) { return Qmsg.info(账号长度不得小于2位) } if (appId 0) { return Qmsg.info(请选择一个应用) } $.post(/index/card/query, {name : account, value: account}, {name: appId, value: appId}, function (response) { if (response.code 0) { $(#expTime).hide(); return Qmsg.error(response.msg) }else { $(#expTime).text(到期时间: + response.data.date).show(); return Qmsg.success(response.msg, 2000) } }) }) /script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]