http://gamingarena.no/

Submitted URL:
http://gamingarena.no/
Report Finished:

The outgoing links identified from the page

LinkText
https://www.domainnameshop.com/whoisWho owns the domain?
https://www.domainnameshop.com/

JavaScript Variables · 13 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
onscrollendobject
errorfunction
mapfunction
mapDomainfunction
ucs2decodefunction
hobject
uobject
mobject
lstring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="/punycode.min.js"></script>
    <title>gamingarena.no is parked</title>
    <style>
      * {
        margin: 0;
        padding: 0;
      }

      body {
        background: #ccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        text-align: center;
      }

      h1 {
        margin: 10px auto 20px 10px;
        color: #3498db;
      }

      p {
        display: inline-block;
        min-width: 200px;
        margin: auto 30px 10px 30px;
      }

      .container {
        position: relative;
        text-align: left;
        min-height: 200px;
        max-width: 800px;
        min-width: 450px;
        margin: 15% auto 0px auto;
        background: #ffffff;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
      }

      img.logo {
        width: auto;
        max-height: 50px;
        margin-top: 30px;
        border: 0;
      }

      .logocont {
        text-align: center;
      }

      .langselect {
        position: absolute;
        top: 10px;
        right: 10px;
      }

      .langselect img {
        position: relative;
        width: auto;
        border: 0;
        margin: 2px;
        height: 15px;
      }

      .footer {
        color: #aaa;
        margin: 1em auto 0px auto;
        font-size: 8pt;
        text-align: center;
        min-width: 450px;
      }
    </style>
  </head>
  <body>
    <script>
      var h = {
        en: punycode.toUnicode('gamingarena.no') + ' is parked',
        no: punycode.toUnicode('gamingarena.no') + ' er parkert',
        sv: punycode.toUnicode('gamingarena.no') + ' är parkerad',
        da: punycode.toUnicode('gamingarena.no') + ' er parkeret',
      };

      var u = {
        en: "www.domainnameshop.com/",
        no: "www.domeneshop.no/",
        sv: "www.domainnameshop.com/",
        da: "www.domainnameshop.com/",
      };

      var m = {
        en: punycode.toUnicode('gamingarena.no') + ' is registered, but the owner currently does not have an active website here. <br>Other services, such as e-mail, may be actively used by the owner.<br><br><a href="https://www.domainnameshop.com/whois">Who owns the domain?</a>',
        no: punycode.toUnicode('gamingarena.no') + ' er registrert, men har ingen aktiv nettside ennå. <br>Andre tjenester, som f.eks. epost, kan være aktivt brukt av eieren.<br><br><a href="https://www.domeneshop.no/whois">Hvem eier domenet?</a>',
        sv: punycode.toUnicode('gamingarena.no') + ' är registrerad, men har inte har någon aktiv websida ännu. <br>Andra tjänster, t.ex. epost, kan används aktivt av ägaren.<br><br><a href="https://www.domainnameshop.com/whois">Vem äger domänen?</a>',
        da: punycode.toUnicode('gamingarena.no') + ' er registreret, men ejeren har i øjeblikket ikke en aktiv hjemmeside her. <br>Andre tjenester, såsom e-mail, kan bruges aktivt af ejeren.<br><br><a href="https://www.domainnameshop.com/whois">Hvem ejer domænet?</a>',
      };

      var l = (
        navigator.language ||
        navigator.userLanguage ||
        "en"
      ).toLowerCase();
      l =
        l.indexOf("-") > -1
          ? l.split("-")[1]
          : l === "nb" || l === "nn"
          ? "no"
          : l;

      var i = typeof SVGRect != "undefined" ? "svg" : "png";

      function q(s) {
        return document.getElementById(s);
      }
    </script>

    <div class="container">
      <h1 id="t">gamingarena.no is parked</h1>
      <p id="m">gamingarena.no is registered, but the owner currently does not have an active website here. <br>Other services, such as e-mail, may be actively used by the owner.<br><br><a href="https://www.domainnameshop.com/whois">Who owns the domain?</a></p>
      <div class="logocont">
        <a id="l" href="https://www.domainnameshop.com/"><img id="i" class="logo" src="/images/logo-en.svg"></a>
      </div>
      <div id="ls" class="langselect" style="">
        <img src="/images/flag-no.png" alt="Norsk" title="Norsk" onclick="setLang('no')"><img src="/images/flag-se.png" alt="Svenska" title="Svenska" onclick="setLang('sv')"><img src="/images/flag-da.png" alt="Dansk" title="Dansk" onclick="setLang('da')"><img src="/images/flag-en.png" alt="English" title="English" onclick="setLang('en')">
      </div>
    </div>
    <div class="footer">
      <span>Domeneshop AS ©
        2024</span>
      ·
      <span>Request ID:
        ac4e3edfe6781352f533346884984e3f/parkedweb01
      </span>
    </div>

    <script>
      q("ls").setAttribute("style", "");

      function setLang(s) {
        s = s in h ? s : "en";
        q("t").innerHTML = document.title = h[s];
        q("m").innerHTML = m[s];
        q("l").setAttribute("href", "https://" + u[s]);
        q("i").setAttribute("src", "/images/logo-" + s + "." + i);
      }

      setLang(l);
    </script>
  

</body></html>