Help
RSS
API
Feed
Maltego
Contact
Domain > auth.cnmbsb.vip
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-25
43.159.98.16
(
ClassC
)
2025-11-23
156.238.229.206
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Sun, 23 Nov 2025 05:19:25 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingSet-Cookie: PHPSESSIDou1l2ikaa1198j4p1fhe0il2nf; expiresFri, 14-Nov-2081 10:38:50 GMT; Max-Age1766467165; path/Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: server_name_session0a178863fc5df40e71fd3354be2d70c6; Max-Age86400; httponly; path/Strict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443 !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1> meta namemobile-web-app-capable contentyes> meta nameapple-mobile-web-app-capable contentyes> meta nameapple-mobile-web-app-status-bar-style contentblack> meta nameapple-mobile-web-app-title content授权购买系统> title>授权在线开通 - 温泉PHP网络授权/title> !-- 引入图标库 --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> :root { --primary: #6a11cb; --secondary: #2575fc; --success: #00b09b; --danger: #ff416c; --light: #f8f9fa; --dark: #212529; --gray: #6c757d; --card-bg: rgba(255, 255, 255, 0.92); --shadow: 0 10px 30px rgba(0, 0, 0, 0.15); } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background: linear-gradient(135deg, var(--primary), var(--secondary)); min-height: 100vh; padding: 20px; color: var(--dark); line-height: 1.6; } .container { width: 100%; max-width: 1400px; margin: 0 auto; } /* 头部样式 */ .header { text-align: center; margin-bottom: 40px; padding: 20px; color: white; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .header h1 { font-size: 2.8rem; font-weight: 700; margin-bottom: 10px; } .header p { font-size: 1.2rem; opacity: 0.9; max-width: 700px; margin: 0 auto; } /* 导航样式 */ .navbar { display: flex; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 16px; padding: 15px 30px; margin-bottom: 30px; box-shadow: var(--shadow); } .logo { font-size: 1.8rem; font-weight: 700; color: white; display: flex; align-items: center; gap: 10px; } .logo i { font-size: 2rem; } .nav-links { display: flex; gap: 25px; } .nav-links a { color: rgba(255, 255, 255, 0.85); text-decoration: none; font-weight: 500; padding: 8px 15px; border-radius: 12px; transition: all 0.3s ease; } .nav-links a:hover { background: rgba(255, 255, 255, 0.2); color: white; } /* 主要内容区域 */ .main-content { display: grid; grid-template-columns: 1fr 350px; gap: 30px; } /* 应用选择卡片 */ .app-selector { background: var(--card-bg); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.3s ease; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); } .app-selector:hover { transform: translateY(-5px); } .card-header { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; padding: 20px; text-align: center; } .card-header h2 { font-size: 1.5rem; margin: 0; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 10px; } .card-body { padding: 25px; } .form-group { margin-bottom: 25px; } .form-group label { display: block; margin-bottom: 10px; font-weight: 500; color: var(--dark); font-size: 1rem; } .form-control { width: 100%; padding: 14px 16px; border: 2px solid #e1e5eb; border-radius: 12px; font-size: 1rem; transition: all 0.3s ease; background: rgba(255, 255, 255, 0.8); } .form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1); } select.form-control { appearance: none; background-image: url(data:image/svg+xml;charsetUTF-8,%3csvg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround%3e%3cpolyline points6 9 12 15 18 9%3e%3c/polyline%3e%3c/svg%3e); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1.2rem; } /* 购买选项区域 */ .buy-options { background: var(--card-bg); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); height: fit-content; } .buy-options-header { background: linear-gradient(135deg, #00b09b, #96c93d); color: white; padding: 20px; text-align: center; } .options-container { padding: 25px; } .options-placeholder { text-align: center; color: var(--gray); padding: 30px 0; } .options-placeholder i { font-size: 3rem; margin-bottom: 15px; opacity: 0.7; } /* 应用卡片样式 */ .app-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; margin-bottom: 20px; } .app-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .app-card-header { background: linear-gradient(135deg, #3498db, #2c3e50); color: white; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; } .app-name { font-size: 1.3rem; font-weight: 600; } .app-price { font-size: 1.5rem; font-weight: 700; } .app-card-body { padding: 20px; } .app-features { list-style: none; margin-bottom: 20px; } .app-features li { padding: 8px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #eee; } .app-features li i { color: var(--success); } .app-actions { display: flex; justify-content: space-between; gap: 10px; } .btn { display: inline-block; padding: 12px 24px; border-radius: 12px; font-size: 1rem; font-weight: 600; text-align: center; cursor: pointer; transition: all 0.3s ease; border: none; flex: 1; } .btn-primary { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; box-shadow: 0 4px 15px rgba(106, 17, 203, 0.3); } .btn-primary:hover { background: linear-gradient(135deg, #5a0db5, #1c68fa); box-shadow: 0 6px 20px rgba(106, 17, 203, 0.4); transform: translateY(-2px); } .btn-secondary { background: #e9ecef; color: var(--dark); } .btn-secondary:hover { background: #dde0e3; } .btn-info { background: linear-gradient(135deg, #00b09b, #96c93d); color: white; } .btn-info:hover { background: linear-gradient(135deg, #009a87, #7cb028); } /* 页脚样式 */ .footer { text-align: center; margin-top: 40px; color: rgba(255, 255, 255, 0.8); padding: 20px; font-size: 0.9rem; } .footer a { color: white; text-decoration: none; } .footer a:hover { text-decoration: underline; } /* 动画效果 */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .app-selector, .buy-options { animation: fadeIn 0.6s ease forwards; } /* 响应式设计 */ @media (max-width: 992px) { .main-content { grid-template-columns: 1fr; } .nav-links { display: none; } .header h1 { font-size: 2.2rem; } } @media (max-width: 768px) { .app-actions { flex-direction: column; } .header h1 { font-size: 1.8rem; } } /style>/head>body> div classcontainer> !-- 导航栏 --> div classnavbar> div classlogo> i classfas fa-key>/i> span>温泉PHP网络授权/span> /div> div classnav-links> a classmdl-navigation__link href./query.php>授权(云黑)查询/a> a classmdl-navigation__link href./auth.php>卡密激活/a>a classmdl-navigation__link href./change.php>更换授权/a> /div> /div> !-- 头部 --> div classheader> h1>i classfas fa-shopping-cart>/i> 授权在线开通/h1> p>安全便捷的授权购买平台,一键开通您所需的应用授权/p> /div> !-- 主要内容区 --> div classmain-content> !-- 左侧:应用选择 --> div classapp-selector> div classcard-header> h2>i classfas fa-cube>/i> 选择应用/h2> /div> div classcard-body> div classform-group> label forapplist>i classfas fa-list>/i> 请选择需要购买的应用/label> select classform-control idapplist onchangeloadbuylist();> option value0>选择应用.../option> /select> /div> div idbuylist> div classoptions-placeholder> i classfas fa-box-open>/i> h3>请选择应用查看购买选项/h3> p>选择上方应用后,这里将显示可用的购买方案/p> /div> /div> /div> /div> !-- 右侧:购买选项 --> div classbuy-options> div classbuy-options-header> h2>i classfas fa-shopping-bag>/i> 购买指南/h2> /div> div classoptions-container> div classguide-item> h3>i classfas fa-1>/i> 选择应用/h3> p>从下拉菜单中选择您需要购买授权的应用/p> /div> div classguide-item> h3>i classfas fa-2>/i> 查看方案/h3> p>查看不同时长的授权方案及对应价格/p> /div> div classguide-item> h3>i classfas fa-3>/i> 立即购买/h3> p>选择适合的方案并完成支付流程/p> /div> div classguide-item> h3>i classfas fa-4>/i> 获取授权/h3> p>支付成功后,系统将自动发送授权信息到您的邮箱/p> /div> div classsupport-info> h3>i classfas fa-headset>/i> 客户支持/h3> p>客服QQ:a hrefhttp://wpa.qq.com/msgrd?v3&uin3043290072&siteqq&menuyes target_blank>3043290072/a>/p> p>客服邮箱:a hrefmailto:mianfeikejiwangluo@163.com>mianfeikejiwangluo@163.com/a>/p> p>工作时间:9:00 - 22:00(全年无休)/p> /div> /div> /div> /div> !-- 页脚 --> div classfooter> p>© 2025 温泉PHP网络授权 /p> p>安全可靠的授权购买平台 | 专业团队维护 | 7×24小时技术支持/p> /div> /div> script src./static/jquery-3.3.1.js>/script> script typetext/javascript src./static/frame/layui/layui.js>/script> script> // 页面加载完成后执行 $(document).ready(function() { layui.use(layer, function () { window.layer layui.layer; var loading layer.load(); // 加载应用列表 $.ajax({ url: ajax.php?modbuy_applist, type: POST, dataType: html, data: , success: function (data) { layer.close(loading); if (data || data null) { layer.open({ type: 1, title: false, closeBtn: false, area: 300px;, shade: 0.8, id: sitenotice, resize: false, btn: 确定, btnAlign: c, moveType: 1, content: div stylepadding: 20px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;>站长没有添加任何应用/div> }); } else { $(#applist).html(data); if (getQueryVariable(appid) ! false) { $(#applist).val(getQueryVariable(appid)); loadbuylist(); } } }, error: function (data) { layer.close(loading); layer.msg(请求失败 + data); } }); }); }); function loadbuylist() { var appId $(#applist).val(); if (appId 0) { $(#buylist).html(div classoptions-placeholder>i classfas fa-box-open>/i>h3>请选择应用查看购买选项/h3>p>选择上方应用后,这里将显示可用的购买方案/p>/div>); return; } var loading layer.load(); $.ajax({ url: ajax.php?modloadbuylist, type: POST, dataType: html, data: loadbuylist + appId, success: function (data) { layer.close(loading); if (data || data null) { layer.msg(没有可用的购买选项); $(#buylist).html(div classoptions-placeholder>i classfas fa-exclamation-circle>/i>h3>没有可用的购买选项/h3>p>此应用暂时没有可用的授权方案/p>/div>); } else { $(#buylist).html(data); } }, error: function (data) { layer.close(loading); layer.msg(请求失败 + data); $(#buylist).html(div classoptions-placeholder>i classfas fa-exclamation-triangle>/i>h3>加载失败/h3>p>无法加载购买选项,请稍后再试/p>/div>); } }); } function buy(id) { layer.open({ type: 2, title: 开通授权(商品ID: + id + ), shadeClose: true, shade: 0.8, area: 90%, 90%, content: ajax.php?modbuy_first&fid + id }); } function info(id) { layer.open({ type: 2, title: 应用详情(应用ID: + id + ), shadeClose: true, shade: 0.8, area: 90%, 90%, content: ajax.php?modintroduce&appid + id }); } function getQueryVariable(variable) { var query window.location.search.substring(1); var vars query.split(&); for (var i 0; i vars.length; i++) { var pair varsi.split(); if (pair0 variable) { return pair1; } } return false; } /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
]