-1213073091 | 2025-04-24T00:11:36.162571
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 05:41:35 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T15:32:02.845243
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 21:02:02 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T07:38:01.599627
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 13:08:01 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T06:30:25.104495
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 12:00:24 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T03:09:59.571357
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 08:39:59 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-675955343 | 2025-04-23T06:50:04.939555
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 12:20:04 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color: #fff;
font-size: 19px;
background-color: #333;
}
.BOX1 {
position:absolute;
left:50%;
top:50%;
margin-top:-225px;
margin-left:-360px;
visibility: visible;
}
.BOX2 {
background-color: #333;
color: #fff;
text-align: center;
padding: 12px;
width: 100%;
overflow: auto;
height: auto;
position: fixed;
bottom: 0px;
}
a:hover {
font-size: 100%;
text-decoration: underline;
font-weight: bold;
}
.input {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
margin: 1px;
padding: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
width: 85px;
font-size: 14px;
}
.button {
font-family: "Century Gothic";
color: #FFFFFF;
background-color: #0CF;
padding: 6px;
text-align: center;
width: 170px;
border: 1px inset #09F;
border-radius: 28px;
font-size: 14px;
}
.input_osg {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
height: 20px;
margin: 1px;
padding: 6px;
text-align: center;
width: 72px;
font-size: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_osg {
font-family: Century Gothic;
width: 300px;
background: #3498db;
border: 1px inset #3498db;
border-radius: 28px;
color: #ffffff;
font-size: 15px;
padding: 6px;
}
.button_osg:hover {
background: #3cb0fd;
border: 1px inset #3cb0fd;
}
.font_note {
font-size: 13px;
}
.round{
border-collapse: separate;
border: 0px solid #333333;
background-color: #F0F0F0;
border-radius: 28px;
}
</style>
<script language="JavaScript">
//Kelvin++ 2014-08-07 check is it opening from EZ server, then auto-login use ez.htm
if(document.URL.indexOf("?a=") > 0){
location.href="/nobody/aplogin.htm?parameter="+Base64.encode(document.URL.split("?")[1])+"&InitPath=EZ_LOGIN"+"&rnd="+Math.random();
}
/* ========== loginDevice.js ========== */
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1){
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
function setCookie(c_name,value,expiredays){
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if(cval != null)
document.cookie = name + "="+cval+";expires="+exp.toGMTString();
}
function getURL(){
var a = document.URL.split("//");
a = (a[1] ? a[1] : a[0]).split("/");
return a[0];
}
function getPort(){
urlArr = getURL().split(":");
if(urlArr.length == 1)
return "80";
else
return urlArr[1];
}
var w = window.screen.availWidth;
if(getCookie("ViewMode")!="Classic"){
if(w <= 800){//mobile screen width < 800
if(w > 320)
location.href="/nobody/mobile480.htm?Login=Captcha";
else if(w <= 240)
location.href="/nobody/mobile240.htm?Login=Captcha";
else
location.href="/nobody/mobile.htm?Login=Captcha";
}
}
//no use
function isMobileBrowser(){
var u = navigator.userAgent.toLowerCase();
if(u.indexOf("midp") != -1)
return true;
else if(u.indexOf("mobile") != -1)
return true;
else if(u.indexOf("iphone") != -1 || u.indexOf("ipod") != -1)
return true;
else if(u.indexOf("series60") != -1 || u.indexOf("symbian") != -1)
return true;
else if(u.indexOf("blackberry") != -1)
return true;
else if(u.indexOf("android") != -1)
return true;
else if(u.indexOf("windows ce") != -1 || u.indexOf("windows phone") != -1)
return true;
else if(u.indexOf("htc") != -1 || u.indexOf("hd2_") != -1)
return true;
else if(u.indexOf("palm") != -1)
return t
-1213073091 | 2025-04-24T11:27:17.069844
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 16:57:16 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T05:50:31.120875
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 11:20:30 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T23:02:11.115787
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 04:32:09 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T21:15:00.129468
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 02:44:59 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T20:15:23.501430
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 01:45:22 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T17:14:08.809062
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 22:44:08 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:28:01.951095
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 21:57:47 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:04:29.332845
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 21:34:54 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T17:33:17.954246
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 23:03:04 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T10:03:22.880921
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 15:33:22 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T22:08:47.523447
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 03:38:46 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T13:27:16.913478
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 18:57:16 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T15:44:54.369127
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 21:14:53 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T19:51:25.143701
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 01:21:11 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T13:46:37.099379
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 19:15:27 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T09:03:49.557682
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 14:33:49 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T21:48:34.040646
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 03:18:33 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T10:03:53.064791
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 15:33:52 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T07:11:15.623399
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 12:41:01 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T14:28:00.787019
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 19:58:00 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T08:18:50.360830
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 13:48:49 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T05:03:33.176882
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 10:33:32 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T09:15:59.145115
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 14:45:58 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T04:51:23.206544
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 10:20:13 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T11:17:24.968290
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 16:47:24 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:58:49.412456
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 22:28:49 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T05:34:09.968591
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 11:04:09 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
76576247 | 2025-04-23T03:50:45.293033
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 09:20:44 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color:
-1213073091 | 2025-04-22T16:11:11.546046
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 21:41:11 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T10:36:51.293282
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 16:06:50 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T10:12:21.947214
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 15:42:07 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T07:30:02.081628
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 13:00:01 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T15:15:38.501448
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 20:44:28 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T01:31:58.293024
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 07:01:57 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T20:52:05.617289
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 02:20:55 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T22:01:22.758176
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 03:31:47 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T13:51:41.583032
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 19:21:41 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T18:27:40.636344
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 23:57:40 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
7007379 | 2025-04-23T05:13:33.313143
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 10:43:33 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T12:29:24.886035
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 17:59:24 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T13:05:22.042100
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 18:35:21 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T08:34:24.000481
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 14:04:23 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T16:57:04.664137
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 22:26:47 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T04:40:01.703287
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 10:10:01 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T05:46:51.709842
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 11:16:51 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:55:09.088735
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 22:25:08 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T07:03:10.712662
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 12:33:10 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T19:58:49.026016
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 01:28:48 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T13:44:54.532610
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 19:13:45 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T19:10:15.111690
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 00:40:02 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T10:58:19.821260
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 16:28:17 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T14:13:01.428115
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 19:43:36 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T19:46:18.355979
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 01:16:17 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T20:54:57.491533
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 02:24:56 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
0 | 2025-04-12T22:26:51.874212
HTTP/1.1 404 Not Found
Server: CPE-SERVER/1.0 Supports only GET
-915454273 | 2025-04-22T12:22:23.602290
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 17:52:23 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color: #fff;
font-size: 19px;
background-color: #333;
}
.BOX1 {
position:absolute;
left:50%;
top:50%;
margin-top:-225px;
margin-left:-360px;
visibility: visible;
}
.BOX2 {
background-color: #333;
color: #fff;
text-align: center;
padding: 12px;
width: 100%;
overflow: auto;
height: auto;
position: fixed;
bottom: 0px;
}
a:hover {
font-size: 100%;
text-decoration: underline;
font-weight: bold;
}
.input {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
margin: 1px;
padding: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
width: 85px;
font-size: 14px;
}
.button {
font-family: "Century Gothic";
color: #FFFFFF;
background-color: #0CF;
padding: 6px;
text-align: center;
width: 170px;
border: 1px inset #09F;
border-radius: 28px;
font-size: 14px;
}
.input_osg {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
height: 20px;
margin: 1px;
padding: 6px;
text-align: center;
width: 72px;
font-size: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_osg {
font-family: Century Gothic;
width: 300px;
background: #3498db;
border: 1px inset #3498db;
border-radius: 28px;
color: #ffffff;
font-size: 15px;
padding: 6px;
}
.button_osg:hover {
background: #3cb0fd;
border: 1px inset #3cb0fd;
}
.font_note {
font-size: 13px;
}
.round{
border-collapse: separate;
border: 0px solid #333333;
background-color: #F0F0F0;
border-radius: 28px;
}
</style>
<script language="JavaScript">
//Kelvin++ 2014-08-07 check is it opening from EZ server, then auto-login use ez.htm
if(document.URL.indexOf("?a=") > 0){
location.href="/nobody/aplogin.htm?parameter="+Base64.encode(document.URL.split("?")[1])+"&InitPath=EZ_LOGIN"+"&rnd="+Math.random();
}
/* ========== loginDevice.js ========== */
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1){
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
function setCookie(c_name,value,expiredays){
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if(cval != null)
document.cookie = name + "="+cval+";expires="+exp.toGMTString();
}
function getURL(){
var a = document.URL.split("//");
a = (a[1] ? a[1] : a[0]).split("/");
return a[0];
}
function getPort(){
urlArr = getURL().split(":");
if(urlArr.length == 1)
return "80";
else
return urlArr[1];
}
var w = window.screen.availWidth;
if(getCookie("ViewMode")!="Classic"){
if(w <= 800){//mobile screen width < 800
if(w > 320)
location.href="/nobody/mobile480.htm?Login=Captcha";
else if(w <= 240)
location.href="/nobody/mobile240.htm?Login=Captcha";
else
location.href="/nobody/mobile.htm?Login=Captcha";
}
}
//no use
function isMobileBrowser(){
var u = navigator.userAgent.toLowerCase();
if(u.indexOf("midp") != -1)
return true;
else if(u.indexOf("mobile") != -1)
return true;
else if(u.indexOf("iphone") != -1 || u.indexOf("ipod") != -1)
return true;
else if(u.indexOf("series60") != -1 || u.indexOf("symbian") != -1)
return true;
else if(u.indexOf("blackberry") != -1)
return true;
else if(u.indexOf("android") != -1)
return true;
else if(u.indexOf("windows ce") != -1 || u.indexOf("windows phone") != -1)
return true;
else if(u.indexOf("htc") != -1 || u.indexOf("hd2_") != -1)
return true;
else if(u.indexOf("palm") != -1)
return t
-1213073091 | 2025-04-23T17:00:28.955665
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 22:30:28 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T03:12:10.980213
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 08:42:46 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T21:58:44.626080
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 03:28:44 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T16:19:50.954199
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 21:49:50 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T23:32:31.017994
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 05:02:30 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T15:36:57.566036
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 21:07:32 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
1710229754 | 2025-04-22T22:08:30.939643
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 03:38:30 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color: #fff;
font-size: 19px;
background-color: #333;
}
.BOX1 {
position:absolute;
left:50%;
top:50%;
margin-top:-225px;
margin-left:-360px;
visibility: visible;
}
.BOX2 {
background-color: #333;
color: #fff;
text-align: center;
padding: 12px;
width: 100%;
overflow: auto;
height: auto;
position: fixed;
bottom: 0px;
}
a:hover {
font-size: 100%;
text-decoration: underline;
font-weight: bold;
}
.input {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
margin: 1px;
padding: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
width: 85px;
font-size: 14px;
}
.button {
font-family: "Century Gothic";
color: #FFFFFF;
background-color: #0CF;
padding: 6px;
text-align: center;
width: 170px;
border: 1px inset #09F;
border-radius: 28px;
font-size: 14px;
}
.input_osg {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
height: 20px;
margin: 1px;
padding: 6px;
text-align: center;
width: 72px;
font-size: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_osg {
font-family: Century Gothic;
width: 300px;
background: #3498db;
border: 1px inset #3498db;
border-radius: 28px;
color: #ffffff;
font-size: 15px;
padding: 6px;
}
.button_osg:hover {
background: #3cb0fd;
border: 1px inset #3cb0fd;
}
.font_note {
font-size: 13px;
}
.round{
border-collapse: separate;
border: 0px solid #333333;
background-color: #F0F0F0;
border-radius: 28px;
}
</style>
<script language="JavaScript">
//Kelvin++ 2014-08-07 check is it opening from EZ server, then auto-login use ez.htm
if(document.URL.indexOf("?a=") > 0){
location.href="/nobody/aplogin.htm?parameter="+Base64.encode(document.URL.split("?")[1])+"&InitPath=EZ_LOGIN"+"&rnd="+Math.random();
}
/* ========== loginDevice.js ========== */
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1){
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
function setCookie(c_name,value,expiredays){
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if(cval != null)
document.cookie = name + "="+cval+";expires="+exp.toGMTString();
}
function getURL(){
var a = document.URL.split("//");
a = (a[1] ? a[1] : a[0]).split("/");
return a[0];
}
function getPort(){
urlArr = getURL().split(":");
if(urlArr.length == 1)
return "80";
else
return urlArr[1];
}
var w = window.screen.availWidth;
if(getCookie("ViewMode")!="Classic"){
if(w <= 800){//mobile screen width < 800
if(w > 320)
location.href="/nobody/mobile480.htm?Login=Captcha";
else if(w <= 240)
location.href="/nobody/mobile240.htm?Login=Captcha";
else
location.href="/nobody/mobile.htm?Login=Captcha";
}
}
//no use
function isMobileBrowser(){
var u = navigator.userAgent.toLowerCase();
if(u.indexOf("midp") != -1)
return true;
else if(u.indexOf("mobile") != -1)
return true;
else if(u.indexOf("iphone") != -1 || u.indexOf("ipod") != -1)
return true;
else if(u.indexOf("series60") != -1 || u.indexOf("symbian") != -1)
return true;
else if(u.indexOf("blackberry") != -1)
return true;
else if(u.indexOf("android") != -1)
return true;
else if(u.indexOf("windows ce") != -1 || u.indexOf("windows phone") != -1)
return true;
else if(u.indexOf("htc") != -1 || u.indexOf("hd2_") != -1)
return true;
else if(u.indexOf("palm") != -1)
return t
-1213073091 | 2025-04-22T18:45:25.005257
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 00:14:15 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T18:26:16.484222
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 23:56:15 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T06:54:32.781652
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 12:24:32 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T18:39:49.126870
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 00:09:35 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T16:15:15.821266
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 21:45:01 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T03:59:57.433285
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 09:30:32 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T22:07:48.063356
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 03:37:47 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T17:08:08.188204
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 22:38:07 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T21:22:43.020468
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 02:52:42 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:35:17.567157
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 22:05:03 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T02:27:38.746878
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 07:56:26 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T13:34:46.563611
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 19:05:11 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T12:18:58.411916
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 17:49:33 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T11:01:59.781361
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 16:31:59 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T08:08:53.685257
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 13:38:53 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T13:08:41.041513
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 18:38:40 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T05:33:56.665872
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 11:03:42 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T08:52:22.259389
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 14:22:46 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T14:49:17.774970
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 20:19:05 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T22:23:32.820838
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 03:52:23 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-274629232 | 2025-04-22T13:47:27.253595
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 19:17:27 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color: #fff;
font-size: 19px;
background-color: #333;
}
.BOX1 {
position:absolute;
left:50%;
top:50%;
margin-top:-225px;
margin-left:-360px;
visibility: visible;
}
.BOX2 {
background-color: #333;
color: #fff;
text-align: center;
padding: 12px;
width: 100%;
overflow: auto;
height: auto;
position: fixed;
bottom: 0px;
}
a:hover {
font-size: 100%;
text-decoration: underline;
font-weight: bold;
}
.input {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
margin: 1px;
padding: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
width: 85px;
font-size: 14px;
}
.button {
font-family: "Century Gothic";
color: #FFFFFF;
background-color: #0CF;
padding: 6px;
text-align: center;
width: 170px;
border: 1px inset #09F;
border-radius: 28px;
font-size: 14px;
}
.input_osg {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
height: 20px;
margin: 1px;
padding: 6px;
text-align: center;
width: 72px;
font-size: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_osg {
font-family: Century Gothic;
width: 300px;
background: #3498db;
border: 1px inset #3498db;
border-radius: 28px;
color: #ffffff;
font-size: 15px;
padding: 6px;
}
.button_osg:hover {
background: #3cb0fd;
border: 1px inset #3cb0fd;
}
.font_note {
font-size: 13px;
}
.round{
border-collapse: separate;
border: 0px solid #333333;
background-color: #F0F0F0;
border-radius: 28px;
}
</style>
<script language="JavaScript">
//Kelvin++ 2014-08-07 check is it opening from EZ server, then auto-login use ez.htm
if(document.URL.indexOf("?a=") > 0){
location.href="/nobody/aplogin.htm?parameter="+Base64.encode(document.URL.split("?")[1])+"&InitPath=EZ_LOGIN"+"&rnd="+Math.random();
}
/* ========== loginDevice.js ========== */
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1){
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
function setCookie(c_name,value,expiredays){
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if(cval != null)
document.cookie = name + "="+cval+";expires="+exp.toGMTString();
}
function getURL(){
var a = document.URL.split("//");
a = (a[1] ? a[1] : a[0]).split("/");
return a[0];
}
function getPort(){
urlArr = getURL().split(":");
if(urlArr.length == 1)
return "80";
else
return urlArr[1];
}
var w = window.screen.availWidth;
if(getCookie("ViewMode")!="Classic"){
if(w <= 800){//mobile screen width < 800
if(w > 320)
location.href="/nobody/mobile480.htm?Login=Captcha";
else if(w <= 240)
location.href="/nobody/mobile240.htm?Login=Captcha";
else
location.href="/nobody/mobile.htm?Login=Captcha";
}
}
//no use
function isMobileBrowser(){
var u = navigator.userAgent.toLowerCase();
if(u.indexOf("midp") != -1)
return true;
else if(u.indexOf("mobile") != -1)
return true;
else if(u.indexOf("iphone") != -1 || u.indexOf("ipod") != -1)
return true;
else if(u.indexOf("series60") != -1 || u.indexOf("symbian") != -1)
return true;
else if(u.indexOf("blackberry") != -1)
return true;
else if(u.indexOf("android") != -1)
return true;
else if(u.indexOf("windows ce") != -1 || u.indexOf("windows phone") != -1)
return true;
else if(u.indexOf("htc") != -1 || u.indexOf("hd2_") != -1)
return true;
else if(u.indexOf("palm") != -1)
return t
-1213073091 | 2025-04-22T10:36:11.083353
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 16:06:10 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T23:05:20.346587
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 04:35:19 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T14:23:02.079697
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 19:52:47 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T04:00:27.940266
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 09:30:27 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T20:41:48.604740
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 02:11:47 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T05:43:40.056804
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 11:13:39 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T09:04:42.088247
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 14:34:41 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1744506577 | 2025-04-23T15:28:26.357303
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 20:58:26 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color:
-1213073091 | 2025-04-22T17:53:43.951719
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 23:23:43 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T20:07:37.000014
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 01:37:36 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T06:33:43.350252
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 12:03:42 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1430887830 | 2025-04-22T20:23:19.617238
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 01:53:19 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color: #fff;
font-size: 19px;
background-color: #333;
}
.BOX1 {
position:absolute;
left:50%;
top:50%;
margin-top:-225px;
margin-left:-360px;
visibility: visible;
}
.BOX2 {
background-color: #333;
color: #fff;
text-align: center;
padding: 12px;
width: 100%;
overflow: auto;
height: auto;
position: fixed;
bottom: 0px;
}
a:hover {
font-size: 100%;
text-decoration: underline;
font-weight: bold;
}
.input {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
margin: 1px;
padding: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
width: 85px;
font-size: 14px;
}
.button {
font-family: "Century Gothic";
color: #FFFFFF;
background-color: #0CF;
padding: 6px;
text-align: center;
width: 170px;
border: 1px inset #09F;
border-radius: 28px;
font-size: 14px;
}
.input_osg {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
height: 20px;
margin: 1px;
padding: 6px;
text-align: center;
width: 72px;
font-size: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_osg {
font-family: Century Gothic;
width: 300px;
background: #3498db;
border: 1px inset #3498db;
border-radius: 28px;
color: #ffffff;
font-size: 15px;
padding: 6px;
}
.button_osg:hover {
background: #3cb0fd;
border: 1px inset #3cb0fd;
}
.font_note {
font-size: 13px;
}
.round{
border-collapse: separate;
border: 0px solid #333333;
background-color: #F0F0F0;
border-radius: 28px;
}
</style>
<script language="JavaScript">
//Kelvin++ 2014-08-07 check is it opening from EZ server, then auto-login use ez.htm
if(document.URL.indexOf("?a=") > 0){
location.href="/nobody/aplogin.htm?parameter="+Base64.encode(document.URL.split("?")[1])+"&InitPath=EZ_LOGIN"+"&rnd="+Math.random();
}
/* ========== loginDevice.js ========== */
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1){
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
function setCookie(c_name,value,expiredays){
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if(cval != null)
document.cookie = name + "="+cval+";expires="+exp.toGMTString();
}
function getURL(){
var a = document.URL.split("//");
a = (a[1] ? a[1] : a[0]).split("/");
return a[0];
}
function getPort(){
urlArr = getURL().split(":");
if(urlArr.length == 1)
return "80";
else
return urlArr[1];
}
var w = window.screen.availWidth;
if(getCookie("ViewMode")!="Classic"){
if(w <= 800){//mobile screen width < 800
if(w > 320)
location.href="/nobody/mobile480.htm?Login=Captcha";
else if(w <= 240)
location.href="/nobody/mobile240.htm?Login=Captcha";
else
location.href="/nobody/mobile.htm?Login=Captcha";
}
}
//no use
function isMobileBrowser(){
var u = navigator.userAgent.toLowerCase();
if(u.indexOf("midp") != -1)
return true;
else if(u.indexOf("mobile") != -1)
return true;
else if(u.indexOf("iphone") != -1 || u.indexOf("ipod") != -1)
return true;
else if(u.indexOf("series60") != -1 || u.indexOf("symbian") != -1)
return true;
else if(u.indexOf("blackberry") != -1)
return true;
else if(u.indexOf("android") != -1)
return true;
else if(u.indexOf("windows ce") != -1 || u.indexOf("windows phone") != -1)
return true;
else if(u.indexOf("htc") != -1 || u.indexOf("hd2_") != -1)
return true;
else if(u.indexOf("palm") != -1)
return t
-1213073091 | 2025-04-22T10:35:10.868592
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 16:04:56 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T19:54:44.459323
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 01:24:44 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T07:33:41.777687
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 13:03:41 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T20:19:27.088917
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 01:48:17 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T23:45:20.869793
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 05:15:20 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T18:58:18.472154
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 00:28:17 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T16:52:41.342854
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 22:23:16 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T13:48:26.882836
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 19:18:26 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T22:14:53.589583
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 03:44:52 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T08:02:41.506842
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 13:32:40 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T16:54:10.607553
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 22:23:56 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T10:25:04.402904
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 15:55:03 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T21:58:15.076372
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 03:27:05 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T03:37:14.549390
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 09:07:50 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T08:47:42.652262
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 14:17:42 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T22:57:24.947659
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 04:28:00 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T14:31:45.268025
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 20:02:20 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T17:18:11.205260
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 22:48:10 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T10:14:10.996274
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 15:44:10 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T22:30:39.262124
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 04:00:25 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T08:15:24.695550
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 13:45:24 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T03:17:16.436537
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 08:47:15 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T12:43:41.002633
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 18:13:40 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T03:50:42.572416
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 09:20:42 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T13:47:19.908340
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 19:17:19 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T06:44:33.982834
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 12:14:33 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T18:07:45.336434
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 23:38:09 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T11:21:47.944298
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 16:51:47 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T23:54:12.023214
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 05:24:11 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T11:07:08.869587
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 16:37:08 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T15:47:21.617669
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 21:17:21 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T06:16:03.770911
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 11:46:38 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T03:38:50.027275
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 09:08:36 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T14:59:26.776130
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 20:30:02 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T04:59:13.950582
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 10:29:13 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T09:38:34.771075
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 15:09:10 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T10:33:02.731702
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 16:01:53 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T05:12:15.633208
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 10:42:40 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T05:42:12.327835
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 11:12:11 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T05:00:42.782389
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 10:29:33 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T11:05:51.014252
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 16:35:50 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T16:54:59.411728
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 22:24:58 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T15:56:19.300306
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 21:26:05 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T22:42:06.845657
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 04:12:06 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T08:55:20.660312
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 14:25:45 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T08:30:17.671958
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 14:00:03 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T14:14:43.204630
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 19:43:33 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:42:23.034556
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 22:12:22 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T23:34:09.675140
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 05:04:09 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T20:27:20.199235
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 01:57:19 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T08:22:11.483875
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 13:52:10 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T18:13:05.272110
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 23:41:55 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T03:13:37.814077
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 08:43:37 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T07:02:14.466840
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 12:32:49 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:24:04.278412
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 21:53:50 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T02:15:54.461618
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 07:44:42 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T03:03:16.771302
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 08:33:14 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T11:46:19.606773
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 17:15:08 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-971643242 | 2025-04-22T21:37:28.543361
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 03:07:16 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color: #fff;
font-size: 19px;
background-color: #333;
}
.BOX1 {
position:absolute;
left:50%;
top:50%;
margin-top:-225px;
margin-left:-360px;
visibility: visible;
}
.BOX2 {
background-color: #333;
color: #fff;
text-align: center;
padding: 12px;
width: 100%;
overflow: auto;
height: auto;
position: fixed;
bottom: 0px;
}
a:hover {
font-size: 100%;
text-decoration: underline;
font-weight: bold;
}
.input {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
margin: 1px;
padding: 6px;
border-top-style: none;
border-right-style:
-1213073091 | 2025-04-22T11:45:24.578300
HTTP/1.1 200 OK
Date: Tue, 22 Apr 2025 17:15:24 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T01:16:59.534645
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 06:46:58 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T03:05:07.282884
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 08:35:06 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-22T19:16:37.138330
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 00:46:23 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T16:24:39.583597
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 21:54:39 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T11:18:27.754184
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 16:49:03 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T00:08:06.351696
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 05:38:05 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
486546239 | 2025-04-23T08:47:16.149708
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 14:17:16 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="bookmark" href="/nobody/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="googlebot" content="nosnippet">
<meta name="robots" content="noarchive">
<title>Remote Surveillance, Any time & Any where</title>
<style>
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Century Gothic";
color: #fff;
font-size: 19px;
background-color: #333;
}
.BOX1 {
position:absolute;
left:50%;
top:50%;
margin-top:-225px;
margin-left:-360px;
visibility: visible;
}
.BOX2 {
background-color: #333;
color: #fff;
text-align: center;
padding: 12px;
width: 100%;
overflow: auto;
height: auto;
position: fixed;
bottom: 0px;
}
a:hover {
font-size: 100%;
text-decoration: underline;
font-weight: bold;
}
.input {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
margin: 1px;
padding: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
width: 85px;
font-size: 14px;
}
.button {
font-family: "Century Gothic";
color: #FFFFFF;
background-color: #0CF;
padding: 6px;
text-align: center;
width: 170px;
border: 1px inset #09F;
border-radius: 28px;
font-size: 14px;
}
.input_osg {
font-family: "Century Gothic";
color: #666;
background-color: #F0F0F0;
height: 20px;
margin: 1px;
padding: 6px;
text-align: center;
width: 72px;
font-size: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_osg {
font-family: Century Gothic;
width: 300px;
background: #3498db;
border: 1px inset #3498db;
border-radius: 28px;
color: #ffffff;
font-size: 15px;
padding: 6px;
}
.button_osg:hover {
background: #3cb0fd;
border: 1px inset #3cb0fd;
}
.font_note {
font-size: 13px;
}
.round{
border-collapse: separate;
border: 0px solid #333333;
background-color: #F0F0F0;
border-radius: 28px;
}
</style>
<script language="JavaScript">
//Kelvin++ 2014-08-07 check is it opening from EZ server, then auto-login use ez.htm
if(document.URL.indexOf("?a=") > 0){
location.href="/nobody/aplogin.htm?parameter="+Base64.encode(document.URL.split("?")[1])+"&InitPath=EZ_LOGIN"+"&rnd="+Math.random();
}
/* ========== loginDevice.js ========== */
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1){
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
function setCookie(c_name,value,expiredays){
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if(cval != null)
document.cookie = name + "="+cval+";expires="+exp.toGMTString();
}
function getURL(){
var a = document.URL.split("//");
a = (a[1] ? a[1] : a[0]).split("/");
return a[0];
}
function getPort(){
urlArr = getURL().split(":");
if(urlArr.length == 1)
return "80";
else
return urlArr[1];
}
var w = window.screen.availWidth;
if(getCookie("ViewMode")!="Classic"){
if(w <= 800){//mobile screen width < 800
if(w > 320)
location.href="/nobody/mobile480.htm?Login=Captcha";
else if(w <= 240)
location.href="/nobody/mobile240.htm?Login=Captcha";
else
location.href="/nobody/mobile.htm?Login=Captcha";
}
}
//no use
function isMobileBrowser(){
var u = navigator.userAgent.toLowerCase();
if(u.indexOf("midp") != -1)
return true;
else if(u.indexOf("mobile") != -1)
return true;
else if(u.indexOf("iphone") != -1 || u.indexOf("ipod") != -1)
return true;
else if(u.indexOf("series60") != -1 || u.indexOf("symbian") != -1)
return true;
else if(u.indexOf("blackberry") != -1)
return true;
else if(u.indexOf("android") != -1)
return true;
else if(u.indexOf("windows ce") != -1 || u.indexOf("windows phone") != -1)
return true;
else if(u.indexOf("htc") != -1 || u.indexOf("hd2_") != -1)
return true;
else if(u.indexOf("palm") != -1)
return t
-1213073091 | 2025-04-23T16:28:43.269506
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 21:58:42 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T09:22:13.058583
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 14:52:12 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-24T15:12:29.570213
HTTP/1.1 200 OK
Date: Thu, 24 Apr 2025 20:42:29 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171
-1213073091 | 2025-04-23T08:17:18.904289
HTTP/1.1 200 OK
Date: Wed, 23 Apr 2025 13:47:18 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Tue, 26 Nov 2019 07:46:18 GMT
Content-Type: text/html
ETag: 227-54171-1574754378
Content-Length: 54171