Help
RSS
API
Feed
Maltego
Contact
Domain > partyslot.vip
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-29
13.226.210.4
(
ClassC
)
2025-08-05
99.84.66.123
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 21634Connection: keep-aliveServer: nginxDate: Tue, 05 Aug 2025 04:12:59 GMTLast-Modified: Fri, 01 Aug 2025 07:12:48 GMTAccept-Ranges: bytesAccess-Control-Allow-Origin: *Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETEAccess-Control-Allow-Headers: Content-Type, Authorization,userIdETag: 688c68f0-5482Vary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 49b94a8674d6e86a841d6523f7dbaf14.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO50-C1X-Amz-Cf-Id: LF4nZCAT3fGhN-ndtUwlYTgoRnxEQc4m8BknF08cC5jNyBBCWT7bJQ !doctype html>html langen>head>meta charsetUTF-8/>meta http-equivCache-Control contentmax-age0/>meta nameviewport contentwidthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scalableno/>link relmanifest href/manifest.json/>link relapple-touch-icon href/product/googlePlay/logo.webp/>script async src/cdn/pixel_h5.js?d20250513>/script>script async src/js/fingerprint2.js>/script>script async>(function initRedirect() { const pathSegments window.location.pathname.split(/).filter(Boolean); let channel ch_h5us2ps01; if ( window.location.origin.includes(localhost) || window.location.origin.includes(10.10.) || window.location.origin.includes(198.18) ) { channel ch_h5us2main; } if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments0)) { channel pathSegments0.toLocaleLowerCase(); return; // 已有渠道信息则停止执行 } const storedSource window.localStorage.getItem(us_web_apkch) || ; if (storedSource) { channel storedSource.toLocaleLowerCase(); } 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); } } const newUrl `${window.location.origin}/${channel}/000000/game${window.location.search}`; window.location.replace(newUrl); return; })(); function applyTheme(theme {}) { 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()}`; } async function handleJwt() { /** * localStorage: * 1、pushudatadict: {userid:50000475,channel:H5US4AAPK_001,fingerprint:17c429ae09b0d556ef64c8bf9e15e395,machineserial:17c429ae09b0d556ef64c8bf9e15e395,type:1} * 2、us_game_unique_key: 170a0fe255ba81f59eaf57a172383268 * 3、ACCESS_TOKEN_KEY: 1571780f33aa490f420bb75e14ec8030 * 4、ACCESS_USERID_KEY: 50000475 * 5、ACCESS_USER_NAME: guest91040012 * 6、us_web_apkch: CH_H5US4AAPK_001 * eyJ1c2VyaWQiOjUwMDAwNTA3LCJ1c2VybmFtZSI6InVzZXI3NDEyIiwiY2hhbm5lbCI6IkNIX0g1VVM0QUFQS18wMDEiLCJ0b2tlbiI6IjEwZjI3YmJkYTExZTk5MGYzMGI5MDc1ZTE0ZWE4MDMwIiwic291cmNldXJsIjoiMjllNzZmNTUyMzUyODljZjUzOTQ4MDZlNGVkMTRjNWEiLCJtYWNoaW5lc2VyaWFsIjoiMzhlNzA0NmIyYWM1YWQ4YzI0OGQwZmI1ODkxNmQyZDQiLCJ0eXBlIjoxfQ * cookie: * 1、us_h5_md5_key: 17c429ae09b0d556ef64c8bf9e15e395 * 2、us_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.setItem( pushudatadict, JSON.stringify({ userid: data.userid, channel: data.channel, fingerprint: data.machineserial, machineserial: data.machineserial, type: data.type }) ); localStorage.setItem(us_game_unique_key, data.sourceurl); localStorage.setItem(us_web_apkch, data.channel); const channel data?.channel?.split(_)?.slice(0, 2)?.join(_)?.toUpperCase() || CH_H5US2MAIN; 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 })); setCookie(us_h5_md5_key, data.machineserial); setCookie(us_h5_sourceurl_key, data.sourceurl); const url new URL(window.location.href); url.searchParams.delete(jwt); setCookie(jwt, ); window.location.replace(url.toString()); } catch (error) { console.error(JWT parsing error:, error); } } } (async function () { try { handleJwt(); 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 us_web_apkch; let channelSource new URLSearchParams(window.location.search).get(apkch) || ; if (channelId && /^CH_H5US/.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: Partyslot, product: partyslot, product_id: 315, source: h5us2ps01, logo: /product/BIG_LOGO.webp, pwaTitle: Partyslot, pwaLogo: /product/googlePlay/logo.webp, servicer: { link: https://t.me/b6878f6dServiceBot, query: 182 }, download_url: , tg_link: , guide_game: game58, theme: { darkColor: #050F20, 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) 99.237%), fourthColor: #003B87, mainBgColor: #000919, primaryColor: #55A5FF, warningColor: #FFD118, textGrayColor: #818E99, 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%) }}; // 检查宏变量是否成功替换为有效的JSON对象 if (!window.themeConfig || typeof window.themeConfig ! object) { throw new Error(Macro variable replacement failed, remote configuration needed); } } catch (error) { 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; } catch (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) } ); setTimeout(() > { const repairButton document.getElementById(repair_button); if (repairButton) { repairButton.style.display block; } }, 3000); } 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(); window.addEventListener(resize, setRootFontSize);/script>script async>function showRepairDialog() { sendImplog(load_repair_dialog_show); document.getElementById(repair-dialog).style.display block; } function hideRepairDialog() { document.getElementById(repair-dialog).style.display none; } function sendImplog(act) { const start new Date().getTime(); const source window.localStorage.getItem(us_web_apkch) || ; fetch(`https://active.brl77.com/mxlog?hostus_h5_web_${source}&orderid&act${act}&remark${start}`); } function handleRepair() { sendImplog(load_repair_click); const url new URL(window.location.href); const time new Date().getTime(); url.searchParams.set(time, time); window.location.href url.toString(); hideRepairDialog(); } function handleService() { sendImplog(load_service_click); const url window?.themeConfig?.servicer?.link; if (url) { window.open(url, _blank); } hideRepairDialog(); }/script>link relpreload fetchpriorityhigh href/img/modal/welcome_bg.webp asimage typeimage/webp/>meta propertyog:url contentpartyslot.vip/>meta propertyog:type contentarticle/>meta propertyog:title contentEarn up to $1,000 daily and withdraw your money at your convenience!/>meta propertyog:description contentDiscover a wide variety of games like Jokers Jewels, Gold Party, and Fruits Slots!/>meta propertyog:image content/product/thumbn.webp/>meta propertyog:site_name contentPartyslot - Professional slot machines from the United States/>meta nametwitter:card contentsummary_large_image/>meta nameauthor contentPartyslot - Professional slot machines from the United States/>meta namefacebook-domain-verification content96qy92dadcn6dz7gm4kafltpyi0t28/>title>Partyslot - Win $1000/title>meta nameapplication-name contentPartyslot/>meta nametheme-color content#1b1c26/>meta nameapple-mobile-web-app-status-bar-style contentblack-translucent/>meta nameapple-mobile-web-app-title contentPartyslot - 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:99}.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 .fix_button{position:absolute;right:10px;top:10px}.container .fix_button img{display:none;height:30px;width:30px}.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)}}.repair-dialog{background:#272d39;border-radius:10px;height:auto;left:50%;padding:35px 0 58px;position:absolute;top:40%;transform:translate(-50%,-50%);width:300px;z-index:1000}.repair-dialog-mask{background:rgba(0,0,0,.5);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.repair-dialog .repair-dialog-close{height:20px;position:absolute;right:0;top:-35px;width:20px;z-index:1001}.repair-dialog .repair-dialog-close img{height:100%;width:100%}.repair-dialog .repair-dialog-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin:0 auto;position:relative;width:250px}.repair-dialog .repair-dialog-content p{align-items:center;color:#fff;display:flex;font-size:18px;margin:0;min-height:auto;text-align:center}.repair-dialog-buttons{align-items:center;display:flex;flex-direction:column;gap:10px;margin-top:10px;width:100%}.repair-dialog-buttons button{align-items:center;border:none;border-radius:4px;border-radius:90px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;margin:0 10px;padding:8px 20px;width:100%}.repair-dialog-buttons button img{height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.repair-dialog-buttons button span{font-size:16px!important}.repair-dialog-buttons button:first-child{background:linear-gradient(180deg,#0ce986,#008e61 100%)}.repair-dialog-buttons button:last-child{background:linear-gradient(180deg,#1dcaf7,#417cff 100%)}/style>script typemodule crossorigin src/js/index-665246ed.js>/script>link relpreload href/css/index-16580bfa.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/index-16580bfa.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>div idroot>div idrepair-dialog classrepair-dialog-mask>div classrepair-dialog>div classrepair-dialog-close>img src/img/close.webp loadinglazy altclose onclickhideRepairDialog()/>/div>div classrepair-dialog-content>p>Have loading issues? Clicking the button to fix, or contact customer service./p>div classrepair-dialog-buttons>button onclickhandleRepair()>img src/img/repair.webp loadinglazy altrepair/> span>Reload to fix/span>/button> button idcustomer_service_button onclickhandleService()>img src/img/customer_service.webp loadinglazy altservice/> span>Customer Service/span>/button>/div>/div>/div>/div>div classloader>div classcontainer>div classfix_button>img idrepair_button loadinglazy src/img/repair.webp onclicksendImplog(load_repair_button_click);showRepairDialog()/>/div>div classimg>img idloading_logo loadinglazy fetchpriorityhigh src/product/BIG_LOGO.webp width227 height65/>/div>div classtitle>div>Slots / Casino for real money/div>div>Over 5,200,000+ players in the USA/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>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-937ff470.js>/script>script nomodule crossorigin idvite-legacy-entry data-src/js/index-legacy-f165eedf.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: 21634Connection: keep-aliveServer: nginxDate: Tue, 05 Aug 2025 04:12:59 GMTLast-Modified: Fri, 01 Aug 2025 07:12:48 GMTAccept-Ranges: bytesETag: 688c68f0-5482Access-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 4dde8ec6d6c12741888c2d3a059d4a2e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO50-C1X-Amz-Cf-Id: Uvd03msdeUP8tUY7DSBogbcy8bsYPz_ePGau_Q_yVe_9u40eIKNAog !doctype html>html langen>head>meta charsetUTF-8/>meta http-equivCache-Control contentmax-age0/>meta nameviewport contentwidthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scalableno/>link relmanifest href/manifest.json/>link relapple-touch-icon href/product/googlePlay/logo.webp/>script async src/cdn/pixel_h5.js?d20250513>/script>script async src/js/fingerprint2.js>/script>script async>(function initRedirect() { const pathSegments window.location.pathname.split(/).filter(Boolean); let channel ch_h5us2ps01; if ( window.location.origin.includes(localhost) || window.location.origin.includes(10.10.) || window.location.origin.includes(198.18) ) { channel ch_h5us2main; } if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments0)) { channel pathSegments0.toLocaleLowerCase(); return; // 已有渠道信息则停止执行 } const storedSource window.localStorage.getItem(us_web_apkch) || ; if (storedSource) { channel storedSource.toLocaleLowerCase(); } 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); } } const newUrl `${window.location.origin}/${channel}/000000/game${window.location.search}`; window.location.replace(newUrl); return; })(); function applyTheme(theme {}) { 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()}`; } async function handleJwt() { /** * localStorage: * 1、pushudatadict: {userid:50000475,channel:H5US4AAPK_001,fingerprint:17c429ae09b0d556ef64c8bf9e15e395,machineserial:17c429ae09b0d556ef64c8bf9e15e395,type:1} * 2、us_game_unique_key: 170a0fe255ba81f59eaf57a172383268 * 3、ACCESS_TOKEN_KEY: 1571780f33aa490f420bb75e14ec8030 * 4、ACCESS_USERID_KEY: 50000475 * 5、ACCESS_USER_NAME: guest91040012 * 6、us_web_apkch: CH_H5US4AAPK_001 * eyJ1c2VyaWQiOjUwMDAwNTA3LCJ1c2VybmFtZSI6InVzZXI3NDEyIiwiY2hhbm5lbCI6IkNIX0g1VVM0QUFQS18wMDEiLCJ0b2tlbiI6IjEwZjI3YmJkYTExZTk5MGYzMGI5MDc1ZTE0ZWE4MDMwIiwic291cmNldXJsIjoiMjllNzZmNTUyMzUyODljZjUzOTQ4MDZlNGVkMTRjNWEiLCJtYWNoaW5lc2VyaWFsIjoiMzhlNzA0NmIyYWM1YWQ4YzI0OGQwZmI1ODkxNmQyZDQiLCJ0eXBlIjoxfQ * cookie: * 1、us_h5_md5_key: 17c429ae09b0d556ef64c8bf9e15e395 * 2、us_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.setItem( pushudatadict, JSON.stringify({ userid: data.userid, channel: data.channel, fingerprint: data.machineserial, machineserial: data.machineserial, type: data.type }) ); localStorage.setItem(us_game_unique_key, data.sourceurl); localStorage.setItem(us_web_apkch, data.channel); const channel data?.channel?.split(_)?.slice(0, 2)?.join(_)?.toUpperCase() || CH_H5US2MAIN; 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 })); setCookie(us_h5_md5_key, data.machineserial); setCookie(us_h5_sourceurl_key, data.sourceurl); const url new URL(window.location.href); url.searchParams.delete(jwt); setCookie(jwt, ); window.location.replace(url.toString()); } catch (error) { console.error(JWT parsing error:, error); } } } (async function () { try { handleJwt(); 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 us_web_apkch; let channelSource new URLSearchParams(window.location.search).get(apkch) || ; if (channelId && /^CH_H5US/.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: Partyslot, product: partyslot, product_id: 315, source: h5us2ps01, logo: /product/BIG_LOGO.webp, pwaTitle: Partyslot, pwaLogo: /product/googlePlay/logo.webp, servicer: { link: https://t.me/b6878f6dServiceBot, query: 182 }, download_url: , tg_link: , guide_game: game58, theme: { darkColor: #050F20, 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) 99.237%), fourthColor: #003B87, mainBgColor: #000919, primaryColor: #55A5FF, warningColor: #FFD118, textGrayColor: #818E99, 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%) }}; // 检查宏变量是否成功替换为有效的JSON对象 if (!window.themeConfig || typeof window.themeConfig ! object) { throw new Error(Macro variable replacement failed, remote configuration needed); } } catch (error) { 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; } catch (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) } ); setTimeout(() > { const repairButton document.getElementById(repair_button); if (repairButton) { repairButton.style.display block; } }, 3000); } 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(); window.addEventListener(resize, setRootFontSize);/script>script async>function showRepairDialog() { sendImplog(load_repair_dialog_show); document.getElementById(repair-dialog).style.display block; } function hideRepairDialog() { document.getElementById(repair-dialog).style.display none; } function sendImplog(act) { const start new Date().getTime(); const source window.localStorage.getItem(us_web_apkch) || ; fetch(`https://active.brl77.com/mxlog?hostus_h5_web_${source}&orderid&act${act}&remark${start}`); } function handleRepair() { sendImplog(load_repair_click); const url new URL(window.location.href); const time new Date().getTime(); url.searchParams.set(time, time); window.location.href url.toString(); hideRepairDialog(); } function handleService() { sendImplog(load_service_click); const url window?.themeConfig?.servicer?.link; if (url) { window.open(url, _blank); } hideRepairDialog(); }/script>link relpreload fetchpriorityhigh href/img/modal/welcome_bg.webp asimage typeimage/webp/>meta propertyog:url contentpartyslot.vip/>meta propertyog:type contentarticle/>meta propertyog:title contentEarn up to $1,000 daily and withdraw your money at your convenience!/>meta propertyog:description contentDiscover a wide variety of games like Jokers Jewels, Gold Party, and Fruits Slots!/>meta propertyog:image content/product/thumbn.webp/>meta propertyog:site_name contentPartyslot - Professional slot machines from the United States/>meta nametwitter:card contentsummary_large_image/>meta nameauthor contentPartyslot - Professional slot machines from the United States/>meta namefacebook-domain-verification content96qy92dadcn6dz7gm4kafltpyi0t28/>title>Partyslot - Win $1000/title>meta nameapplication-name contentPartyslot/>meta nametheme-color content#1b1c26/>meta nameapple-mobile-web-app-status-bar-style contentblack-translucent/>meta nameapple-mobile-web-app-title contentPartyslot - 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:99}.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 .fix_button{position:absolute;right:10px;top:10px}.container .fix_button img{display:none;height:30px;width:30px}.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)}}.repair-dialog{background:#272d39;border-radius:10px;height:auto;left:50%;padding:35px 0 58px;position:absolute;top:40%;transform:translate(-50%,-50%);width:300px;z-index:1000}.repair-dialog-mask{background:rgba(0,0,0,.5);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.repair-dialog .repair-dialog-close{height:20px;position:absolute;right:0;top:-35px;width:20px;z-index:1001}.repair-dialog .repair-dialog-close img{height:100%;width:100%}.repair-dialog .repair-dialog-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin:0 auto;position:relative;width:250px}.repair-dialog .repair-dialog-content p{align-items:center;color:#fff;display:flex;font-size:18px;margin:0;min-height:auto;text-align:center}.repair-dialog-buttons{align-items:center;display:flex;flex-direction:column;gap:10px;margin-top:10px;width:100%}.repair-dialog-buttons button{align-items:center;border:none;border-radius:4px;border-radius:90px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;margin:0 10px;padding:8px 20px;width:100%}.repair-dialog-buttons button img{height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.repair-dialog-buttons button span{font-size:16px!important}.repair-dialog-buttons button:first-child{background:linear-gradient(180deg,#0ce986,#008e61 100%)}.repair-dialog-buttons button:last-child{background:linear-gradient(180deg,#1dcaf7,#417cff 100%)}/style>script typemodule crossorigin src/js/index-665246ed.js>/script>link relpreload href/css/index-16580bfa.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/index-16580bfa.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>div idroot>div idrepair-dialog classrepair-dialog-mask>div classrepair-dialog>div classrepair-dialog-close>img src/img/close.webp loadinglazy altclose onclickhideRepairDialog()/>/div>div classrepair-dialog-content>p>Have loading issues? Clicking the button to fix, or contact customer service./p>div classrepair-dialog-buttons>button onclickhandleRepair()>img src/img/repair.webp loadinglazy altrepair/> span>Reload to fix/span>/button> button idcustomer_service_button onclickhandleService()>img src/img/customer_service.webp loadinglazy altservice/> span>Customer Service/span>/button>/div>/div>/div>/div>div classloader>div classcontainer>div classfix_button>img idrepair_button loadinglazy src/img/repair.webp onclicksendImplog(load_repair_button_click);showRepairDialog()/>/div>div classimg>img idloading_logo loadinglazy fetchpriorityhigh src/product/BIG_LOGO.webp width227 height65/>/div>div classtitle>div>Slots / Casino for real money/div>div>Over 5,200,000+ players in the USA/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>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-937ff470.js>/script>script nomodule crossorigin idvite-legacy-entry data-src/js/index-legacy-f165eedf.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
]