Domain gdils.de
Germany
Strato GmbH
Unix
Software information

Apache Apache 2.4.66

tcp/443 tcp/80

Apache Apache 2.4.65

tcp/443

  • Open service 2a01:238:20a:202:1078:::80 · www.gdils.de

    2026-01-11 09:21

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 09:22:55 GMT
    Server: Apache/2.4.66 (Unix)
    Location: https://www.gdils.de/
    Content-Length: 269
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://www.gdils.de/">here</a>.</p>
    </body></html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2a01:238:20a:202:1078:::80 · gdils.de

    2026-01-11 09:21

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 09:22:55 GMT
    Server: Apache/2.4.66 (Unix)
    Location: https://gdils.de/
    Content-Length: 265
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://gdils.de/">here</a>.</p>
    </body></html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2a01:238:20a:202:1078:::443 · gdils.de

    2026-01-11 09:21

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 09:21:59 GMT
    Server: Apache/2.4.66 (Unix)
    X-Powered-By: PHP/8.3.29
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Gunters Seite – Die Dils-Familienseite
    
    <html>
    	<head>
    		<meta charset="utf-8"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    		<meta name="description" content=""/>
    		<meta name="viewport" content="width=device-width"/>
    		<link rel="icon" href=""/>
    		<link rel="stylesheet" href="https://gdils.de/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
    		<title>Gunters Seite – Die Dils-Familienseite</title>
    				<style>
    			 .pda-form-login { width: px!important; } .pda-form-login label { font-size: px!important; color: !important; } .pda-form-login form { background-color: !important; border-radius: px!important; } .pda-form-login a.ppw-swp-logo { background-image: none,url(https://gdils.de/wp-content/plugins/password-protect-page/includes/views/entire-site/assets/ppwp-logo.png)!important; background-size: cover; width: px!important; height: px!important; border-radius: %!important; } .pda-form-login .button-login { color: !important; background-color: !important; border-color: !important; } 
    			.ppwp-sitewide-countdown {
    				font-size: px!important;
    				color: !important;
    				display: flex;
    				justify-content: center;
    			}
    
    			#ppwp_desc_above_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    
    			#ppwp_desc_below_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    			.ppwp-countdown-container {
    				text-align: center;
    			}
    			#ppwp_desc_above_countdown,
    			#ppwp_desc_below_countdown {
    				display: none;
    			}
    			.ppwp_countdown_timer_day,
    			.ppwp_countdown_timer_hour,
    			.ppwp_countdown_timer_minute,
    			.ppwp_countdown_timer_second {
    				text-align: center;
    				padding: 0px 10px;
    			}
    			.ppwp_coundown_colon_spacing {
    				display: flex;
    				align-items: center;
    			}
    				</style>
    			</head>
    	<body class="ppwp-sitewide-protection">
    		<div class="pda-form-login ppw-swp-form-container">
    			<h1>
    				<a style="display: block" title="This site is password protected by PPWP plugin" class="ppw-swp-logo">Password Protect WordPress plugin</a>
    			</h1>
    						<form  class="ppw-swp-form" action="?action=ppw_postpass" method="post">
    								<label for="input_wp_protect_password">Password:</label>
    				<input class="input_wp_protect_password" type="password" id="input_wp_protect_password"
    					name="input_wp_protect_password" placeholder=""/>
    				<input type="hidden" name="g-recaptcha-response" id="ppwRecaptchaResponse" />				<input type="submit" class="button button-primary button-login" value="Enter">
    							</form>
    		</div>
    		<div class="ppwp-countdown-container">
        <div id="ppwp_desc_above_countdown"></div>
        <div id="ppwp_sitewide_countdown" class="ppwp-sitewide-countdown"></div>
        <div id="ppwp_desc_below_countdown"></div>
    </div>
    <script>
        const getCountdown = () => { 
            const datetime = new Date().toString();
            const utcTime = (function() {
                let utc = '';
                let operator = '';
                if (datetime.indexOf('+') >= 0) {
                    utc = datetime.split('+');
                    operator = '+';
                } else {
                    utc = datetime.split('-');
                    operator = '-';
                }
                const utcNumber = utc[1].split(' ')[0];
                const hour = Math.floor(parseInt(utcNumber)/100);
                const min  = (parseInt(utcNumber)%(hour*100))/60*100;
                return parseFloat(hour + '.' + min) - parseFloat("1");
            })();
            const time_unit = "default"
            const end_date = "";
            const countDownDate = new Date(end_date).getTime();
            const start_date = "";
            const countDownDateStart = new Date(start_date).getTime();
            var getNow = new Date().getTime() - utcTime*3600*1000;
            const isShowCountdown = "";
            const isShowDateCountdown = "";
            let checkvalue = false;
            if (getNow < countDownDateStart) {
                const x = setInterval(function() {
                    if( getNow < countDownDateStart ) {
                        getNow = new Date().getTime() - utcTime*3600*1000;
                    } else {
                        checkvalue = true;
           
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 81.169.145.78:80 · gdils.de

    2026-01-11 09:21

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 09:22:54 GMT
    Server: Apache/2.4.66 (Unix)
    Location: https://gdils.de/
    Content-Length: 265
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://gdils.de/">here</a>.</p>
    </body></html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 81.169.145.78:80 · www.gdils.de

    2026-01-11 09:21

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 09:22:54 GMT
    Server: Apache/2.4.66 (Unix)
    Location: https://www.gdils.de/
    Content-Length: 269
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://www.gdils.de/">here</a>.</p>
    </body></html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 81.169.145.78:443 · www.gdils.de

    2026-01-11 09:21

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 09:21:57 GMT
    Server: Apache/2.4.66 (Unix)
    X-Powered-By: PHP/8.3.29
    X-Redirect-By: WordPress
    Location: https://gdils.de/
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 81.169.145.78:443 · gdils.de

    2026-01-11 09:21

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 09:21:57 GMT
    Server: Apache/2.4.66 (Unix)
    X-Powered-By: PHP/8.3.29
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Gunters Seite – Die Dils-Familienseite
    
    <html>
    	<head>
    		<meta charset="utf-8"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    		<meta name="description" content=""/>
    		<meta name="viewport" content="width=device-width"/>
    		<link rel="icon" href=""/>
    		<link rel="stylesheet" href="https://gdils.de/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
    		<title>Gunters Seite – Die Dils-Familienseite</title>
    				<style>
    			 .pda-form-login { width: px!important; } .pda-form-login label { font-size: px!important; color: !important; } .pda-form-login form { background-color: !important; border-radius: px!important; } .pda-form-login a.ppw-swp-logo { background-image: none,url(https://gdils.de/wp-content/plugins/password-protect-page/includes/views/entire-site/assets/ppwp-logo.png)!important; background-size: cover; width: px!important; height: px!important; border-radius: %!important; } .pda-form-login .button-login { color: !important; background-color: !important; border-color: !important; } 
    			.ppwp-sitewide-countdown {
    				font-size: px!important;
    				color: !important;
    				display: flex;
    				justify-content: center;
    			}
    
    			#ppwp_desc_above_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    
    			#ppwp_desc_below_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    			.ppwp-countdown-container {
    				text-align: center;
    			}
    			#ppwp_desc_above_countdown,
    			#ppwp_desc_below_countdown {
    				display: none;
    			}
    			.ppwp_countdown_timer_day,
    			.ppwp_countdown_timer_hour,
    			.ppwp_countdown_timer_minute,
    			.ppwp_countdown_timer_second {
    				text-align: center;
    				padding: 0px 10px;
    			}
    			.ppwp_coundown_colon_spacing {
    				display: flex;
    				align-items: center;
    			}
    				</style>
    			</head>
    	<body class="ppwp-sitewide-protection">
    		<div class="pda-form-login ppw-swp-form-container">
    			<h1>
    				<a style="display: block" title="This site is password protected by PPWP plugin" class="ppw-swp-logo">Password Protect WordPress plugin</a>
    			</h1>
    						<form  class="ppw-swp-form" action="?action=ppw_postpass" method="post">
    								<label for="input_wp_protect_password">Password:</label>
    				<input class="input_wp_protect_password" type="password" id="input_wp_protect_password"
    					name="input_wp_protect_password" placeholder=""/>
    				<input type="hidden" name="g-recaptcha-response" id="ppwRecaptchaResponse" />				<input type="submit" class="button button-primary button-login" value="Enter">
    							</form>
    		</div>
    		<div class="ppwp-countdown-container">
        <div id="ppwp_desc_above_countdown"></div>
        <div id="ppwp_sitewide_countdown" class="ppwp-sitewide-countdown"></div>
        <div id="ppwp_desc_below_countdown"></div>
    </div>
    <script>
        const getCountdown = () => { 
            const datetime = new Date().toString();
            const utcTime = (function() {
                let utc = '';
                let operator = '';
                if (datetime.indexOf('+') >= 0) {
                    utc = datetime.split('+');
                    operator = '+';
                } else {
                    utc = datetime.split('-');
                    operator = '-';
                }
                const utcNumber = utc[1].split(' ')[0];
                const hour = Math.floor(parseInt(utcNumber)/100);
                const min  = (parseInt(utcNumber)%(hour*100))/60*100;
                return parseFloat(hour + '.' + min) - parseFloat("1");
            })();
            const time_unit = "default"
            const end_date = "";
            const countDownDate = new Date(end_date).getTime();
            const start_date = "";
            const countDownDateStart = new Date(start_date).getTime();
            var getNow = new Date().getTime() - utcTime*3600*1000;
            const isShowCountdown = "";
            const isShowDateCountdown = "";
            let checkvalue = false;
            if (getNow < countDownDateStart) {
                const x = setInterval(function() {
                    if( getNow < countDownDateStart ) {
                        getNow = new Date().getTime() - utcTime*3600*1000;
                    } else {
                        checkvalue = true;
           
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2a01:238:20a:202:1078:::443 · www.gdils.de

    2026-01-11 09:21

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 09:21:57 GMT
    Server: Apache/2.4.66 (Unix)
    X-Powered-By: PHP/8.3.29
    X-Redirect-By: WordPress
    Location: https://gdils.de/
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · gdils.de

    2026-01-09 22:40

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 22:40:44 GMT
    Server: Apache/2.4.66 (Unix)
    X-Powered-By: PHP/8.3.29
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Gunters Seite – Die Dils-Familienseite
    
    <html>
    	<head>
    		<meta charset="utf-8"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    		<meta name="description" content=""/>
    		<meta name="viewport" content="width=device-width"/>
    		<link rel="icon" href=""/>
    		<link rel="stylesheet" href="https://gdils.de/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
    		<title>Gunters Seite – Die Dils-Familienseite</title>
    				<style>
    			 .pda-form-login { width: px!important; } .pda-form-login label { font-size: px!important; color: !important; } .pda-form-login form { background-color: !important; border-radius: px!important; } .pda-form-login a.ppw-swp-logo { background-image: none,url(https://gdils.de/wp-content/plugins/password-protect-page/includes/views/entire-site/assets/ppwp-logo.png)!important; background-size: cover; width: px!important; height: px!important; border-radius: %!important; } .pda-form-login .button-login { color: !important; background-color: !important; border-color: !important; } 
    			.ppwp-sitewide-countdown {
    				font-size: px!important;
    				color: !important;
    				display: flex;
    				justify-content: center;
    			}
    
    			#ppwp_desc_above_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    
    			#ppwp_desc_below_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    			.ppwp-countdown-container {
    				text-align: center;
    			}
    			#ppwp_desc_above_countdown,
    			#ppwp_desc_below_countdown {
    				display: none;
    			}
    			.ppwp_countdown_timer_day,
    			.ppwp_countdown_timer_hour,
    			.ppwp_countdown_timer_minute,
    			.ppwp_countdown_timer_second {
    				text-align: center;
    				padding: 0px 10px;
    			}
    			.ppwp_coundown_colon_spacing {
    				display: flex;
    				align-items: center;
    			}
    				</style>
    			</head>
    	<body class="ppwp-sitewide-protection">
    		<div class="pda-form-login ppw-swp-form-container">
    			<h1>
    				<a style="display: block" title="This site is password protected by PPWP plugin" class="ppw-swp-logo">Password Protect WordPress plugin</a>
    			</h1>
    						<form  class="ppw-swp-form" action="?action=ppw_postpass" method="post">
    								<label for="input_wp_protect_password">Password:</label>
    				<input class="input_wp_protect_password" type="password" id="input_wp_protect_password"
    					name="input_wp_protect_password" placeholder=""/>
    				<input type="hidden" name="g-recaptcha-response" id="ppwRecaptchaResponse" />				<input type="submit" class="button button-primary button-login" value="Enter">
    							</form>
    		</div>
    		<div class="ppwp-countdown-container">
        <div id="ppwp_desc_above_countdown"></div>
        <div id="ppwp_sitewide_countdown" class="ppwp-sitewide-countdown"></div>
        <div id="ppwp_desc_below_countdown"></div>
    </div>
    <script>
        const getCountdown = () => { 
            const datetime = new Date().toString();
            const utcTime = (function() {
                let utc = '';
                let operator = '';
                if (datetime.indexOf('+') >= 0) {
                    utc = datetime.split('+');
                    operator = '+';
                } else {
                    utc = datetime.split('-');
                    operator = '-';
                }
                const utcNumber = utc[1].split(' ')[0];
                const hour = Math.floor(parseInt(utcNumber)/100);
                const min  = (parseInt(utcNumber)%(hour*100))/60*100;
                return parseFloat(hour + '.' + min) - parseFloat("1");
            })();
            const time_unit = "default"
            const end_date = "";
            const countDownDate = new Date(end_date).getTime();
            const start_date = "";
            const countDownDateStart = new Date(start_date).getTime();
            var getNow = new Date().getTime() - utcTime*3600*1000;
            const isShowCountdown = "";
            const isShowDateCountdown = "";
            let checkvalue = false;
            if (getNow < countDownDateStart) {
                const x = setInterval(function() {
                    if( getNow < countDownDateStart ) {
                        getNow = new Date().getTime() - utcTime*3600*1000;
                    } else {
                        checkvalue = true;
           
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · www.gdils.de

    2026-01-09 16:02

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 16:02:29 GMT
    Server: Apache/2.4.66 (Unix)
    X-Powered-By: PHP/8.3.29
    X-Redirect-By: WordPress
    Location: https://gdils.de/
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · www.gdils.de

    2026-01-02 22:20

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 22:20:54 GMT
    Server: Apache/2.4.65 (Unix)
    X-Powered-By: PHP/8.3.28
    X-Redirect-By: WordPress
    Location: https://gdils.de/
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · gdils.de

    2025-12-30 12:22

    HTTP/1.1 200 OK
    Date: Tue, 30 Dec 2025 12:22:30 GMT
    Server: Apache/2.4.65 (Unix)
    X-Powered-By: PHP/8.3.28
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Gunters Seite – Die Dils-Familienseite
    
    <html>
    	<head>
    		<meta charset="utf-8"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    		<meta name="description" content=""/>
    		<meta name="viewport" content="width=device-width"/>
    		<link rel="icon" href=""/>
    		<link rel="stylesheet" href="https://gdils.de/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
    		<title>Gunters Seite – Die Dils-Familienseite</title>
    				<style>
    			 .pda-form-login { width: px!important; } .pda-form-login label { font-size: px!important; color: !important; } .pda-form-login form { background-color: !important; border-radius: px!important; } .pda-form-login a.ppw-swp-logo { background-image: none,url(https://gdils.de/wp-content/plugins/password-protect-page/includes/views/entire-site/assets/ppwp-logo.png)!important; background-size: cover; width: px!important; height: px!important; border-radius: %!important; } .pda-form-login .button-login { color: !important; background-color: !important; border-color: !important; } 
    			.ppwp-sitewide-countdown {
    				font-size: px!important;
    				color: !important;
    				display: flex;
    				justify-content: center;
    			}
    
    			#ppwp_desc_above_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    
    			#ppwp_desc_below_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    			.ppwp-countdown-container {
    				text-align: center;
    			}
    			#ppwp_desc_above_countdown,
    			#ppwp_desc_below_countdown {
    				display: none;
    			}
    			.ppwp_countdown_timer_day,
    			.ppwp_countdown_timer_hour,
    			.ppwp_countdown_timer_minute,
    			.ppwp_countdown_timer_second {
    				text-align: center;
    				padding: 0px 10px;
    			}
    			.ppwp_coundown_colon_spacing {
    				display: flex;
    				align-items: center;
    			}
    				</style>
    			</head>
    	<body class="ppwp-sitewide-protection">
    		<div class="pda-form-login ppw-swp-form-container">
    			<h1>
    				<a style="display: block" title="This site is password protected by PPWP plugin" class="ppw-swp-logo">Password Protect WordPress plugin</a>
    			</h1>
    						<form  class="ppw-swp-form" action="?action=ppw_postpass" method="post">
    								<label for="input_wp_protect_password">Password:</label>
    				<input class="input_wp_protect_password" type="password" id="input_wp_protect_password"
    					name="input_wp_protect_password" placeholder=""/>
    				<input type="hidden" name="g-recaptcha-response" id="ppwRecaptchaResponse" />				<input type="submit" class="button button-primary button-login" value="Enter">
    							</form>
    		</div>
    		<div class="ppwp-countdown-container">
        <div id="ppwp_desc_above_countdown"></div>
        <div id="ppwp_sitewide_countdown" class="ppwp-sitewide-countdown"></div>
        <div id="ppwp_desc_below_countdown"></div>
    </div>
    <script>
        const getCountdown = () => { 
            const datetime = new Date().toString();
            const utcTime = (function() {
                let utc = '';
                let operator = '';
                if (datetime.indexOf('+') >= 0) {
                    utc = datetime.split('+');
                    operator = '+';
                } else {
                    utc = datetime.split('-');
                    operator = '-';
                }
                const utcNumber = utc[1].split(' ')[0];
                const hour = Math.floor(parseInt(utcNumber)/100);
                const min  = (parseInt(utcNumber)%(hour*100))/60*100;
                return parseFloat(hour + '.' + min) - parseFloat("1");
            })();
            const time_unit = "default"
            const end_date = "";
            const countDownDate = new Date(end_date).getTime();
            const start_date = "";
            const countDownDateStart = new Date(start_date).getTime();
            var getNow = new Date().getTime() - utcTime*3600*1000;
            const isShowCountdown = "";
            const isShowDateCountdown = "";
            let checkvalue = false;
            if (getNow < countDownDateStart) {
                const x = setInterval(function() {
                    if( getNow < countDownDateStart ) {
                        getNow = new Date().getTime() - utcTime*3600*1000;
                    } else {
                        checkvalue = true;
           
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · www.gdils.de

    2025-12-23 03:16

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 03:16:43 GMT
    Server: Apache/2.4.65 (Unix)
    X-Powered-By: PHP/8.3.28
    X-Redirect-By: WordPress
    Location: https://gdils.de/
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · gdils.de

    2025-12-22 21:56

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 21:56:43 GMT
    Server: Apache/2.4.65 (Unix)
    X-Powered-By: PHP/8.3.28
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Gunters Seite – Die Dils-Familienseite
    
    <html>
    	<head>
    		<meta charset="utf-8"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    		<meta name="description" content=""/>
    		<meta name="viewport" content="width=device-width"/>
    		<link rel="icon" href=""/>
    		<link rel="stylesheet" href="https://gdils.de/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
    		<title>Gunters Seite – Die Dils-Familienseite</title>
    				<style>
    			 .pda-form-login { width: px!important; } .pda-form-login label { font-size: px!important; color: !important; } .pda-form-login form { background-color: !important; border-radius: px!important; } .pda-form-login a.ppw-swp-logo { background-image: none,url(https://gdils.de/wp-content/plugins/password-protect-page/includes/views/entire-site/assets/ppwp-logo.png)!important; background-size: cover; width: px!important; height: px!important; border-radius: %!important; } .pda-form-login .button-login { color: !important; background-color: !important; border-color: !important; } 
    			.ppwp-sitewide-countdown {
    				font-size: px!important;
    				color: !important;
    				display: flex;
    				justify-content: center;
    			}
    
    			#ppwp_desc_above_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    
    			#ppwp_desc_below_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    			.ppwp-countdown-container {
    				text-align: center;
    			}
    			#ppwp_desc_above_countdown,
    			#ppwp_desc_below_countdown {
    				display: none;
    			}
    			.ppwp_countdown_timer_day,
    			.ppwp_countdown_timer_hour,
    			.ppwp_countdown_timer_minute,
    			.ppwp_countdown_timer_second {
    				text-align: center;
    				padding: 0px 10px;
    			}
    			.ppwp_coundown_colon_spacing {
    				display: flex;
    				align-items: center;
    			}
    				</style>
    			</head>
    	<body class="ppwp-sitewide-protection">
    		<div class="pda-form-login ppw-swp-form-container">
    			<h1>
    				<a style="display: block" title="This site is password protected by PPWP plugin" class="ppw-swp-logo">Password Protect WordPress plugin</a>
    			</h1>
    						<form  class="ppw-swp-form" action="?action=ppw_postpass" method="post">
    								<label for="input_wp_protect_password">Password:</label>
    				<input class="input_wp_protect_password" type="password" id="input_wp_protect_password"
    					name="input_wp_protect_password" placeholder=""/>
    				<input type="hidden" name="g-recaptcha-response" id="ppwRecaptchaResponse" />				<input type="submit" class="button button-primary button-login" value="Enter">
    							</form>
    		</div>
    		<div class="ppwp-countdown-container">
        <div id="ppwp_desc_above_countdown"></div>
        <div id="ppwp_sitewide_countdown" class="ppwp-sitewide-countdown"></div>
        <div id="ppwp_desc_below_countdown"></div>
    </div>
    <script>
        const getCountdown = () => { 
            const datetime = new Date().toString();
            const utcTime = (function() {
                let utc = '';
                let operator = '';
                if (datetime.indexOf('+') >= 0) {
                    utc = datetime.split('+');
                    operator = '+';
                } else {
                    utc = datetime.split('-');
                    operator = '-';
                }
                const utcNumber = utc[1].split(' ')[0];
                const hour = Math.floor(parseInt(utcNumber)/100);
                const min  = (parseInt(utcNumber)%(hour*100))/60*100;
                return parseFloat(hour + '.' + min) - parseFloat("1");
            })();
            const time_unit = "default"
            const end_date = "";
            const countDownDate = new Date(end_date).getTime();
            const start_date = "";
            const countDownDateStart = new Date(start_date).getTime();
            var getNow = new Date().getTime() - utcTime*3600*1000;
            const isShowCountdown = "";
            const isShowDateCountdown = "";
            let checkvalue = false;
            if (getNow < countDownDateStart) {
                const x = setInterval(function() {
                    if( getNow < countDownDateStart ) {
                        getNow = new Date().getTime() - utcTime*3600*1000;
                    } else {
                        checkvalue = true;
           
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · gdils.de

    2025-12-21 04:20

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 04:20:02 GMT
    Server: Apache/2.4.65 (Unix)
    X-Powered-By: PHP/8.3.28
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Gunters Seite – Die Dils-Familienseite
    
    <html>
    	<head>
    		<meta charset="utf-8"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    		<meta name="description" content=""/>
    		<meta name="viewport" content="width=device-width"/>
    		<link rel="icon" href=""/>
    		<link rel="stylesheet" href="https://gdils.de/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
    		<title>Gunters Seite – Die Dils-Familienseite</title>
    				<style>
    			 .pda-form-login { width: px!important; } .pda-form-login label { font-size: px!important; color: !important; } .pda-form-login form { background-color: !important; border-radius: px!important; } .pda-form-login a.ppw-swp-logo { background-image: none,url(https://gdils.de/wp-content/plugins/password-protect-page/includes/views/entire-site/assets/ppwp-logo.png)!important; background-size: cover; width: px!important; height: px!important; border-radius: %!important; } .pda-form-login .button-login { color: !important; background-color: !important; border-color: !important; } 
    			.ppwp-sitewide-countdown {
    				font-size: px!important;
    				color: !important;
    				display: flex;
    				justify-content: center;
    			}
    
    			#ppwp_desc_above_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    
    			#ppwp_desc_below_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    			.ppwp-countdown-container {
    				text-align: center;
    			}
    			#ppwp_desc_above_countdown,
    			#ppwp_desc_below_countdown {
    				display: none;
    			}
    			.ppwp_countdown_timer_day,
    			.ppwp_countdown_timer_hour,
    			.ppwp_countdown_timer_minute,
    			.ppwp_countdown_timer_second {
    				text-align: center;
    				padding: 0px 10px;
    			}
    			.ppwp_coundown_colon_spacing {
    				display: flex;
    				align-items: center;
    			}
    				</style>
    			</head>
    	<body class="ppwp-sitewide-protection">
    		<div class="pda-form-login ppw-swp-form-container">
    			<h1>
    				<a style="display: block" title="This site is password protected by PPWP plugin" class="ppw-swp-logo">Password Protect WordPress plugin</a>
    			</h1>
    						<form  class="ppw-swp-form" action="?action=ppw_postpass" method="post">
    								<label for="input_wp_protect_password">Password:</label>
    				<input class="input_wp_protect_password" type="password" id="input_wp_protect_password"
    					name="input_wp_protect_password" placeholder=""/>
    				<input type="hidden" name="g-recaptcha-response" id="ppwRecaptchaResponse" />				<input type="submit" class="button button-primary button-login" value="Enter">
    							</form>
    		</div>
    		<div class="ppwp-countdown-container">
        <div id="ppwp_desc_above_countdown"></div>
        <div id="ppwp_sitewide_countdown" class="ppwp-sitewide-countdown"></div>
        <div id="ppwp_desc_below_countdown"></div>
    </div>
    <script>
        const getCountdown = () => { 
            const datetime = new Date().toString();
            const utcTime = (function() {
                let utc = '';
                let operator = '';
                if (datetime.indexOf('+') >= 0) {
                    utc = datetime.split('+');
                    operator = '+';
                } else {
                    utc = datetime.split('-');
                    operator = '-';
                }
                const utcNumber = utc[1].split(' ')[0];
                const hour = Math.floor(parseInt(utcNumber)/100);
                const min  = (parseInt(utcNumber)%(hour*100))/60*100;
                return parseFloat(hour + '.' + min) - parseFloat("1");
            })();
            const time_unit = "default"
            const end_date = "";
            const countDownDate = new Date(end_date).getTime();
            const start_date = "";
            const countDownDateStart = new Date(start_date).getTime();
            var getNow = new Date().getTime() - utcTime*3600*1000;
            const isShowCountdown = "";
            const isShowDateCountdown = "";
            let checkvalue = false;
            if (getNow < countDownDateStart) {
                const x = setInterval(function() {
                    if( getNow < countDownDateStart ) {
                        getNow = new Date().getTime() - utcTime*3600*1000;
                    } else {
                        checkvalue = true;
           
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · www.gdils.de

    2025-12-20 11:32

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 20 Dec 2025 11:32:29 GMT
    Server: Apache/2.4.65 (Unix)
    X-Powered-By: PHP/8.3.28
    X-Redirect-By: WordPress
    Location: https://gdils.de/
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 193.141.3.70:443 · gdils.de

    2025-12-19 01:54

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 01:54:28 GMT
    Server: Apache/2.4.65 (Unix)
    X-Powered-By: PHP/8.3.28
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Gunters Seite – Die Dils-Familienseite
    
    <html>
    	<head>
    		<meta charset="utf-8"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    		<meta name="description" content=""/>
    		<meta name="viewport" content="width=device-width"/>
    		<link rel="icon" href=""/>
    		<link rel="stylesheet" href="https://gdils.de/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
    		<title>Gunters Seite – Die Dils-Familienseite</title>
    				<style>
    			 .pda-form-login { width: px!important; } .pda-form-login label { font-size: px!important; color: !important; } .pda-form-login form { background-color: !important; border-radius: px!important; } .pda-form-login a.ppw-swp-logo { background-image: none,url(https://gdils.de/wp-content/plugins/password-protect-page/includes/views/entire-site/assets/ppwp-logo.png)!important; background-size: cover; width: px!important; height: px!important; border-radius: %!important; } .pda-form-login .button-login { color: !important; background-color: !important; border-color: !important; } 
    			.ppwp-sitewide-countdown {
    				font-size: px!important;
    				color: !important;
    				display: flex;
    				justify-content: center;
    			}
    
    			#ppwp_desc_above_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    
    			#ppwp_desc_below_countdown {
    				font-size: px!important;
    				color: !important;
    			}
    			.ppwp-countdown-container {
    				text-align: center;
    			}
    			#ppwp_desc_above_countdown,
    			#ppwp_desc_below_countdown {
    				display: none;
    			}
    			.ppwp_countdown_timer_day,
    			.ppwp_countdown_timer_hour,
    			.ppwp_countdown_timer_minute,
    			.ppwp_countdown_timer_second {
    				text-align: center;
    				padding: 0px 10px;
    			}
    			.ppwp_coundown_colon_spacing {
    				display: flex;
    				align-items: center;
    			}
    				</style>
    			</head>
    	<body class="ppwp-sitewide-protection">
    		<div class="pda-form-login ppw-swp-form-container">
    			<h1>
    				<a style="display: block" title="This site is password protected by PPWP plugin" class="ppw-swp-logo">Password Protect WordPress plugin</a>
    			</h1>
    						<form  class="ppw-swp-form" action="?action=ppw_postpass" method="post">
    								<label for="input_wp_protect_password">Password:</label>
    				<input class="input_wp_protect_password" type="password" id="input_wp_protect_password"
    					name="input_wp_protect_password" placeholder=""/>
    				<input type="hidden" name="g-recaptcha-response" id="ppwRecaptchaResponse" />				<input type="submit" class="button button-primary button-login" value="Enter">
    							</form>
    		</div>
    		<div class="ppwp-countdown-container">
        <div id="ppwp_desc_above_countdown"></div>
        <div id="ppwp_sitewide_countdown" class="ppwp-sitewide-countdown"></div>
        <div id="ppwp_desc_below_countdown"></div>
    </div>
    <script>
        const getCountdown = () => { 
            const datetime = new Date().toString();
            const utcTime = (function() {
                let utc = '';
                let operator = '';
                if (datetime.indexOf('+') >= 0) {
                    utc = datetime.split('+');
                    operator = '+';
                } else {
                    utc = datetime.split('-');
                    operator = '-';
                }
                const utcNumber = utc[1].split(' ')[0];
                const hour = Math.floor(parseInt(utcNumber)/100);
                const min  = (parseInt(utcNumber)%(hour*100))/60*100;
                return parseFloat(hour + '.' + min) - parseFloat("1");
            })();
            const time_unit = "default"
            const end_date = "";
            const countDownDate = new Date(end_date).getTime();
            const start_date = "";
            const countDownDateStart = new Date(start_date).getTime();
            var getNow = new Date().getTime() - utcTime*3600*1000;
            const isShowCountdown = "";
            const isShowDateCountdown = "";
            let checkvalue = false;
            if (getNow < countDownDateStart) {
                const x = setInterval(function() {
                    if( getNow < countDownDateStart ) {
                        getNow = new Date().getTime() - utcTime*3600*1000;
                    } else {
                        checkvalue = true;
           
    Found 2025-12-19 by HttpPlugin
    Create report
gdils.dewww.gdils.de
CN:
gdils.de
Not before:
2026-01-11 00:00
Not after:
2027-02-01 23:59
gdils.dewww.gdils.de
CN:
gdils.de
Not before:
2025-01-16 00:00
Not after:
2026-01-31 23:59
Domain summary