cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:310c::ac42:2f7a:80 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Length: 0
Connection: close
Location: https://linkvertisesecretlua.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QkorxEo9bPcyu4iW2EbWSQjBcgi1pCaQ5v9vMrPu4APC6gmWcxmwON12%2B06yWTFvW82H80DMMUqGduWzy%2BjO8nwjLV%2BdYbfvgJoibVZYRin9xrFqgFrV%2B%2B617zfgxyr379VngYAbaJVPLw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd07249a5ee9c3-BLR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2f7a:443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=3uZOLdwAzT87uOHzfT4M8naotbIh2SrVdzm1Rjt42g3hLQtVF%2FMhgOygIV3Kdcedi4cVwdebc17WOi4U14k3zpYoSBWtPeJhz6CIF85u5YAjulZ9iDoZwqRI3%2FdHhLB4HoQDlBT%2Fqyle8g%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd07253e7e0018-LHR
alt-svc: h3=":443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =
Open service 2606:4700:310c::ac42:2f7a:8443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=nbt4EwBnvfvF%2Fd0lrJIG7yY74OQ7gp%2BVaO%2FTkFraMPCdFMDrcUBNv9fX%2BczZ1j7a7PeIxgES4hDdzfcX8Rp4Eu9PzJItBkhmvCNF0MwM4imLEnVHlc96m9x0f5qZBvzr1BZQE2yV3S7Zjw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd07260afc2c83-FRA
alt-svc: h3=":8443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =
Open service 2606:4700:310c::ac42:2c86:443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=m3NV6ADc1cLPELclQr9jdjlfI77PzYd0rZ%2BCsfhquP6CAOxooL0K%2FLwh4vjFvAK%2Bu3wf%2F%2FRF6%2FdaJaLxr5kDvcXengz3gC4%2B9dxehzZTHMquQdJnZR9F5btwKJrWI0KzRzGzhEV%2FK3k%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd07262e276958-FRA
alt-svc: h3=":443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =
Open service 2606:4700:310c::ac42:2c86:8443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=y5TNrbTOwbiXNl7FtSvCdoDPlTCqEF9otEaeKuOyfV1xCXInjU77OptkMha3b%2F15jKAaxzx1sLVjsOwNGs8sc%2FJYeQqZHXE%2Bgw9UGYEZXEQwVfozOQ94qnaSl%2FxsC8Vpvz3QB%2BtdBop%2BWw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd0725193f1c9e-AMS
alt-svc: h3=":8443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =
Open service 2606:4700:310c::ac42:2c86:80 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Length: 0
Connection: close
Location: https://linkvertisesecretlua.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7sK4ljsP0ArZ4MqBuxuTJu6cA56YsPc7VU9l9utFaUabkKkQtbefzyy%2FrHzh%2BmrCyHX9lW1TbAnHF6QJkm6%2B9VhgOs7RamC4uglZUbAn3yBgZm7IaNEgwDTQ1SwcswOBqChcveb0ecsCIA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd072458468f2f-FRA
alt-svc: h3=":443"; ma=86400
Open service 172.66.44.134:8443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=FBx9fk7MQIwSspnYjOeCNcC5YXbDUcFlgo5HcKc7J74vxHA9fY6q1RPoHEzOO8jc8vPNN9%2BDvoHhL1MUsupvss8PD60IxAoc%2FWlt75XA1zJJlPvDMFm0w36FY03ysg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd0725fb01d391-FRA
alt-svc: h3=":8443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =
Open service 172.66.44.134:80 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Length: 0
Connection: close
Location: https://linkvertisesecretlua.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NZJBcI%2BFHvg%2BijMRapymcWcexQSqOr2xX7uIBAdfKwD%2BMLOZvUDuu3PELllyozXAvpQ%2FO%2F%2BdGLNNtzM2cqi4BjHfw0oP8EsV7E6v9r5bPRZkuZrCSOZdhqYCIEdH%2BA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd07242bb4d8e7-FRA
alt-svc: h3=":443"; ma=86400
Open service 172.66.44.134:443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=HdJJYdV9YuHb2jBOK34p9oKEIsGjesfDOYQtplHgXYYzuJ1FN%2BALyCI7GATZHxDWj8QpWon65OFItuENj03KVK%2Bx68HZVPScyF9GVjKsCjFl4biJJS2OPD2yAxNL%2FA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd0725eae12c83-FRA
alt-svc: h3=":443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =
Open service 172.66.47.122:80 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Length: 0
Connection: close
Location: https://linkvertisesecretlua.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7VXvYE%2BqNErQFDNcCfQ0rAgayRqXNCcV3zlND2eAWp3%2BgJoP4A18EIXq%2B05tEDiEFknOi18jUgXnjtln7YMe3W8wVrS2jk4fqLeFdbwYVaytrDdFgaQHmPHng%2FegEA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd07246c96953b-LHR
alt-svc: h3=":443"; ma=86400
Open service 172.66.47.122:8443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=%2B620ObcZkdUBWvTt4e4vL6W4bjLEpuWAHZVFOyOjruAawYpsEYfFewbyKK1WrNWWID%2FQ%2B%2FCMvabb5R5zN267DLxNJLN68SSMUYT06B67mWQ1762zOd2Mnmd4Dathnw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd07252a72a9f2-LHR
alt-svc: h3=":8443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =
Open service 172.66.47.122:443 · linkvertisesecretlua.pages.dev
2026-01-12 13:33
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 13:33:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5065
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "2d726b8d2e692cf8d9b7abb0254c0248"
Link: <https://fonts.googleapis.com>; rel="preconnect"
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=GrKpf6uRKUWyL%2F021FQh1%2BlprlVKpG9ra0XquPZbwk2TR0edC%2BXW4RD9L77z%2F0r%2FvnSLJqL7b4ItlnKfCjAtHf5fy9pNO92WHF%2FCkZFhPjSBEGOLhYZDv84u%2Fg4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcd072538f9ef09-LHR
alt-svc: h3=":443"; ma=86400
Page title: KeyAuth Linkvertise System
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KeyAuth Linkvertise System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap">
<style>
/* Base styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #4e54c8, #8f94fb);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px 40px;
max-width: 500px;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.container .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}
.container .step {
font-size: 1rem;
font-weight: 600;
color: #ffcc00;
}
.container .text {
margin-top: 10px;
font-size: 1rem;
line-height: 1.5;
color: #e4e4e4;
}
.container .bold {
font-weight: 700;
color: #ffffff;
}
.container .button {
display: inline-block;
padding: 12px 20px;
margin-top: 20px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
background: #4caf50;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
}
.container .button:hover {
background: #43a047;
transform: translateY(-2px);
}
.container .button:active {
transform: translateY(0);
}
.container .key {
margin-top: 15px;
font-size: 1.2rem;
font-weight: 700;
color: #ffcc00;
}
footer {
margin-top: 20px;
font-size: 0.8rem;
color: #e0e0e0;
}
</style>
<script>
const steps = [
"https://examplelinkvertise1.com/redirect", // Replace with your Linkvertise link 1
"https://examplelinkvertise2.com/redirect", // Replace with your Linkvertise link 2
"https://examplelinkvertise3.com/redirect", // Replace with your Linkvertise link 3
"https://examplelinkvertise4.com/redirect", // Replace with your Linkvertise link 4
"https://examplelinkvertise5.com/redirect" // Replace with your Linkvertise link 5
];
const currentStep = parseInt(localStorage.getItem("currentStep") || "0", 10);
const redirectDelay = 5000;
function handleRedirect() {
if (currentStep < steps.length) {
localStorage.setItem("currentStep", currentStep + 1);
setTimeout(() => {
window.location.href = steps[currentStep];
}, redirectDelay);
} else {
document.getElementById("content").innerHTML = `
<div class="container">
<div class="title">KeyAuth - License Generated!</div>
<p class="text">
Thank you for completing the process! Here is your license key:
</p>
<div class="key">XXXXXX-XXXXXX-XXXXXX</div>
<button class="button" onclick="copyToClipboard('XXXXXX-XXXXXX-XXXXXX')">Copy Key</button>
</div>
`;
}
}
function copyToClipboard(key) {
const tempInput =