Help
RSS
API
Feed
Maltego
Contact
Domain > vesocao.lode88.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-13
172.64.145.195
(
ClassC
)
2026-01-23
172.67.156.63
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Fri, 23 Jan 2026 09:20:10 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingLast-Modified: Friday, 23-Jan-2026 09:20:10 GMTCache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age0Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?szlzUqD0l0jSUzujmniZ3L91DwRQc77JcRYLj7Vms7ht8i%2BYksTJYr8LR4wsElxJ1TSZRkxKEVVkNsRcP%2FPp6zuDOEsmNuRA0PHjtyFWwuD8%3D}}cf-cache-status: DYNAMICCF-RAY: 9c2636ae3dbffefe-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html> head> meta charsetutf-8 /> title>Bóng Vàng May Mắn/title> !--http://www.html5rocks.com/en/mobile/mobifying/--> meta nameviewport contentwidthdevice-width,user-scalableno,initial-scale1, minimum-scale1,maximum-scale1 /> !--https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html--> meta nameapple-mobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-status-bar-style contentblack-translucent /> meta nameformat-detection contenttelephoneno /> !-- force webkit on 360 --> meta namerenderer contentwebkit /> meta nameforce-rendering contentwebkit /> !-- force edge on IE --> meta http-equivX-UA-Compatible contentIEedge,chrome1 /> meta namemsapplication-tap-highlight contentno /> !-- force full screen on some browser --> meta namefull-screen contentno /> meta namex5-fullscreen contentfalse /> meta name360-fullscreen contentfalse /> !-- force screen orientation on some browser --> meta namescreen-orientation contentportrait /> meta namex5-orientation contentportrait /> !--fix fireball/issues/3568 --> !--meta namebrowsermode contentapplication>--> meta namex5-page-mode contentapp /> !--link relapple-touch-icon href.png />--> !--link relapple-touch-icon-precomposed href.png />--> link relstylesheet typetext/css hrefstyle-mobile.css /> link relicon href./icon2.png typeimage/x-icon /> script srchttps://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.1.3/pixi.min.js>/script> script typetext/javascript> PIXI.utils.sayHello(); /script> style> /* Add CSS for orientation handling */ body { margin: 0; padding: 0; overflow: hidden; } #GameCanvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } /* Initially hide the overlay for all devices */ #orientation-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; /* Start with gradient, then load image on top */ background: linear-gradient(0deg, #2e1f05, #403013, #513a12, #604212); background-size: cover; background-position: center; z-index: 999; justify-content: center; align-items: center; flex-direction: column; } /* Add the image on top of the gradient once loaded */ .image-loaded #orientation-overlay { background-image: url(splash.png), linear-gradient(0deg, #2e1f05, #403013, #513a12, #604212); } #rotated-content { /* No rotation needed anymore since we want the content horizontal */ transform: none; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; } #rotation-icon { width: 64px; height: 64px; margin-bottom: 20px; animation: rotate 1.5s infinite ease-in-out; } #rotation-message { color: white; font-size: 18px; text-align: center; font-family: Arial, sans-serif; /* Add text shadow for better visibility on potentially varied background */ text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); } @keyframes rotate { 0% { transform: rotate(0deg); } 25% { transform: rotate(-90deg); } 50% { transform: rotate(-90deg); } 75% { transform: rotate(0deg); } 100% { transform: rotate(0deg); } } /* Show overlay class will be applied via JavaScript for mobile devices in landscape only */ .show-orientation-overlay #orientation-overlay { display: flex; } /style> /head> body> canvas idGameCanvas oncontextmenuevent.preventDefault() tabindex0 >/canvas> !-- Orientation overlay div --> div idorientation-overlay> div idrotated-content> div> svg idrotation-icon viewBox0 0 24 24 fillwhite> path dM9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z/> /svg> div idrotation-message>Vui lòng xoay điện thoại để trải nghiệm game tốt nhất/div> /div> /div> /div> div idsplash> div classtitle>/div> div classprogress-bar stripes> span stylewidth: 0%>/span> /div> /div> script srcsrc/settings.js charsetutf-8>/script> script srcmain.js charsetutf-8>/script> script typetext/javascript> (function () { // open web debugger console if (typeof VConsole ! undefined) { window.vConsole new VConsole(); } var splash document.getElementById(splash); //splash.style.display block; var cocos2d document.createElement(script); cocos2d.async true; cocos2d.src window._CCSettings.debug ? cocos2d-js.js : cocos2d-js-min.js; var engineLoaded function () { document.body.removeChild(cocos2d); cocos2d.removeEventListener(load, engineLoaded, false); window.boot(); }; cocos2d.addEventListener(load, engineLoaded, false); document.body.appendChild(cocos2d); })(); // Improved mobile detection function function isMobile() { // Check for mobile devices const mobileRegex /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i; // Check for tablet devices (which should be treated like desktops for this game) const tabletRegex /iPad|Android(?!.*Mobile)/i; // Return true only for mobile phones, not for tablets or desktops return mobileRegex.test(navigator.userAgent) && !tabletRegex.test(navigator.userAgent); } // More precise check to determine if we need to show the orientation overlay function shouldShowOrientationOverlay() { // Only show orientation overlay on mobile phones in landscape mode return isMobile() && window.innerWidth > window.innerHeight; } // Orientation handling window.addEventListener(load, function() { // Always monitor orientation changes and resizing on all devices window.addEventListener(orientationchange, handleOrientationChange); window.addEventListener(resize, handleOrientationChange); // Initial check for all devices handleOrientationChange(); // Only try to lock orientation on mobile devices if (isMobile() && screen.orientation && screen.orientation.lock) { screen.orientation.lock(portrait) .catch(function(error) { console.log(Screen Orientation API not supported: , error); // Fallback to CSS-based solution }); } }); function handleOrientationChange() { // Check if we need to show the orientation overlay if (shouldShowOrientationOverlay()) { // Mobile phone in landscape mode - show overlay document.body.classList.add(show-orientation-overlay); // Pause the game if possible if (window.cc && window.cc.game && window.cc.game.pause) { window.cc.game.pause(); } } else { // All other cases - hide overlay document.body.classList.remove(show-orientation-overlay); // Resume the game if it was paused (for mobile in portrait or desktop any orientation) if (window.cc && window.cc.game && window.cc.game.resume) { window.cc.game.resume(); } } } // Add the gradient to the splash screen as well document.addEventListener(DOMContentLoaded, function() { // Update splash background var splash document.getElementById(splash); if (splash) { splash.style.background linear-gradient(0deg, #2e1f05, #403013, #513a12, #604212); // Load the splash image var img new Image(); img.onload function() { splash.style.backgroundImage url(./splash.png), linear-gradient(135deg, #2e1f05, #403013, #513a12, #604212); splash.style.backgroundRepeat no-repeat; splash.style.backgroundPosition center; splash.style.backgroundSize cover; // Mark orientation overlay as image loaded too document.body.classList.add(image-loaded); }; img.src ./splash.png; } // Set the body background to use the gradient too document.body.style.background linear-gradient(0deg, #2e1f05, #403013, #513a12, #604212); }); /script> /body>/html>
Subdomains
Date
Domain
IP
l1.lode88.com
2026-01-21
104.21.56.226
vesocao.lode88.com
2026-01-23
172.67.156.63
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
]