Domain ezlayer.ipopcode.com
United States
FASTLY
  • MacOS file listing through .DS_Store file
    First seen 2022-10-20 08:19
    Last seen 2024-09-26 11:21
    Open for 707 days
  • Open service 199.36.158.100:443 · ezlayer.ipopcode.com

    2024-09-26 11:21

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 7373
    Cache-Control: max-age=3600
    Content-Type: text/html; charset=utf-8
    Etag: "0bd238116b53b6e71272f484f960131d33b0c1c886b275974224a7f066c9b737"
    Strict-Transport-Security: max-age=31556926
    Accept-Ranges: bytes
    Date: Thu, 26 Sep 2024 11:21:14 GMT
    X-Served-By: cache-lga21961-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1727349674.236048,VS0,VE1
    Vary: x-fh-requested-host, accept-encoding
    alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
    
    Page title: ezLayer
    
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ezLayer</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/normalize.css" rel="stylesheet" type="text/css">
    
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    
    <!-- Include jQuery Mobile stylesheets -->
    <!-- Include the jQuery library -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    
    <!-- Include the jQuery Mobile library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
    
    <style type="text/css">
    
    </style>
    <script type="text/javascript">
    	$(function(){
    		// 先取得必要的元素並用 jQuery 包裝
    		// 再來取得 $block 的高度及設定動畫時間
    		var $block = $('#abgneBlock'),
    			$slides = $('ul.list', $block),
    			_width = $block.width(),
    			$li = $('li', $slides),
    			_animateSpeed = 200, 
    			// 加入計時器, 輪播時間及控制開關
    			timer, _showSpeed = 3000, _stop = false;
    
    		// 產生 li 選項
    		var _str = '';
    		for(var i=0, j=$li.length;i<j;i++){
    			// 每一個 li 都有自己的 className = playerControl_號碼
    			_str += '<li class="playerControl_' + (i+1) + '"></li>';
    		};
    
    		// 產生 ul 並把 li 選項加到其中
    		var $playerControl = $('<ul class="playerControl"></ul>').html(_str).appendTo($slides.parent()).css('left', function(){
    			// 把 .playerControl 移到置中的位置
    			return (_width - $(this).width()) / 2;
    		});
    		
    		// 幫 li 加上 click 事件
    		var $playerControlLi = $playerControl.find('li').click(function(){
    			var $this = $(this);
    			$this.addClass('current').siblings('.current').removeClass('current');
    
    			clearTimeout(timer);
    			// 移動位置到相對應的號碼
    			$slides.stop().animate({
    				left: _width * $this.index() * -1
    			}, _animateSpeed, function(){
    				// 當廣告移動到正確位置後, 依判斷來啟動計時器
    				if(!_stop) timer = setTimeout(move, _showSpeed);
    			});
    
    			return false;
    		}).eq(0).click().end();
    
    		// 如果滑鼠移入 $block 時
    		$block.hover(function(){
    			// 關閉開關及計時器
    			_stop = true;
    			clearTimeout(timer);
    		}, function(){
    			// 如果滑鼠移出 $block 時
    			// 開啟開關及計時器
    			_stop = false;
    			timer = setTimeout(move, _showSpeed);
    		});
    		
    		// 計時器使用
    		function move(){
    			var _index = $('.current').index();
    			$playerControlLi.eq((_index + 1) % $playerControlLi.length).click();
    		};
    		
    		//左右滑
    		$block.on("swiperight",function(){
    			var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +9) % $playerControlLi.length).click();
    			
    		});
    		$block.on("swipeleft",function(){
    		var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +1) % $playerControlLi.length).click();
    			
    		});
    		//FIX IPAD AUTO	  
    		$block.on("tap",function(){
    		  _stop=false;
    		  	timer = setTimeout(move, _showSpeed);
    	  });
    	});
    </script>
    </head>
    
    <body class="welcome">
    
    <div id="main" align="center">
    <table width="500px" height="500px" border="0" >
      <tbody>
        <tr>
          <td rowspan="2" width="290" height="563">
          <div id="wel_bg_phone">
          <div id="abgneBlock">
    		<ul class="list">
    			<li><img src="images/IMG_2416.png" alt=""/></li>
    			<li><img src="images/IMG_2525.png" alt=""/></li>
    			<li><img src="images/IMG_2527.png" alt=""/></li>
                <li><img src="images/IMG_2529.png" alt=""/></li>
                <li><img src="images/IMG_2951.jpg" alt=""/></li>
                <li><img src="images/IMG_2414.png" alt=""/></li>
                <li><img src="images/
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 199.36.158.100:443 · ezlayer.ipopcode.com

    2024-09-24 09:29

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 7373
    Cache-Control: max-age=3600
    Content-Type: text/html; charset=utf-8
    Etag: "0bd238116b53b6e71272f484f960131d33b0c1c886b275974224a7f066c9b737"
    Strict-Transport-Security: max-age=31556926
    Accept-Ranges: bytes
    Date: Tue, 24 Sep 2024 09:29:50 GMT
    X-Served-By: cache-fra-eddf8230091-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1727170191.613965,VS0,VE1
    Vary: x-fh-requested-host, accept-encoding
    alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
    
    Page title: ezLayer
    
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ezLayer</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/normalize.css" rel="stylesheet" type="text/css">
    
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    
    <!-- Include jQuery Mobile stylesheets -->
    <!-- Include the jQuery library -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    
    <!-- Include the jQuery Mobile library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
    
    <style type="text/css">
    
    </style>
    <script type="text/javascript">
    	$(function(){
    		// 先取得必要的元素並用 jQuery 包裝
    		// 再來取得 $block 的高度及設定動畫時間
    		var $block = $('#abgneBlock'),
    			$slides = $('ul.list', $block),
    			_width = $block.width(),
    			$li = $('li', $slides),
    			_animateSpeed = 200, 
    			// 加入計時器, 輪播時間及控制開關
    			timer, _showSpeed = 3000, _stop = false;
    
    		// 產生 li 選項
    		var _str = '';
    		for(var i=0, j=$li.length;i<j;i++){
    			// 每一個 li 都有自己的 className = playerControl_號碼
    			_str += '<li class="playerControl_' + (i+1) + '"></li>';
    		};
    
    		// 產生 ul 並把 li 選項加到其中
    		var $playerControl = $('<ul class="playerControl"></ul>').html(_str).appendTo($slides.parent()).css('left', function(){
    			// 把 .playerControl 移到置中的位置
    			return (_width - $(this).width()) / 2;
    		});
    		
    		// 幫 li 加上 click 事件
    		var $playerControlLi = $playerControl.find('li').click(function(){
    			var $this = $(this);
    			$this.addClass('current').siblings('.current').removeClass('current');
    
    			clearTimeout(timer);
    			// 移動位置到相對應的號碼
    			$slides.stop().animate({
    				left: _width * $this.index() * -1
    			}, _animateSpeed, function(){
    				// 當廣告移動到正確位置後, 依判斷來啟動計時器
    				if(!_stop) timer = setTimeout(move, _showSpeed);
    			});
    
    			return false;
    		}).eq(0).click().end();
    
    		// 如果滑鼠移入 $block 時
    		$block.hover(function(){
    			// 關閉開關及計時器
    			_stop = true;
    			clearTimeout(timer);
    		}, function(){
    			// 如果滑鼠移出 $block 時
    			// 開啟開關及計時器
    			_stop = false;
    			timer = setTimeout(move, _showSpeed);
    		});
    		
    		// 計時器使用
    		function move(){
    			var _index = $('.current').index();
    			$playerControlLi.eq((_index + 1) % $playerControlLi.length).click();
    		};
    		
    		//左右滑
    		$block.on("swiperight",function(){
    			var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +9) % $playerControlLi.length).click();
    			
    		});
    		$block.on("swipeleft",function(){
    		var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +1) % $playerControlLi.length).click();
    			
    		});
    		//FIX IPAD AUTO	  
    		$block.on("tap",function(){
    		  _stop=false;
    		  	timer = setTimeout(move, _showSpeed);
    	  });
    	});
    </script>
    </head>
    
    <body class="welcome">
    
    <div id="main" align="center">
    <table width="500px" height="500px" border="0" >
      <tbody>
        <tr>
          <td rowspan="2" width="290" height="563">
          <div id="wel_bg_phone">
          <div id="abgneBlock">
    		<ul class="list">
    			<li><img src="images/IMG_2416.png" alt=""/></li>
    			<li><img src="images/IMG_2525.png" alt=""/></li>
    			<li><img src="images/IMG_2527.png" alt=""/></li>
                <li><img src="images/IMG_2529.png" alt=""/></li>
                <li><img src="images/IMG_2951.jpg" alt=""/></li>
                <li><img src="images/IMG_2414.png" alt=""/></li>
                <li><img src="images/
    Found 2024-09-24 by HttpPlugin
    Create report
  • Open service 199.36.158.100:443 · ezlayer.ipopcode.com

    2024-09-14 08:39

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 7373
    Cache-Control: max-age=3600
    Content-Type: text/html; charset=utf-8
    Etag: "0bd238116b53b6e71272f484f960131d33b0c1c886b275974224a7f066c9b737"
    Strict-Transport-Security: max-age=31556926
    Accept-Ranges: bytes
    Date: Sat, 14 Sep 2024 08:39:37 GMT
    X-Served-By: cache-lga21928-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1726303177.407149,VS0,VE1
    Vary: x-fh-requested-host, accept-encoding
    alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
    
    Page title: ezLayer
    
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ezLayer</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/normalize.css" rel="stylesheet" type="text/css">
    
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    
    <!-- Include jQuery Mobile stylesheets -->
    <!-- Include the jQuery library -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    
    <!-- Include the jQuery Mobile library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
    
    <style type="text/css">
    
    </style>
    <script type="text/javascript">
    	$(function(){
    		// 先取得必要的元素並用 jQuery 包裝
    		// 再來取得 $block 的高度及設定動畫時間
    		var $block = $('#abgneBlock'),
    			$slides = $('ul.list', $block),
    			_width = $block.width(),
    			$li = $('li', $slides),
    			_animateSpeed = 200, 
    			// 加入計時器, 輪播時間及控制開關
    			timer, _showSpeed = 3000, _stop = false;
    
    		// 產生 li 選項
    		var _str = '';
    		for(var i=0, j=$li.length;i<j;i++){
    			// 每一個 li 都有自己的 className = playerControl_號碼
    			_str += '<li class="playerControl_' + (i+1) + '"></li>';
    		};
    
    		// 產生 ul 並把 li 選項加到其中
    		var $playerControl = $('<ul class="playerControl"></ul>').html(_str).appendTo($slides.parent()).css('left', function(){
    			// 把 .playerControl 移到置中的位置
    			return (_width - $(this).width()) / 2;
    		});
    		
    		// 幫 li 加上 click 事件
    		var $playerControlLi = $playerControl.find('li').click(function(){
    			var $this = $(this);
    			$this.addClass('current').siblings('.current').removeClass('current');
    
    			clearTimeout(timer);
    			// 移動位置到相對應的號碼
    			$slides.stop().animate({
    				left: _width * $this.index() * -1
    			}, _animateSpeed, function(){
    				// 當廣告移動到正確位置後, 依判斷來啟動計時器
    				if(!_stop) timer = setTimeout(move, _showSpeed);
    			});
    
    			return false;
    		}).eq(0).click().end();
    
    		// 如果滑鼠移入 $block 時
    		$block.hover(function(){
    			// 關閉開關及計時器
    			_stop = true;
    			clearTimeout(timer);
    		}, function(){
    			// 如果滑鼠移出 $block 時
    			// 開啟開關及計時器
    			_stop = false;
    			timer = setTimeout(move, _showSpeed);
    		});
    		
    		// 計時器使用
    		function move(){
    			var _index = $('.current').index();
    			$playerControlLi.eq((_index + 1) % $playerControlLi.length).click();
    		};
    		
    		//左右滑
    		$block.on("swiperight",function(){
    			var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +9) % $playerControlLi.length).click();
    			
    		});
    		$block.on("swipeleft",function(){
    		var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +1) % $playerControlLi.length).click();
    			
    		});
    		//FIX IPAD AUTO	  
    		$block.on("tap",function(){
    		  _stop=false;
    		  	timer = setTimeout(move, _showSpeed);
    	  });
    	});
    </script>
    </head>
    
    <body class="welcome">
    
    <div id="main" align="center">
    <table width="500px" height="500px" border="0" >
      <tbody>
        <tr>
          <td rowspan="2" width="290" height="563">
          <div id="wel_bg_phone">
          <div id="abgneBlock">
    		<ul class="list">
    			<li><img src="images/IMG_2416.png" alt=""/></li>
    			<li><img src="images/IMG_2525.png" alt=""/></li>
    			<li><img src="images/IMG_2527.png" alt=""/></li>
                <li><img src="images/IMG_2529.png" alt=""/></li>
                <li><img src="images/IMG_2951.jpg" alt=""/></li>
                <li><img src="images/IMG_2414.png" alt=""/></li>
                <li><img src="images/
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 199.36.158.100:443 · ezlayer.ipopcode.com

    2024-09-12 12:20

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 7373
    Cache-Control: max-age=3600
    Content-Type: text/html; charset=utf-8
    Etag: "0bd238116b53b6e71272f484f960131d33b0c1c886b275974224a7f066c9b737"
    Strict-Transport-Security: max-age=31556926
    Accept-Ranges: bytes
    Date: Thu, 12 Sep 2024 12:20:12 GMT
    X-Served-By: cache-yyz4521-YYZ
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1726143613.876576,VS0,VE1
    Vary: x-fh-requested-host, accept-encoding
    alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
    
    Page title: ezLayer
    
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ezLayer</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/normalize.css" rel="stylesheet" type="text/css">
    
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    
    <!-- Include jQuery Mobile stylesheets -->
    <!-- Include the jQuery library -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    
    <!-- Include the jQuery Mobile library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
    
    <style type="text/css">
    
    </style>
    <script type="text/javascript">
    	$(function(){
    		// 先取得必要的元素並用 jQuery 包裝
    		// 再來取得 $block 的高度及設定動畫時間
    		var $block = $('#abgneBlock'),
    			$slides = $('ul.list', $block),
    			_width = $block.width(),
    			$li = $('li', $slides),
    			_animateSpeed = 200, 
    			// 加入計時器, 輪播時間及控制開關
    			timer, _showSpeed = 3000, _stop = false;
    
    		// 產生 li 選項
    		var _str = '';
    		for(var i=0, j=$li.length;i<j;i++){
    			// 每一個 li 都有自己的 className = playerControl_號碼
    			_str += '<li class="playerControl_' + (i+1) + '"></li>';
    		};
    
    		// 產生 ul 並把 li 選項加到其中
    		var $playerControl = $('<ul class="playerControl"></ul>').html(_str).appendTo($slides.parent()).css('left', function(){
    			// 把 .playerControl 移到置中的位置
    			return (_width - $(this).width()) / 2;
    		});
    		
    		// 幫 li 加上 click 事件
    		var $playerControlLi = $playerControl.find('li').click(function(){
    			var $this = $(this);
    			$this.addClass('current').siblings('.current').removeClass('current');
    
    			clearTimeout(timer);
    			// 移動位置到相對應的號碼
    			$slides.stop().animate({
    				left: _width * $this.index() * -1
    			}, _animateSpeed, function(){
    				// 當廣告移動到正確位置後, 依判斷來啟動計時器
    				if(!_stop) timer = setTimeout(move, _showSpeed);
    			});
    
    			return false;
    		}).eq(0).click().end();
    
    		// 如果滑鼠移入 $block 時
    		$block.hover(function(){
    			// 關閉開關及計時器
    			_stop = true;
    			clearTimeout(timer);
    		}, function(){
    			// 如果滑鼠移出 $block 時
    			// 開啟開關及計時器
    			_stop = false;
    			timer = setTimeout(move, _showSpeed);
    		});
    		
    		// 計時器使用
    		function move(){
    			var _index = $('.current').index();
    			$playerControlLi.eq((_index + 1) % $playerControlLi.length).click();
    		};
    		
    		//左右滑
    		$block.on("swiperight",function(){
    			var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +9) % $playerControlLi.length).click();
    			
    		});
    		$block.on("swipeleft",function(){
    		var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +1) % $playerControlLi.length).click();
    			
    		});
    		//FIX IPAD AUTO	  
    		$block.on("tap",function(){
    		  _stop=false;
    		  	timer = setTimeout(move, _showSpeed);
    	  });
    	});
    </script>
    </head>
    
    <body class="welcome">
    
    <div id="main" align="center">
    <table width="500px" height="500px" border="0" >
      <tbody>
        <tr>
          <td rowspan="2" width="290" height="563">
          <div id="wel_bg_phone">
          <div id="abgneBlock">
    		<ul class="list">
    			<li><img src="images/IMG_2416.png" alt=""/></li>
    			<li><img src="images/IMG_2525.png" alt=""/></li>
    			<li><img src="images/IMG_2527.png" alt=""/></li>
                <li><img src="images/IMG_2529.png" alt=""/></li>
                <li><img src="images/IMG_2951.jpg" alt=""/></li>
                <li><img src="images/IMG_2414.png" alt=""/></li>
                <li><img src="images/
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 199.36.158.100:443 · ezlayer.ipopcode.com

    2024-09-10 14:30

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 7373
    Cache-Control: max-age=3600
    Content-Type: text/html; charset=utf-8
    Etag: "0bd238116b53b6e71272f484f960131d33b0c1c886b275974224a7f066c9b737"
    Strict-Transport-Security: max-age=31556926
    Accept-Ranges: bytes
    Date: Tue, 10 Sep 2024 14:30:30 GMT
    X-Served-By: cache-fra-eddf8230125-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1725978630.369816,VS0,VE2
    Vary: x-fh-requested-host, accept-encoding
    alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
    
    Page title: ezLayer
    
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ezLayer</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/normalize.css" rel="stylesheet" type="text/css">
    
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    
    <!-- Include jQuery Mobile stylesheets -->
    <!-- Include the jQuery library -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    
    <!-- Include the jQuery Mobile library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
    
    <style type="text/css">
    
    </style>
    <script type="text/javascript">
    	$(function(){
    		// 先取得必要的元素並用 jQuery 包裝
    		// 再來取得 $block 的高度及設定動畫時間
    		var $block = $('#abgneBlock'),
    			$slides = $('ul.list', $block),
    			_width = $block.width(),
    			$li = $('li', $slides),
    			_animateSpeed = 200, 
    			// 加入計時器, 輪播時間及控制開關
    			timer, _showSpeed = 3000, _stop = false;
    
    		// 產生 li 選項
    		var _str = '';
    		for(var i=0, j=$li.length;i<j;i++){
    			// 每一個 li 都有自己的 className = playerControl_號碼
    			_str += '<li class="playerControl_' + (i+1) + '"></li>';
    		};
    
    		// 產生 ul 並把 li 選項加到其中
    		var $playerControl = $('<ul class="playerControl"></ul>').html(_str).appendTo($slides.parent()).css('left', function(){
    			// 把 .playerControl 移到置中的位置
    			return (_width - $(this).width()) / 2;
    		});
    		
    		// 幫 li 加上 click 事件
    		var $playerControlLi = $playerControl.find('li').click(function(){
    			var $this = $(this);
    			$this.addClass('current').siblings('.current').removeClass('current');
    
    			clearTimeout(timer);
    			// 移動位置到相對應的號碼
    			$slides.stop().animate({
    				left: _width * $this.index() * -1
    			}, _animateSpeed, function(){
    				// 當廣告移動到正確位置後, 依判斷來啟動計時器
    				if(!_stop) timer = setTimeout(move, _showSpeed);
    			});
    
    			return false;
    		}).eq(0).click().end();
    
    		// 如果滑鼠移入 $block 時
    		$block.hover(function(){
    			// 關閉開關及計時器
    			_stop = true;
    			clearTimeout(timer);
    		}, function(){
    			// 如果滑鼠移出 $block 時
    			// 開啟開關及計時器
    			_stop = false;
    			timer = setTimeout(move, _showSpeed);
    		});
    		
    		// 計時器使用
    		function move(){
    			var _index = $('.current').index();
    			$playerControlLi.eq((_index + 1) % $playerControlLi.length).click();
    		};
    		
    		//左右滑
    		$block.on("swiperight",function(){
    			var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +9) % $playerControlLi.length).click();
    			
    		});
    		$block.on("swipeleft",function(){
    		var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +1) % $playerControlLi.length).click();
    			
    		});
    		//FIX IPAD AUTO	  
    		$block.on("tap",function(){
    		  _stop=false;
    		  	timer = setTimeout(move, _showSpeed);
    	  });
    	});
    </script>
    </head>
    
    <body class="welcome">
    
    <div id="main" align="center">
    <table width="500px" height="500px" border="0" >
      <tbody>
        <tr>
          <td rowspan="2" width="290" height="563">
          <div id="wel_bg_phone">
          <div id="abgneBlock">
    		<ul class="list">
    			<li><img src="images/IMG_2416.png" alt=""/></li>
    			<li><img src="images/IMG_2525.png" alt=""/></li>
    			<li><img src="images/IMG_2527.png" alt=""/></li>
                <li><img src="images/IMG_2529.png" alt=""/></li>
                <li><img src="images/IMG_2951.jpg" alt=""/></li>
                <li><img src="images/IMG_2414.png" alt=""/></li>
                <li><img src="images/
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 199.36.158.100:443 · ezlayer.ipopcode.com

    2024-09-08 12:43

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 7373
    Cache-Control: max-age=3600
    Content-Type: text/html; charset=utf-8
    Etag: "0bd238116b53b6e71272f484f960131d33b0c1c886b275974224a7f066c9b737"
    Strict-Transport-Security: max-age=31556926
    Accept-Ranges: bytes
    Date: Sun, 08 Sep 2024 12:43:30 GMT
    X-Served-By: cache-lga21968-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1725799411.857098,VS0,VE1
    Vary: x-fh-requested-host, accept-encoding
    alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
    
    Page title: ezLayer
    
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ezLayer</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/normalize.css" rel="stylesheet" type="text/css">
    
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    
    <!-- Include jQuery Mobile stylesheets -->
    <!-- Include the jQuery library -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    
    <!-- Include the jQuery Mobile library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
    
    <style type="text/css">
    
    </style>
    <script type="text/javascript">
    	$(function(){
    		// 先取得必要的元素並用 jQuery 包裝
    		// 再來取得 $block 的高度及設定動畫時間
    		var $block = $('#abgneBlock'),
    			$slides = $('ul.list', $block),
    			_width = $block.width(),
    			$li = $('li', $slides),
    			_animateSpeed = 200, 
    			// 加入計時器, 輪播時間及控制開關
    			timer, _showSpeed = 3000, _stop = false;
    
    		// 產生 li 選項
    		var _str = '';
    		for(var i=0, j=$li.length;i<j;i++){
    			// 每一個 li 都有自己的 className = playerControl_號碼
    			_str += '<li class="playerControl_' + (i+1) + '"></li>';
    		};
    
    		// 產生 ul 並把 li 選項加到其中
    		var $playerControl = $('<ul class="playerControl"></ul>').html(_str).appendTo($slides.parent()).css('left', function(){
    			// 把 .playerControl 移到置中的位置
    			return (_width - $(this).width()) / 2;
    		});
    		
    		// 幫 li 加上 click 事件
    		var $playerControlLi = $playerControl.find('li').click(function(){
    			var $this = $(this);
    			$this.addClass('current').siblings('.current').removeClass('current');
    
    			clearTimeout(timer);
    			// 移動位置到相對應的號碼
    			$slides.stop().animate({
    				left: _width * $this.index() * -1
    			}, _animateSpeed, function(){
    				// 當廣告移動到正確位置後, 依判斷來啟動計時器
    				if(!_stop) timer = setTimeout(move, _showSpeed);
    			});
    
    			return false;
    		}).eq(0).click().end();
    
    		// 如果滑鼠移入 $block 時
    		$block.hover(function(){
    			// 關閉開關及計時器
    			_stop = true;
    			clearTimeout(timer);
    		}, function(){
    			// 如果滑鼠移出 $block 時
    			// 開啟開關及計時器
    			_stop = false;
    			timer = setTimeout(move, _showSpeed);
    		});
    		
    		// 計時器使用
    		function move(){
    			var _index = $('.current').index();
    			$playerControlLi.eq((_index + 1) % $playerControlLi.length).click();
    		};
    		
    		//左右滑
    		$block.on("swiperight",function(){
    			var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +9) % $playerControlLi.length).click();
    			
    		});
    		$block.on("swipeleft",function(){
    		var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +1) % $playerControlLi.length).click();
    			
    		});
    		//FIX IPAD AUTO	  
    		$block.on("tap",function(){
    		  _stop=false;
    		  	timer = setTimeout(move, _showSpeed);
    	  });
    	});
    </script>
    </head>
    
    <body class="welcome">
    
    <div id="main" align="center">
    <table width="500px" height="500px" border="0" >
      <tbody>
        <tr>
          <td rowspan="2" width="290" height="563">
          <div id="wel_bg_phone">
          <div id="abgneBlock">
    		<ul class="list">
    			<li><img src="images/IMG_2416.png" alt=""/></li>
    			<li><img src="images/IMG_2525.png" alt=""/></li>
    			<li><img src="images/IMG_2527.png" alt=""/></li>
                <li><img src="images/IMG_2529.png" alt=""/></li>
                <li><img src="images/IMG_2951.jpg" alt=""/></li>
                <li><img src="images/IMG_2414.png" alt=""/></li>
                <li><img src="images/
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 199.36.158.100:443 · ezlayer.ipopcode.com

    2024-09-06 12:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 7373
    Cache-Control: max-age=3600
    Content-Type: text/html; charset=utf-8
    Etag: "0bd238116b53b6e71272f484f960131d33b0c1c886b275974224a7f066c9b737"
    Strict-Transport-Security: max-age=31556926
    Accept-Ranges: bytes
    Date: Fri, 06 Sep 2024 12:09:17 GMT
    X-Served-By: cache-lga21981-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1725624557.175608,VS0,VE1
    Vary: x-fh-requested-host, accept-encoding
    alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
    
    Page title: ezLayer
    
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ezLayer</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/normalize.css" rel="stylesheet" type="text/css">
    
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    
    <!-- Include jQuery Mobile stylesheets -->
    <!-- Include the jQuery library -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    
    <!-- Include the jQuery Mobile library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
    
    <style type="text/css">
    
    </style>
    <script type="text/javascript">
    	$(function(){
    		// 先取得必要的元素並用 jQuery 包裝
    		// 再來取得 $block 的高度及設定動畫時間
    		var $block = $('#abgneBlock'),
    			$slides = $('ul.list', $block),
    			_width = $block.width(),
    			$li = $('li', $slides),
    			_animateSpeed = 200, 
    			// 加入計時器, 輪播時間及控制開關
    			timer, _showSpeed = 3000, _stop = false;
    
    		// 產生 li 選項
    		var _str = '';
    		for(var i=0, j=$li.length;i<j;i++){
    			// 每一個 li 都有自己的 className = playerControl_號碼
    			_str += '<li class="playerControl_' + (i+1) + '"></li>';
    		};
    
    		// 產生 ul 並把 li 選項加到其中
    		var $playerControl = $('<ul class="playerControl"></ul>').html(_str).appendTo($slides.parent()).css('left', function(){
    			// 把 .playerControl 移到置中的位置
    			return (_width - $(this).width()) / 2;
    		});
    		
    		// 幫 li 加上 click 事件
    		var $playerControlLi = $playerControl.find('li').click(function(){
    			var $this = $(this);
    			$this.addClass('current').siblings('.current').removeClass('current');
    
    			clearTimeout(timer);
    			// 移動位置到相對應的號碼
    			$slides.stop().animate({
    				left: _width * $this.index() * -1
    			}, _animateSpeed, function(){
    				// 當廣告移動到正確位置後, 依判斷來啟動計時器
    				if(!_stop) timer = setTimeout(move, _showSpeed);
    			});
    
    			return false;
    		}).eq(0).click().end();
    
    		// 如果滑鼠移入 $block 時
    		$block.hover(function(){
    			// 關閉開關及計時器
    			_stop = true;
    			clearTimeout(timer);
    		}, function(){
    			// 如果滑鼠移出 $block 時
    			// 開啟開關及計時器
    			_stop = false;
    			timer = setTimeout(move, _showSpeed);
    		});
    		
    		// 計時器使用
    		function move(){
    			var _index = $('.current').index();
    			$playerControlLi.eq((_index + 1) % $playerControlLi.length).click();
    		};
    		
    		//左右滑
    		$block.on("swiperight",function(){
    			var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +9) % $playerControlLi.length).click();
    			
    		});
    		$block.on("swipeleft",function(){
    		var _index = $('.current').index();
    			// 關閉開關及計時器
    			clearTimeout(timer);
    			// 左右滑停止後
    			// 開啟開關及計時器
    			timer = setTimeout(move, _showSpeed);
    			// 移動位置到上一個號碼
    			$playerControlLi.eq((_index +1) % $playerControlLi.length).click();
    			
    		});
    		//FIX IPAD AUTO	  
    		$block.on("tap",function(){
    		  _stop=false;
    		  	timer = setTimeout(move, _showSpeed);
    	  });
    	});
    </script>
    </head>
    
    <body class="welcome">
    
    <div id="main" align="center">
    <table width="500px" height="500px" border="0" >
      <tbody>
        <tr>
          <td rowspan="2" width="290" height="563">
          <div id="wel_bg_phone">
          <div id="abgneBlock">
    		<ul class="list">
    			<li><img src="images/IMG_2416.png" alt=""/></li>
    			<li><img src="images/IMG_2525.png" alt=""/></li>
    			<li><img src="images/IMG_2527.png" alt=""/></li>
                <li><img src="images/IMG_2529.png" alt=""/></li>
                <li><img src="images/IMG_2951.jpg" alt=""/></li>
                <li><img src="images/IMG_2414.png" alt=""/></li>
                <li><img src="images/
    Found 2024-09-06 by HttpPlugin
    Create report
