nginx
tcp/443 tcp/80
Open service 2001:4860:4802:34::15:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjFWZU1QbzhlaUVwVHR6Z0syeUFadUE9PSIsInZhbHVlIjoiaElWNFhhMlkxY2VoYm50Yk1oYk5lUWFBbXpTbkt3d1VGeFJNeTlhN3ZOenpvQU9veXBza2FLREpkUEMwTlBuRmFhcXorQWdKZ0JybmpMS0NVaFBZUGJ3Qjc2K09QZHpQaUhOWjVMbkxTVFJPeFpJV1g4Y2JQa2FvYVFzTWpMTVEiLCJtYWMiOiI0ODhkMzUyNWEzMWE2MTJhZGQxOWI4NzAzYTRkNWU4N2UxZjhkMThhZTkxYThjYmNlOTcxOTgwNjhjMzUxNmQwIiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:38 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6Ilk2dHhFbUlzUDFHLzdWVmZ0Smg4VXc9PSIsInZhbHVlIjoiajFJQVEzSFlOUXRpSU5UKzMvdGZGYVIzdUp3Q0pram5Kc2M3bnUwcVhzOUd3WWFIZXFRS3BMUWxtaDNNK2k2RDFoM09XQ2NQZ2ZDRnFRWDhzaWFKU1RpTHpXaE9kdDk1SUtTRTRwc0srbDYzREZvd25jUU9yU1lOMjQwYVl5Y1oiLCJtYWMiOiI0MTUwODkxNjE3NDJmZTVkZDZkM2I2NDNiNjQxYzZlMzE1MmJmY2JkNmRiYzEyNjJhMTQzNzc2ODZhZWI1OTk2IiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 2001:4860:4802:34::15:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:37 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>
Open service 216.239.32.21:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjdoL01ycVozV2NxUEUrbTZWc0plTWc9PSIsInZhbHVlIjoiUk1TMG5LeEg3RGw3RE1lZ3ZwNUswbnFHUEIrTGhaamlrdzVTYTVRcWpGQWVlWExuVElIVEp4bmYyaXNFNEhNemdBYzlBMGZ5cXJvcms2QzducXFYUkhTbG44emdudmZLa2Y5Y2xJUW83enY1M2xiSEo2TUxwVUw0RGJ2aHhkWFEiLCJtYWMiOiJhMDE4ODliM2Q2YWMzYWVmNDdmOWQ1NzUyOTMzYWE5MjU5MTk4Y2QxMGUyODBiYzI5MWEyODM4MjhlNDA1NzJkIiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:38 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6InVsNEdkamZ0NXcrSk1FdjlmOGVzWHc9PSIsInZhbHVlIjoiQWRhYTBFY0pybk1aOVJPZzVvSjRYWTk0NmQxMmt2L3FvVXdhU0Z4UmwzTFg3M0hFaVN2TFR1cG4xRkJYKytxdzBOalpxdHlXeXBqRW5BaVM4Z3FmT1pXOE5hK3N1OWI5cy9ncW5wcExVa1BnY0tCaEtqVFVJbXQwdGpBNDRNUDQiLCJtYWMiOiIzNjI5Y2U3ODExYWE5ZWY3Y2Y5ODNlMmQyZjExNTA1NmNlNTk3MjU4MDY5YTAzNGM5ZGFmMzE2ZGRlOTEyMmY4IiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 216.239.34.21:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:37 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>
Open service 216.239.36.21:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6IitVSUtFSnhoRGRBVTlGcmtVeW9Hamc9PSIsInZhbHVlIjoiTkNsZEhNaCsyL1RJUWpnKzEvd213bkRPcWs4dDZ5eko0dzZyZmlENnc5UUlNSlp3TVI2UTd0UCtONEVFR2pGWWhoeG9oUFlEMDRvd1phWlYvcStueHh1c3F6SUpSdU9mTnVBL2IyRzYxMDhNaVBsMFVpbGZDMzJwbFk3aXhFdlYiLCJtYWMiOiIyNDFjMDM5NjhiYTU5OTk1YWIxYTRiMzIwMjM4MGExNDE2NTVlZTBlMjlmNTdkOTg1NTRiN2I5NTM5ZjZiZjU0IiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:38 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6InJnOEYzYW1aMUg1YVBWZGo2Z0ZTd1E9PSIsInZhbHVlIjoid0tUUFUzMzlzc0syNVE0dzl3WVErWHFZZ2dvbGF5b3lGNlNNZVZ4ZUlrUTVZdDd3WEJFZUEzZ0JSTmFzeGRmS1k5c3hkWjFxZ0dENkhhK01hTEZpNTFjQ3JVbUFtWDA0c0RTY0V5Vk1NKzVPTndzYkNqWU9BUTlpZURKSlBJaXAiLCJtYWMiOiIxZjE5MjI4MTY5NjRlM2ZkMzFiMTBmYzEzMzNlZTRkNDVmZWM5ZTdiYmMyNzZmNThjOTVmNTA3MjY3NzYyZmYzIiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 2001:4860:4802:36::15:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:41 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6InVBaFZoM3N4ODRWd2JKZElESWt1Y0E9PSIsInZhbHVlIjoiZ000TTRLZUJpbmFpNWZKbzFJeHdrVnA5RkI3cFhXRHpDSlk2dXB4VUtUb0J1YlZ2WmZNekJsRkNkWUNCVUxTOC9YYUc3UVpHVmI3OXRhaUpCODF6MlhjaWJnRDdRYXhKbi9TMk5haHpSN1ZyeFBXTkpqZ1g3anlHOFFFZlhpU2wiLCJtYWMiOiI0MDg5YWIxMmRiZGQ2NzRkYTM3NWVlODQyMWMwMzg5YzdlNDNiNmZhNDg0MjhhM2I1MDE2MDg1ZDU4YmU4ZTg2IiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:41 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6IlgyZGxPQUVEc1VVelFOV3AxTDBJVXc9PSIsInZhbHVlIjoiRmRrSzlDb2JncitzVlVQUWtaU1Y0SzNheWxiWmtpSkZVa0k5eDQxaVMzd2dUMTJWSWlEQWh2R01wNFREeWtmZTBtQWliTXI2dklXN240UldPUlA0UXAzM3Z1SVRIVEZpQmNzNGJ1ZjNqR1NOMmJJbWYvc3VBTHl5VElaWHZoNVgiLCJtYWMiOiIyOGNhODNjMTBhNzZkM2U3ZDZlMDFlY2M2NThhNTc0ZDQ1OTUyYzFkODYzM2RhNDc3YTlhODVmZjU1N2EzZWY0IiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 216.239.34.21:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlpVVWlsbHB3QTA4WUZHWC9rTlhlQWc9PSIsInZhbHVlIjoiUlRqQ2h1VVBBQlNOT2ZKUHJtblNFbVZCMDBsbnRPc3lxUzNabFdVeTJCa2Z1eldsZzJ0MVNUZ0FCY3dwK2NxRzNqS0NTRG1XNW12cWZmeTl6MlkvVUJEZFUwN1FaWENwcjFZTHdQTDVWcHVqdmhKSmh2VmVnMkRYTk4zY2tFdU8iLCJtYWMiOiI5ZmQ5MTE5NTJmNjAzNTMzMTE3MmQ0YzMxOTVjZmJjOGFhOGRkMmU3NDRlZmZjMDZkNTFlNjY3YjRlMWJkZWMzIiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:38 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6ImY2QmVveXpnekJ0eVNaV0hMUXk2elE9PSIsInZhbHVlIjoiMm9TQTNXUWFPQ09NeVlNZHRnZlFId2pzejVqTVh6SXpGRnZMcXZYV0pDYW53RDZWazNFZlpuZ2l5cEx4eloxTUQvcFY1eEwwSmI0WkdnRmhnV1hvYVFqRXVVb08waklVMHMrZVhaeXhKaXFvcFQyWE1tV1dIMzRtYzNMcWdTYWgiLCJtYWMiOiI3ZTI1NWJkNmI1NmNkNTAzZTkzNDdmNjE0YTQ3NjM1NTQwYjcxZDkyOWQxYzQ1NTVlZGI1YzgwODg3MWFmYmYxIiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 2001:4860:4802:32::15:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlpCVzIyc0pWODA3VFN3OHpMeXVoYXc9PSIsInZhbHVlIjoiOXh0dW1NanlRdlRBVDg1bU1HRUtrV0loZzc2QVlMK0pmMjNRVVJzTXgzTnNEZVA4WnJVL2xnejNQZkNUaE16OVdHQ1BOeHJ2cXhYQmlYWVBaUVFLRkM0YzZza1dTbm5LQVFmVHMyUHR4M1c4TnJQeVNZL0FsK0xmVXNhYU1DSW0iLCJtYWMiOiIzOGFiNzU2ZGMxMWIwZjk5OWMzNDVlYWRiMGVjZmZlMmJjNzE4ZWYwMzA5ZDAxMGFhNmEwYzRhY2MzNDdjMmM1IiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:38 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6InhKdFJkWjhhSFVMdEFTdWkyZEVRY1E9PSIsInZhbHVlIjoiSEVGdjRPOTA5bS9SMTVtOFg5VXB1ZWdmNWhOK0J2TWVzWUhoOUhZYnF2S1pkQ3EyU1pZR2NNR2VDZjJVdWdiQ3VHZEZFbDB5QTQzNDdCVStGRVlxQmwydFdhTVRvOHlmMzNDMkJCMWM0WDlTTXByWWNXL0k3c2daeDM1RXRPNXciLCJtYWMiOiJkNGUxZGY3YmQyYTUxMzIxN2EyODA5NWZlNjU2NTYxMWZmYTI3NjFiNTZlMTE2ZDQxODhhZGUxY2QyZjU4YWFmIiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 216.239.38.21:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:36 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>
Open service 2001:4860:4802:32::15:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:36 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>
Open service 216.239.36.21:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:36 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>
Open service 2001:4860:4802:38::15:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>
Open service 216.239.38.21:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlZrcEh5bW4wNm5aOG5jck9HNUNiUXc9PSIsInZhbHVlIjoiTUsrYWszN3VXUDhpMHQ2bW1EdVZscWpkTWNjT3JlZU9aSmVTUktWNHFuTDhnT2RFRkZ0NndOWnJBMlBSNUYrdzcxSmpZdC82NlRNVVRickRqamVON0dmdmJKVE9sMEt6dnM0QnBkNE9HR01qUFNDeFZwMzA3dk1GYlFETDJFOG0iLCJtYWMiOiI0ODc0M2QyYjI3NThhMmUwMGEzN2MyMzQ3ODQyODYxMzlmYjRjNTM5ZjRlZjg0ZjI1MWU2MDIxMzU5Y2E5YjY3IiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:38 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6Im9iZElqSFBYaDFPWVJyOWI1TW1wT1E9PSIsInZhbHVlIjoiV2NhZmJSOTlGVXRrdWxBME90eVN5MGlkMHF6allYa2lYaWkzY2JybjZ1UjdyNndJcE5GK0pzamlURjFORmxZWjlVVkxDMHF6c2ppcWVKQ3c0QjZkelk3M09sczRtYi9BZUdRTXkyRVBkN1poRk11eTVCVWdMY0FpckFyUXBVUW4iLCJtYWMiOiIxMDkyMTJjODFkZWNjMmMyNjAxZmU1ODY4ZThiZTRiMmM3Y2RjM2QxZmQ1NWYxYzZmMmY1MDZlNjJjZDVjYWY4IiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 216.239.32.21:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:36 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>
Open service 2001:4860:4802:38::15:443 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 404 Not Found
Date: Sat, 10 Jan 2026 09:53:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Vary: Accept-Encoding
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-cache, private
X-RateLimit-Limit: 360
X-RateLimit-Remaining: 358
Set-Cookie: XSRF-TOKEN=eyJpdiI6Ilk2YXNuckZxdU8weUFUaVV1MFFrZHc9PSIsInZhbHVlIjoiZnNIOExlWG0rZkQ1dUFCUEEzcmdoaDNLbUhxMVlTYlhHakltM0dNTXRZVHQvZkJkaEZKakhDTkl2RVNVRTVIeitmZTJoYlk4cTV0Z3hUZFVXa2dObnFkbkp6VUlZaHpQeGI0QVBKV09DazJHbU9GUWhtV2xHZkh3Wk9pcWg1VVoiLCJtYWMiOiIxMDE5MTA5OGY1ZGEwZDEzYmZiYzZiODQ3NTM5Y2QxZjI2ZjAzMjk3NWJiYzc0NDEyOGVkOGNhZGM5YzZjMWVkIiwidGFnIjoiIn0%3D; expires=Sat, 10 Jan 2026 11:53:38 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: dmg_session=eyJpdiI6IlhJYnBUUHVlMlc4QURkMDE3RnI1S1E9PSIsInZhbHVlIjoiN1NjRXV4TDQyQ24rUUR2bU5Hd3BKVVJjODF4MmdYcHRleUVvU0orRkJWanozRm5YKzRRdi9hbG9UOFROV1hrcnhsQzNvVFM0cjNjOWdUTUFaK0VPNk5DZTduTldpeXZTRzhENWY3RGkwNExhLzkxOUU2QXhXd3RzQmRXSW9CTDgiLCJtYWMiOiIzMTkwNTI4ZmNkMTFkZTZlNTJkYTg3NzY2ZDFjZjNlMmJkOTU2MTcyOGE3ODAzNDEzNjEyZGRlMjIyMDUyNGUyIiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
Via: 1.1 google
Connection: close
Page title: Page Not Found -
Digital Manager Guru
<!DOCTYPE html>
<html lang="en-us">
<head>
<title> Page Not Found -
Digital Manager Guru</title>
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="mask-icon" href="/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Lato&display=swap">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<style>
@media screen and (max-width: 768px) {
.background-container {
height: 100vh;
justify-content: center;
background-image: linear-gradient(180deg, #C2B8F8 50%, #c2b8f8 50%) !important;
}
.background-container .background-overlay {
background-position: right bottom !important;
background-size: 125vw auto !important;
}
.background-container .error {
height: 60vh;
text-align: center;
}
}
.background-container {
background-color: transparent;
background-image: linear-gradient(180deg, #C2B8F8 50%, #8470F2 50%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 7% 7% 7%;
}
.background-overlay {
background-image: url(/img/error/404.png);
background-position: center left;
background-repeat: no-repeat;
background-size: 100vw auto;
opacity: 1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-container .background-overlay--position {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.error {
color: #FFF;
font-family: "Nunito", Sans-serif;
position: relative;
}
.error h1 {
font-size: 5.8em;
font-weight: 900;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error h3 {
font-weight: 700;
text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.error-btn {
font-size: 1.3em;
font-weight: 600;
background-color: #FFA039;
color: #FFF;
text-align: center;
margin-top: 20px;
padding: 10px 20px;
border: 0;
border-radius: 4px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
}
.error-btn:hover {
opacity: .75;
}
</style>
</head>
<body class="d-flex">
<div class="d-flex w-100 vh-100 background-container">
<div class="background-overlay background-overlay--position"></div>
<div class="d-flex flex-column justify-content-center error">
<h1>404</h1>
<h3 class="font-bold">Page Not Found</h3>
<a href="https://digitalmanager.guru" role="button">
<button class="error-btn">
Home Page
</button>
</a>
</div>
</div>
</body>
</html>
Open service 2001:4860:4802:36::15:80 · checkout.cmvistos.com
2026-01-10 09:53
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 09:54:36 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Server: nginx
Location: https://checkout.cmvistos.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self' https: wss: data: 'unsafe-inline' 'unsafe-eval';
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Via: 1.1 google
Connection: close
Page title: Redirecting to https://checkout.cmvistos.com
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://checkout.cmvistos.com'" />
<title>Redirecting to https://checkout.cmvistos.com</title>
</head>
<body>
Redirecting to <a href="https://checkout.cmvistos.com">https://checkout.cmvistos.com</a>.
</body>
</html>