Open service 194.1.147.40:443 · www.smogluk.com
2026-01-23 14:36
HTTP/1.1 301 Moved Permanently Date: Fri, 23 Jan 2026 14:36:47 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 0 Connection: close X-Powered-By: PHP/8.0.30 X-Redirect-By: WordPress Location: https://smogluk.com/ Vary: Accept-Encoding,Origin WPX: 1 Referrer-Policy: no-referrer-when-downgrade X-turbo-charged-by: LiteSpeed X-Edge-Location: WPX CLOUD/NY01 alt-svc: h3=":443"; ma=86400 x-quic: h3 Server: WPX CLOUD/NY01 X-Cache-Status: MISS
Open service 194.1.147.26:443 · smogluk.com
2026-01-23 09:09
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 09:09:31 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 7678
Connection: close
Vary: Accept-Encoding
Vary: Accept-Encoding
Last-Modified: Thu, 15 Feb 2024 16:46:46 GMT
Etag: "1dfe-65ce3ff6-0;;;"
Vary: Accept-Encoding,Origin
WPX: 1
Referrer-Policy: no-referrer-when-downgrade
X-turbo-charged-by: LiteSpeed
X-Edge-Location: WPX CLOUD/LON01
cache-control: public,max-age=3600,stale-while-revalidate=21600
alt-svc: h3=":443"; ma=86400
x-quic: h3
Server: WPX CLOUD/LON01
X-Cache-Status: MISS
Accept-Ranges: bytes
Page title: application
<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://smogluk.com/wp-content/plugins/password-protect-page/includes/views/dist/ppw-form-entire-site.css" type="text/css">
<title>application</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://smogluk.com/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("0");
})();
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;
if ( end_d