cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3031::6815:2027:443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:42 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=334nz%2FC7nkhF6ofUMBnJ%2B4DKb1kiVHGzgfjyGIsbc1hwnU9EPletfkJ9jnFAUfhRe08%2BixH8dy8NDp6VO4VeLkg0UvG54irlYAweJUKweXYdlsFwkJw7fxs%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=622
cf-cache-status: DYNAMIC
CF-RAY: 9c20457d189235a4-SIN
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 2606:4700:3034::ac43:b6c4:443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:42 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=Dlovsphow%2FHIqk0Hy0hqKYpmPsQT746INGnFkjLjcOa%2FogpfPGI4bmE6FpzTiUfE%2BJiijV%2Bumi3wHjrnR8W2x%2FnDt%2BBmh6UIPnUe7adFbNyRgot49nSYw5I%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=5,cfOrigin;dur=406
cf-cache-status: DYNAMIC
CF-RAY: 9c20457b5d95566e-EWR
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 104.21.32.39:80 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:41 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=3rAnNbnjF2eQ3vazjYX%2B3BUeMK8BdkBZE67mA0gS7CesasG7FBu0evpAO3VjwpViXY4rdUYpUAygQ1Kc%2FsXLp%2FsiIDPNMGZKipimwyw%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
cf-cache-status: DYNAMIC
CF-RAY: 9c204578be58ce9d-FRA
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 2606:4700:3034::ac43:b6c4:8443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 16:02:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 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: 9c20457e7c3a9183-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.182.196:443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:41 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=r6ZumDeZ87W5mWFwERyN6rXsdN4aE51hq2%2FZT99vR49phbtUuO2lBqEjCRar7HkQ2XctbJIQ4MQHADfnW6C5Ip3E15m2YtiQYE4rwvY%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
cf-cache-status: DYNAMIC
CF-RAY: 9c204578be98557f-FRA
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 172.67.182.196:80 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:41 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=GaGBKAoKDjYVY%2BEixj1NlZi3VDWMppoT4s88%2Fs7qk%2BV%2Bp8nly%2F%2Fk3CYQIHzuTVXR2j0fbk9a%2Fanyo51nIL9GZzBef7F4vRqr986ttvQ%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
cf-cache-status: DYNAMIC
CF-RAY: 9c204578aabd889e-LHR
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 172.67.182.196:8443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 16:02:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 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: 9c20457e4becf45c-LHR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.32.39:443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:41 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=5pkPNBhdXDqWQvEVROK5npLrx37RxAkchDuYUopFNqMHGDr4F7BlbeQSLKc7mSKIhTBc82K3CLpp0mDAKih1FsdmxOlNvFb0cX%2FNWIQ%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
cf-cache-status: DYNAMIC
CF-RAY: 9c2045789da0dc7d-FRA
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 2606:4700:3031::6815:2027:8443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 16:02:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 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=19417,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c20457e0c5ca4a0-EWR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3034::ac43:b6c4:80 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:41 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=qbiiVRqtnniP60THZ7HcjyCHPE68o8EnhefdDtbQIpqDPFMMTEEpTwh1sLtj97vww0mosFMX1nx0kipfrige1WfmenG3%2B19lgK%2FkvlRYdFBeB4aLtDg%2FyZc%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
cf-cache-status: DYNAMIC
CF-RAY: 9c2045781e5bd381-FRA
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 2606:4700:3031::6815:2027:80 · redboost.rest
2026-01-22 16:01
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 16:01:41 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
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=NFRczF%2BX7mZhG3q%2B%2FsP5kfpyLNPpVcumsANeUyTDzPIh5WTcVKvYb%2FRmwNPFsPblxqFh5nghCeqV6WHpKxs44p9OJrDBEN%2Bdauezycmnf%2FcSeQQGfTCmdlw%3D"}]}
Vary: Accept-Encoding
Server: cloudflare
X-Content-Type-Options: nosniff
cf-cache-status: DYNAMIC
CF-RAY: 9c2045783e4e975f-FRA
alt-svc: h3=":443"; ma=86400
Page title: Dev Platform
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Platform</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: linear-gradient(45deg, #1a1a2e, #2e1a3a);
animation: gradientShift 10s ease infinite;
}
.container {
text-align: center;
position: relative;
z-index: 10;
}
h1 {
font-size: 2.5rem;
color: #d4a5ff;
margin-bottom: 0.5rem;
text-shadow: 0 0 10px rgba(212, 165, 255, 0.7);
}
.project-name {
font-size: 1.2rem;
color: #a9a9c2;
margin-bottom: 2rem;
text-shadow: 0 0 5px rgba(169, 169, 194, 0.5);
}
.btn {
background: linear-gradient(90deg, #d4a5ff, #8a4af3);
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 0 15px rgba(138, 74, 243, 0.5);
text-decoration: none;
display: inline-block;
margin: 0 0.5rem;
}
.btn:hover {
background: linear-gradient(90deg, #c68cff, #6b2ae6);
}
/* Animated Gradient Background */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Animated Particle Background */
.particles {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.particle {
position: absolute;
background: rgba(212, 165, 255, 0.8);
border-radius: 50%;
animation: float 15s infinite;
}
Open service 104.21.32.39:8443 · redboost.rest
2026-01-22 16:01
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 16:02:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 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: 9c20457d9e225d60-FRA alt-svc: h3=":8443"; ma=86400 error code: 522