Domain lh-dev.net
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.179.229:80 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CYpuBEf6JD62WUZkwHEwLMOkeEZE%2FpSwijtYA%2BmECQfH24jJZWVbxWK7UcDqhqDBOHzSVrQlTjCPbdqaEbfBqD1sXp0iXgJ90cU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1cfdb60bc3c528-SJC
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=x4Xm2bWcJLxwzSVwre1brDfSUHAi4W%2FCb3qpyg6jp1ld0jIOuPIGKyrcXF47P16P3XgsGTDUqHKosennC8fdJ0ZAVxrz9%2F1kB%2B7L%2BY2C76h2mVyL%2Fio%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1cfdb57d5edbd4-FRA
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.179.229:8443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CGcLajGnQ2JosLm%2BRmhG64N6ERYPTQmLjzOAOUDESif8HtsrQClOo1HAuhOzh11VV9f7hGbjAmQvIxK4L8DRwJ%2FR7jKmOjB%2Fuo0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c1cfdb5afb8972b-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-30b10315bc16c467ccb09c5c-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-30b10315bc16c467ccb09c5c-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-30b10315bc16c467ccb09c5c-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-30b10315bc16c467ccb09c5c-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=14400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NBPaLXKEIHt5w3YZxEydLbP%2BmfTPnlFn5PLfRv8P1Pr3UI4jJA%2FilscPFtyP%2BqM63xxQ1S2tgF0%2Fy1SaeV6xpckLr3NxY%2BNoZ3s%3D"}]}
    cf-cache-status: REVALIDATED
    Server: cloudflare
    CF-RAY: 9c1cfdb57d0f3865-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-8a4e64a433a6cd88882db9d1-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-8a4e64a433a6cd88882db9d1-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-8a4e64a433a6cd88882db9d1-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-8a4e64a433a6cd88882db9d1-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.35.214:443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=14400, must-revalidate
    Accept-Ranges: bytes
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uJkRnpQp%2BGB5no7JSr3r%2FibL6zNaPYD%2F5zg9weUdjHX90h953hnEyhkGEeOXtd9DA0JHi3by7Fr2FaZjGED1Q%2FbLlX9NbYU7ZCU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: REVALIDATED
    CF-RAY: 9c1cfdb52bf034dc-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-ee8ae26d1c717016b8e7e492-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-ee8ae26d1c717016b8e7e492-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-ee8ae26d1c717016b8e7e492-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-ee8ae26d1c717016b8e7e492-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=14400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oudMsC4YRxjIdL3FFYC81stIb6JZn9GtZXkAQdd09npmR7moXiM1QvLGzRyQ70fwNQKY%2BJhRnTTjPqQ4wlli%2BaoXCcJ0bjpbIOk%3D"}]}
    cf-cache-status: REVALIDATED
    Server: cloudflare
    CF-RAY: 9c1cfdb4cc5ad232-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-8bcd84c139f0fdaa1ecd3ecc-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-8bcd84c139f0fdaa1ecd3ecc-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-8bcd84c139f0fdaa1ecd3ecc-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-8bcd84c139f0fdaa1ecd3ecc-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=W8yZprB786T85VovHmTd7pLMhixWKt35kS16pRwtTpfXIyvbKHKP9x%2FHxqocfXGCG%2F5JWwWA6jApvZ7LyyRttMu2HsDhvyNoHDNtI7gU83MyQr24E%2BM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1cfdb49dea2f06-EWR
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=s%2BSuklokKpxJ3pLTurVMoKahXCf%2F6RKlIHrdj0C5DPoQHVbbisYRkTCf7kiDplCB1jiCykCN2ETi647FS1svidMlyA8TymrF4WqREZTzUcck65BfoC4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c1cfdb4ae6d1cb7-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-ead74d23e8f78f36766f0755-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-ead74d23e8f78f36766f0755-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-ead74d23e8f78f36766f0755-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-ead74d23e8f78f36766f0755-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.179.229:443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=14400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NBPaLXKEIHt5w3YZxEydLbP%2BmfTPnlFn5PLfRv8P1Pr3UI4jJA%2FilscPFtyP%2BqM63xxQ1S2tgF0%2Fy1SaeV6xpckLr3NxY%2BNoZ3s%3D"}]}
    cf-cache-status: REVALIDATED
    Server: cloudflare
    CF-RAY: 9c1cfdb4ac8cd77e-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-c5a99702d23dd8deb16eeb64-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-c5a99702d23dd8deb16eeb64-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-c5a99702d23dd8deb16eeb64-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-c5a99702d23dd8deb16eeb64-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=736nmyixNdTkbBmNLgmbx3AbG1pRchao95MhiRl0vZFDzXsOiBRI%2BGZQ25EKUTQW1bnybU5ro63q6rLyYOvXX5aC2EqntTCgS6Rsw70V3j5rKDhywno%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c1cfdb49d7fd274-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-80829d5579941cf02f112a93-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-80829d5579941cf02f112a93-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-80829d5579941cf02f112a93-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-80829d5579941cf02f112a93-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.35.214:80 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7RpvZz74wca%2Fa%2F7N%2Fnr8%2Bv14O3CgKn6w0EAXTbZO8LObl3H6MuTJxpJy6vOzvv5kE0yXKTboyTpxuAfcIJFJ6N79JUrKyWfoM5s%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1cfdb43a24d46c-LHR
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.35.214:8443 · lh-dev.net

    2026-01-22 06:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 06:28:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8Qgk6SQFRBUGHeTPni0V7dn%2Bla1eEpU7kZX%2BqyB4K1sSB5KPjTTZYCAlKl%2BfB%2BefXs0ZKIq6clDD63LRVZZwTYv0X9bzuq5Wm5Q%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c1cfdb4bb028ed8-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-ab1fd0d539576482a8b05ddd-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-ab1fd0d539576482a8b05ddd-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-ab1fd0d539576482a8b05ddd-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-ab1fd0d539576482a8b05ddd-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 200 OK
    Date: Wed, 21 Jan 2026 16:27:02 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qNm0znRAjzjRvudA0lZynqS47zr5cRUmTqYG9BhK0DmGRziNPe3ICbL%2FbQMXtlPP7dy7aCym0RJZrukhVpvMw0f8uSYngAMbIARVtEuCSpyMah%2BF%2BSNt8mcT"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c182d3e8a853a42-BOM
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-f1ef38e1f5295b9a979bf37b-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-f1ef38e1f5295b9a979bf37b-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-f1ef38e1f5295b9a979bf37b-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-f1ef38e1f5295b9a979bf37b-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 200 OK
    Date: Wed, 21 Jan 2026 16:27:02 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=l0bjZJgnABrzWxiIoC8JiQP4YH0GlhXc5AIATHo3FceX7g0OE8Nfz42Zs9lPe%2BttSbdvH68yPXDXS%2B6w8BiG5SCBQjEqGCMYsWzTN4kE"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c182d3a1aadad84-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-01a0527cb2791de229edc618-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-01a0527cb2791de229edc618-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-01a0527cb2791de229edc618-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-01a0527cb2791de229edc618-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 200 OK
    Date: Wed, 21 Jan 2026 16:27:02 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GRgvQDsX7MmSiQdvDd1txBMbG2XNWPXQMQnvDYFulRrQx1biJ1AXRCEH0FyB0Crm97JcQjxpDxiFVD0P3m7Nb0Pu469P%2FWQVAujCQw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c182d3acfe2efdf-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-38fa29e430fc2e28ec1d25c3-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-38fa29e430fc2e28ec1d25c3-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-38fa29e430fc2e28ec1d25c3-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-38fa29e430fc2e28ec1d25c3-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 21 Jan 2026 16:27:02 GMT
    Content-Length: 0
    Connection: close
    Location: https://www.lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QACiCIBnnO9V7YqLBwdog0u1m2vRjz6nuuponNkwqZctsYJPj9VFEF7nrSZw2JPi5KMVBTmP6pacdXSqvsm47R4o1Djk3BJUS1u%2FrZ92SUXmZxOlmdTzIn7A"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c182d3a0a55fd86-EWR
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 200 OK
    Date: Wed, 21 Jan 2026 16:27:02 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lb3rfeLQ%2F2VeOgxiPtQNlK9Ds%2Fya99kLTmoP0AFYwhUao%2Fa9CTTOML53Ftoh9pEqdpmaao3vqE1rSf0NyELjTjT74JQvdbRmh%2Fr0ZVENypXL%2BG33n02ZyUeX"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c182d39faaeebbd-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-709a4f63c99de8686c97138d-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-709a4f63c99de8686c97138d-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-709a4f63c99de8686c97138d-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-709a4f63c99de8686c97138d-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 200 OK
    Date: Wed, 21 Jan 2026 16:27:02 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AGGuaE8Z3Hjy%2BFyhwdez6EyGpQIWnBk%2Bv6pn%2Bv2GDudngAqqm0pf6%2FRLX4%2FNI%2FDjGZsT1UYhb0NgycN%2BUOWlU5EJrozmfcbOYhd%2Ffsae7JOTmbCJaFUOFRnG"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c182d3abb781914-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-ccf10d278e781f92d002af94-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-ccf10d278e781f92d002af94-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-ccf10d278e781f92d002af94-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-ccf10d278e781f92d002af94-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 21 Jan 2026 16:27:01 GMT
    Content-Length: 0
    Connection: close
    Location: https://www.lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5Oeegi3jpt6QGxk8AF9QimDEA0%2BjfntlwAPQaVkZpX3kH2xeJEJ5%2FWxsWDS4Jo2PZYSopkUE4R0TUL4j0oeq2xmBbDuO8gciFRPZqFk4o5CeqwCAozDKVWuy"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c182d395bef7206-EWR
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 188.114.97.3:80 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 21 Jan 2026 16:27:01 GMT
    Content-Length: 0
    Connection: close
    Location: https://www.lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2Flxea9NJj4m%2FCxxtExwFgMpXqP1u64nPf%2BrrKYxQIooam4vk2EPAtU2lFznkaOInCSH27G7lqZsmBx%2FHlf8hM2lCfuDqt4I4Ww6VxsIJ"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c182d393cb7af90-LHR
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · www.lh-dev.net

    2026-01-21 16:27

    HTTP/1.1 200 OK
    Date: Wed, 21 Jan 2026 16:27:02 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9TZiwe2WL1zMmHuzlieK9ZwX7IEQzMHMeAcRrHRJzdsbXZBBXP%2BBSfnV56SopTpkeMtr4S2VpMQLTLzdsYsAlMIXGG2fsqg6KFGTj2sQYEGo7JykAfpRbhXt"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c182d39de2be5a3-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Changelog | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Changelog | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <meta name="description" content="Laghaim, 라그하임, Savage Eden, Biosfear, official server files and source code.">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Changelog" href="/" ><span aria-hidden="true">Changelog</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Buy" href="/buy/" ><span aria-hidden="true">Buy</span></a><a aria-label="Contact" href="/contact/" class="selected"><span aria-hidden="true">Contact</span></a></nav>
    </header>
    
    <style>
      :root {
        --bg-color: #f4f6f8;
        --text-color: #000;
        --table-bg: #fff;
        --header-bg: #fff;
        --row-even: #fafafa;
        --tab-bg: #e9ecef;
        --tab-active-bg: #fff;
      }
    
      body {
        font-family: Arial, sans-serif;
        padding: 20px;
        background: var(--bg-color);
        color: var(--text-color);
        transition: background 0.3s, color 0.3s;
      }
    
      h1 {
        margin-bottom: 20px;
      }
    
      /* Fixed first column width */
      table td:first-child,
      table th:first-child {
        width: 200px; /* set your desired width */
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis; /* cut off if too long */
        white-space: nowrap;
      }
    
      /* Dark mode styles */
      body.dark {
        --bg-color: #1e1e1e;
        --text-color: #ddd;
        --table-bg: #2c2c2c;
        --header-bg: #2c2c2c;
        --row-even: #333;
        --tab-bg: #444;
        --tab-active-bg: #222;
      }
    
      /* Tabs */
      .tabs {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }
    
      .tab {
        padding: 6px 16px;
        cursor: pointer;
        background: var(--tab-bg);
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px 4px 0 0;
        transition: background 0.3s, color 0.3s;
      }
    
      .tab.active {
        background: var(--tab-active-bg);
        font-weight: bold;
      }
    
      /* Pages */
      .page {
        display: none;
      }
    
      .page.active {
        display: block;
      }
    
      /* Tables */
      table {
        border-collapse: collapse;
        width: 100%;
        min-width: 500px;
        margin-top: 10px;
        background: var(--table-bg);
        transition: background 0.3s;
      }
    
      th, td {
        border: 1px solid #d0d0d0;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
      }
    
      thead th {
        background: var(--header-bg);
        font-weight: normal;
        position: static;
      }
    
      tr:nth-child(even) td {
        background: var(--row-even);
      }
    
      /* Dark mode transitions for table rows */
      body.dark th, body.dark td {
        border-color: #555;
      }
    
      /* Toggle button */
      #darkModeToggle {
        margin-bottom: 10px;
        padding: 6px 6px;
        cursor: pointer;
      }
      .theme-toggle {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none;
      }
    
    </style>
    
    <div class="tabs">
      <div class="tab active" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(0)" data-cf-modified-d05f0c9c25add90de9e0cab4-="">server</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(1)" data-cf-modified-d05f0c9c25add90de9e0cab4-="">client</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(2)" data-cf-modified-d05f0c9c25add90de9e0cab4-="">database</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(3)" data-cf-modified-d05f0c9c25add90de9e0cab4-="">server_c</div>
      <div class="tab" onclick="if (!window.__cfRLUnblockHandlers) return false; openTab(4)" dat
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 188.114.97.3:80 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tLh0xtGe1wafRqnBcOczP%2FUBp6th6Jh0gDNcDttNa1D3Aq%2FuJG9UQOgz1bijPvhhLVewXtNy3bp7FRnbTIVG8HST6mevR6x98H8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b7c7b608fd5ae5f-FRA
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 18:57:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CCX95JaqrPNqA%2Bs%2BZQZ2N3A9YF6WfjsQBG6vzDrB6R6eU%2FwVrNeI3Pc6nqz657FLDqMHX3FoxZ4H3jcTe9pR3n2XXAVg3pxk%2BZXciq45tfUzzGsnrXE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7c7b63f93d40cf-BOM
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Buy | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Buy | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Buy" href="/" class="selected"><span aria-hidden="true">Buy</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Source Edits" href="/sourceedits/" ><span aria-hidden="true">Source Edits</span></a><a aria-label="Contact" href="/contact/" ><span aria-hidden="true">Contact</span></a></nav>
    
    </header>
    
    <article>
      <header><h1><a href="/">Buy</a></h1></header>
      <div>
    <p>Sell Laghaim Server &ndash; $100</p>
    <ul>
    <li>Laghaim Server (Compiled)</li>
    <li>Laghaim Client</li>
    <li>Laghaim Guardian</li>
    <li>Game Database</li>
    <li>Registration page.</li>
    <li><a href="/laghaim-server/">Buy Link</a></li>
    </ul>
    <p>Sell Laghaim Server, Source Code and all tools &ndash; $200</p>
    <ul>
    <li>Laghaim Server source code</li>
    <li>Laghaim Client source code</li>
    <li>Github access, latest build, updates/fixes.</li>
    <li>Laghaim Guardian</li>
    <li>Launcher / updater</li>
    <li>Map Editor</li>
    <li>3D Model tools and editor</li>
    <li>Client .CSY .BPD .LOLO .SEK .WXY decrypt/encrypt and edit</li>
    <li>LHTool_Data (updated for windows 10)</li>
    <li>Decoder (for .dta files)</li>
    <li>Full website design, registration, ranking</li>
    <li>Laghaim website admin panel.</li>
    <li>+ Other tools, all come with source code.</li>
    <li><a href="/laghaim-server-source-tools/">Buy link</a></li>
    </ul>
    <p>Server installation:</p>
    <ul>
    <li>Minimum server requirements: 2 CPU 4GB RAM.</li>
    </ul>
    </div>
    
    
    </article>
    
    
    
    <footer>
      <div>LH-DEV</div>
      <nav><a aria-label="Mail" href="/contact/" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a></nav>
    
    </footer>
    
    
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VjdMXXavpmnizSOvZnQ9MYEy4ogmuv8mmZckwsJuWNVJi2AtJqIiFp89ozbgbcnbhwcsgRMHB7YBp2MceBiGJZEPKsyXt%2Fmzp2qQ9DVgzDvAdV%2BDAYg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b7c7b60dd273a7c-FRA
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZHO8ob1OzwhYIa5jfI%2B5bi%2F0XLjhMIdxgC2xaB84byofaio53WVZgZjGVIpmvg6snwx9m%2B%2BiQV4BbVY%2B85%2BXrMgmRNHiywZ213plxp1JPTcZR4XYfMg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7c7b607dfc43d2-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Buy | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Buy | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Buy" href="/" class="selected"><span aria-hidden="true">Buy</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Source Edits" href="/sourceedits/" ><span aria-hidden="true">Source Edits</span></a><a aria-label="Contact" href="/contact/" ><span aria-hidden="true">Contact</span></a></nav>
    
    </header>
    
    <article>
      <header><h1><a href="/">Buy</a></h1></header>
      <div>
    <p>Sell Laghaim Server &ndash; $100</p>
    <ul>
    <li>Laghaim Server (Compiled)</li>
    <li>Laghaim Client</li>
    <li>Laghaim Guardian</li>
    <li>Game Database</li>
    <li>Registration page.</li>
    <li><a href="/laghaim-server/">Buy Link</a></li>
    </ul>
    <p>Sell Laghaim Server, Source Code and all tools &ndash; $200</p>
    <ul>
    <li>Laghaim Server source code</li>
    <li>Laghaim Client source code</li>
    <li>Github access, latest build, updates/fixes.</li>
    <li>Laghaim Guardian</li>
    <li>Launcher / updater</li>
    <li>Map Editor</li>
    <li>3D Model tools and editor</li>
    <li>Client .CSY .BPD .LOLO .SEK .WXY decrypt/encrypt and edit</li>
    <li>LHTool_Data (updated for windows 10)</li>
    <li>Decoder (for .dta files)</li>
    <li>Full website design, registration, ranking</li>
    <li>Laghaim website admin panel.</li>
    <li>+ Other tools, all come with source code.</li>
    <li><a href="/laghaim-server-source-tools/">Buy link</a></li>
    </ul>
    <p>Server installation:</p>
    <ul>
    <li>Minimum server requirements: 2 CPU 4GB RAM.</li>
    </ul>
    </div>
    
    
    </article>
    
    
    
    <footer>
      <div>LH-DEV</div>
      <nav><a aria-label="Mail" href="/contact/" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a></nav>
    
    </footer>
    
    
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=h8RJVeufP6nZLaYa7hpMg2LVZl2I3XQoeqoBSxWR%2Fpymlbekmjl9M6pEG%2BGLZbzMsR5BiRBQ99RIYvpYFoejGNfNsxAqbFz0O0M%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7c7b601b1af98d-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Buy | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Buy | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Buy" href="/" class="selected"><span aria-hidden="true">Buy</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Source Edits" href="/sourceedits/" ><span aria-hidden="true">Source Edits</span></a><a aria-label="Contact" href="/contact/" ><span aria-hidden="true">Contact</span></a></nav>
    
    </header>
    
    <article>
      <header><h1><a href="/">Buy</a></h1></header>
      <div>
    <p>Sell Laghaim Server &ndash; $100</p>
    <ul>
    <li>Laghaim Server (Compiled)</li>
    <li>Laghaim Client</li>
    <li>Laghaim Guardian</li>
    <li>Game Database</li>
    <li>Registration page.</li>
    <li><a href="/laghaim-server/">Buy Link</a></li>
    </ul>
    <p>Sell Laghaim Server, Source Code and all tools &ndash; $200</p>
    <ul>
    <li>Laghaim Server source code</li>
    <li>Laghaim Client source code</li>
    <li>Github access, latest build, updates/fixes.</li>
    <li>Laghaim Guardian</li>
    <li>Launcher / updater</li>
    <li>Map Editor</li>
    <li>3D Model tools and editor</li>
    <li>Client .CSY .BPD .LOLO .SEK .WXY decrypt/encrypt and edit</li>
    <li>LHTool_Data (updated for windows 10)</li>
    <li>Decoder (for .dta files)</li>
    <li>Full website design, registration, ranking</li>
    <li>Laghaim website admin panel.</li>
    <li>+ Other tools, all come with source code.</li>
    <li><a href="/laghaim-server-source-tools/">Buy link</a></li>
    </ul>
    <p>Server installation:</p>
    <ul>
    <li>Minimum server requirements: 2 CPU 4GB RAM.</li>
    </ul>
    </div>
    
    
    </article>
    
    
    
    <footer>
      <div>LH-DEV</div>
      <nav><a aria-label="Mail" href="/contact/" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a></nav>
    
    </footer>
    
    
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=14400, must-revalidate
    Accept-Ranges: bytes
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ye487lIha2BN%2B%2B%2F50cq6GygzFFPo36RbEENRxkoC%2F5VcfIsXGWDr1GEpErNAi%2FNX0jik1bQEcq1HBxmniQFv2i6nSxqfBftNDqcB5Xt5FUT7XPMqa10%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: REVALIDATED
    Age: 0
    CF-RAY: 9b7c7b607d6e61e9-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Buy | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Buy | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Buy" href="/" class="selected"><span aria-hidden="true">Buy</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Source Edits" href="/sourceedits/" ><span aria-hidden="true">Source Edits</span></a><a aria-label="Contact" href="/contact/" ><span aria-hidden="true">Contact</span></a></nav>
    
    </header>
    
    <article>
      <header><h1><a href="/">Buy</a></h1></header>
      <div>
    <p>Sell Laghaim Server &ndash; $100</p>
    <ul>
    <li>Laghaim Server (Compiled)</li>
    <li>Laghaim Client</li>
    <li>Laghaim Guardian</li>
    <li>Game Database</li>
    <li>Registration page.</li>
    <li><a href="/laghaim-server/">Buy Link</a></li>
    </ul>
    <p>Sell Laghaim Server, Source Code and all tools &ndash; $200</p>
    <ul>
    <li>Laghaim Server source code</li>
    <li>Laghaim Client source code</li>
    <li>Github access, latest build, updates/fixes.</li>
    <li>Laghaim Guardian</li>
    <li>Launcher / updater</li>
    <li>Map Editor</li>
    <li>3D Model tools and editor</li>
    <li>Client .CSY .BPD .LOLO .SEK .WXY decrypt/encrypt and edit</li>
    <li>LHTool_Data (updated for windows 10)</li>
    <li>Decoder (for .dta files)</li>
    <li>Full website design, registration, ranking</li>
    <li>Laghaim website admin panel.</li>
    <li>+ Other tools, all come with source code.</li>
    <li><a href="/laghaim-server-source-tools/">Buy link</a></li>
    </ul>
    <p>Server installation:</p>
    <ul>
    <li>Minimum server requirements: 2 CPU 4GB RAM.</li>
    </ul>
    </div>
    
    
    </article>
    
    
    
    <footer>
      <div>LH-DEV</div>
      <nav><a aria-label="Mail" href="/contact/" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a></nav>
    
    </footer>
    
    
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=14400, must-revalidate
    Accept-Ranges: bytes
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ye487lIha2BN%2B%2B%2F50cq6GygzFFPo36RbEENRxkoC%2F5VcfIsXGWDr1GEpErNAi%2FNX0jik1bQEcq1HBxmniQFv2i6nSxqfBftNDqcB5Xt5FUT7XPMqa10%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: REVALIDATED
    CF-RAY: 9b7c7b606d633704-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Buy | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Buy | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Buy" href="/" class="selected"><span aria-hidden="true">Buy</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Source Edits" href="/sourceedits/" ><span aria-hidden="true">Source Edits</span></a><a aria-label="Contact" href="/contact/" ><span aria-hidden="true">Contact</span></a></nav>
    
    </header>
    
    <article>
      <header><h1><a href="/">Buy</a></h1></header>
      <div>
    <p>Sell Laghaim Server &ndash; $100</p>
    <ul>
    <li>Laghaim Server (Compiled)</li>
    <li>Laghaim Client</li>
    <li>Laghaim Guardian</li>
    <li>Game Database</li>
    <li>Registration page.</li>
    <li><a href="/laghaim-server/">Buy Link</a></li>
    </ul>
    <p>Sell Laghaim Server, Source Code and all tools &ndash; $200</p>
    <ul>
    <li>Laghaim Server source code</li>
    <li>Laghaim Client source code</li>
    <li>Github access, latest build, updates/fixes.</li>
    <li>Laghaim Guardian</li>
    <li>Launcher / updater</li>
    <li>Map Editor</li>
    <li>3D Model tools and editor</li>
    <li>Client .CSY .BPD .LOLO .SEK .WXY decrypt/encrypt and edit</li>
    <li>LHTool_Data (updated for windows 10)</li>
    <li>Decoder (for .dta files)</li>
    <li>Full website design, registration, ranking</li>
    <li>Laghaim website admin panel.</li>
    <li>+ Other tools, all come with source code.</li>
    <li><a href="/laghaim-server-source-tools/">Buy link</a></li>
    </ul>
    <p>Server installation:</p>
    <ul>
    <li>Minimum server requirements: 2 CPU 4GB RAM.</li>
    </ul>
    </div>
    
    
    </article>
    
    
    
    <footer>
      <div>LH-DEV</div>
      <nav><a aria-label="Mail" href="/contact/" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a></nav>
    
    </footer>
    
    
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=14400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qiimZWjKZx%2BrTu4Vlc5vSaLzmVMSl5EoPFh8l%2FmCFx8dHLf9i8tcnsn3%2FtgUlK%2FOaRnyQMSMek8B%2B%2FZKDUMlc5ZWq8mWrRnaXs4%3D"}]}
    cf-cache-status: REVALIDATED
    Server: cloudflare
    CF-RAY: 9b7c7b5fd9da5594-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Buy | LH-DEV
    
    <!DOCTYPE html>
    <html lang="en">
    <title>Buy | LH-DEV</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="LH-DEV">
    <link rel="canonical" href="http://:4000/">
    
    <link rel="stylesheet" href="/assets/css/index.css">
    
    <link rel="stylesheet" href="/assets/css/classes.css">
    <link rel="icon" href="/assets/icon.png" type="images" sizes="16x16">
    
    
    
    
    
    
    
    
    <header>
      <a href="/" class="title">LH-DEV</a>
      <nav><a aria-label="Buy" href="/" class="selected"><span aria-hidden="true">Buy</span></a><a aria-label="Tools" href="/tools/" ><span aria-hidden="true">Tools</span></a><a aria-label="Setup Guide" href="/setupguide/" ><span aria-hidden="true">Setup Guide</span></a><a aria-label="Test Server" href="/testserver/" ><span aria-hidden="true">Test Server</span></a><a aria-label="Source Edits" href="/sourceedits/" ><span aria-hidden="true">Source Edits</span></a><a aria-label="Contact" href="/contact/" ><span aria-hidden="true">Contact</span></a></nav>
    
    </header>
    
    <article>
      <header><h1><a href="/">Buy</a></h1></header>
      <div>
    <p>Sell Laghaim Server &ndash; $100</p>
    <ul>
    <li>Laghaim Server (Compiled)</li>
    <li>Laghaim Client</li>
    <li>Laghaim Guardian</li>
    <li>Game Database</li>
    <li>Registration page.</li>
    <li><a href="/laghaim-server/">Buy Link</a></li>
    </ul>
    <p>Sell Laghaim Server, Source Code and all tools &ndash; $200</p>
    <ul>
    <li>Laghaim Server source code</li>
    <li>Laghaim Client source code</li>
    <li>Github access, latest build, updates/fixes.</li>
    <li>Laghaim Guardian</li>
    <li>Launcher / updater</li>
    <li>Map Editor</li>
    <li>3D Model tools and editor</li>
    <li>Client .CSY .BPD .LOLO .SEK .WXY decrypt/encrypt and edit</li>
    <li>LHTool_Data (updated for windows 10)</li>
    <li>Decoder (for .dta files)</li>
    <li>Full website design, registration, ranking</li>
    <li>Laghaim website admin panel.</li>
    <li>+ Other tools, all come with source code.</li>
    <li><a href="/laghaim-server-source-tools/">Buy link</a></li>
    </ul>
    <p>Server installation:</p>
    <ul>
    <li>Minimum server requirements: 2 CPU 4GB RAM.</li>
    </ul>
    </div>
    
    
    </article>
    
    
    
    <footer>
      <div>LH-DEV</div>
      <nav><a aria-label="Mail" href="/contact/" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a></nav>
    
    </footer>
    
    
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · lh-dev.net

    2026-01-02 18:57

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 18:57:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://lh-dev.net/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BpR%2BPUchOsqiAYM1KyC%2FoGuLRS8V07izGu8Op36PdvWDD1gqw5c6vhiZVl5XRCbCizm%2FGBQ%2BA4BIW8yDguASE4v0mPk4l4arh5itBxDShB4SWgNsQ0A%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b7c7b5f7fcd1c36-FRA
    
    Found 2026-01-02 by HttpPlugin
    Create report
lh-dev.net
CN:
lh-dev.net
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-24 04:00
Not after:
2026-02-22 05:00
www.lh-dev.net
CN:
www.lh-dev.net
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-21 15:26
Not after:
2026-04-21 16:26