Notice: Trying to access array offset on value of type null in /var/www/colorilla/data/www/httpstatuscodes.info/users/boot.php on line 88
n0ll sunucusunun yanıtını ve yönlendirmelerini kontrol edin

Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - n0ll.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Server: nginx
Date: Thu, 22 May 2025 00:14:16 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Expires: Thu, 22 May 2025 01:14:16 GMT
Cache-Control: max-age=3600
Cache-Control: public

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: n0ll.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!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>n0ll.com 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('n0ll.com') + ' is parked',
        no: punycode.toUnicode('n0ll.com') + ' er parkert',
        sv: punycode.toUnicode('n0ll.com') + ' är parkerad',
        da: punycode.toUnicode('n0ll.com') + ' 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('n0ll.com') + ' 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('n0ll.com') + ' 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('n0ll.com') + ' ä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('n0ll.com') + ' 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">
        n0ll.com
        is parked
      </h1>
      <p id="m">
        n0ll.com
        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.png"
        /></a>
      </div>
      <div id="ls" class="langselect" style="display: none">
        <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 &copy;
        2025</span
      >
      &middot;
      <span
        >Request ID:
        9818cb03e050c85e9629dcf1ed40eb71/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>
                               

Alan adının whois bilgisi

Domain Name: N0LL.COM
Registry Domain ID: 1450548375_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.domainnameshop.com
Registrar URL: http://www.domainnameshop.com
Updated Date: 2025-02-14T11:58:56Z
Creation Date: 2008-04-15T20:25:04Z
Registry Expiry Date: 2026-04-15T20:25:04Z
Registrar: Domeneshop AS dba domainnameshop.com
Registrar IANA ID: 1001
Registrar Abuse Contact Email: abuse@domainnameshop.com
Registrar Abuse Contact Phone: +47.22943333
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.HYP.NET
Name Server: NS2.HYP.NET
Name Server: NS3.HYP.NET
DNSSEC: signedDelegation
DNSSEC DS Data: 31674 13 2 E72476DB6B1CF6AD8041A6E89305E94AD3197A999A7408D3E1A103C90BE541A4
DNSSEC DS Data: 31674 13 4 A729619F3D904C24CA1B002BEBE83664B3026F622FC742B7A644659BE161A3F3CD53D852A53DE4CF8C35170482982154
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-22T00:13:54Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass