nginx
tcp/443 tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561cca5bd8c5e8a308fdbe79ca94
Found 4 files trough .DS_Store spidering: /css /images /js /v15
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561cca5bd8c5e8a308fdbe79ca94
Found 4 files trough .DS_Store spidering: /css /images /js /v15
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561cca5bd8c5e8a308fdbe79ca94
Found 4 files trough .DS_Store spidering: /css /images /js /v15
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561cca5bd8c5e8a308fdbe79ca94
Found 4 files trough .DS_Store spidering: /css /images /js /v15
Open service 185.104.45.85:80 · friks.store
2026-01-09 00:48
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Fri, 09 Jan 2026 00:49:39 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=9b3b8a3fa7c559799a7ee33b0fc339c9e0b7525f5cae25c3d149758634aa1b07; Path=/; Expires=Fri, 09 Jan 2026 00:59:39 GMT; HttpOnly
Set-Cookie: __pq=1767919779352; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('3-9-38-6'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:443 · www.friks.store
2026-01-08 23:57
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Thu, 08 Jan 2026 23:57:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=f19e01d2943a53136bbd1cb506db0a315d583e75ce0ac7e6da2b762259575287; Path=/; Expires=Fri, 09 Jan 2026 00:07:11 GMT; HttpOnly; Secure; SameSite=None
Set-Cookie: __pq=1767916631267; Max-Age=3600; Path=/; HttpOnly; Secure; SameSite=None
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('4-19*35*84'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:80 · www.friks.store
2026-01-08 19:52
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Thu, 08 Jan 2026 19:53:49 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=b711bdfae256ce144c666294711b137b2fb4ebab6beb9331ed77462cc51abc20; Path=/; Expires=Thu, 08 Jan 2026 20:03:49 GMT; HttpOnly
Set-Cookie: __pq=1767902029592; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp21989:0.000/wn21989:0.010/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('3-66*83*79'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:443 · friks.store
2026-01-08 19:52
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Thu, 08 Jan 2026 19:52:48 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=a5e433e2a72adccf96639207ca63b95a9a57ab310cc9855cdf2af40822fc97c1; Path=/; Expires=Thu, 08 Jan 2026 20:02:48 GMT; HttpOnly; Secure; SameSite=None
Set-Cookie: __pq=1767901968295; Max-Age=3600; Path=/; HttpOnly; Secure; SameSite=None
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('7-79-14*85'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:80 · friks.store
2026-01-02 00:57
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Fri, 02 Jan 2026 00:57:18 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=8127c655e3315ef9b1f3849f1e659c3de16c4382a855bd1491d76ebd8ee5c98d; Path=/; Expires=Fri, 02 Jan 2026 01:07:18 GMT; HttpOnly
Set-Cookie: __pq=1767315438680; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('3+31-47+1'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:443 · www.friks.store
2026-01-01 23:43
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Thu, 01 Jan 2026 23:43:19 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=1520bd81faf2217b81ac98bc2a5d224f83166eeec09c6c02a4a9015fb996a6f3; Path=/; Expires=Thu, 01 Jan 2026 23:53:19 GMT; HttpOnly; Secure; SameSite=None
Set-Cookie: __pq=1767310999119; Max-Age=3600; Path=/; HttpOnly; Secure; SameSite=None
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('10*45-88*71'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:80 · www.friks.store
2026-01-01 20:22
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Thu, 01 Jan 2026 20:22:44 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=7cc2eed43eaca9fec51b2dbf324331776814202b5daa087b8d380cb78d209e50; Path=/; Expires=Thu, 01 Jan 2026 20:32:44 GMT; HttpOnly
Set-Cookie: __pq=1767298964561; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('8*88*32*24'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:443 · friks.store
2026-01-01 20:22
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Thu, 01 Jan 2026 20:22:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=73e9811a2e1bac86eb5e77ca4e018674eab0bd98fcebd62740c164f9880918b4; Path=/; Expires=Thu, 01 Jan 2026 20:32:40 GMT; HttpOnly; Secure; SameSite=None
Set-Cookie: __pq=1767298960874; Max-Age=3600; Path=/; HttpOnly; Secure; SameSite=None
x-ray: wnp21989:0.000/wn21989:0.010/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('9-67*72*62'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:80 · friks.store
2025-12-22 09:06
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Mon, 22 Dec 2025 09:06:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=f4ea0be74c417e86899d3afad6f924bbdf53bdc793126ceb8fa7d6f3fb075cdb; Path=/; Expires=Mon, 22 Dec 2025 09:16:05 GMT; HttpOnly
Set-Cookie: __pq=1766394365505; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('9-21-54*31'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>
Open service 185.104.45.85:443 · www.friks.store
2025-12-22 07:31
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Mon, 22 Dec 2025 07:31:15 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, private
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Headers: set-cookie,cache-control,content-type
Set-Cookie: __slsid=23bb3c2c646cdc6c8433830defb8b634ba610cf14d57f3105979b84cf37816cc; Path=/; Expires=Mon, 22 Dec 2025 07:41:15 GMT; HttpOnly; Secure; SameSite=None
Set-Cookie: __pq=1766388675063; Max-Age=3600; Path=/; HttpOnly; Secure; SameSite=None
x-ray: wnp21989:0.000/wn21989:0.000/
Page title: Protected section
<!DOCTYPE html>
<html lang="en">
<head>
<title>Protected section</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width">
<style>
body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
#container {height: 100vh;width: 100%;}
#noscript {font-family: sans-serif;text-align: center;}
#noscript p {font-size: 140%;margin-top: 100px;}
#error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
#error_message{width: 40%;}
.link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
.link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
.link>a:hover {color: #4b4b4b;text-decoration: underline}
.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
.loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
.loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
</style>
</head>
<body>
<div id="container">
<div class="loader"><div></div></div>
<div class="link" >
<span>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
</div>
<div id="noscript">
<noscript>
<p>To view the site, enable JavaScript in your browser</p>
<strong>Why include JavaScript?</strong><br />
<span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
</noscript>
<div id="error">
<span id="error_message"></span>
</div>
</div>
</div>
<script>
function show_error(message) {
document.querySelector('.loader').style.display = 'none';
document.querySelector('#error_message').innerHTML = message;
}
function run() {
var cookieEnabled = navigator.cookieEnabled;
if (cookieEnabled === false) {
document.cookie = "cookietest=1";
cookieEnabled = document.cookie.indexOf('cookietest') !== -1
document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
if(cookieEnabled === false) {
show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
return;
}
}
var
xhr = new XMLHttpRequest(),
form = new FormData();
form.append('___ack', eval('10+70-63*90'));
xhr.open('POST', '');
xhr.send(form);
xhr.onloadend = function (event) {
if (event.target.status !== 200) {
show_error('Failed to display the page. Please try again in a few minutes.');
return;
}
location.reload()
}
}
run();
</script>
</body>