Apache 2.4.6
tcp/443 tcp/80
OpenSSL 1.0.2k-fips
tcp/443 tcp/80
PHP 7.3.33
tcp/443 tcp/80
Open service 185.7.62.81:443 · timer.oymoen.no
2026-01-24 00:16
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 23:37:22 GMT
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
X-Powered-By: PHP/7.3.33
Set-Cookie: PHPSESSID=9jnkkqm17osch42qksh98imcm3; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 3512
Connection: close
Content-Type: text/html; charset=UTF-8
Page title: Øymoen - Log in
<!DOCTYPE html>
<html>
<head>
<title>Øymoen - Log in</title>
<link href="//timer.sourceit.no/bootstrap/css/bootstrap.css" rel="stylesheet">
<script type="text/javascript" src="//timer.sourceit.no/js/jquery-1.9.0.min.js"></script>
</head>
<body>
<script type="text/javascript">
function loggin() {
$("#loginloader").css('display','inline-block');
$("#loginloader").fadeIn();
$("#loginbtn").attr('disabled',true);
if ($("#remember").is(':checked')) remember = 1;
else remember = 0;
var pw = hex_md5(document.getElementById("pw").value);
$.post("login.do.php", { email: $("#email").val(), pw: pw, login : '1', remember : remember })
.done(function(data) {
res = jQuery.parseJSON(data);
if (res.status == "error") {
$("#loginfailed").fadeIn();
$("#loginfailed strong").html(res.message);
$("#loginloader").fadeOut();
$("#loginbtn").attr('disabled',false);
}
else if (res.status == "success") {
if (res.goto == 'd') location.href = '/';
if (res.goto == 'm') location.href = '/m.php';
}
else alert(res.status + "\n" + res.message + "\n" + data);
});
}
function returnEnterPress(e){
var keynum; // set the variable that will hold the number of the key that has been pressed.
//now, set keynum = the keystroke that we determined just happened...
if(window.event) // (IE)
{keynum = e.keyCode;}
else if(e.which) // (other browsers)
{keynum = e.which;}
else{ // something funky is happening and no keycode can be determined...
//alert('nothing found');
keynum = 0;
}
// now that keynum is set, interpret keynum
if(keynum == 13){ // this is Enter (keyascii code 13)
loggin();
return true;
}
else{ // this is something other than enter
return false;
}
}
</script>
<div class="span8" style="margin-left: auto;margin-right: auto; border: 1px solid #CCC; float: none; padding: 10px; margin-top: 150px">
<div style="text-align: center"><!--img src="img/tmlogo.png" border="0" style="margin-left: auto; margin-right: auto"--></div>
<!-- <form class="form-horizontal" id="login" method="POST" action="login.do.php"> -->
<div style="text-align: center">
<img src="http://timer.oymoen.no/oymoen_logo.png" style="margin: 25px; max-width: 90%" border="0" />
<div class="control-group">
<div id="loginfailed" style="display: none" class="alert alert-error"> <strong>Login failed</div>
<label class="control-label" for="email"> </label>
<div class="controls">
<input id="email" value="" type="email" onkeypress="returnEnterPress(event)" name="email" placeholder="Email">
</div>
</div>
<div class="control-group">
<label class="control-label" for="password"> </label>
<div class="controls">
<input type="password" onkeypress="returnEnterPress(event)" id="pw" name="password" placeholder="Password">
<input type="hidden" name="login" value="login">
</div>
<div class="controls">
<input id="remember" type="checkbox" name="remember" /> Remember
</div>
</div><!-- </form> -->
<div class="control-group">
<div class="controls">
</div>
</div>
<button style="margin-left: 160px" id="loginbtn" class="btn" onclick="loggin()">Log in</button><div style="margin-left: 20px; display:none" id="loginloader"><img src="//timer.yapp.no/img/ajax-loader.gif" border="0" /></div>
</div>
</div>
<script src="//timer.sourceit.no/js/md5.js" type="text/javascript"></script>
</body>
</html>
4
Open service 185.7.62.81:80 · timer.oymoen.no
2026-01-24 00:16
HTTP/1.1 301 Moved Permanently Date: Fri, 23 Jan 2026 23:37:41 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33 Location: https://timer.oymoen.no/ Content-Length: 232 Connection: close Content-Type: text/html; charset=iso-8859-1 Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://timer.oymoen.no/">here</a>.</p> </body></html>