cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.135.22:443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:06 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=343
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Jrwzk5tsGZnKQXhUaqu4ye5pr3WXn7DgnHCEi%2B4jN%2BiuXOnci3xrsdlweD4zI7x2GQhzg8a9t7fSYrwatHayQPPqUauY4YGuwaK9S6XaIah5ehA%3D"}]}
Server: cloudflare
CF-RAY: 9bad6eaa7b8f82a6-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.67.135.22:8443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1o%2FlJ71K43jgi7wRM5lSvIN5ZttXaM5i03j5FOYihtmJ29ZLMEgFy6LAYNYjHqyXzIdp7S0TyoFBnEkdu8NdmqrbgtjDkgJ2t91ceQA%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bad6ea8aedaede7-LHR
alt-svc: h3=":8443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 104.21.6.178:8443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fb1925a1jdWElmdWmbFGQAQK%2BgtZVusaxi41nMGIYwj3d4onj9nEJZtp%2BWiTaIvonlrX0nhKyr7EzxkMXswtelYkEk6ffOwbh1s3pMtIztJ%2B7fE%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea84bdddaff-FRA
alt-svc: h3=":8443"; ma=86400
Open service 104.21.6.178:443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=a3%2F8E6ruj2yurK7EvUrgrNKimGqCchakudUu5iDMmHWtIc6ikxlAmqEVTZSqIHKxHKT8gTQKFzrLLlLeymajSpSoA28dzWNO58Z2KSnlrQ%3D%3D"}]}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=4,cfOrigin;dur=165
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bad6eaa39991a24-YYZ
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 172.67.135.22:80 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:06 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=147
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7EK8zpH6nvbB30FpV9ZtS04naWV3iCHiOF%2Bak47PrU4KuXRsyPONLvbnGzcb%2BA3oMMOk%2FDLMvOl0kMocr6o%2FQjhPFoGTOKhv2KEUYb1%2FSQ6ARk0%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea9ca46ebc0-YYZ
alt-svc: h3=":443"; ma=86400
Open service 104.21.6.178:80 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:06 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=26,cfOrigin;dur=355
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ndUh4oXfKZen54lqBfVEjrR%2BQ1rm2m0VJzI7KXhXo%2Fwlwf1LS1lWS0Ef75WNGrcyVWfWZIDwVBxgaRaBO3bBGdodXIPfVpkNLuxUW57en2SS4Ok%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea9dcfb72aa-EWR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:6b2:443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Uofdtioj3diAjHpJJNpq6YnOQNvnJ16L5EtWTOrgLJM55Ivms9j6XEc%2BS%2FT93xOiMmtr48ofvh7YrcXPjcJZvkC%2F5hAxQlBN%2FPRMGIt6JL5aHow7Km8iTfqmtw%3D%3D"}]}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=214
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bad6eab096a3be6-BOM
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 2606:4700:3030::ac43:8716:80 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lZNDSAzsTz%2BwyWfV8c3dO%2Bn6KVivtTPb5g0khgXra%2F0Gd%2BH5iyjCT9%2B%2BOWxXnaAUCbLGwbwjJvFPnecw4900z%2F17xQZLb3niS9DzBx5ZlMwrIEe%2B73NVOBkeog%3D%3D"}]}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=141,cfOrigin;dur=527
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bad6eaaeeaf3dbf-SIN
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 2606:4700:3030::ac43:8716:8443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EXbB%2BXX7lBqWPWgQq6mABrHP7GJurHj8mF82B%2FkZXcYjoG6wTz0F3lD3Z1TsX1MCX3fq8GOGxyt%2BeUMFiDZuGRlDV8obpHyVL4hBJFQXtunsM9eJqMp8XsmYNQ%3D%3D"}]}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=18,cfOrigin;dur=343
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bad6ea99fcd39ef-YYZ
alt-svc: h3=":8443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 104.21.6.178:443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:06 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=527
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=splSakR%2FR0FsavGbgf44pMw1xnHIFkK%2FMRc%2B6od00g2oOmfg%2B4%2Fd5VP6nL6AXAcdrirnaRbc7Z4mALbGkczDyILc%2F9F0a1mp4XU4NUpWp7TPteM%3D"}]}
Server: cloudflare
CF-RAY: 9bad6eaa9fd27ac6-SIN
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:6b2:80 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wXsqzVbcflx%2BGQzsx2%2FCq5MUvy95P0kv%2F5%2Fm1Mf2QBAKntIamIIhOEG5yoRZwrfnYJ47EbMqmn1IdjNHnFxCfuChaqXODI60tpkU7kAPcqv0CrzOp%2Bi2Rui0wA%3D%3D"}]}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=23,cfOrigin;dur=301
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bad6ea83e0c41ed-EWR
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 104.21.6.178:8443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eDjW7xpvCxSjBLty4DoNwvId19x%2FRCmwO82iILX%2B7XPLz04SSF8OqISkGuQYD7DmVFfVUK2iNUjeVFbBXXtQcof1uaxDMsqT8L6VZZ%2F13A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bad6ea7ab7f373b-FRA
alt-svc: h3=":8443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 2606:4700:3030::ac43:8716:8443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Q1bh4QKtPSJgSoun1oObmv0RH8DUqjRBvct%2FnrdMQ4g47VTQ2H0bcK9pk0IlFHsPFnDaqXMRemM8QaZVGWXKrBo6JlccYbR0qRKS0Cx6UgUbU%2FGX6PSWd8dKQUc2Gxw%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea788dee856-FRA
alt-svc: h3=":8443"; ma=86400
Open service 2606:4700:3037::6815:6b2:8443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FrwHBXL1p6eVh1phEvFYM2iI3yNMFW0s2XI75BzuXQW4j5M%2FM4fnelbOmNRBXt8bm1EpWRCIspocICBwBcvqGOQ7sP5tWmyNI7ZjaTzvUMEjYK1b13pnAgyvqg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bad6ea778f3dbd8-FRA
alt-svc: h3=":8443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 2606:4700:3037::6815:6b2:443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xVuVHi08VaYxkoZWtaejiSVH6kd90F2qKtYoJoMgACOHTjGuJ1ow1QlXk0zp4BHad7lO5y5Xot9n3IplVxUr0K6lpp7edjje1YKnegyEfEg6M3rJd%2BfKvoTbcrbZ8vs%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea78ccbe98a-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3030::ac43:8716:443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FBEn6FVEPmkfbLc5elSIkE33MB7alodOO1zktx%2BBfES8RIMPsvU3D3SrRNuQegMscWRv2ik1c6%2FOMeicSG1A4OItrkc1UbZYEBntm%2BEskChYKKCVmvOj8CDlmQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bad6ea7bab418db-FRA
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 172.67.135.22:80 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vYvVfIXz5epGI5%2F5g95eHgVF9CvyZcoYWpDh%2FBn8%2FdFioFCn%2Fk5bEoEJgFldvXEALIXG%2FoXjqvX0F96SmzmRdedibJC1VLQHYWnG48lJrA%3D%3D"}]}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=388
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bad6ea99f4ad5a9-YYZ
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 172.67.135.22:443 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pJ5zMHR4X8G4rz5%2FUERMs1IBo12VG01W2tvWQPyWO0TFQYoGqgq%2Fc17zZmRcdn%2FA8w%2Bnhl2DTacj8TmnAp709gp13L3O4dhjQLm8Ewk4ZA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bad6ea7eff16608-AMS
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 2606:4700:3037::6815:6b2:80 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DAklqeE3KoHoAiNZHc5wZ5SJnBqNfqN3Hca%2Bf1lsHZu8Zzxwi0%2BstJctyu%2B6hUomOz1iMPPML7gpuu9Ebr7p70NesxU9QX5JuOCdaB1Fv7GUMmrI6OtgEXqrsHlTZSc%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea77da8a028-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3030::ac43:8716:80 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BIUNxfBHzV6OH1aPIrFn46j7LpT31IXYqE5lDsdrn0fyQKSvDgrlF%2BsMbpCNnwnDA%2FCd%2BwOCM3Js4YEGyxmSzn5w1klyRZcdf86gnVdjjjFJYuFDE0%2F8Wp0haHrdXpM%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea7a94a95ab-AMS
alt-svc: h3=":443"; ma=86400
Open service 104.21.6.178:80 · alpareality.com
2026-01-08 17:32
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 17:32:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Wep%2BzqhkAgfSJ%2FR%2Fu4gzoqsrcNdE4qPzvq3CpDU1Z2P2usBylHeGLbrLX%2BO%2FBcx7tvy8AU58f%2BG2UnvUBI655PMFE%2Bs%2BSvn%2BA%2BwPGDvKiA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Sat, 20 Dec 2025 07:56:55 GMT
Server: cloudflare
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bad6ea769ccd2c6-FRA
alt-svc: h3=":443"; ma=86400
Page title: AI PDB Explorer & 3D Viewer
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>AI PDB Explorer & 3D Viewer</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #111;
color: #eee;
}
body {
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
padding: 10px 16px;
border-bottom: 1px solid #222;
background: #151515;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
header h1 {
font-size: 18px;
margin: 0;
}
header .subtitle {
font-size: 12px;
color: #aaa;
}
.chip {
display: inline-flex;
align-items: center;
padding: 2px 6px;
border-radius: 999px;
font-size: 11px;
border: 1px solid #333;
color: #ccc;
gap: 4px;
}
.chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2f81f7;
}
/* ANA LAYOUT */
.layout {
flex: 1 1 auto;
display: flex;
gap: 10px;
padding: 10px;
min-height: 0;
}
.panel {
background: #1b1b1b;
border-radius: 8px;
border: 1px solid #272727;
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.panel h2 {
font-size: 14px;
margin: 0 0 4px;
font-weight: 600;
color: #ddd;
}
.left-panel {
flex: 0 0 300px;
max-width: 340px;
display: flex;
flex-direction: column;
gap: 8px;
min-height: 0;
}
.center-panel {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
}
.right-panel {
flex: 0 0 320px;
max-width: 360px;
display: flex;
flex-direction: column;
min-height: 0;
}
@media (max-width: 1000px) {
.layout {
flex-direction: column;
}
.left-panel,
.center-panel,
.right-panel {
flex: 0 0 auto;
max-width: none;
}
}
label {
font-size: 13px;
margin-bottom: 2px;
display: block;
color: #ccc;
}
textarea, input {
width: 100%;
border-radius: 6px;
border: 1px solid #333;
background: #141414;
color: #eee;
font-size: 13px;
font-family: inherit;
padding: 6px 8px;
}
textarea {
resize: vertical;
min-height: 60px;
}
button {
border: none;
border-radius: 6px;
padding: 7px 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
background: #2f81f7;
color: #fff;
display: inline-flex;
align-items: center;
gap: 6px;
}
button:disabled {
opacity: 0.6;
cursor: default;
}
.row {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.small-note {
font-size: 12px;
color: #999;
}
.status {
font-size: 12px;
color: #b0b0b0;
min-height: 16px;
}
.pdb-list {
border-radius: 6px;
border: 1px solid #333;
background: #111;
padding: 4px;
display: flex;
flex-direction: column;
gap: 4px;
max-height: 260px;
overflow: auto;
font-size: 13px;
}
.pdb-item {
padding: 4px 6px;
border-radius: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
.pdb-item span.code {
font-family: monospace;
font-size: 13px;
}
.pdb-item span.meta {
font-size: 12px;
color: #aaa;
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pdb
Open service 2606:4700:3030::ac43:8716:443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=y8NIFhIngMqwE5EM5QqpH70oVbaKoc0cObGcCWIUw22vEjgcVPcY3KXENFf%2FIHUfZ5wxnW7D5hcoYoziYpW9Ix22Bxw7Ey2YbPyGfox3gN%2BBOQPh9s3q%2FvXix2A66Xs%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea78a72dc8c-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:6b2:8443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SSiAQM%2Fl9P1pBwtuxOVPE0QVNWkO7vifKzxyvloGv9VWGed%2FYJ9CciBm%2BhhZGjNSo%2BnAo8feen7Fk%2Fuj8SZSTnyyNWd7eSSJ5DnrFSeBXcbkOxbaiKEbwx533iO3Cbg%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea7bc1463ea-LHR
alt-svc: h3=":8443"; ma=86400
Open service 172.67.135.22:8443 · www.alpareality.com
2026-01-08 17:32
HTTP/1.1 404 Not Found
Date: Thu, 08 Jan 2026 17:32:05 GMT
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QW6PMMjNoC%2BG52ZHiLZ1SobS3II1YbfnxBBJit9n7Pyc%2FS2qwURQqOfx6xQY8iDLhziSdg3xnjMZZMHmGjXmbOYJmQlxlJOg3m3uyxbGtUI1WnY%3D"}]}
Server: cloudflare
CF-RAY: 9bad6ea708551cb7-FRA
alt-svc: h3=":8443"; ma=86400
Open service 2606:4700:3030::ac43:8716:443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:23 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=18,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813ba4aacce12-SIN alt-svc: h3=":443"; ma=86400 error code: 1033
Open service 2606:4700:3030::ac43:8716:8443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=4,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b98a73f8ac-YYZ alt-svc: h3=":8443"; ma=86400 error code: 1033
Open service 2606:4700:3037::6815:6b2:443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=7,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b96a936c9b-EWR alt-svc: h3=":443"; ma=86400 error code: 1033
Open service 172.67.135.22:443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:23 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b9a8d7fd03-SIN alt-svc: h3=":443"; ma=86400 error code: 1033
Open service 104.21.6.178:443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b968a671a9-FRA alt-svc: h3=":443"; ma=86400 error code: 1033
Open service 104.21.6.178:8443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b91a3e19b3-FRA alt-svc: h3=":8443"; ma=86400 error code: 1033
Open service 2606:4700:3030::ac43:8716:80 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=14,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b8d946ab6d-YYZ alt-svc: h3=":443"; ma=86400 error code: 1033
Open service 104.21.6.178:80 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=13,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b8d9ff8ae3-EWR alt-svc: h3=":443"; ma=86400 error code: 1033
Open service 2606:4700:3037::6815:6b2:8443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=5,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b8d961a450-YYZ alt-svc: h3=":8443"; ma=86400 error code: 1033
Open service 2606:4700:3037::6815:6b2:80 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b8afb9944c-SJC alt-svc: h3=":443"; ma=86400 error code: 1033
Open service 172.67.135.22:8443 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=9,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b819d8d5f4-YYZ alt-svc: h3=":8443"; ma=86400 error code: 1033
Open service 172.67.135.22:80 · alpareality.com
2025-12-21 14:30
HTTP/1.1 530 <none> Date: Sun, 21 Dec 2025 14:30:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b1813b7e9b74d2b-FRA alt-svc: h3=":443"; ma=86400 error code: 1033