www.solucoesparalocacao.com.brwww.maktub.apppay.konta.techlink.demo.plaze.orgcurai.comcatskillmtnresort.comwww.redlemon.appbuildumass.comamazinglearningcenterllc.comendurustechnologies.comethangranato.comoceanlog.appapp.sam.nimaru.jpapp.eddi.orglinks.itraining.twwww.gubolivia.orgjalgaon.pharsight.xyzpipe.inspection.dev.3pi.co.nzportal.moxymgt.comcadastro-develop.rogeriossantos.com.brwww.slowsolutions.comwww.bluedragonflypub.comwww.gogpsgo.comhrswapp.pinkcommunity.com.auezlayer.ipopcode.comagent.ecoe.vnwww.medicalmindmap.orgadmin-dev.goruckit.comthreadfunder.comadmin.aokitech.com.arwww.mwolfe.iowww.pokitqr.comimpersonation.kudo.coachwww.nixtuevento.com.arginraku.jpwww.intekcenter.comdigisticky.comadmin.lumosign.comapp.selfiebmi.comgfastly-cdn.mcdawanjia.topwww.sosol.com.brrecycledmotors.commypethouse.crcovid19.bbedc.devrecat-fic-test.veronafiere.ozwol.techwww.discerningtoday.comwww.faluche.appstudent.sirajulhuda.comtmtsecurity.comwww.fioka.rswww.hsuchi.xyzmailing.trendgiris.comwww.spillfinansiering.noinscription-mss.esante-pdl.frpro.smartlife-labs.comnemando.iscusa.ioconclusionmedia.tiborbuzasi.comcertnet.iolink.weshare.asiawww.rosmarinengineering.comapp.shipzzer.comwww.voteinn.comtafou.iociid-test.fireflylab.orgfirebase.websoft.spacewww.ipai.tokyobipleno.mitraecp.comauth-int.dolenglish.vnsarmad.mewww.timous.comfriskbris.nobeta.mobills.com.brwww.9to5.softwarethaijogging.orgapp.manee.netwww.ratrun.nettcbuilding.co.nzwww.mikesvendsen.neteta.studiosperi.itwbasp02.as-protection.denopwd.rockswww.caashutosh.co.inwww.urgnot.ioeasyreport.techimobiliariarenovar.com.brwww.esgplay.netchrissysitalian.pagelinebc.bigc.co.thwww.mvaprojekt.czlager.bubbles.dkhaasjennsen.eebeta.studio.astrid.fmapp.medesp.netwbasp03.as-protection.depro.ianesthesie.comupdate.vorapp.nettrailmedia.co.uklantern-uat.conjure.co.ukterms.testbridge.it
CN:
www.solucoesparalocacao.com.br
Key:
RSA-2048
Issuer:
WR3
Not before:
2024-08-20 03:17
Not after:
2024-11-18 04:15
Domain summary
IP summary