Results for "port:8081 service:mongodb"
3,844 results foundfilter_alt Filters
MongoDB .6
HTTP/1.1 200 OK X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true Cache-Control: no-store, no-cache, must-revalidate Content-Type: text/html
HTTP/1.1 200 OK
X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
Cache-Control: no-store, no-cache, must-revalidate
Content-Type: text/html
Accept-Ranges: bytes
ETag: "73606656"
Last-Modified: Tue, 28 Jun 2016 05:23:50 GMT
Content-Length: 6773
Connection: close
Date: Tue, 24 Feb 2026 04:41:24 GMT
Server: lighttpd/1.4.35
\xef\xbb\xbf<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web Viewer for Samsung DVR</title>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="/js/BrowserDetect.js" ></script>
<script type="text/javascript" language="javascript">
function getOSInfoStr() {
var ua = navigator.userAgent;
if (ua.indexOf("NT 6.0") != -1) {
return true;
}
else if (ua.indexOf("NT 6.1") != -1) {
return true;
}
else if (ua.indexOf("NT 5.2") != -1) {
return true;
}
else if (ua.indexOf("NT 5.1") != -1) {
return true;
}
else if (ua.indexOf("NT 5.0") != -1) {
return true;
}
else if (ua.indexOf("NT") != -1) {
return true;
}
else if (ua.indexOf("9x 4.90") != -1) {
return true;
}
else if (ua.indexOf("98") != -1) {
return true;
}
else if (ua.indexOf("95") != -1) {
return true;
}
else if (ua.indexOf("Win16") != -1) {
return true;
}
else if (ua.indexOf("Windows") != -1) {
return true;
}
else if (ua.indexOf("Linux") != -1) {
return false;
}
else if (ua.indexOf("Macintosh") != -1) {
return false;
}
else {
return false;
}
}
// by chul
function browserCheck() {
var ver = 0; // \xeb\xb8\x8c\xeb\x9d\xbc\xec\x9a\xb0\xec\xa0\x80 \xeb\xb2\x84\xec\xa0\x84\xec\xa0\x95\xeb\xb3\xb4
var strbrowser = "";
if (navigator.appName.charAt(0) == "N") {
if (navigator.userAgent.indexOf("Chrome") != -1) {
strbrowser = "Chrome";
// ver = getInternetVersion("Chrome");
// alert("Chrome"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
else if (navigator.userAgent.indexOf("Firefox") != -1) {
strbrowser = "Firefox";
/// ver = getInternetVersion("Firefox");
// alert("Firefox"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
else if (navigator.userAgent.indexOf("Safari") != -1) {
strbrowser = "Safari";
//ver = getInternetVersion("Safari");
// alert("Safari"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
// else
// alert("Safari\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
else if (navigator.appName.charAt(0) == "M") {
strbrowser = "MSIE";
// ver = getInternetVersion("MSIE");
// alert("MSIE\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
else {
// alert("Safari\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
}
function stop() {
return false;
}
//document.onmousewheel = stop;
function getQuerystring(key, default_) {
if (default_ == null) default_ = "";
key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
var qs = regex.exec(window.location.href);
if (qs == null)
return default_;
else
return qs[1];
}
function GetConten
MongoDB 93588
HTTP/1.1 200 OK content-type: text/html; charset=utf-8 Vary: Accept-Encoding Date: Tue, 24 Feb 2026 07:49:43 GMT
HTTP/1.1 200 OK
content-type: text/html; charset=utf-8
Vary: Accept-Encoding
Date: Tue, 24 Feb 2026 07:49:43 GMT
Connection: close
Transfer-Encoding: chunked
800
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="preconnect" href="https://cdn.shopify.com/"/><link rel="stylesheet" href="https://cdn.shopify.com/static/fonts/inter/v4/styles.css"/><link rel="stylesheet" href="/assets/route-Xpdx9QZl.css"/></head><body><div class="_index_12o3y_1"><div class="_content_12o3y_22"><h1 class="_heading_12o3y_11">A short heading about [your app]</h1><p class="_text_12o3y_12">A tagline about [your app] that describes your value proposition.</p><form method="post" action="/auth/login" class="_form_12o3y_27" data-discover="true"><label class="_label_12o3y_35"><span>Shop domain</span><input class="_input_12o3y_43" type="text" name="shop"/><span>e.g: my-shop-domain.myshopify.com</span></label><button class="_button_12o3y_47" type="submit">Log in</button></form><ul class="_list_12o3y_51"><li><strong>Product feature</strong>. Some detail about your feature and its benefit to your customer.</li><li><strong>Product feature</strong>. Some detail about your feature and its benefit to your customer.</li><li><strong>Product feature</strong>. Some detail about your feature and its benefit to your customer.</li></ul></div></div><script>((STORAGE_KEY, restoreKey) => {
if (!window.history.state || !window.history.state.key) {
let key = Math.random().toString(32).slice(2);
window.history.replaceState({
key
}, "");
}
try {
let positions = JSON.parse(sessionStorage.getItem(STORAGE_KEY) || "{}");
let storedY = positions[restoreKey || window.history.state.key];
if (typeof storedY === "number") {
window.scrollTo(0, storedY);
}
} catch (error) {
console.error(error);
sessionStorage.removeItem(STORAGE_KEY);
}
})("positions", null)</script><link rel="modulepreload" href="/assets/entry.client-6amXDoZL.js"/><link rel="modulepreload" href="/assets/components-i6vop1jI.js"/><link rel="modulepreload" href="/assets/root-LfMGtuOA.js"/><link rel="modul
1c1
epreload" href="/assets/route-JGD7PbXq.js"/><script>window.__remixContext = {"basename":"/","future":{"v3_fetcherPersist":true,"v3_relativeSplatPath":true,"v3_throwAbortReason":true,"v3_routeConfig":true,"v3_singleFetch":false,"v3_lazyRouteDiscovery":true,"unstable_optimizeDeps":false},"isSpaMode":false,"state":{"loaderData":{"routes/_index":{"showForm":true},"root":null},"actionData":null,"errors":null}};</script><script type="module" async="">
4db
;
import * as route0 from "/assets/root-LfMGtuOA.js";
import * as route1 from "/assets/route-JGD7PbXq.js";
window.__remixManifest = {
"entry": {
"module": "/assets/entry.client-6amXDoZL.js",
"imports": [
"/assets/components-i6vop1jI.js"
],
"css": []
},
"routes": {
"root": {
"id": "root",
"path": "",
"hasAction": false,
"hasLoader": false,
"hasClientAction": false,
"hasClientLoader": false,
"hasErrorBoundary": false,
"module": "/assets/root-LfMGtuOA.js",
"imports": [
"/assets/components-i6vop1jI.js"
],
"css": []
},
"routes/_index": {
"id": "routes/_index",
"parentId": "root",
"index": true,
"hasAction": false,
"hasLoader": true,
"hasClientAction": false,
"hasClientLoader": false,
"hasErrorBoundary": false,
"module": "/assets/route-JGD7PbXq.js",
"imports": [
"/assets/components-i6vop1jI.js"
],
"css": [
"/assets/route-Xpdx9QZl.css"
]
}
},
"url": "/assets/manifest-a93588e7.js",
"version": "a93588e7"
};
window.__remixRouteModules = {"root":route0,"routes/_index":route1};
import("/assets/entry.client-6amXDoZL.js");
17
</script></body></html>
0
MongoDB .3
HTTP/1.1 200 OK Date: Tue, 24 Feb 2026 04:32:55 GMT Server: Apache/2.4.65 (Debian) X-Powered-By: PHP/8.3.26
HTTP/1.1 200 OK
Date: Tue, 24 Feb 2026 04:32:55 GMT
Server: Apache/2.4.65 (Debian)
X-Powered-By: PHP/8.3.26
Set-Cookie: phpMyAdmin=b2fe1f5a75fe302aa57ecf01442ac75f; path=/; HttpOnly; SameSite=Strict
Expires: Tue, 24 Feb 2026 04:32:55 +0000
Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0
Last-Modified: Tue, 24 Feb 2026 04:32:55 +0000
Set-Cookie: phpMyAdmin=b2fe1f5a75fe302aa57ecf01442ac75f; path=/; HttpOnly; SameSite=Strict
Set-Cookie: pma_lang=en; expires=Thu, 26 Mar 2026 04:32:55 GMT; Max-Age=2592000; path=/; HttpOnly; SameSite=Strict
Set-Cookie: phpMyAdmin=b20b016b9b9c1db51dd157a604560b84; path=/; HttpOnly; SameSite=Strict
X-ob_mode: 1
X-Frame-Options: DENY
Referrer-Policy: same-origin
Content-Security-Policy: default-src 'self' ;script-src 'self' 'unsafe-inline' 'unsafe-eval' ;style-src 'self' 'unsafe-inline' ;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-Content-Security-Policy: default-src 'self' ;options inline-script eval-script;referrer no-referrer;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-WebKit-CSP: default-src 'self' ;script-src 'self' 'unsafe-inline' 'unsafe-eval';referrer no-referrer;style-src 'self' 'unsafe-inline' ;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
X-Robots-Tag: noindex, nofollow
Pragma: no-cache
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
4a5d
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="same-origin">
<meta name="robots" content="noindex,nofollow,notranslate">
<meta name="google" content="notranslate">
<style id="cfs-style">html{display: none;}</style>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./themes/pmahomme/jquery/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/lib/codemirror.css?v=5.2.3">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/addon/hint/show-hint.css?v=5.2.3">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/addon/lint/lint.css?v=5.2.3">
<link rel="stylesheet" type="text/css" href="./themes/pmahomme/css/theme.css?v=5.2.3">
<title>phpMyAdmin</title>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-migrate.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/sprintf.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/ajax.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/keyhandler.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-ui.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/name-conflict-fixes.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/js.cookie.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.validate.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-ui-timepicker-addon.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.debounce-1.0.6.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/menu_resizer.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/cross_framing_protec
MongoDB .3
HTTP/1.1 200 OK Date: Tue, 24 Feb 2026 04:34:18 GMT Server: Apache/2.4.65 (Debian) X-Powered-By: PHP/8.3.26
HTTP/1.1 200 OK
Date: Tue, 24 Feb 2026 04:34:18 GMT
Server: Apache/2.4.65 (Debian)
X-Powered-By: PHP/8.3.26
Set-Cookie: phpMyAdmin=59eac08673f17fc231c75663e6614b7b; path=/; HttpOnly; SameSite=Strict
Expires: Tue, 24 Feb 2026 04:34:18 +0000
Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0
Last-Modified: Tue, 24 Feb 2026 04:34:18 +0000
Set-Cookie: phpMyAdmin=59eac08673f17fc231c75663e6614b7b; path=/; HttpOnly; SameSite=Strict
Set-Cookie: pma_lang=en; expires=Thu, 26 Mar 2026 04:34:18 GMT; Max-Age=2592000; path=/; HttpOnly; SameSite=Strict
Set-Cookie: phpMyAdmin=ae83a8b3e840029a21a1f8127c470cb0; path=/; HttpOnly; SameSite=Strict
X-ob_mode: 1
X-Frame-Options: DENY
Referrer-Policy: same-origin
Content-Security-Policy: default-src 'self' ;script-src 'self' 'unsafe-inline' 'unsafe-eval' ;style-src 'self' 'unsafe-inline' ;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-Content-Security-Policy: default-src 'self' ;options inline-script eval-script;referrer no-referrer;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-WebKit-CSP: default-src 'self' ;script-src 'self' 'unsafe-inline' 'unsafe-eval';referrer no-referrer;style-src 'self' 'unsafe-inline' ;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
X-Robots-Tag: noindex, nofollow
Pragma: no-cache
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
4893
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="same-origin">
<meta name="robots" content="noindex,nofollow,notranslate">
<meta name="google" content="notranslate">
<style id="cfs-style">html{display: none;}</style>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./themes/pmahomme/jquery/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/lib/codemirror.css?v=5.2.3">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/addon/hint/show-hint.css?v=5.2.3">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/addon/lint/lint.css?v=5.2.3">
<link rel="stylesheet" type="text/css" href="./themes/pmahomme/css/theme.css?v=5.2.3">
<title>phpMyAdmin</title>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-migrate.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/sprintf.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/ajax.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/keyhandler.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-ui.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/name-conflict-fixes.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/js.cookie.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.validate.min.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-ui-timepicker-addon.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.debounce-1.0.6.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/menu_resizer.js?v=5.2.3"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/cross_framing_protec
MongoDB 2.12.1930
HTTP/1.1 200 Content-Security-Policy: frame-ancestors 'self' x-frame-options: SAMEORIGIN X-Content-Type-Options: nosniff
HTTP/1.1 200
Content-Security-Policy: frame-ancestors 'self'
x-frame-options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1
X-XSS-Protection: X-XSS-Protection: 1; mode=block
Set-Cookie: JSESSIONID=14D1D8DDDC866DB618CD7926164BE6E0;path=/;HttpOnly
Content-Type: text/html;charset=UTF-8
Content-Length: 5517
Date: Tue, 24 Feb 2026 07:30:39 GMT
Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="stylesheet" type="text/css" href="/jquery-easyui-1.4.2/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="/jquery-easyui-1.4.2/themes/icon.css">
<script type="text/javascript" src="/jquery-easyui-1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="/jquery-easyui-1.4.2/jquery.easyui.min.js"></script>
<script type="text/javascript" src="/jquery-easyui-1.4.2/locale/easyui-lang-zh_CN.js"></script>
<script type="text/javascript" src="/ilassys/public/js/CryptoJS/components/sm4.js"></script>
<script type="text/javascript" src="/ilassys/public/js/CryptoJS/components/hex.js"></script>
<script type="text/javascript" src="/ilassys/public/js/CryptoJS/components/byteUtil.js"></script>
<script type="text/javascript" src="/ilassys/public/js/CryptoJS/components/sm3-1.0.js"></script>
<script type="text/javascript" src="/ilassys/public/js/json2.js"></script>
<script type="text/javascript" src="/ilassys/public/js/publicInfo.js?version=19.12.12.1930"></script>
<script type="text/javascript" src="/ilassys/public/js/ilasLocale_zh_CN.js"></script>
<script type="text/javascript" src="/ilassys/public/js/LoginSystem.js?version=19.12.12.1930"></script>
<script type="text/javascript" src="/ilassys/public/js/CryptoJS/rollups/aes.js"></script>
<script type="text/javascript" src="/ilassys/public/js/CryptoJS/components/mode-ecb-min.js"></script>
<meta name="renderer" content="webkit">
<title>\xe7\x99\xbb\xe5\xbd\x95\xef\xbc\xbbUILAS\xef\xbc\xbd\xe7\xb3\xbb\xe7\xbb\x9f</title>
<style>
html,body{ height:100%;}
body{ padding:0;}
.btn { border-radius:3px; padding: 6px 15px; line-height: 20px; display: inline-block; font-family:"microsoft yahei"; }
.btn-primary {
display:inline-block;
padding:10px 80px 10px 80px;
background-color: #44b1a1;
font-size:14px;
background: -webkit-linear-gradient(top,#4eb7a8 0,#3bac9b 100%);
background: -moz-linear-gradient(top,#4eb7a8 0,#3bac9b 100%);
background: -o-linear-gradient(top,#4eb7a8 0,#3bac9b 100%);
background: linear-gradient(to bottom,#4eb7a8 0,#3bac9b 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4eb7a8,endColorstr=#3bac9b,GradientType=0);
border:1px solid #2c9683;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-align:right;
color:#fff;
margin:0 0 2px 0;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{color: rgba(255, 255, 255, 0.8);background-color: #628fe8;}
</style>
<!--[if IE 6]>
<script type="text/javascript" src="/jquery-easyui-1.4.2/DD_belatedPNG.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('.topimg img');
</script>
<![endif]-->
</head>
<body>
<div class="loginbox">
<div class="loginin">
<div class="topimg"><img src="/jquery-easyui-1.4.2/themes/default/images/login_title_1.png" alt="" /></div>
<div class="logincon">
<img src="/jquery-easyui-1.4.2/themes/default/images/loginimg.jpg" alt="" class="img" />
<div class="loginform">
<h3 class="title"
>\xe7\x94\xa8\xe6\x88\xb7\xe7\x99\xbb\xe5\xbd\x95</h3>
<form name=loginForm action="/LoginSystem" method="post">
<INPUT TYPE=hidden name=cmd value="login">
<!-- <p style="color:white">\xe7\x99\xbb\xe5\xbd\x95\xef\xbc\
MongoDB .0.1.35
HTTP/1.1 200 OK X-UA-Compatible: IE=EmulateIE7, requiresActiveX=true Set-Cookie: NVR_MODEL_CODE=100; path=/ Set-Cookie: POE_SWITCH_STATUS=1; path=/
HTTP/1.1 200 OK
X-UA-Compatible: IE=EmulateIE7, requiresActiveX=true
Set-Cookie: NVR_MODEL_CODE=100; path=/
Set-Cookie: POE_SWITCH_STATUS=1; path=/
Set-Cookie: NVR_MODEL_CODE=100; path=/
Set-Cookie: POE_SWITCH_STATUS=1; path=/
Set-Cookie: nvr_lang=9; path=/
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Tue, 24 Feb 2026 05:00:33 GMT
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
Connection: close
Transfer-Encoding: chunked
Date: Tue, 24 Feb 2026 05:00:33 GMT
1e4a
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd">
<html>
<head>
<title>SAMSUNG TECHWIN NVR Web Viewer</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,requiresActiveX=true" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="No-Cache"/>
<script language="javascript" src='http://222.230.20.190/index.php/commonJS'></script>
<script language="javascript" src='http://222.230.20.190/index.php/commonJS/lang_js'></script>
<script language="javascript" src="http://222.230.20.190/resource/js/common/jquery-1.7.2.min.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jquery.sha256.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jsbn.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jsbn2.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/prng4.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/rng.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/rsa.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/rsa2.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/base64.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jquery.ua.custom.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jquery-ui-1.8.18.custom.min.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jquery.ui.dialog.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jquery.input.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/jQueryRotate.2.2.js" ></script> <script language="javascript" src="http://222.230.20.190/resource/js/common/util.js" ></script>
<link href="http://222.230.20.190/resource/css/common/ui-lightness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" /> <link href="http://222.230.20.190/resource/css/common/ui.dialog.css" rel="stylesheet" type="text/css" /> <link href="http://222.230.20.190/resource/css/common/common.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
document.onkeydown = function(event){
if (event != null && event.keyCode == 123) {
return false;
}
}
</script>
</head>
<body oncontextmenu='return false' ondragstart='return false' onselectstart='return false' onunload=''><!-- -->
<div id="wrap">
<script type="text/javascript">$.nvr = {}; $.nvr.plugin_version = "1.0.1.35";$.nvr.plugin_version_check = "1.0.1.35";</script>
<div
class='login_wrapper_472'
>
<div class='input_wrapper'>
<div class='input_wrapper_no_button'>
<div class='input_field_wrapper'>
<div class='label'><label for='login_id'>ID</label></div>
<input type='text' id='login_id'>
<div class='login_blank'></div>
<div class='label'><label for='login_pw'>\xe3\x83\x91\xe3\x82\xb9\xe3\x83\xaf\xe3\x83\xbc\xe3\x83\x89</label></div>
<input type='password' id='login_pw'>
<div class='input_checkbox_wrapper'>
<in
MongoDB .0
HTTP/1.1 200 OK Host: 54.144.96.232 Date: Tue, 24 Feb 2026 08:29:16 GMT Connection: close
HTTP/1.1 200 OK
Host: 54.144.96.232
Date: Tue, 24 Feb 2026 08:29:16 GMT
Connection: close
X-Powered-By: PHP/8.4.12
Set-Cookie: adminer_sid=094aa05f2e0ac5ea1443b495a603fdb3; path=/; HttpOnly
Set-Cookie: adminer_key=883e856b020a38ad10aae9803096353c; path=/; HttpOnly; SameSite=lax
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-Frame-Options: deny
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
Referrer-Policy: origin-when-cross-origin
Content-Security-Policy: script-src 'self' 'unsafe-inline' 'nonce-NWY2ODY0MWIxYzY1NTdkMjU3Mzk4ZTg0ZTRjOGUyYzY=' 'strict-dynamic'; connect-src 'self'; frame-src https://www.adminer.org; object-src 'none'; base-uri 'none'; form-action 'self'
Vary: Accept-Encoding
<!DOCTYPE html>
<html lang="en" dir="ltr">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Login - Adminer</title>
<link rel="stylesheet" href="?file=default.css&version=5.3.0">
<meta name='color-scheme' content='light'>
<script src='?file=functions.js&version=5.3.0' nonce="NWY2ODY0MWIxYzY1NTdkMjU3Mzk4ZTg0ZTRjOGUyYzY="></script>
<link rel='icon' href='data:image/gif;base64,R0lGODlhEAAQAJEAAAQCBPz+/PwCBAROZCH5BAEAAAAALAAAAAAQABAAAAI2hI+pGO1rmghihiUdvUBnZ3XBQA7f05mOak1RWXrNq5nQWHMKvuoJ37BhVEEfYxQzHjWQ5qIAADs='>
<link rel='apple-touch-icon' href='?file=logo.png&version=5.3.0'>
<link rel='stylesheet' href='adminer.css?v=1682968622'>
<body class='ltr nojs adminer'>
<script nonce="NWY2ODY0MWIxYzY1NTdkMjU3Mzk4ZTg0ZTRjOGUyYzY=">mixin(document.body, {onkeydown: bodyKeydown, onclick: bodyClick, onload: partial(verifyVersion, '5.3.0', '?', '361925:132847')});
document.body.classList.replace('nojs', 'js');
const offlineMessage = 'You are offline.';
const thousandsSeparator = ',';</script>
<div id='help' class='jush-sql jsonly hidden'></div>
<script nonce="NWY2ODY0MWIxYzY1NTdkMjU3Mzk4ZTg0ZTRjOGUyYzY=">mixin(qs('#help'), {onmouseover: () => { helpOpen = 1; }, onmouseout: helpMouseout});</script>
<div id='content'>
<span id='menuopen' class='jsonly'><button type='submit' name='' title='' class='icon icon-move'><span>menu</span></button></span><script nonce="NWY2ODY0MWIxYzY1NTdkMjU3Mzk4ZTg0ZTRjOGUyYzY=">qs('#menuopen').onclick = event => { qs('#foot').classList.toggle('foot'); event.stopPropagation(); }</script>
<h2>Login</h2>
<div id='ajaxstatus' class='jsonly hidden'></div>
<form action='' method='post'>
<div></div>
<table class='layout'>
<tr><th>System<td><select name='auth[driver]'><option value="server" selected>MySQL / MariaDB<option value="sqlite">SQLite<option value="pgsql">PostgreSQL<option value="oracle">Oracle (beta)<option value="mssql">MS SQL</select><script nonce="NWY2ODY0MWIxYzY1NTdkMjU3Mzk4ZTg0ZTRjOGUyYzY=">qsl('select').onchange = function () { loginDriver(this); };</script>
<tr><th>Server<td><input name="auth[server]" value="db" title="hostname[:port]" placeholder="localhost" autocapitalize="off">
<tr><th>Username<td><input name="auth[username]" id="username" autofocus value="" autocomplete="username" autocapitalize="off"><script nonce="NWY2ODY0MWIxYzY1NTdkMjU3Mzk4ZTg0ZTRjOGUyYzY=">const authDriver = qs('#username').form['auth[driver]']; authDriver && authDriver.onchange();</script>
<tr><th>Password<td><input type="password" name="auth[password]" autocomplete="current-password">
<tr><th>Database<td><input name="auth[db]" value="" autocapitalize="off">
</table>
<p><input type='submit' value='Login'>
<label><input type='checkbox' name='auth[permanent]' value='1'>Permanent login</label>
</form>
</div>
<div id='foot' class='foot'>
<div id='menu'>
<h1><a href='https://www.adminer.org/' target="_blank" rel="noreferrer noopener" id='h1'><img src='?file=logo.png&version=5.3.0' width='24' height='24' alt='' id='logo'>Adminer</a> <span class='version'>5.3.0 <a href='https://www.adminer.org/#download' target="_blank" rel="noreferrer noopener" id='version'></a></span></h1>
<form action='' method='post'>
<div id='lang'><label>Language: <select name='lang'><op
MongoDB .6
HTTP/1.1 200 OK X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true Cache-Control: no-store, no-cache, must-revalidate Content-Type: text/html
HTTP/1.1 200 OK
X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
Cache-Control: no-store, no-cache, must-revalidate
Content-Type: text/html
Accept-Ranges: bytes
ETag: "3568345671"
Last-Modified: Wed, 25 Feb 2015 06:08:27 GMT
Content-Length: 6773
Connection: close
Date: Tue, 24 Feb 2026 08:19:07 GMT
Server: lighttpd/1.4.32
\xef\xbb\xbf<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web Viewer for Samsung DVR</title>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="/js/BrowserDetect.js" ></script>
<script type="text/javascript" language="javascript">
function getOSInfoStr() {
var ua = navigator.userAgent;
if (ua.indexOf("NT 6.0") != -1) {
return true;
}
else if (ua.indexOf("NT 6.1") != -1) {
return true;
}
else if (ua.indexOf("NT 5.2") != -1) {
return true;
}
else if (ua.indexOf("NT 5.1") != -1) {
return true;
}
else if (ua.indexOf("NT 5.0") != -1) {
return true;
}
else if (ua.indexOf("NT") != -1) {
return true;
}
else if (ua.indexOf("9x 4.90") != -1) {
return true;
}
else if (ua.indexOf("98") != -1) {
return true;
}
else if (ua.indexOf("95") != -1) {
return true;
}
else if (ua.indexOf("Win16") != -1) {
return true;
}
else if (ua.indexOf("Windows") != -1) {
return true;
}
else if (ua.indexOf("Linux") != -1) {
return false;
}
else if (ua.indexOf("Macintosh") != -1) {
return false;
}
else {
return false;
}
}
// by chul
function browserCheck() {
var ver = 0; // \xeb\xb8\x8c\xeb\x9d\xbc\xec\x9a\xb0\xec\xa0\x80 \xeb\xb2\x84\xec\xa0\x84\xec\xa0\x95\xeb\xb3\xb4
var strbrowser = "";
if (navigator.appName.charAt(0) == "N") {
if (navigator.userAgent.indexOf("Chrome") != -1) {
strbrowser = "Chrome";
// ver = getInternetVersion("Chrome");
// alert("Chrome"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
else if (navigator.userAgent.indexOf("Firefox") != -1) {
strbrowser = "Firefox";
/// ver = getInternetVersion("Firefox");
// alert("Firefox"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
else if (navigator.userAgent.indexOf("Safari") != -1) {
strbrowser = "Safari";
//ver = getInternetVersion("Safari");
// alert("Safari"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
// else
// alert("Safari\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
else if (navigator.appName.charAt(0) == "M") {
strbrowser = "MSIE";
// ver = getInternetVersion("MSIE");
// alert("MSIE\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
else {
// alert("Safari\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
}
function stop() {
return false;
}
//document.onmousewheel = stop;
function getQuerystring(key, default_) {
if (default_ == null) default_ = "";
key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
var qs = regex.exec(window.location.href);
if (qs == null)
return default_;
else
return qs[1];
}
function GetCont
MongoDB 3
HTTP/1.1 200 OK CONNECTION: keep-alive Date: Tue, 24 Feb 2026 16:43:00 GMT Last-Modified: Mon, 11 Sep 2023 02:51:50 GMT
HTTP/1.1 200 OK
CONNECTION: keep-alive
Date: Tue, 24 Feb 2026 16:43:00 GMT
Last-Modified: Mon, 11 Sep 2023 02:51:50 GMT
Etag: "1694400710:613a"
CONTENT-LENGTH: 24890
CACHE-CONTROL: max-age=0
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=604800; includeSubDomains
X-XSS-Protection: 1;mode=block
Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval'
X-Content-Type-Options: nosniff
CONTENT-TYPE: text/html
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="format-detection" content="telephone=no"><title>WEB</title><link rel="shortcut icon" href="/favicon.ico"></head><body><script>function _clearTheme_(){for(key in localStorage)/color.(.*)less/gi.test(key)&&localStorage.removeItem(key)}window.less={env:"production",async:!1,javascriptEnabled:!0,concat:!0}</script><script>var result=!1,versionList=[41,9,50,10];function getBroswer(){var e,i={},r=navigator.userAgent.toLowerCase();return(e=r.match(/edge\/([\d.]+)/))?i.edge=e[1]:(e=r.match(/rv:([\d.]+)\) like gecko/))?i.ie=e[1]:(e=r.match(/msie ([\d.]+)/))?i.ie=e[1]:(e=r.match(/firefox\/([\d.]+)/))?i.firefox=e[1]:(e=r.match(/chrome\/([\d.]+)/))?i.chrome=e[1]:(e=r.match(/opera.([\d.]+)/))?i.opera=e[1]:(e=r.match(/version\/([\d.]+).*safari/))&&(i.safari=e[1]),i.edge?{broswer:"Edge",version:i.edge&&i.edge.split(".")[0]}:i.ie?{broswer:"IE",version:i.ie&&i.ie.split(".")[0]}:i.firefox?{broswer:"Firefox",version:i.firefox&&i.firefox.split(".")[0]}:i.chrome?{broswer:"Chrome",version:i.chrome&&i.chrome.split(".")[0]}:i.opera?{broswer:"Opera",version:i.opera&&i.opera.split(".")[0]}:i.safari?{broswer:"Safari",version:i.safari&&i.safari.split(".")[0]}:{broswer:"",version:"0"}}var broswer=getBroswer();function getXhr(){return XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP")}function xhrGetRequest(e){var i=getXhr();i.open("get","/"+e+"/preLanguage?version=2.400",!0),i.send(null),i.onreadystatechange=function(){4===i.readyState&&200===i.status?xhrPostRequest(JSON.parse(i.responseText).PreLanguage):4===i.readyState&&404===i.status&&xhrGetRequest("web_caps")}}function xhrPostRequest(e){var r=getXhr();r.open("post","/custom_lang/"+e+".txt",!0),r.setRequestHeader("Content-Type","application/x-www-form-urlencoded;charset-UTF-8"),r.send(null),r.onreadystatechange=function(){if(4===r.readyState&&200===r.status){var e=JSON.parse(r.responseText),i='<div style="position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;width:100%;height:100%;background-color:white;"><div style="width:920px;height:210px;position:absolute;top:50%;left:50%;margin:-105px -460px;"><div style="vertical-align:top;width:262px;height:183px;background-image:url(./browserJudge.png);display:inline-block;*display:inline;*zoom:1;"></div><div style="width:650px;height:210px;display:inline-block;*display:inline;*zoom:1;padding-top:37px;"><div style="margin-left:100px;margin-bottom:20px"><div><span style="font-size:24px"><strong>'+e["com.BrowerLow"]+'</strong></span></div><div style="font-size: 14px;margin-top:10px;color:gray"><span>'+e["com.BrowerLowMessage"]+'</span></div></div><div style="display:inline-block;*display:inline;*zoom:1;width:100px;height:100px;margin-left:100px"><div style="width:48px;height:48px;background-image:url(./browserJudge.png);background-position:0px -183px;margin-left:26px"></div><div style="font-size: 14px;text-align:center;margin-top:10px;color:gray">'+versionList[0]+".0"+e["com.BrowerVersion"]+'</div></div><div style="display:inline-block;*display:inline;*zoom:1;width:100px;height:100px;margin-left:50px"><div style="width:48px;height:48px;background-image:url(./browserJudge.png);background-position:-48px -183px;margin-left:26px"></div><div style="font-size: 14px;text-align:center;margin-top:10px;color:gray">'+versionList[1]+".0"+e["com.BrowerVersion"]+'</div></div><div style="display:inline-block;*display:inline;*zoom:1;width:100px;height:
MongoDB 1
HTTP/1.1 200 Vary: origin,access-control-request-method,access-control-request-headers,accept-encoding X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff
HTTP/1.1 200
Vary: origin,access-control-request-method,access-control-request-headers,accept-encoding
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Last-Modified: Wed, 28 Feb 2024 02:45:31 GMT
Cache-Control: no-cache, public
Accept-Ranges: bytes
Content-Type: text/html
Content-Language: zh-CN
Content-Length: 4816
Date: Tue, 24 Feb 2026 08:42:50 GMT
Connection: close
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Data Art"/><link rel="manifest" href="/manifest.json"/><title>Datart</title><link href="/static/css/antdDesign.7b808cb9.chunk.css" rel="stylesheet"><link href="/static/css/rc.944d7d5b.chunk.css" rel="stylesheet"><link href="/static/css/main.1497aff5.chunk.css" rel="stylesheet"></head><body><link rel="stylesheet/less" href="/antd/theme.less"/><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>window.less={async:!1,env:"production"}</script><script type="text/javascript" src="/antd/less.min.js"></script><script>!function(e){function t(t){for(var n,o,u=t[0],i=t[1],l=t[2],f=0,d=[];f<u.length;f++)o=u[f],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(s&&s(t);d.length;)d.shift()();return c.push.apply(c,l||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var i=r[o];0!==a[i]&&(n=!1)}n&&(c.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={11:0},a={11:0},c=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{7:1,8:1,18:1,22:1,23:1,24:1,25:1,26:1,27:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({5:"ChartGraph",6:"quill",7:"reactGridLayout",8:"videoReact",10:"react"}[e]||e)+"."+{5:"31d6cfe0",6:"31d6cfe0",7:"129e4956",8:"62c378d0",10:"31d6cfe0",18:"490bd8ea",22:"b85be99e",23:"b85be99e",24:"b85be99e",25:"b85be99e",26:"b85be99e",27:"b85be99e",28:"31d6cfe0"}[e]+".chunk.css",a=u.p+n,c=document.getElementsByTagName("link"),i=0;i<c.length;i++){var l=(s=c[i]).getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(l===n||l===a))return t()}var f=document.getElementsByTagName("style");for(i=0;i<f.length;i++){var s;if((l=(s=f[i]).getAttribute("data-href"))===n||l===a)return t()}var d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.onload=t,d.onerror=function(t){var n=t&&t.target&&t.target.src||a,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");c.code="CSS_CHUNK_LOAD_FAILED",c.request=n,delete o[e],d.parentNode.removeChild(d),r(c)},d.href=a,document.getElementsByTagName("head")[0].appendChild(d)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var c,i=document.createElement("script");i.charset="utf-8",i.timeout=120,u.nc&&i.setAttribute("nonce",u.nc),i.src=function(e){return u.p+"static/js/"+({5:"ChartGraph",6:"quill",7:"reactGridLayout",8:"videoReact",10:"react"}[e]||e)+"."+{5:"30acc310",6:"14b3486b",7:"65ec528f",8:"60bdca08",10:"f8584543",18:"0fa2830f",22:"127be539",23:"57242eb9",24:"2bc27381",25:"93d6a3f3",26:"0d100498",27:"ac00dac0",28:"0bdf0aef"}[e]+".js"}(e);var l=new Error;c=function(t){i.onerror=i.onload=null,clearTimeout(f);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;l.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",l.name="ChunkLoadError",l.type=n,l.request=o,r[1](l)}a[e]=void 0}};var f=setTimeout((function(){c({type:"timeout",target:i})}),12e4);i.onerror=i.onload=c,document.head.appendChild(i)}return Promise.all(t)},u.m=e,u.c=n,u.d=function(e,t,r){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag
MongoDB 1.0.0
HTTP/1.1 200 Vary: origin,access-control-request-method,access-control-request-headers,accept-encoding Content-Type: application/json Transfer-Encoding: chunked
HTTP/1.1 200
Vary: origin,access-control-request-method,access-control-request-headers,accept-encoding
Content-Type: application/json
Transfer-Encoding: chunked
Date: Tue, 24 Feb 2026 04:02:10 GMT
Connection: close
8a
{
"message" : "Board Selector API is running!",
"version" : "1.0.0",
"timestamp" : "2026-02-24T04:02:10.780873",
"status" : "UP"
}
0
MongoDB .6
HTTP/1.1 200 OK X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true Cache-Control: no-store, no-cache, must-revalidate Content-Type: text/html
HTTP/1.1 200 OK
X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
Cache-Control: no-store, no-cache, must-revalidate
Content-Type: text/html
Accept-Ranges: bytes
ETag: "2908471232"
Last-Modified: Wed, 02 May 2018 06:24:00 GMT
Content-Length: 6773
Connection: close
Date: Tue, 24 Feb 2026 03:11:29 GMT
Server: lighttpd/1.4.35
\xef\xbb\xbf<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web Viewer for Samsung DVR</title>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="/js/BrowserDetect.js" ></script>
<script type="text/javascript" language="javascript">
function getOSInfoStr() {
var ua = navigator.userAgent;
if (ua.indexOf("NT 6.0") != -1) {
return true;
}
else if (ua.indexOf("NT 6.1") != -1) {
return true;
}
else if (ua.indexOf("NT 5.2") != -1) {
return true;
}
else if (ua.indexOf("NT 5.1") != -1) {
return true;
}
else if (ua.indexOf("NT 5.0") != -1) {
return true;
}
else if (ua.indexOf("NT") != -1) {
return true;
}
else if (ua.indexOf("9x 4.90") != -1) {
return true;
}
else if (ua.indexOf("98") != -1) {
return true;
}
else if (ua.indexOf("95") != -1) {
return true;
}
else if (ua.indexOf("Win16") != -1) {
return true;
}
else if (ua.indexOf("Windows") != -1) {
return true;
}
else if (ua.indexOf("Linux") != -1) {
return false;
}
else if (ua.indexOf("Macintosh") != -1) {
return false;
}
else {
return false;
}
}
// by chul
function browserCheck() {
var ver = 0; // \xeb\xb8\x8c\xeb\x9d\xbc\xec\x9a\xb0\xec\xa0\x80 \xeb\xb2\x84\xec\xa0\x84\xec\xa0\x95\xeb\xb3\xb4
var strbrowser = "";
if (navigator.appName.charAt(0) == "N") {
if (navigator.userAgent.indexOf("Chrome") != -1) {
strbrowser = "Chrome";
// ver = getInternetVersion("Chrome");
// alert("Chrome"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
else if (navigator.userAgent.indexOf("Firefox") != -1) {
strbrowser = "Firefox";
/// ver = getInternetVersion("Firefox");
// alert("Firefox"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
else if (navigator.userAgent.indexOf("Safari") != -1) {
strbrowser = "Safari";
//ver = getInternetVersion("Safari");
// alert("Safari"+ver+"\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
}
// else
// alert("Safari\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
else if (navigator.appName.charAt(0) == "M") {
strbrowser = "MSIE";
// ver = getInternetVersion("MSIE");
// alert("MSIE\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
else {
// alert("Safari\xec\x9e\x85\xeb\x8b\x88\xeb\x8b\xa4.");
return strbrowser;
}
}
function stop() {
return false;
}
//document.onmousewheel = stop;
function getQuerystring(key, default_) {
if (default_ == null) default_ = "";
key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
var qs = regex.exec(window.location.href);
if (qs == null)
return default_;
else
return qs[1];
}
function GetCont
MongoDB 0240822
HTTP/1.1 200 X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN
HTTP/1.1 200
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
vary: accept-encoding
Content-Type: text/html;charset=UTF-8
Content-Language: zh-CN
Transfer-Encoding: chunked
Date: Tue, 24 Feb 2026 03:54:26 GMT
Connection: close
840
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta HTTP-EQUIV="pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-store, must-revalidate">
<link rel="shortcut icon" href="/favicon.ico">
<link href="/page/manage/css/main.css?20240822sp2" rel="stylesheet">
<title>\xe7\xa7\xbb\xe5\x8a\xa8\xe7\xae\xa1\xe7\x90\x86\xe5\xb9\xb3\xe5\x8f\xb0-\xe4\xbc\x81\xe4\xb8\x9a\xe7\xae\xa1\xe7\x90\x86</title>
</head>
<body>
<script>
var serverTitle = ""
if (serverTitle) {
window.document.title = serverTitle
}
window.contextPath = "";
window.apiPrifix = "/emp";
window.staticcdnurl = "";
window.version = "20240822sp2";
window.accessToken = "";
var accesstoken = window.accessToken;
if (accesstoken==null || accesstoken==''){
accesstoken = localStorage.getItem("access_token");
}
var url = window.location.href;
var urlbase = url.split("#")[0];
var gohome="";
console.info(url)
console.info(gohome)
if(gohome=="gohome" && ( url.endsWith("/#/") || url.endsWith("/#") || url.indexOf("#")==-1 || url.endsWith("#/login") )){
window.location.replace(urlbase + "#/home");
}
if (url.indexOf("#") != -1 && url.indexOf("login") == -1 && (accesstoken==null || accesstoken=='')) {
window.location.replace(urlbase);
url = urlbase;
}else{
document.write("<div id=\"root\"></div>");
var baseUserId = localStorage.getItem("baseUserId");
if (baseUserId == -1 && url.indexOf("msgMonitor") == -1 && url.indexOf("#") != -1) {
if(url.split("#").length>1 && url.split("#")[1].length>1){
urlbase = urlbase + "#/clientset/msgMonitor";
window.location.replace(urlbase);
url = urlbase;
}
}
}
</script>
<script src="/page/manage/js/vendor.js?20240822sp2"></script>
<script src="/page/manage/js/main.js?20240822sp2"></script>
</body>
</html>
0
MongoDB 0
HTTP/1.1 200 OK Server: openresty Date: Tue, 24 Feb 2026 02:59:25 GMT Content-Type: text/html
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 24 Feb 2026 02:59:25 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Language: zh-TW
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
Referrer-Policy: strict-origin-when-cross-origin
set-cookie: XSRF-TOKEN=9ceb59c4-da2f-4ab0-88f8-d37540b3d266; Path=/; HTTPOnly
1e0f
<!doctype html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
<title>THE PIZLE COLLECTION</title>
<link rel="preload" href="/upload/%E8%B5%84%E6%BA%90%203@4x.png" as="image" />
<link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.12.4" />
<script>
window.i18nResources = {
"jsModule.colorSchemeSwitcher.dark": `\xe6\x9a\x97\xe8\x89\xb2`,
"jsModule.colorSchemeSwitcher.light": `\xe4\xba\xae\xe8\x89\xb2`,
"jsModule.colorSchemeSwitcher.auto": `\xe8\xb7\x9f\xe9\x9a\xa8\xe7\xb3\xbb\xe7\xb5\xb1`,
"jsModule.share.qzone": `QQ \xe7\xa9\xba\xe9\x96\x93`,
"jsModule.share.weibo": `\xe5\xbe\xae\xe5\x8d\x9a`,
"jsModule.share.douban": `\xe8\xb1\x86\xe7\x93\xa3`,
"jsModule.share.wechat": `\xe5\xbe\xae\xe4\xbf\xa1`,
"jsModule.share.native": `\xe7\xb3\xbb\xe7\xb5\xb1\xe5\x88\x86\xe4\xba\xab`,
"jsModule.share.windowTitle": `\xe5\x88\x86\xe4\xba\xab`,
"jsModule.upvote.networkError": `\xe7\xb6\xb2\xe8\xb7\xaf\xe8\xab\x8b\xe6\xb1\x82\xe5\xa4\xb1\xe6\x95\x97\xef\xbc\x8c\xe8\xab\x8b\xe7\xa8\x8d\xe5\xbe\x8c\xe5\x86\x8d\xe8\xa9\xa6`,
};
</script>
<script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.12.4"></script>
<script>
main.initColorScheme("dark",false)
</script>
<meta name="robots" content="noindex" />
<meta content="Halo 2.21.0" name="generator"/><!-- plugin-comment-widget start -->
<script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
<link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
<!-- plugin-comment-widget end -->
<!-- PluginSearchWidget start -->
<script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
<link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
<!-- PluginSearchWidget end -->
<link rel="icon" href="/upload/%E8%B5%84%E6%BA%90%203@4x.png" />
</head>
<body class="bg-slate-50 dark:bg-slate-900">
<header
id="header-menu"
class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
x-data="{ open : false }"
>
<div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
<div class="flex h-full items-center gap-6">
<div class="mr-2 h-full">
<a href="/" class="inline-flex h-full items-center">
<span
id="site-title"
class="text-lg font-medium text-gray-900 dark:text-slate-100"
>THE PIZLE COLLECTION</span>
</a>
</div>
</div>
<div class="flex items-center">
<ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
<li class="sm:hidden" x-on:click="open = true">
<div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
</li>
<!-- https://github.com/halo-sigs/plugin-search-widget -->
<li>
<a
href="javascript:SearchWidget.open()"
title="\xe6\x90\x9c\xe7\xb4\xa2"
class="text-gray-600 hover:text-blue-600 dark:text-slate-100"
>
<div class="i-tabler-search text-lg"></div>
</a>
</li>
<li
MongoDB 7
HTTP/1.1 200 Vary: origin,access-control-request-method,access-control-request-headers,accept-encoding X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff
HTTP/1.1 200
Vary: origin,access-control-request-method,access-control-request-headers,accept-encoding
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Last-Modified: Fri, 31 Mar 2023 18:05:04 GMT
Cache-Control: no-cache, public
Accept-Ranges: bytes
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Content-Length: 4834
Date: Tue, 24 Feb 2026 03:31:59 GMT
Connection: close
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Data Art"/><link rel="manifest" href="/manifest.json"/><title>\xe6\x95\xb0\xe5\xad\x97\xe6\xad\xa6\xe8\xa3\x85\xe9\x9b\x86\xe6\x88\x90\xe7\xb3\xbb\xe7\xbb\x9f</title><link href="/static/css/antdDesign.7b808cb9.chunk.css" rel="stylesheet"><link href="/static/css/rc.944d7d5b.chunk.css" rel="stylesheet"><link href="/static/css/main.379a035f.chunk.css" rel="stylesheet"></head><body><link rel="stylesheet/less" href="/antd/theme.less"/><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>window.less={async:!1,env:"production"}</script><script type="text/javascript" src="/antd/less.min.js"></script><script>!function(e){function t(t){for(var n,o,u=t[0],i=t[1],f=t[2],l=0,d=[];l<u.length;l++)o=u[l],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(s&&s(t);d.length;)d.shift()();return c.push.apply(c,f||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var i=r[o];0!==a[i]&&(n=!1)}n&&(c.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={11:0},a={11:0},c=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{7:1,8:1,18:1,22:1,23:1,24:1,25:1,26:1,27:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({5:"ChartGraph",6:"quill",7:"reactGridLayout",8:"videoReact",10:"react"}[e]||e)+"."+{5:"31d6cfe0",6:"31d6cfe0",7:"129e4956",8:"62c378d0",10:"31d6cfe0",18:"490bd8ea",22:"b85be99e",23:"b85be99e",24:"b85be99e",25:"b85be99e",26:"b85be99e",27:"b85be99e",28:"31d6cfe0"}[e]+".chunk.css",a=u.p+n,c=document.getElementsByTagName("link"),i=0;i<c.length;i++){var f=(s=c[i]).getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(f===n||f===a))return t()}var l=document.getElementsByTagName("style");for(i=0;i<l.length;i++){var s;if((f=(s=l[i]).getAttribute("data-href"))===n||f===a)return t()}var d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.onload=t,d.onerror=function(t){var n=t&&t.target&&t.target.src||a,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");c.code="CSS_CHUNK_LOAD_FAILED",c.request=n,delete o[e],d.parentNode.removeChild(d),r(c)},d.href=a,document.getElementsByTagName("head")[0].appendChild(d)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var c,i=document.createElement("script");i.charset="utf-8",i.timeout=120,u.nc&&i.setAttribute("nonce",u.nc),i.src=function(e){return u.p+"static/js/"+({5:"ChartGraph",6:"quill",7:"reactGridLayout",8:"videoReact",10:"react"}[e]||e)+"."+{5:"17204cb1",6:"f855df9f",7:"16422b54",8:"c0bfddf0",10:"e50f1a77",18:"969953fe",22:"0dc09a89",23:"b8fcf366",24:"856e742c",25:"993def10",26:"1ee7c831",27:"23caf63f",28:"5ca175ce"}[e]+".js"}(e);var f=new Error;c=function(t){i.onerror=i.onload=null,clearTimeout(l);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;f.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",f.name="ChunkLoadError",f.type=n,f.request=o,r[1](f)}a[e]=void 0}};var l=setTimeout((function(){c({type:"timeout",target:i})}),12e4);i.onerror=i.onload=c,document.head.appendChild(i)}return Promise.all(t)},u.m=e,u.c=n,u.d=function(e,t,r){u.o(e,t)||Object.d
MongoDB 11.9
INFO {"server_id":"NAU5SFIVNHF65KEDKMIA7NSWIEMZKKDYZOMHJY2GOFK3BEC3MZA6XKI2","server_name":"NAU5SFIVNHF65KEDKMIA7NSWIEMZKKDYZOMHJY2GOFK3BEC3MZA6XKI2","version":"2.11.9","proto":1,"git_commit":"3c10f16","go":"go1.24.7","host":"0.0.0.0","port":4222,"headers":true,"max_payload":33554432,"client_id":352544,"client_ip":"192.168.243.61","xkey":"XDHMNSOLSVJUXPXJ2LZYZ7XKDJDYYGKCMVHL7OTCXXLL5IYRJ76V7WMO"}
MongoDB 0.0
HTTP/1.1 200 OK expo-protocol-version: 0 expo-sfv-version: 0 cache-control: private, max-age=0
HTTP/1.1 200 OK
expo-protocol-version: 0
expo-sfv-version: 0
cache-control: private, max-age=0
content-type: text/plain
Date: Tue, 24 Feb 2026 01:40:22 GMT
Connection: close
Content-Length: 2188
{"id":"786ec951-6664-4a59-be5e-45c4d8c550e1","createdAt":"2026-02-24T01:40:22.044Z","runtimeVersion":"1.0.0","launchAsset":{"key":"bundle","contentType":"application/javascript","url":"http://45.238.42.130:8081/index.bundle?platform=ios&dev=true&hot=false&transform.engine=hermes&transform.bytecode=1&transform.routerRoot=app&unstable_transformProfile=hermes-stable"},"assets":[],"metadata":{},"extra":{"eas":{"projectId":"96963300-1315-43e1-ae46-f7e215ce2f09"},"expoClient":{"name":"Contador de estoque","slug":"stockCounterMobile","version":"1.0.0","orientation":"portrait","icon":"./src/assets/SPAALico.png","userInterfaceStyle":"light","newArchEnabled":true,"splash":{"image":"./src/assets/SPAALico.png","resizeMode":"contain","backgroundColor":"#ffffff","imageUrl":"http://45.238.42.130:8081/assets/./src/assets/SPAALico.png"},"android":{"adaptiveIcon":{"foregroundImage":"./src/assets/SPAALico.png","backgroundColor":"#ffffff","foregroundImageUrl":"http://45.238.42.130:8081/assets/./src/assets/SPAALico.png"},"permissions":["android.permission.CAMERA","android.permission.RECORD_AUDIO","android.permission.INTERNET"],"package":"com.yagod.stockCounterMobile","usesCleartextTraffic":true},"web":{"favicon":"./assets/favicon.png"},"plugins":[],"extra":{"eas":{"projectId":"96963300-1315-43e1-ae46-f7e215ce2f09"}},"runtimeVersion":{"policy":"appVersion"},"updates":{"url":"https://u.expo.dev/96963300-1315-43e1-ae46-f7e215ce2f09"},"ios":{},"_internal":{"isDebug":false,"projectRoot":"/home/spaal/Documentos/stockCounter-Mobile-","dynamicConfigPath":null,"staticConfigPath":"/home/spaal/Documentos/stockCounter-Mobile-/app.json","packageJsonPath":"/home/spaal/Documentos/stockCounter-Mobile-/package.json"},"sdkVersion":"53.0.0","platforms":["ios","android"],"iconUrl":"http://45.238.42.130:8081/assets/./src/assets/SPAALico.png","hostUri":"45.238.42.130:8081"},"expoGo":{"debuggerHost":"45.238.42.130:8081","developer":{"tool":"expo-cli","projectRoot":"/home/spaal/Documentos/stockCounter-Mobile-"},"packagerOpts":{"dev":true},"mainModuleName":"index","__flipperHack":"React Native packager is running"},"scopeKey":"@anonymous/stockCounterMobile-370a3c72-aea0-431e-a1e6-3e8fc08b3eb5"}}
MongoDB .0
HTTP/1.1 200 OK Host: 47.92.108.160 Date: Tue, 24 Feb 2026 02:28:22 GMT Connection: close
HTTP/1.1 200 OK
Host: 47.92.108.160
Date: Tue, 24 Feb 2026 02:28:22 GMT
Connection: close
X-Powered-By: PHP/8.4.13
Set-Cookie: adminer_sid=c17240d828ac6e5becfc4b1197356aae; path=/; HttpOnly
Set-Cookie: adminer_key=87f4c7bde905463dde69c24374ff62fb; path=/; HttpOnly; SameSite=lax
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-Frame-Options: deny
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
Referrer-Policy: origin-when-cross-origin
Content-Security-Policy: script-src 'self' 'unsafe-inline' 'nonce-YTczN2YzOWFlMDczMjZhOTE2NjBhYzc0NWM0YmJmYzg=' 'strict-dynamic'; connect-src 'self'; frame-src https://www.adminer.org; object-src 'none'; base-uri 'none'; form-action 'self'
Vary: Accept-Encoding
<!DOCTYPE html>
<html lang="en" dir="ltr">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Login - Adminer</title>
<link rel="stylesheet" href="?file=default.css&version=5.4.0">
<link rel='stylesheet' media='(prefers-color-scheme: dark)' href='?file=dark.css&version=5.4.0'>
<meta name='color-scheme' content='light dark'>
<script src='?file=functions.js&version=5.4.0' nonce="YTczN2YzOWFlMDczMjZhOTE2NjBhYzc0NWM0YmJmYzg="></script>
<link rel='icon' href='data:image/gif;base64,R0lGODlhEAAQAJEAAAQCBPz+/PwCBAROZCH5BAEAAAAALAAAAAAQABAAAAI2hI+pGO1rmghihiUdvUBnZ3XBQA7f05mOak1RWXrNq5nQWHMKvuoJ37BhVEEfYxQzHjWQ5qIAADs='>
<link rel='apple-touch-icon' href='?file=logo.png&version=5.4.0'>
<body class='ltr nojs adminer'>
<script nonce="YTczN2YzOWFlMDczMjZhOTE2NjBhYzc0NWM0YmJmYzg=">mixin(document.body, {onkeydown: bodyKeydown, onclick: bodyClick, onload: partial(verifyVersion, '5.4.0', '?server=&', '75439:415509')});
document.body.classList.replace('nojs', 'js');
const offlineMessage = 'You are offline.';
const thousandsSeparator = ',';</script>
<div id='help' class='jush-sql jsonly hidden'></div>
<script nonce="YTczN2YzOWFlMDczMjZhOTE2NjBhYzc0NWM0YmJmYzg=">mixin(qs('#help'), {onmouseover: () => { helpOpen = 1; }, onmouseout: helpMouseout});</script>
<div id='content'>
<span id='menuopen' class='jsonly'><button type='submit' name='' title='' class='icon icon-move'><span>menu</span></button></span><script nonce="YTczN2YzOWFlMDczMjZhOTE2NjBhYzc0NWM0YmJmYzg=">qs('#menuopen').onclick = event => { qs('#foot').classList.toggle('foot'); event.stopPropagation(); }</script>
<h2>Login</h2>
<div id='ajaxstatus' class='jsonly hidden'></div>
<form action='' method='post'>
<div></div>
<table class='layout'>
<tr><th>System<td><select name='auth[driver]'><option value="server" selected>MySQL / MariaDB<option value="sqlite">SQLite<option value="pgsql">PostgreSQL<option value="oracle">Oracle (beta)<option value="mssql">MS SQL</select><script nonce="YTczN2YzOWFlMDczMjZhOTE2NjBhYzc0NWM0YmJmYzg=">qsl('select').onchange = function () { loginDriver(this); };</script>
<tr><th>Server<td><input name="auth[server]" value="db" title="hostname[:port]" placeholder="localhost" autocapitalize="off">
<tr><th>Username<td><input name="auth[username]" id="username" autofocus value="" autocomplete="username" autocapitalize="off"><script nonce="YTczN2YzOWFlMDczMjZhOTE2NjBhYzc0NWM0YmJmYzg=">const authDriver = qs('#username').form['auth[driver]']; authDriver && authDriver.onchange();</script>
<tr><th>Password<td><input type="password" name="auth[password]" autocomplete="current-password">
<tr><th>Database<td><input name="auth[db]" value="" autocapitalize="off">
</table>
<p><input type='submit' value='Login'>
<label><input type='checkbox' name='auth[permanent]' value='1'>Permanent login</label>
</form>
</div>
<div id='foot' class='foot'>
<div id='menu'>
<h1><a href='https://www.adminer.org/' target="_blank" rel="noreferrer noopener" id='h1'><img src='?file=logo.png&version=5.4.0' width='24' height='24' alt='' id='logo'>Adminer</a> <span class='version'>5.4.0 <a href='https://www.adminer.org/#download' target="_blank" rel="noreferrer noopener" id='version'></a></span></h1>
<form action='' method='post'
MongoDB .2
HTTP/1.1 200 OK Date: Tue, 24 Feb 2026 02:00:50 GMT Server: Apache/2.4.62 (Debian) X-Powered-By: PHP/8.2.27
HTTP/1.1 200 OK
Date: Tue, 24 Feb 2026 02:00:50 GMT
Server: Apache/2.4.62 (Debian)
X-Powered-By: PHP/8.2.27
Set-Cookie: phpMyAdmin=a0bba22b47f31ac6b63c578f74b2bad4; path=/; HttpOnly; SameSite=Strict
Expires: Tue, 24 Feb 2026 02:00:50 +0000
Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0
Last-Modified: Tue, 24 Feb 2026 02:00:50 +0000
Set-Cookie: phpMyAdmin=a0bba22b47f31ac6b63c578f74b2bad4; path=/; HttpOnly; SameSite=Strict
Set-Cookie: pma_lang=en; expires=Thu, 26 Mar 2026 02:00:50 GMT; Max-Age=2592000; path=/; HttpOnly; SameSite=Strict
Set-Cookie: phpMyAdmin=2da865578a2997f07d491440d317d276; path=/; HttpOnly; SameSite=Strict
X-ob_mode: 1
X-Frame-Options: DENY
Referrer-Policy: same-origin
Content-Security-Policy: default-src 'self' ;script-src 'self' 'unsafe-inline' 'unsafe-eval' ;style-src 'self' 'unsafe-inline' ;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-Content-Security-Policy: default-src 'self' ;options inline-script eval-script;referrer no-referrer;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-WebKit-CSP: default-src 'self' ;script-src 'self' 'unsafe-inline' 'unsafe-eval';referrer no-referrer;style-src 'self' 'unsafe-inline' ;img-src 'self' data: *.tile.openstreetmap.org;object-src 'none';
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
X-Robots-Tag: noindex, nofollow
Pragma: no-cache
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
4844
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="same-origin">
<meta name="robots" content="noindex,nofollow,notranslate">
<meta name="google" content="notranslate">
<style id="cfs-style">html{display: none;}</style>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./themes/pmahomme/jquery/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/lib/codemirror.css?v=5.2.2">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/addon/hint/show-hint.css?v=5.2.2">
<link rel="stylesheet" type="text/css" href="js/vendor/codemirror/addon/lint/lint.css?v=5.2.2">
<link rel="stylesheet" type="text/css" href="./themes/pmahomme/css/theme.css?v=5.2.2">
<title>phpMyAdmin</title>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.min.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-migrate.min.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/sprintf.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/ajax.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/keyhandler.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-ui.min.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/name-conflict-fixes.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/js.cookie.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.validate.min.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery-ui-timepicker-addon.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/vendor/jquery/jquery.debounce-1.0.6.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/menu_resizer.js?v=5.2.2"></script>
<script data-cfasync="false" type="text/javascript" src="js/dist/cross_framing_protec
MongoDB 4
HTTP/1.1 200 OK Date: Tue, 24 Feb 2026 03:25:42 GMT Content-type: text/plain; version=0.0.4; charset=utf-8 Content-length: 20543
HTTP/1.1 200 OK
Date: Tue, 24 Feb 2026 03:25:42 GMT
Content-type: text/plain; version=0.0.4; charset=utf-8
Content-length: 20543
# HELP yipmonitor_chunk_manager_restart_total Number of restart of the chunk manager
# TYPE yipmonitor_chunk_manager_restart_total counter
# HELP yipmonitor_media_server_restart_total Number of restart of the media server
# TYPE yipmonitor_media_server_restart_total counter
# HELP yipmonitor_media_server_running Is the chunk manager running
# TYPE yipmonitor_media_server_running gauge
yipmonitor_media_server_running{source_id="4726695",source_name="Asharq-Vertical",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 1.0
yipmonitor_media_server_running{source_id="4726678",source_name="Asharq-2",source_type="AUDIOVIDEO",source_protocol="SRT",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 1.0
yipmonitor_media_server_running{source_id="4455180",source_name="Asharq-1",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 1.0
# HELP yipmonitor_client_rtmp_publishers_time_seconds Indicates the publishing time in seconds for each publisher. Should have exactly 1 publisher, not more, not less. Non monotonous publishing time indicates the streamer restarted.
# TYPE yipmonitor_client_rtmp_publishers_time_seconds gauge
yipmonitor_client_rtmp_publishers_time_seconds{source_id="4726695",source_name="Asharq-Vertical",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 406722.5
yipmonitor_client_rtmp_publishers_time_seconds{source_id="4455180",source_name="Asharq-1",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 244724.876
# HELP yipmonitor_ingest_selected_video_width The selected width of the video track
# TYPE yipmonitor_ingest_selected_video_width gauge
yipmonitor_ingest_selected_video_width{source_id="4726695",source_name="Asharq-Vertical",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 1080.0
yipmonitor_ingest_selected_video_width{source_id="4726678",source_name="Asharq-2",source_type="AUDIOVIDEO",source_protocol="SRT",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 1920.0
yipmonitor_ingest_selected_video_width{source_id="4455180",source_name="Asharq-1",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} 1920.0
# HELP yipmonitor_transcoded_source_hd_ld_similarity Similarity score between the latest HD and LD chunks. Similarity should be superior to 0.5
# TYPE yipmonitor_transcoded_source_hd_ld_similarity gauge
yipmonitor_transcoded_source_hd_ld_similarity{source_id="4726695",source_name="Asharq-Vertical",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} -1.0
yipmonitor_transcoded_source_hd_ld_similarity{source_id="4726678",source_name="Asharq-2",source_type="AUDIOVIDEO",source_protocol="SRT",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} -1.0
yipmonitor_transcoded_source_hd_ld_similarity{source_id="4455180",source_name="Asharq-1",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod-ofr-ingest-47.yuzzitpro.com",env="PROD",} -1.0
# HELP yipmonitor_client_source_http_status_code HTTP status code obtained while cheking the source. Bad if code < 200 or code >= 400
# TYPE yipmonitor_client_source_http_status_code gauge
yipmonitor_client_source_http_status_code{source_id="4726695",source_name="Asharq-Vertical",source_type="AUDIOVIDEO",source_protocol="RTMP",source_platform="RAW_STREAM",server_hostname="prod
Page 2 of 193
—
3,844 total results