Help
RSS
API
Feed
Maltego
Contact
Domain > wheel777.vip
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-08
18.65.25.112
(
ClassC
)
2026-01-27
3.169.173.33
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 22529Connection: keep-aliveServer: nginxDate: Tue, 27 Jan 2026 22:03:44 GMTLast-Modified: Mon, 26 Jan 2026 08:58:46 GMTAccept-Ranges: bytesAccess-Control-Allow-Origin: *Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETEAccess-Control-Allow-Headers: Content-Type, Authorization,userIdETag: 69772cc6-5801Vary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 cb2339b8008ceeabfc2dd9e6cfbc465c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: se7OPqTRhrGgu35RMie5ZHtKl6P7k5ep_Tu85sVmfKGOcJpckR8y1A !doctype html>html langes-MX>head>meta charsetUTF-8/>meta http-equivCache-Control contentmax-age0/>meta nameviewport contentwidthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scalableno,viewport-fitcover/>script async>(function initRedirect() { const pathSegments window.location.pathname.split(/).filter(Boolean); let channel ch_h5mxplp02; // 默认值 if ( window.location.origin.includes(localhost) || window.location.origin.includes(10.10.) || window.location.origin.includes(198.18) ) { channel ch_h5mxmain; } // 优先从URL路径中提取渠道信息 if (pathSegments.length > 0 && /^ch_h5mx/i.test(pathSegments0)) { channel pathSegments0.toLocaleLowerCase(); return; // 已有渠道信息则停止执行 } // 没有渠道信息时,从localstorage中获取 const storedSource window.localStorage.getItem(mx_web_apkch) || ; if (storedSource) { channel storedSource.toLocaleLowerCase(); } // 没有渠道信息时才处理JWT const urlParams new URLSearchParams(window.location.search); const jwt urlParams.get(jwt) || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*\s*(^;*).*$)|^.*$/, $1); if (jwt) { try { const data JSON.parse(atob(jwt)); channel data.channel?.toLocaleLowerCase() || channel; } catch (e) { console.error(JWT parse error:, e); } } // 生成标准化URL const newUrl `${window.location.origin}/${channel}/000000/game${window.location.search}`; history.replaceState({}, , newUrl); return; })(); // 写入安全区变量,作为 env/constant 失效时的兜底 (function setSafeAreaVars() { function computeSafeArea() { try { var probe document.createElement(div); probe.setAttribute( style, position:fixed, inset:0, padding-top: constant(safe-area-inset-top), padding-right: constant(safe-area-inset-right), padding-bottom: constant(safe-area-inset-bottom), padding-left: constant(safe-area-inset-left), padding-top: env(safe-area-inset-top), padding-right: env(safe-area-inset-right), padding-bottom: env(safe-area-inset-bottom), padding-left: env(safe-area-inset-left), pointer-events:none, opacity:0, z-index:-1 .join(;) ); document.body.appendChild(probe); var cs window.getComputedStyle(probe); var top parseFloat(cs.paddingTop) || 0; var right parseFloat(cs.paddingRight) || 0; var bottom parseFloat(cs.paddingBottom) || 0; var left parseFloat(cs.paddingLeft) || 0; if ( (standalone in window.navigator && window.navigator.standalone) || window.matchMedia((display-mode: standalone)).matches ) { document.body.style.height 100vh; } if ( window.android && window.android.getDeviceID && window.android.saveUserID && (!!window.android.isIpa || (typeof window.isIpa function && (window.isIpa() ! false || window.isIpa() ! false))) ) { document.documentElement.style.setProperty(min-height, 100vh, important); } document.documentElement.style.setProperty(--safe-area-inset-top, top + px); document.documentElement.style.setProperty(--safe-area-inset-right, right + px); document.documentElement.style.setProperty(--safe-area-inset-bottom, bottom + px); document.documentElement.style.setProperty(--safe-area-inset-left, left + px); document?.body?.removeChild(probe); } catch (e) {} } function update() { computeSafeArea(); } if (document.readyState loading) { document.addEventListener(DOMContentLoaded, update, { once: true }); } else { update(); } window.addEventListener(resize, update); window.addEventListener(orientationchange, update); if (window.visualViewport) { window.visualViewport.addEventListener(resize, update); } })(); function applyTheme(theme {}) { // 设置body html的背景色 const root document.documentElement; root.style.setProperty(--thirdColor, theme.thirdColor); root.style.setProperty(--fourthColor, theme.fourthColor); // 应用主题变量 root.style.setProperty(--primaryColor, theme.primaryColor); root.style.setProperty(--secondaryColor, theme.secondaryColor); root.style.setProperty(--backgroundColor, theme.backgroundColor); root.style.setProperty(--buttonColor, theme.buttonColor); root.style.setProperty(--textColor, theme.textColor); root.style.setProperty(--textGrayColor, theme.textGrayColor); root.style.setProperty(--mainBgColor, theme.mainBgColor); root.style.setProperty(--darkColor, theme.darkColor); root.style.setProperty(--darkColor1, theme.darkColor1); root.style.setProperty(--darkColor2, theme.darkColor2); root.style.setProperty(--darkColor3, theme.darkColor3); root.style.setProperty(--warningColor, theme.warningColor); root.style.setProperty(--warningButtonColor, theme.warningButtonColor); root.style.setProperty(--disabledButtonColor, theme.disabledButtonColor); root.style.setProperty(--errorButtonColor, theme.errorButtonColor); root.style.setProperty(--activityBgColor, theme.activityBgColor); } // 工具函数 function getCookie(name) { const value `; ${document.cookie}`; const parts value.split(`; ${name}`); if (parts.length 2) return parts.pop().split(;).shift(); return ; } function setCookie(name, value, domain location.hostname, days 365) { const date new Date(); date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); document.cookie `${name}${value};domain${domain};path/;expires${date.toUTCString()}`; } // JWT 处理函数 async function handleJwt() { /* 非apk包或ipa包,需要判断链接是否有jwt参数 */ /** 解码jwt参数, 加解密的算法是对json进行base64编码 * localStorage: * 1、pushudatadict: {userid:50000475,channel:H5MX_001,fingerprint:17c429ae09b0d556ef64c8bf9e15e395,machineserial:17c429ae09b0d556ef64c8bf9e15e395,type:1} * 2、mx_game_unique_key: 170a0fe255ba81f59eaf57a172383268 * 3、ACCESS_TOKEN_KEY: 1571780f33aa490f420bb75e14ec8030 * 4、ACCESS_USERID_KEY: 50000475 * 5、ACCESS_USER_NAME: guest91040012 * 6、mx_web_apkch: CH_H5MX_001 * eyJ1c2VyaWQiOjUwMDAwNTA3LCJ1c2VybmFtZSI6InVzZXI3NDEyIiwiY2hhbm5lbCI6IkNIX0g1VVM0QUFQS18wMDEiLCJ0b2tlbiI6IjEwZjI3YmJkYTExZTk5MGYzMGI5MDc1ZTE0ZWE4MDMwIiwic291cmNldXJsIjoiMjllNzZmNTUyMzUyODljZjUzOTQ4MDZlNGVkMTRjNWEiLCJtYWNoaW5lc2VyaWFsIjoiMzhlNzA0NmIyYWM1YWQ4YzI0OGQwZmI1ODkxNmQyZDQiLCJ0eXBlIjoxfQ * cookie: * 1、mx_h5_md5_key: 17c429ae09b0d556ef64c8bf9e15e395 * 2、mx_h5_sourceurl_key: 170a0fe255ba81f59eaf57a172383268 */ const inPwaEnv (standalone in window.navigator && window.navigator.standalone) || window.matchMedia((display-mode: standalone)).matches; let jwt ; if (inPwaEnv) { jwt getCookie(jwt); } else { jwt new URLSearchParams(window.location.search).get(jwt) || ; if (jwt) { setCookie(jwt, jwt); } } if (jwt) { try { const data JSON.parse(atob(jwt)); // 设置 localStorage localStorage.setItem( pushudatadict, JSON.stringify({ userid: data.userid, channel: data.channel, fingerprint: data.machineserial, machineserial: data.machineserial, type: data.type }) ); localStorage.setItem(mx_game_unique_key, data.sourceurl); localStorage.setItem(mx_web_apkch, data.channel); const channel data?.channel?.split(_)?.slice(0, 2)?.join(_)?.toUpperCase() || CH_H5MX; localStorage.setItem(`${channel}_ACCESS_TOKEN_KEY`, JSON.stringify({ value: data.token, expire: null })); localStorage.setItem(`${channel}_ACCESS_USERID_KEY`, JSON.stringify({ value: data.userid, expire: null })); localStorage.setItem(`${channel}_ACCESS_USER_NAME`, JSON.stringify({ value: data.nickname, expire: null })); // 设置 cookie setCookie(mx_h5_md5_key, data.machineserial); setCookie(mx_h5_sourceurl_key, data.sourceurl); /* 去除jwt参数,保留剩余参数 */ const url new URL(window.location.href); url.searchParams.delete(jwt); setCookie(jwt, ); history.replaceState({}, , url.toString()); } catch (error) { console.error(JWT parsing error:, error); } } } (async function () { try { // 处理 JWT await handleJwt(); // 获取ORIGINAL_DOMAIN, 如果存在则使用ORIGINAL_DOMAIN, 否则使用window.location.origin const ORIGINAL_DOMAIN getCookie(ORIGINAL_DOMAIN); window.instanceKey Math.random().toString(36).substr(2, 9); const urlPathSegments location.pathname.split(/); const channelId urlPathSegments1; const dynamicParam urlPathSegments2; const key mx_web_apkch; let channelSource new URLSearchParams(window.location.search).get(apkch) || ; if (channelId && /^CH_H5MX/.test(channelId.toUpperCase())) { channelSource channelId.toLocaleLowerCase(); } const storedSource window.localStorage.getItem(key) || ; let channel (channelSource || storedSource)?.split(_)?.1 || ; window.apiPrefix channel ? `${ORIGINAL_DOMAIN || window.location.origin}/ch_${channel.toLocaleLowerCase()}/000000` : `${ORIGINAL_DOMAIN || window.location.origin}`; if ( window.location.origin.includes(localhost) || window.location.origin.includes(10.10.) || window.location.origin.includes(198.18) ) { window.apiPrefix `${ORIGINAL_DOMAIN || window.location.origin}`; } // 首先尝试使用宏变量赋值 try { window.themeConfig {title:Wheel777,product:wheel777,source:h5mxplp02,logo:/product/BIG_LOGO.webp,pwaTitle:Wheel777,pwaLogo:/product/googlePlay/logo.webp,servicer:{link:https://t.me/weqjdsfjkdlasr_bot,query:322},download_url:,tg_link:https://t.me/GriffinLuckygodtopLabmx,guide_game:game57,theme:{darkColor:#000919,textColor:rgb(255,255,255),darkColor1:#101F38,darkColor2:#202B42,darkColor3:#253347,thirdColor:#0054C0,buttonColor:linear-gradient(180.00deg, rgb(0, 120, 255),rgb(0, 59, 135) 100%),fourthColor:#003B87,mainBgColor:#050F20,primaryColor:#55A5FF,warningColor:#FFD118,textGrayColor:rgb(129,142,153),secondaryColor:#0078FF,activityBgColor:linear-gradient(180.00deg, rgb(3, 30, 80),rgb(0, 10, 28) 100%),backgroundColor:linear-gradient(270.00deg, rgb(0, 51, 115),rgb(0, 77, 176) 100%),errorButtonColor:linear-gradient(180.00deg, rgb(255, 90, 109),rgb(206, 17, 38) 100%),warningButtonColor:linear-gradient(180.00deg, rgb(47, 118, 217),rgb(10, 76, 164) 100%),disabledButtonColor:linear-gradient(180.00deg, rgb(179, 179, 179),rgb(147, 147, 147) 100%)},product_id:479,kf_country:mx_wheel777}; // 检查宏变量是否成功替换为有效的JSON对象 if (!window.themeConfig || typeof window.themeConfig ! object) { throw new Error(宏变量替换失败,需要请求远程配置); } console.log(使用宏变量主题配置成功); } catch (error) { // 宏变量未成功替换,使用请求方式获取配置 console.log(使用宏变量失败,尝试请求远程配置); let url `${window.apiPrefix || }/product/theme.json?v${window.instanceKey}`; try { const response await fetch(url); if (!response.ok) { throw new Error(Failed to load HTML config); } const config await response.json(); window.themeConfig config; console.log(远程配置请求成功); } catch (fetchError) { console.error(远程配置请求失败, fetchError); // 可以设置一个默认的最小配置作为兜底 window.themeConfig window.themeConfig || {}; } } applyTheme( window.themeConfig.theme || { primaryColor: #0CF1A9, secondaryColor: #00C385, thirdColor: #00AF78, fourthColor: #046E55, backgroundColor: linear-gradient(to right, #0BAA47, #057B52), buttonColor: linear-gradient(to bottom, #0CE986, #008E61), textColor: #E8ECF0, textGrayColor: #818E99, mainBgColor: #1B1C26, darkColor: #13141B, darkColor1: #272D39, darkColor2: #2E3541, darkColor3: #343B49, warningColor: #FFD118, warningButtonColor: linear-gradient(to bottom, #F7C61D, #EF9A05), disabledButtonColor: linear-gradient(to bottom, #B3B3B3, #939393), errorButtonColor: linear-gradient(to bottom, #FF5A6D, #CE1126), activityBgColor: linear-gradient(to right, #0BAA47, #057B52) } ); if ( window.android && window.android.getDeviceID && window.android.saveUserID && (!!window.android.isIpa || (typeof window.isIpa function && (window.isIpa() ! false || window.isIpa() ! false))) ) { document.documentElement.style.setProperty(min-height, 100vh, important); document.documentElement.style.setProperty(padding-bottom, env(safe-area-inset-bottom)); } } catch (error) { console.error(Error loading HTML config:, error); } })();/script>script>function setRootFontSize() { var width document.documentElement.clientWidth; if (width 525) { document.documentElement.style.fontSize (width / 750) * 100 + px; } else { document.documentElement.style.fontSize 68px; } } // 设置全局音效控制函数 window.playSound () > {}; window.stopSound () > {}; // 立即执行 setRootFontSize(); // 监听resize事件 window.addEventListener(resize, setRootFontSize);/script>link relpreload fetchpriorityhigh href/img/modal/welcome_bg.webp asimage typeimage/webp/>link relpreload fetchpriorityhigh href/img/banner/telegram.webp asimage typeimage/webp/>meta propertyog:url contentwheel777.vip/>meta propertyog:type contentarticle/>meta propertyog:title content¡Gana hasta $1000 MXN diarios y retira tu dinero por SPEI!/>meta propertyog:description content¡Descubre una gran variedad de juegos como Jokers Jewels, Gold Party y Fruits Slots!/>meta propertyog:image content/product/thumbn.webp/>meta propertyog:site_name contentWheel777 - Tragamonedas profesionales de México/>meta nametwitter:card contentsummary_large_image/>meta nameauthor contentWheel777 - Tragamonedas profesionales de México/>meta namefacebook-domain-verification content96qy92dadcn6dz7gm4kafltpyi0t28/>title>Wheel777 - Bono de $1000 MXN/title>meta nameapplication-name contentWheel777/>meta nametheme-color content#1b1c26/>meta nameapple-mobile-web-app-status-bar-style contentblack-translucent/>meta nameapple-mobile-web-app-title contentWheel777 - Win $1000/>meta nameapple-mobile-web-app-capable contentyes/>meta namemobile-web-app-capable contentyes/>style>:root{--primaryColor:#0cf1a9;--secondaryColor:#00c385;--thirdColor:#00af78;--fourthColor:#046e55;--backgroundColor:linear-gradient(90deg,#0baa47,#057b52);--buttonColor:linear-gradient(180deg,#0ce986,#008e61);--textColor:#e8ecf0;--textGrayColor:#818e99;--mainBgColor:#1b1c26;--darkColor:#13141b;--darkColor1:#272d39;--darkColor2:#2e3541;--darkColor3:#343b49;--warningColor:#ffd118;--warningButtonColor:linear-gradient(180deg,#f7c61d,#ef9a05);--disabledButtonColor:linear-gradient(180deg,#b3b3b3,#939393);--errorButtonColor:linear-gradient(180deg,#ff5a6d,#ce1126);--activityBgColor:linear-gradient(90deg,#0baa47,#057b52)}.loader{background:#343d44;bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:9999}.loader.show{display:block}.container{flex-direction:column;height:100%;padding-top:100px;position:relative}.container,.container .img{align-items:center;display:flex;width:100%}.container .img{height:65px;justify-content:center}.container .img img{height:100%;width:auto}.container .title{color:#fff;height:50px;line-height:1.5;margin:23px 0;text-align:center}.container .title div{font-family:PingFang SC;font-size:16px}.container .footer{height:109px;margin-top:120px;width:294px}.container .footer img{width:100%}.container .footer>div{display:flex;margin-top:60px;width:100%}.container .footer>div:first-child{margin-top:0}.loader-inner{height:60px;position:relative;width:100px}.loader-line-wrap{animation:spin 2s cubic-bezier(.175,.885,.32,1.275) infinite;height:50px;overflow:hidden;transform-origin:50% 100%}.loader-line,.loader-line-wrap{box-sizing:border-box;left:0;position:absolute;top:0;width:100px}.loader-line{border:4px solid transparent;border-radius:100%;height:100px;margin:0 auto;right:0}img:not(src),imgsrc{visibility:hidden}.loader-line-wrap:first-child{animation-delay:-50ms}.loader-line-wrap:nth-child(2){animation-delay:-.1s}.loader-line-wrap:nth-child(3){animation-delay:-.15s}.loader-line-wrap:nth-child(4){animation-delay:-.2s}.loader-line-wrap:nth-child(5){animation-delay:-.25s}.loader-line-wrap:first-child .loader-line{border-color:#eb4747;height:90px;top:7px;width:90px}.loader-line-wrap:nth-child(2) .loader-line{border-color:#ebeb47;height:76px;top:14px;width:76px}.loader-line-wrap:nth-child(3) .loader-line{border-color:#47eb47;height:62px;top:21px;width:62px}.loader-line-wrap:nth-child(4) .loader-line{border-color:#47ebeb;height:48px;top:28px;width:48px}.loader-line-wrap:nth-child(5) .loader-line{border-color:#4747eb;height:34px;top:35px;width:34px}@keyframes spin{0%,15%{transform:rotate(0)}to{transform:rotate(1turn)}}/style>link relmanifest href/manifest.json/>script async src/cdn/fbpixels_h5.js?d20250329>/script>script async src/js/fingerprint2.js>/script>script typemodule crossorigin src/js/index-de403905.js>/script>link relpreload href/css/index-ae4098c0.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/index-ae4098c0.css>/noscript>script typemodule>import.meta.url;import(_).catch(()>1);async function* g(){};if(location.protocol!file:){window.__vite_is_modern_browsertrue}/script>script typemodule>!function(){if(window.__vite_is_modern_browser)return;console.warn(vite: loading legacy chunks, syntax error above and the same error below should be ignored);var edocument.getElementById(vite-legacy-polyfill),ndocument.createElement(script);n.srce.src,n.onloadfunction(){System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))},document.body.appendChild(n)}();/script>/head>body stylebackground-color:#1b1c26;color:#e8ecf0>div idroot>div classloader>div classcontainer>div classimg>img idloading_logo loadinglazy fetchpriorityhigh src/product/BIG_LOGO.webp width227 height65/>/div>div classtitle>div>Slots / Casino con dinero real/div>div>Más de 5.200.000+ jugadores en México/div>/div>div classloader-inner>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>/div>div classfooter>div>img src/img/company_logo-1.webp loadinglazy width277 altcompany_logo-1/>/div>div>img src/img/company_logo-2.webp loadinglazy width277 altcompany_logo-2/>/div>/div>/div>/div>/div>div idmask-container>/div>script nomodule>!function(){var edocument,te.createElement(script);if(!(noModulein t)&&onbeforeloadin t){var n!1;e.addEventListener(beforeload,(function(e){if(e.targett)n!0;else if(!e.target.hasAttribute(nomodule)||!n)return;e.preventDefault()}),!0),t.typemodule,t.src.,e.head.appendChild(t),t.remove()}}();/script>script nomodule crossorigin idvite-legacy-polyfill src/js/polyfills-legacy-bc6c297d.js>/script>script nomodule crossorigin idvite-legacy-entry data-src/js/index-legacy-8d846299.js>System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))/script>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 22529Connection: keep-aliveServer: nginxDate: Tue, 27 Jan 2026 22:03:44 GMTLast-Modified: Mon, 26 Jan 2026 08:58:46 GMTAccept-Ranges: bytesETag: 69772cc6-5801Access-Control-Allow-Origin: *Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETEAccess-Control-Allow-Headers: Content-Type, Authorization,userIdVary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 6a31d7747628574e9fa26dd40efa100a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: eokTBlTb-ZE1fVTRc-HfWUGAMd04Jt_Rvw6VmCMQB27zKivz2PoFYA !doctype html>html langes-MX>head>meta charsetUTF-8/>meta http-equivCache-Control contentmax-age0/>meta nameviewport contentwidthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scalableno,viewport-fitcover/>script async>(function initRedirect() { const pathSegments window.location.pathname.split(/).filter(Boolean); let channel ch_h5mxplp02; // 默认值 if ( window.location.origin.includes(localhost) || window.location.origin.includes(10.10.) || window.location.origin.includes(198.18) ) { channel ch_h5mxmain; } // 优先从URL路径中提取渠道信息 if (pathSegments.length > 0 && /^ch_h5mx/i.test(pathSegments0)) { channel pathSegments0.toLocaleLowerCase(); return; // 已有渠道信息则停止执行 } // 没有渠道信息时,从localstorage中获取 const storedSource window.localStorage.getItem(mx_web_apkch) || ; if (storedSource) { channel storedSource.toLocaleLowerCase(); } // 没有渠道信息时才处理JWT const urlParams new URLSearchParams(window.location.search); const jwt urlParams.get(jwt) || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*\s*(^;*).*$)|^.*$/, $1); if (jwt) { try { const data JSON.parse(atob(jwt)); channel data.channel?.toLocaleLowerCase() || channel; } catch (e) { console.error(JWT parse error:, e); } } // 生成标准化URL const newUrl `${window.location.origin}/${channel}/000000/game${window.location.search}`; history.replaceState({}, , newUrl); return; })(); // 写入安全区变量,作为 env/constant 失效时的兜底 (function setSafeAreaVars() { function computeSafeArea() { try { var probe document.createElement(div); probe.setAttribute( style, position:fixed, inset:0, padding-top: constant(safe-area-inset-top), padding-right: constant(safe-area-inset-right), padding-bottom: constant(safe-area-inset-bottom), padding-left: constant(safe-area-inset-left), padding-top: env(safe-area-inset-top), padding-right: env(safe-area-inset-right), padding-bottom: env(safe-area-inset-bottom), padding-left: env(safe-area-inset-left), pointer-events:none, opacity:0, z-index:-1 .join(;) ); document.body.appendChild(probe); var cs window.getComputedStyle(probe); var top parseFloat(cs.paddingTop) || 0; var right parseFloat(cs.paddingRight) || 0; var bottom parseFloat(cs.paddingBottom) || 0; var left parseFloat(cs.paddingLeft) || 0; if ( (standalone in window.navigator && window.navigator.standalone) || window.matchMedia((display-mode: standalone)).matches ) { document.body.style.height 100vh; } if ( window.android && window.android.getDeviceID && window.android.saveUserID && (!!window.android.isIpa || (typeof window.isIpa function && (window.isIpa() ! false || window.isIpa() ! false))) ) { document.documentElement.style.setProperty(min-height, 100vh, important); } document.documentElement.style.setProperty(--safe-area-inset-top, top + px); document.documentElement.style.setProperty(--safe-area-inset-right, right + px); document.documentElement.style.setProperty(--safe-area-inset-bottom, bottom + px); document.documentElement.style.setProperty(--safe-area-inset-left, left + px); document?.body?.removeChild(probe); } catch (e) {} } function update() { computeSafeArea(); } if (document.readyState loading) { document.addEventListener(DOMContentLoaded, update, { once: true }); } else { update(); } window.addEventListener(resize, update); window.addEventListener(orientationchange, update); if (window.visualViewport) { window.visualViewport.addEventListener(resize, update); } })(); function applyTheme(theme {}) { // 设置body html的背景色 const root document.documentElement; root.style.setProperty(--thirdColor, theme.thirdColor); root.style.setProperty(--fourthColor, theme.fourthColor); // 应用主题变量 root.style.setProperty(--primaryColor, theme.primaryColor); root.style.setProperty(--secondaryColor, theme.secondaryColor); root.style.setProperty(--backgroundColor, theme.backgroundColor); root.style.setProperty(--buttonColor, theme.buttonColor); root.style.setProperty(--textColor, theme.textColor); root.style.setProperty(--textGrayColor, theme.textGrayColor); root.style.setProperty(--mainBgColor, theme.mainBgColor); root.style.setProperty(--darkColor, theme.darkColor); root.style.setProperty(--darkColor1, theme.darkColor1); root.style.setProperty(--darkColor2, theme.darkColor2); root.style.setProperty(--darkColor3, theme.darkColor3); root.style.setProperty(--warningColor, theme.warningColor); root.style.setProperty(--warningButtonColor, theme.warningButtonColor); root.style.setProperty(--disabledButtonColor, theme.disabledButtonColor); root.style.setProperty(--errorButtonColor, theme.errorButtonColor); root.style.setProperty(--activityBgColor, theme.activityBgColor); } // 工具函数 function getCookie(name) { const value `; ${document.cookie}`; const parts value.split(`; ${name}`); if (parts.length 2) return parts.pop().split(;).shift(); return ; } function setCookie(name, value, domain location.hostname, days 365) { const date new Date(); date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); document.cookie `${name}${value};domain${domain};path/;expires${date.toUTCString()}`; } // JWT 处理函数 async function handleJwt() { /* 非apk包或ipa包,需要判断链接是否有jwt参数 */ /** 解码jwt参数, 加解密的算法是对json进行base64编码 * localStorage: * 1、pushudatadict: {userid:50000475,channel:H5MX_001,fingerprint:17c429ae09b0d556ef64c8bf9e15e395,machineserial:17c429ae09b0d556ef64c8bf9e15e395,type:1} * 2、mx_game_unique_key: 170a0fe255ba81f59eaf57a172383268 * 3、ACCESS_TOKEN_KEY: 1571780f33aa490f420bb75e14ec8030 * 4、ACCESS_USERID_KEY: 50000475 * 5、ACCESS_USER_NAME: guest91040012 * 6、mx_web_apkch: CH_H5MX_001 * eyJ1c2VyaWQiOjUwMDAwNTA3LCJ1c2VybmFtZSI6InVzZXI3NDEyIiwiY2hhbm5lbCI6IkNIX0g1VVM0QUFQS18wMDEiLCJ0b2tlbiI6IjEwZjI3YmJkYTExZTk5MGYzMGI5MDc1ZTE0ZWE4MDMwIiwic291cmNldXJsIjoiMjllNzZmNTUyMzUyODljZjUzOTQ4MDZlNGVkMTRjNWEiLCJtYWNoaW5lc2VyaWFsIjoiMzhlNzA0NmIyYWM1YWQ4YzI0OGQwZmI1ODkxNmQyZDQiLCJ0eXBlIjoxfQ * cookie: * 1、mx_h5_md5_key: 17c429ae09b0d556ef64c8bf9e15e395 * 2、mx_h5_sourceurl_key: 170a0fe255ba81f59eaf57a172383268 */ const inPwaEnv (standalone in window.navigator && window.navigator.standalone) || window.matchMedia((display-mode: standalone)).matches; let jwt ; if (inPwaEnv) { jwt getCookie(jwt); } else { jwt new URLSearchParams(window.location.search).get(jwt) || ; if (jwt) { setCookie(jwt, jwt); } } if (jwt) { try { const data JSON.parse(atob(jwt)); // 设置 localStorage localStorage.setItem( pushudatadict, JSON.stringify({ userid: data.userid, channel: data.channel, fingerprint: data.machineserial, machineserial: data.machineserial, type: data.type }) ); localStorage.setItem(mx_game_unique_key, data.sourceurl); localStorage.setItem(mx_web_apkch, data.channel); const channel data?.channel?.split(_)?.slice(0, 2)?.join(_)?.toUpperCase() || CH_H5MX; localStorage.setItem(`${channel}_ACCESS_TOKEN_KEY`, JSON.stringify({ value: data.token, expire: null })); localStorage.setItem(`${channel}_ACCESS_USERID_KEY`, JSON.stringify({ value: data.userid, expire: null })); localStorage.setItem(`${channel}_ACCESS_USER_NAME`, JSON.stringify({ value: data.nickname, expire: null })); // 设置 cookie setCookie(mx_h5_md5_key, data.machineserial); setCookie(mx_h5_sourceurl_key, data.sourceurl); /* 去除jwt参数,保留剩余参数 */ const url new URL(window.location.href); url.searchParams.delete(jwt); setCookie(jwt, ); history.replaceState({}, , url.toString()); } catch (error) { console.error(JWT parsing error:, error); } } } (async function () { try { // 处理 JWT await handleJwt(); // 获取ORIGINAL_DOMAIN, 如果存在则使用ORIGINAL_DOMAIN, 否则使用window.location.origin const ORIGINAL_DOMAIN getCookie(ORIGINAL_DOMAIN); window.instanceKey Math.random().toString(36).substr(2, 9); const urlPathSegments location.pathname.split(/); const channelId urlPathSegments1; const dynamicParam urlPathSegments2; const key mx_web_apkch; let channelSource new URLSearchParams(window.location.search).get(apkch) || ; if (channelId && /^CH_H5MX/.test(channelId.toUpperCase())) { channelSource channelId.toLocaleLowerCase(); } const storedSource window.localStorage.getItem(key) || ; let channel (channelSource || storedSource)?.split(_)?.1 || ; window.apiPrefix channel ? `${ORIGINAL_DOMAIN || window.location.origin}/ch_${channel.toLocaleLowerCase()}/000000` : `${ORIGINAL_DOMAIN || window.location.origin}`; if ( window.location.origin.includes(localhost) || window.location.origin.includes(10.10.) || window.location.origin.includes(198.18) ) { window.apiPrefix `${ORIGINAL_DOMAIN || window.location.origin}`; } // 首先尝试使用宏变量赋值 try { window.themeConfig {title:Wheel777,product:wheel777,source:h5mxplp02,logo:/product/BIG_LOGO.webp,pwaTitle:Wheel777,pwaLogo:/product/googlePlay/logo.webp,servicer:{link:https://t.me/weqjdsfjkdlasr_bot,query:322},download_url:,tg_link:https://t.me/GriffinLuckygodtopLabmx,guide_game:game57,theme:{darkColor:#000919,textColor:rgb(255,255,255),darkColor1:#101F38,darkColor2:#202B42,darkColor3:#253347,thirdColor:#0054C0,buttonColor:linear-gradient(180.00deg, rgb(0, 120, 255),rgb(0, 59, 135) 100%),fourthColor:#003B87,mainBgColor:#050F20,primaryColor:#55A5FF,warningColor:#FFD118,textGrayColor:rgb(129,142,153),secondaryColor:#0078FF,activityBgColor:linear-gradient(180.00deg, rgb(3, 30, 80),rgb(0, 10, 28) 100%),backgroundColor:linear-gradient(270.00deg, rgb(0, 51, 115),rgb(0, 77, 176) 100%),errorButtonColor:linear-gradient(180.00deg, rgb(255, 90, 109),rgb(206, 17, 38) 100%),warningButtonColor:linear-gradient(180.00deg, rgb(47, 118, 217),rgb(10, 76, 164) 100%),disabledButtonColor:linear-gradient(180.00deg, rgb(179, 179, 179),rgb(147, 147, 147) 100%)},product_id:479,kf_country:mx_wheel777}; // 检查宏变量是否成功替换为有效的JSON对象 if (!window.themeConfig || typeof window.themeConfig ! object) { throw new Error(宏变量替换失败,需要请求远程配置); } console.log(使用宏变量主题配置成功); } catch (error) { // 宏变量未成功替换,使用请求方式获取配置 console.log(使用宏变量失败,尝试请求远程配置); let url `${window.apiPrefix || }/product/theme.json?v${window.instanceKey}`; try { const response await fetch(url); if (!response.ok) { throw new Error(Failed to load HTML config); } const config await response.json(); window.themeConfig config; console.log(远程配置请求成功); } catch (fetchError) { console.error(远程配置请求失败, fetchError); // 可以设置一个默认的最小配置作为兜底 window.themeConfig window.themeConfig || {}; } } applyTheme( window.themeConfig.theme || { primaryColor: #0CF1A9, secondaryColor: #00C385, thirdColor: #00AF78, fourthColor: #046E55, backgroundColor: linear-gradient(to right, #0BAA47, #057B52), buttonColor: linear-gradient(to bottom, #0CE986, #008E61), textColor: #E8ECF0, textGrayColor: #818E99, mainBgColor: #1B1C26, darkColor: #13141B, darkColor1: #272D39, darkColor2: #2E3541, darkColor3: #343B49, warningColor: #FFD118, warningButtonColor: linear-gradient(to bottom, #F7C61D, #EF9A05), disabledButtonColor: linear-gradient(to bottom, #B3B3B3, #939393), errorButtonColor: linear-gradient(to bottom, #FF5A6D, #CE1126), activityBgColor: linear-gradient(to right, #0BAA47, #057B52) } ); if ( window.android && window.android.getDeviceID && window.android.saveUserID && (!!window.android.isIpa || (typeof window.isIpa function && (window.isIpa() ! false || window.isIpa() ! false))) ) { document.documentElement.style.setProperty(min-height, 100vh, important); document.documentElement.style.setProperty(padding-bottom, env(safe-area-inset-bottom)); } } catch (error) { console.error(Error loading HTML config:, error); } })();/script>script>function setRootFontSize() { var width document.documentElement.clientWidth; if (width 525) { document.documentElement.style.fontSize (width / 750) * 100 + px; } else { document.documentElement.style.fontSize 68px; } } // 设置全局音效控制函数 window.playSound () > {}; window.stopSound () > {}; // 立即执行 setRootFontSize(); // 监听resize事件 window.addEventListener(resize, setRootFontSize);/script>link relpreload fetchpriorityhigh href/img/modal/welcome_bg.webp asimage typeimage/webp/>link relpreload fetchpriorityhigh href/img/banner/telegram.webp asimage typeimage/webp/>meta propertyog:url contentwheel777.vip/>meta propertyog:type contentarticle/>meta propertyog:title content¡Gana hasta $1000 MXN diarios y retira tu dinero por SPEI!/>meta propertyog:description content¡Descubre una gran variedad de juegos como Jokers Jewels, Gold Party y Fruits Slots!/>meta propertyog:image content/product/thumbn.webp/>meta propertyog:site_name contentWheel777 - Tragamonedas profesionales de México/>meta nametwitter:card contentsummary_large_image/>meta nameauthor contentWheel777 - Tragamonedas profesionales de México/>meta namefacebook-domain-verification content96qy92dadcn6dz7gm4kafltpyi0t28/>title>Wheel777 - Bono de $1000 MXN/title>meta nameapplication-name contentWheel777/>meta nametheme-color content#1b1c26/>meta nameapple-mobile-web-app-status-bar-style contentblack-translucent/>meta nameapple-mobile-web-app-title contentWheel777 - Win $1000/>meta nameapple-mobile-web-app-capable contentyes/>meta namemobile-web-app-capable contentyes/>style>:root{--primaryColor:#0cf1a9;--secondaryColor:#00c385;--thirdColor:#00af78;--fourthColor:#046e55;--backgroundColor:linear-gradient(90deg,#0baa47,#057b52);--buttonColor:linear-gradient(180deg,#0ce986,#008e61);--textColor:#e8ecf0;--textGrayColor:#818e99;--mainBgColor:#1b1c26;--darkColor:#13141b;--darkColor1:#272d39;--darkColor2:#2e3541;--darkColor3:#343b49;--warningColor:#ffd118;--warningButtonColor:linear-gradient(180deg,#f7c61d,#ef9a05);--disabledButtonColor:linear-gradient(180deg,#b3b3b3,#939393);--errorButtonColor:linear-gradient(180deg,#ff5a6d,#ce1126);--activityBgColor:linear-gradient(90deg,#0baa47,#057b52)}.loader{background:#343d44;bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:9999}.loader.show{display:block}.container{flex-direction:column;height:100%;padding-top:100px;position:relative}.container,.container .img{align-items:center;display:flex;width:100%}.container .img{height:65px;justify-content:center}.container .img img{height:100%;width:auto}.container .title{color:#fff;height:50px;line-height:1.5;margin:23px 0;text-align:center}.container .title div{font-family:PingFang SC;font-size:16px}.container .footer{height:109px;margin-top:120px;width:294px}.container .footer img{width:100%}.container .footer>div{display:flex;margin-top:60px;width:100%}.container .footer>div:first-child{margin-top:0}.loader-inner{height:60px;position:relative;width:100px}.loader-line-wrap{animation:spin 2s cubic-bezier(.175,.885,.32,1.275) infinite;height:50px;overflow:hidden;transform-origin:50% 100%}.loader-line,.loader-line-wrap{box-sizing:border-box;left:0;position:absolute;top:0;width:100px}.loader-line{border:4px solid transparent;border-radius:100%;height:100px;margin:0 auto;right:0}img:not(src),imgsrc{visibility:hidden}.loader-line-wrap:first-child{animation-delay:-50ms}.loader-line-wrap:nth-child(2){animation-delay:-.1s}.loader-line-wrap:nth-child(3){animation-delay:-.15s}.loader-line-wrap:nth-child(4){animation-delay:-.2s}.loader-line-wrap:nth-child(5){animation-delay:-.25s}.loader-line-wrap:first-child .loader-line{border-color:#eb4747;height:90px;top:7px;width:90px}.loader-line-wrap:nth-child(2) .loader-line{border-color:#ebeb47;height:76px;top:14px;width:76px}.loader-line-wrap:nth-child(3) .loader-line{border-color:#47eb47;height:62px;top:21px;width:62px}.loader-line-wrap:nth-child(4) .loader-line{border-color:#47ebeb;height:48px;top:28px;width:48px}.loader-line-wrap:nth-child(5) .loader-line{border-color:#4747eb;height:34px;top:35px;width:34px}@keyframes spin{0%,15%{transform:rotate(0)}to{transform:rotate(1turn)}}/style>link relmanifest href/manifest.json/>script async src/cdn/fbpixels_h5.js?d20250329>/script>script async src/js/fingerprint2.js>/script>script typemodule crossorigin src/js/index-de403905.js>/script>link relpreload href/css/index-ae4098c0.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/index-ae4098c0.css>/noscript>script typemodule>import.meta.url;import(_).catch(()>1);async function* g(){};if(location.protocol!file:){window.__vite_is_modern_browsertrue}/script>script typemodule>!function(){if(window.__vite_is_modern_browser)return;console.warn(vite: loading legacy chunks, syntax error above and the same error below should be ignored);var edocument.getElementById(vite-legacy-polyfill),ndocument.createElement(script);n.srce.src,n.onloadfunction(){System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))},document.body.appendChild(n)}();/script>/head>body stylebackground-color:#1b1c26;color:#e8ecf0>div idroot>div classloader>div classcontainer>div classimg>img idloading_logo loadinglazy fetchpriorityhigh src/product/BIG_LOGO.webp width227 height65/>/div>div classtitle>div>Slots / Casino con dinero real/div>div>Más de 5.200.000+ jugadores en México/div>/div>div classloader-inner>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>/div>div classfooter>div>img src/img/company_logo-1.webp loadinglazy width277 altcompany_logo-1/>/div>div>img src/img/company_logo-2.webp loadinglazy width277 altcompany_logo-2/>/div>/div>/div>/div>/div>div idmask-container>/div>script nomodule>!function(){var edocument,te.createElement(script);if(!(noModulein t)&&onbeforeloadin t){var n!1;e.addEventListener(beforeload,(function(e){if(e.targett)n!0;else if(!e.target.hasAttribute(nomodule)||!n)return;e.preventDefault()}),!0),t.typemodule,t.src.,e.head.appendChild(t),t.remove()}}();/script>script nomodule crossorigin idvite-legacy-polyfill src/js/polyfills-legacy-bc6c297d.js>/script>script nomodule crossorigin idvite-legacy-entry data-src/js/index-legacy-8d846299.js>System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))/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
]