nginx
tcp/443
Open service 194.63.249.215:443 · kulverts.no
2026-01-22 20:54
HTTP/1.1 301 Moved Permanently Server: nginx Date: Thu, 22 Jan 2026 20:54:21 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Redirect-By: WordPress Location: https://www.kulverts.no/ Content-Security-Policy: upgrade-insecure-requests
Open service 194.63.249.215:443 · kulverts.no
2026-01-09 00:55
HTTP/1.1 301 Moved Permanently Server: nginx Date: Fri, 09 Jan 2026 00:55:31 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Redirect-By: WordPress Location: https://www.kulverts.no/ Content-Security-Policy: upgrade-insecure-requests
Open service 194.63.249.215:443 · www.kulverts.no
2026-01-08 22:52
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 08 Jan 2026 22:52:09 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Page title: Kulverts
<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://www.kulverts.no/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
<title>Kulverts</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://www.kulverts.no/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 {
checkvalu