HTTP/1.1 200 OK
Date: Sun, 22 Feb 2026 23:37:43 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
HTTP/1.1 200 OK
Date: Sun, 22 Feb 2026 23:37:43 GMT
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Connection: close
Last-Modified: Mon, 02 Jul 2018 08:28:23 GMT
Content-Type: text/html
ETag: 477-17649-1530520103
Content-Length: 17649
<html>
<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>::: Login :::</title>
<style>
<!--
body {background-image: url(/nobody/jpg/bg.jpg); margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
td { font-size:14px;color:#FFFFFF;font-weight:bold; font-family:Arial;}
.inputTxt{ width:120px; font-family:Courier New, Arial; border-right: #acacac 1px solid; border-top: #acacac 1px solid; border-left: #acacac 1px solid; border-bottom: #acacac 1px solid; background-color: #ffffff; height:20px;}
.codeBorder{border-right: #696969 2px solid; border-top: #acacac 1px solid; border-left: #acacac 1px solid; border-bottom: #696969 2px solid; background-color: #ffffff;}
.font0{font-size:36px;font-family:Arial; font-style:italic;}
.font1{font-size:24px;font-family:Arial; font-style:italic; color:#EDEDED;}
-->
</style>
<script language="JavaScript">
/* ========== loginQuickDevice.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=Quick";
else if(w <= 240)
location.href="/nobody/mobile240.htm?Login=Quick";
else
location.href="/nobody/mobile.htm?Login=Quick";
}
}
//no u