-979213872 | 2025-01-08T12:59:45.747253
1500 /
tcp
HTTP/1.1 200 OK
Date: Wed, 08 Jan 2025 12:59:41 GMT
Server: Boa/0.94.14rc21
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=10, max=1000
Content-Length: 21569
Last-Modified: Tue, 15 Nov 2016 10:49:04 GMT
Content-Type: text/html
-979213872 | 2025-01-11T13:52:56.877415
2049 /
tcp
HTTP/1.1 200 OK
Date: Sat, 11 Jan 2025 13:52:53 GMT
Server: Boa/0.94.14rc21
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=10, max=1000
Content-Length: 21569
Last-Modified: Tue, 15 Nov 2016 10:49:04 GMT
Content-Type: text/html
-979213872 | 2025-01-11T12:04:57.970680
2078 /
tcp
HTTP/1.1 200 OK
Date: Sat, 11 Jan 2025 12:04:50 GMT
Server: Boa/0.94.14rc21
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=10, max=1000
Content-Length: 21569
Last-Modified: Tue, 15 Nov 2016 10:49:04 GMT
Content-Type: text/html
-1896180331 | 2025-01-08T04:50:20.242844
2081 /
tcp
HTTP/1.0 400 Bad Request
Date: Wed, 08 Jan 2025 04:50:16 GMT
Server: Boa/0.94.14rc21
Accept-Ranges: bytes
Connection: close
Content-Type: text/html; charset=ISO-8859-1
<HTML><HEAD><TITLE>400 Bad Request</TITLE></HEAD>
<BODY><H1>400 Bad Request</H1>
Your client has issued a malformed or illegal request.
</BODY></HTML>
-979213872 | 2025-01-08T15:56:27.307061
2082 /
tcp
HTTP/1.1 200 OK
Date: Wed, 08 Jan 2025 15:56:25 GMT
Server: Boa/0.94.14rc21
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=10, max=1000
Content-Length: 21569
Last-Modified: Tue, 15 Nov 2016 10:49:04 GMT
Content-Type: text/html
-283260947 | 2025-01-08T13:02:36.711852
2083 /
tcp
HTTP/1.1 200 OK
Date: Wed, 08 Jan 2025 13:02:31 GMT
Server: Boa/0.94.14rc21
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=10, max=1000
Content-Length: 21569
Last-Modified: Tue, 15 Nov 2016 10:49:04 GMT
Content-Type: text/html
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title></title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="ligerUI/skins/Aqua/css/ligerui-all.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="ligerUI/js/ligerui.min.js" type="text/javascript"></script>
<script src="js/json.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="js/qrcode.js"></script>
<script>
var version_msie = "2.0.0.305";
<!--codebase="RSVideoOcx.cab#version=2,0,0,305"--><!--IE包版本号.网页插件有修改,都要升一位-->
var version_ch_fox = "1.0.1.90"; //注意Firefox中webplugin.html中也要做同步修
var version_safari = "3.16.66"; //改版本号信息
function GetPluginVersion(ext){
var plugins = navigator.plugins;
var plugin;
for (var pi = 0; pi < plugins.length; pi++)
{
plugin = plugins[pi];
if (plugin[0].type == ext)
{
return plugin.description;
}
}
return "";
}
function compareVersion(oldversion,newversion){
var oldArr = oldversion.split(".");
var newArr = newversion.split(".");
for(var i = 0;i < oldArr.length; ++i){
if(oldArr[i]*1 < newArr[i]*1){
return true;
}else if(oldArr[i]*1 > newArr[i]*1){
return false;
}
}
return false;
}
function CheckVersion(){
var bDown = false;
if($.browser.safari){
var num = 0;
var ocxVersion = "0.0.0";
var bSafariLoaded = false;
var idInterval = window.setInterval(function(){
try{
ocxVersion = document.getElementById("dvrocx").GetOcxVersion();
bSafariLoaded = true;
}catch(e){
//TODO handle the exception
}
if(bSafariLoaded || num>4){
window.clearInterval(idInterval);
ocxVersion = ocxVersion.replace(' ','').split(',').join('.');
if(compareVersion(ocxVersion,version_safari)){
window.location.href = "html/webplugin.html";
}else{
InitWeb();
}
}
num++;
},500);
}else if($.browser.firefox || $.browser.chrome){
if(compareVersion(GetPluginVersion("application/x-browser-hybriddvr_plugin"),version_ch_fox)){
window.location.href = "html/webplugin.html";
}else{
InitWeb();
}
}else if($.browser.msie){
var control = null;
try {
var ocxVersion = document.getElementById("dvrocx").GetOcxVersion();//2,0,0,168
ocxVersion = ocxVersion.replace(' ','').split(',').join('.');//2.0.0.168
if(compareVersion(ocxVersion,version_msie)){
bDown = true;
}
} catch (e) {
bDown = true;
}
if(bDown){
window.location.href = "html/webplugin.html";
}else{
InitWeb();
}
}
}
$(function(){
var userAgent = navigator.userAgent.toLowerCase();
if (!$.browser) {
$.browser = {};
}
$.browser.version = (userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [0, '0'])[1];
$.browser.safari = userAgent.indexOf("safari")>0 && userAgent.indexOf("chrome")<0;
$.browser.opera = /opera/.test(userAgent);
$.browser.msie = ("ActiveXObject" in window);
$.browser.mozilla = !("ActiveXObject" in window) && /mozilla/.test(userAgent) && !/(compatible|webkit)/.test(userAgent);
$.browser.firefox = userAgent.indexOf("firefox")>0;
$.browser.chrome = userAgent.indexOf("chrome")>0;
if($.browser.firefox){
HTMLElement.prototype.__defineGetter__("innerText",
function(){
var anyString = "";
var childS = this.childNodes;
for(var i=0; i<childS.length; i++) {
if(childS[i].nodeType==1)
anyString += childS[i].tagName=="BR" ? '\n' : childS[i].innerText;
else if(childS[i].nodeType==3)
anyString += childS[i].nodeValue;
}
return anyString;
}
);
HTMLElement.prototype.__defineSetter__("innerText",
function(sText){
this.textContent=sText;
}
);
}
})
</script>
<script src="js/common.js" type="text/javascript"></script>
<script src="js/class.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script src="js/jcookie.js" type="text/javascript"></script>
<script src="js/language.js" type="text/javascript"></script>
<script src="js/CProgress.js" type="text/javascript"></script>
<style >html,body{margin:0px;height:100%;font-family:Arial, Helvetica, sans-serif; border:0px;min-height:740px;min-width:1200px;background:#262626;}
@media screen and (-webkit-min-device-pixel-ratio:0){html,body{height:100%