Host 80.234.106.130
Russia
Rostelecom
  • Open service 80.234.106.130:81

    2024-09-15 21: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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-09-15 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-09-13 23:17

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-09-11 23:27

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-09-11 by HttpPlugin
    Create report
  • Open service 80.234.106.130:21

    2024-09-10 18:38

    220 Microsoft FTP Service
    500 'GET / HTTP/1.1': command not understood.
    500 'Connection: close': command not understood.
    500 'Host: 80.234.106.130': command not understood.
    500-'
    500  ': command not understood.
    214-The following commands are recognized (* ==>'s unimplemented).
        ABOR 
        ACCT 
        ADAT *
        ALLO 
        APPE 
        AUTH 
        CCC 
        CDUP 
        CWD 
        DELE 
        ENC *
        EPRT 
        EPSV 
        FEAT 
        HELP 
        HOST 
        LANG 
        LIST 
        MDTM 
        MIC *
        MKD 
        MODE 
        NLST 
        NOOP 
        OPTS 
        PASS 
        PASV 
        PBSZ 
        PORT 
        PROT 
        PWD 
        QUIT 
        REIN 
        REST 
        RETR 
        RMD 
        RNFR 
        RNTO 
        SITE 
        SIZE 
        SMNT 
        STAT 
        STOR 
        STOU 
        STRU 
        SYST 
        TYPE 
        USER 
        XCUP 
        XCWD 
        XMKD 
        XPWD 
        XRMD 
    214 HELP command successful.
    500 'EHLO 38302e3233342e3130362e313330.net': command not understood.
    500 '? ': command not understood.
    500-'
    500  ': command no
    Found 2024-09-10 by FtpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-09-10 07:56

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-09-09 23:05

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-09-09 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-09-07 22:26

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-09-07 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-08-17 20:53

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-08-17 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-08-15 20:44

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-08-15 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-08-13 23:10

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-08-13 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-08-11 22: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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-08-11 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-08-09 21:11

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-08-09 by HttpPlugin
    Create report
  • Open service 80.234.106.130:81

    2024-08-07 19:56

    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="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">//m.js
         var ipaddress =document.location.hostname;
    if (ipaddress == "")
    {
    	ipaddress = "10.10.32.192";
    	//ipaddress = "10.10.32.26";
    }
    var hostport=9108;
    var iLanguage=106;
    	var numLanguage;
    	var DownLoadAddr="";
    	</script>
    	<script type="text/javascript" src="m.jsp"></script>
    	<script type="text/javascript" src="config.js"></script>
    
        <!-- 全局变量 -->
    
        <script 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 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_bSubQS1=true;
    var g_bSubQS2=true;
    var g_bSubQS3=true;
    var g_bSubQS4=false;
    var g_strSubQS4Name = '';
    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 gAutoPlayAll=false;
       
    
        </script>
    
        <!-- 颜色滑块 -->
    
        <script type="text/javascript">
    function sldtopos(sld,step){
    	sld.knob.setStyle('left', sld.toPosition(step));
    }
    function setcolorsv(f,v){
    		switch (f)
    		{
    			case 1: gca=v;
    					$('ska').title=v;
    					break;
    			case 2: gcb=v;
    					$('skb').title=v;
    					break;
    			case 3: gcc=v;
    					$('skc').title=v;
    					break;
    			case 4: gcd=v;
    					$('skd').title=v;
    					break;
    		}	
    }
    function getcolors(){
    	var colors="";
    	colors=ocx.GetColor();
    	
    	var t= new Array();
    	if (colors !="")
    	{
    		t=colors.split(',');
    	sldtopos(gslda,parseInt(t[0]));
    	sldtopos(gsldb,parseInt(t[1]));
    	sldtopos(gsldc,parseInt(t[2]));
    	sldtopos(gsldd,parseInt(t[3]));
    	setcolorsv(1,parseInt(
    Found 2024-08-07 by HttpPlugin
    Create report
Domain summary
No record