Host 1.220.221.86
South Korea
LG DACOM Corporation
  • Open service 1.220.221.86:8006

    2024-05-12 19:04

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8007;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-05-12 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8000

    2024-05-12 19:01

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	if(ipaddress == "")
    	{
    		ipaddress = "10.10.33.175";
    	}
    var hostport=8001;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        
    Found 2024-05-12 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8003

    2024-05-12 18:57

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8004;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-05-12 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8003

    2024-05-08 13:39

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8004;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-05-08 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8000

    2024-05-08 13:37

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	if(ipaddress == "")
    	{
    		ipaddress = "10.10.33.175";
    	}
    var hostport=8001;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        
    Found 2024-05-08 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8006

    2024-05-08 13:02

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8007;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-05-08 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8000

    2024-04-30 19:47

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	if(ipaddress == "")
    	{
    		ipaddress = "10.10.33.175";
    	}
    var hostport=8001;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        
    Found 2024-04-30 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8003

    2024-04-30 19:41

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8004;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-04-30 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8006

    2024-04-30 19:07

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8007;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-04-30 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8003

    2024-04-28 18:36

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8004;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-04-28 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8006

    2024-04-28 18:15

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8007;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-04-28 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8000

    2024-04-28 18:04

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	if(ipaddress == "")
    	{
    		ipaddress = "10.10.33.175";
    	}
    var hostport=8001;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        
    Found 2024-04-28 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8003

    2024-04-25 15:57

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8004;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-04-25 by HttpPlugin
    Create report
  • Open service 1.220.221.86:5000

    2024-04-23 23:51

    HTTP/1.0 200 OK
    Content-type: text/html
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        <script type="text/javascript" language="JavaScript">
    	var bCrossBrow = false;
    	var bnpCheck = false;
    	if(navigator.userAgent.indexOf('IE') < 0){
    		var userAgent = navigator.userAgent,
    			rMsie = /(msie\s|trident.*rv:)([\w.]+)/,
    			rFirefox = /(firefox)\/([\w.]+)/,
    			rOpera = /(opera).+version\/([\w.]+)/,
    			rChrome = /(chrome)\/([\w.]+)/,
    			rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		if(browserMatch.browser!="IE"){
    			bCrossBrow = true;
    		}
    	}
    	
    	function uaMatch(ua) {  
    		var match = rMsie.exec(ua);
    		if (match != null) {  
    			return { browser : "IE", version : match[2] || "0" };  
    		}  
    		var match = rFirefox.exec(ua);  
    		if (match != null) {  
    			return { browser : match[1] || "", version : match[2] || "0" };  
    		}  
    		var match = rOpera.exec(ua);  
    		if (match != null) {  
    			return { browser : match[1] || "", version : match[2] || "0" };  
    		}  
    		var match = rChrome.exec(ua);  
    		if (match != null) {  
    			return { browser : match[1] || "", version : match[2] || "0" };  
    		}  
    		var match = rSafari.exec(ua);  
    		if (match != null) {  
    			return { browser : match[2] || "", version : match[1] || "0" };  
    		}  
    		if (match != null) {  
    			return { browser : "", version : "0" };  
    		}  
        }
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	if(ipaddress == ""){
    		// ipaddress = "10.10.89.3";
    	}
    var hostport=5001;
    var iLanguage=116;
    	//var DownLoadAddr="";
    	var numLanguage;
    	</script>
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gslde;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gce=0;
    var gcs=0;
    var gAutoPlayAll=false;
        </script>
        <!-- 颜色滑块 -->
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    	switch (f){
    		case 5: gcs=v;//5这个值是云台的速度值
    		$('ScrollBar').title=v;
    		break;
    	}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !=""){
    		t=colors.split(',');
    		if(64==parseInt(t[0])){
    			OnColorBT(5,1);
    		}else{
    			var ver=parseInt(t[0])/14;
    			OnColorBT(1,ver);
    		}
    		if(64==parseInt(t[1])){
    			OnColorBT(5,2);
    		}else{
    			ver=parseInt(t[1])/14;
    			OnColorBT(2,ver);
    		}
    		if(64==parseInt(t[2])){
    			OnColorBT(5,3);
    		}else{
    			ver=parseInt(t[2])/14;
    			OnColorBT(3,ver);
    		}
    		if(64==parseInt(t[3])){
    			OnColorBT(5,4);
    		}else{
    			ver=parseInt(t[3])/14;
    			OnColorBT(4,ver);
    		}
    	}else{
    		OnColorBT(1,0);
    		OnColorBT(2,0);
    		OnColorBT(3,0);
    		OnColorBT(4,0);
    	}
    }
    
    function setaudiov(v) {
    	gce = v;
    	$('ske').title = v;
    }
    
    function getAudio() {
    	var audio = ocx.SetSpecialParamEx(10001, 0, 0, 0);
    	if (audio >= 100 && audio <= 200) {
    		sldtopos(gslde, audio - 100);
    		setaudiov(audio - 100);
    	} else {
    		$('asl
    Found 2024-04-23 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8006

    2024-04-18 18:55

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8007;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-04-18 by HttpPlugin
    Create report
  • Open service 1.220.221.86:8003

    2024-04-18 18:55

    HTTP/1.0 200 OK
    Content-type: text/html
    Server: uc-httpd 1.0.0
    Expires: 0
    
    Page title: NETSurveillance WEB
    
    <!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="X-UA-Compatible" content="IE=EmulateIE7" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
        <title>NETSurveillance WEB</title>
        <!-- m.js -->
        
        <script type="text/javascript" language="JavaScript">
    	if(navigator.userAgent.indexOf('IE') < 0)
    	{
    		var userAgent = navigator.userAgent,   
                    rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                    rFirefox = /(firefox)\/([\w.]+)/,   
                    rOpera = /(opera).+version\/([\w.]+)/,   
                    rChrome = /(chrome)\/([\w.]+)/,   
                    rSafari = /version\/([\w.]+).*(safari)/;
    		var browserMatch = uaMatch(userAgent.toLowerCase());
    		 
    		if(browserMatch.browser!="IE")
    		{
    		     location="Login.htm";
    		}
    		
    	}
    	
    	function uaMatch(ua) {  
                        var match = rMsie.exec(ua);
    		      
                        if (match != null) {  
                            return { browser : "IE", version : match[2] || "0" };  
                       }  
                        var match = rFirefox.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                        var match = rOpera.exec(ua);  
                        if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                        }  
                       var match = rChrome.exec(ua);  
                       if (match != null) {  
                           return { browser : match[1] || "", version : match[2] || "0" };  
                       }  
                        var match = rSafari.exec(ua);  
                        if (match != null) {  
                           return { browser : match[2] || "", version : match[1] || "0" };  
                        }  
                      if (match != null) {  
                            return { browser : "", version : "0" };  
                       }  
                   }  
        </script>
        <script type="text/javascript" src="m.jsp"></script>
        <script type="text/javascript" src="config.js"></script>
        <script type="text/javascript" >
        var ipaddress =document.location.hostname;
    	//ipaddress ="10.10.48.46";
    var hostport=8004;
    var iLanguage=116;
    	var DownLoadAddr="";
    	var numLanguage;
    	</script>
    
    
        <!-- 全局变量 -->
    
        <script type="text/javascript" type="text/javascript">
    var gExitChannel=new Array();
    var gExitSubType=new Array();
    var gexiti;
    var gcid=-1;
    var g_channelNum=4;
    var g_digitalChannel=0;
    var gspeed;
    var gsld;
    var gslda;
    var gsldb;
    var gsldc;
    var gsldd;
    var gfmu1=0;
    var gfmu2=0;
    var gfmu3=0;
    var g_bRecord=false;
    var g_bRealPlay=false;
    var g_bAudio=false;
    var g_bQS=false;
    var g_bClose=false;
    var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
    var settings = {
    	username:'',
    	ocxlanguage:''
    	}
    var gca=0;
    var gcb=0;
    var gcc=0;
    var gcd=0;
    var gcs=0;
    
    var gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript" type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    	gcs=step;
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    
    	        case 5: gcs=v;//5这个值是云台的速度值
    					$('ScrollBar').title=v;
    					break;
    
    		}	
    }
    
    
    
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    		
        if(64==parseInt(t[0]))
        {
            OnColorBT(5,1);     
        }
        else
        {
            var ver=parseInt(t[0])/14;    
            OnColorBT(1,ver);         
        }
        
        if(64==parseInt(t[1]))
        {
            OnColorBT(5,2);     
        }
        else
        {
           ver=parseInt(t[1])/14
    Found 2024-04-18 by HttpPlugin
    Create report
Domain summary
No record