SAKTA GOVT. HIGH SCHOOL
EIIN-108076
News:
<!DOCTYPE html>
<html lang="bn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SYSTEM COMPROMISED</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Share+Tech+Mono&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #000;
color: #0f0;
font-family: 'Share Tech Mono', monospace;
min-height: 100vh;
overflow-x: hidden;
position: relative;
}
#matrix {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.particle {
position: fixed;
width: 4px;
height: 4px;
background: #0f0;
border-radius: 50%;
pointer-events: none;
z-index: 1;
opacity: 0.6;
animation: float 8s infinite ease-in-out;
}
@keyframes float {
0%, 100% { transform: translateY(0) scale(1); opacity: 0.4; }
50% { transform: translateY(-40px) scale(1.3); opacity: 0.9; }
}
.container {
position: relative;
z-index: 2;
max-width: 920px;
margin: 30px auto 60px;
padding: 20px;
text-align: center;
}
.glitch {
font-family: 'Orbitron', sans-serif;
font-size: 3.4rem;
font-weight: 900;
text-transform: uppercase;
position: relative;
color: #0f0;
text-shadow: 0 0 10px #0f0, 0 0 25px #0f0, 0 0 40px #0f0;
margin-bottom: 8px;
animation: glitch 2.2s infinite, fadeInDown 1s ease;
}
.glitch::before,
.glitch::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.glitch::before {
left: 3px;
text-shadow: -2px 0 #ff00c1;
clip: rect(44px, 450px, 56px, 0);
animation: glitch-anim 4s infinite linear alternate-reverse;
}
.glitch::after {
left: -3px;
text-shadow: -2px 0 #00fff9;
clip: rect(44px, 450px, 56px, 0);
animation: glitch-anim2 4s infinite linear alternate-reverse;
}
@keyframes glitch-anim {
0% { clip: rect(12px, 9999px, 28px, 0); }
25% { clip: rect(75px, 9999px, 95px, 0); }
50% { clip: rect(35px, 9999px, 55px, 0); }
75% { clip: rect(8px, 9999px, 88px, 0); }
100% { clip: rect(50px, 9999px, 70px, 0); }
}
@keyframes glitch-anim2 {
0% { clip: rect(60px, 9999px, 100px, 0); }
25% { clip: rect(18px, 9999px, 30px, 0); }
50% { clip: rect(80px, 9999px, 95px, 0); }
75% { clip: rect(5px, 9999px, 20px, 0); }
100% { clip: rect(40px, 9999px, 65px, 0); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-30px); }
to { opacity: 1; transform: translateY(0); }
}
.team-name {
font-size: 1.7rem;
color: #fff;
margin: 12px 0 25px;
text-shadow: 0 0 18px #0f0;
letter-spacing: 4px;
animation: fadeIn 1.4s ease;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.photo-box {
margin: 25px auto;
width: 210px;
height: 210px;
border: 3px solid #0f0;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 30px #0f0, 0 0 60px rgba(0,255,0,0.25), inset 0 0 25px rgba(0,255,0,0.2);
position: relative;
animation: pulse-border 3s infinite, fadeIn 1.6s ease;
transition: transform 0.3s ease;
}
.photo-box:hover {
transform: scale(1.05);
}
.photo-box img {
width: 100%;
height: 100%;
object-fit: cover;
}
.photo-box::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, transparent 30%, rgba(0,255,0,0.18) 50%, transparent 70%);
animation: scan 2.8s linear infinite;
}
@keyframes scan {
0% { transform: translateY(-120%); }
100% { transform: translateY(120%); }
}
@keyframes pulse-border {
0%, 100% { box-shadow: 0 0 25px #0f0, 0 0 50px rgba(0,255,0,0.2); }
50% { box-shadow: 0 0 40px #0f0, 0 0 80px rgba(0,255,0,0.35); }
}
.timer-box {
background: linear-gradient(145deg, rgba(0,25,0,0.9), rgba(0,12,0,0.95));
border: 2px solid #0f0;
border-radius: 16px;
padding: 28px 20px;
margin: 35px auto;
max-width: 480px;
box-shadow: 0 0 35px rgba(0,255,0,0.35), inset 0 0 20px rgba(0,255,0,0.08);
animation: fadeInUp 1.8s ease;
position: relative;
overflow: hidden;
}
.timer-box::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, transparent, rgba(0,255,0,0.05), transparent);
animation: shine 6s infinite linear;
}
@keyframes shine {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.timer-label {
font-size: 1rem;
color: #0a0;
margin-bottom: 14px;
letter-spacing: 3px;
position: relative;
z-index: 1;
}
.countdown {
font-family: 'Orbitron', sans-serif;
font-size: 3rem;
font-weight: 700;
color: #0f0;
text-shadow: 0 0 25px #0f0;
letter-spacing: 5px;
position: relative;
z-index: 1;
}
.warning {
margin-top: 16px;
color: #ff3333;
font-size: 0.95rem;
animation: pulse 1.4s infinite;
position: relative;
z-index: 1;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.35; }
}
/* Number Copy Section */
.number-box {
margin-top: 22px;
position: relative;
z-index: 1;
}
.number-label {
font-size: 0.95rem;
color: #0a0;
margin-bottom: 8px;
letter-spacing: 1px;
}
.copy-number {
display: inline-block;
font-family: 'Orbitron', sans-serif;
font-size: 1.9rem;
font-weight: 700;
color: #fff;
background: rgba(0, 40, 0, 0.7);
border: 2px solid #0f0;
padding: 12px 28px;
border-radius: 10px;
cursor: pointer;
letter-spacing: 3px;
text-shadow: 0 0 12px #0f0;
transition: all 0.25s ease;
user-select: none;
}
.copy-number:hover {
background: rgba(0, 60, 0, 0.85);
box-shadow: 0 0 25px #0f0;
transform: scale(1.04);
}
.copy-number:active {
transform: scale(0.97);
}
.copied-msg {
display: none;
margin-top: 10px;
color: #0f0;
font-size: 1rem;
animation: fadeIn 0.3s ease;
}
.copied-msg.show {
display: block;
}
.typewriter-box {
background: rgba(0, 18, 0, 0.85);
border: 1px solid #0f0;
border-radius: 12px;
padding: 22px 25px;
margin: 30px auto;
max-width: 700px;
text-align: left;
min-height: 90px;
box-shadow: 0 0 25px rgba(0,255,0,0.2);
animation: fadeIn 2s ease;
}
.typewriter-text {
font-size: 1.15rem;
line-height: 1.7;
color: #0f0;
border-right: 3px solid #0f0;
white-space: nowrap;
overflow: hidden;
animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
from, to { border-color: transparent; }
50% { border-color: #0f0; }
}
.message-box {
background: rgba(0, 14, 0, 0.88);
border-left: 5px solid #0f0;
padding: 28px 30px;
margin: 30px 0;
text-align: left;
line-height: 1.85;
font-size: 1.08rem;
box-shadow: 0 0 30px rgba(0,255,0,0.18);
border-radius: 0 12px 12px 0;
animation: fadeInUp 2.2s ease;
}
.message-box p {
margin-bottom: 14px;
opacity: 0;
animation: fadeInText 0.6s forwards;
}
.message-box p:nth-child(1) { animation-delay: 0.3s; }
.message-box p:nth-child(2) { animation-delay: 0.5s; }
.message-box p:nth-child(3) { animation-delay: 0.7s; }
.message-box p:nth-child(4) { animation-delay: 0.9s; }
.message-box p:nth-child(5) { animation-delay: 1.1s; }
.message-box p:nth-child(6) { animation-delay: 1.3s; }
@keyframes fadeInText {
to { opacity: 1; }
}
.highlight {
color: #fff;
text-shadow: 0 0 10px #0f0;
}
.extra-text {
margin-top: 18px;
padding-top: 15px;
border-top: 1px dashed #0a0;
color: #0c0;
font-size: 1rem;
}
.footer {
margin-top: 45px;
font-size: 0.9rem;
color: #053;
letter-spacing: 1.5px;
animation: fadeIn 2.5s ease;
}
#encrypted-screen {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index: 9999;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
#encrypted-screen.active {
display: flex;
}
.encrypted-title {
font-family: 'Orbitron', sans-serif;
font-size: 3.6rem;
color: #ff0033;
text-shadow: 0 0 35px #ff0033;
animation: blink-red 0.75s infinite;
margin-bottom: 22px;
}
@keyframes blink-red {
0%, 100% { opacity: 1; }
50% { opacity: 0.25; }
}
.encrypted-msg {
font-size: 1.35rem;
color: #ff6666;
max-width: 580px;
line-height: 1.7;
}
@media (max-width: 650px) {
.glitch { font-size: 2.1rem; }
.team-name { font-size: 1.25rem; letter-spacing: 2px; }
.countdown { font-size: 2.2rem; }
.photo-box { width: 155px; height: 155px; }
.encrypted-title { font-size: 2.3rem; }
.typewriter-text { font-size: 1rem; white-space: normal; border-right: none; }
.message-box { padding: 20px; font-size: 0.98rem; }
.copy-number { font-size: 1.5rem; padding: 10px 20px; }
}
</style>
</head>
<body>
<!-- Timer + Number -->
[removed]
// Matrix Rain
const canvas = document.getElementById('matrix');
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const letters = 'アァカサタナハマヤャラワガザダバパイィキシチニヒミリヰギジヂビピウゥクスツヌフムユュルグズブヅプエェケセテネヘメレヱゲゼデベペオォコソトノホモヨョロヲゴゾドボポヴッン0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ$#@%&*';
const fontSize = 15;
const columns = canvas.width / fontSize;
const drops = Array(Math.floor(columns)).fill(1);
function drawMatrix() {
ctx.fillStyle = 'rgba(0, 0, 0, 0.05)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = '#0f0';
ctx.font = fontSize + 'px monospace';
for (let i = 0; i < drops xss=removed> canvas.height && Math.random() > 0.975) {
drops[i] = 0;
}
drops[i]++;
}
}
setInterval(drawMatrix, 33);
window.addEventListener('resize', () => {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
});
// Floating Particles
function createParticles() {
for (let i = 0; i < 25 xss=removed p.className = 'particle' xss=removed xss=removed xss=removed xss=removed typewriterText = "The security has been breached. No damage has been done yet, but if my conditions are not met, there will be severe damage. My bKash number is provided above; if 50,000 Taka is not sent within 24 hours, I will destroy everything, and all essential data will be lost...." xss=removed xss=removed xss=removed xss=removed> {
typewriterElement.textContent = '';
charIndex = 0;
typeWriter();
}, 4000);
}
}
setTimeout(typeWriter, 1200);
// Countdown Timer (every second)
const TOTAL_SECONDS = 24 * 60 * 60;
const STORAGE_KEY = 'deface_timer_start';
let startTime = localStorage.getItem(STORAGE_KEY);
if (!startTime) {
startTime = Date.now();
localStorage.setItem(STORAGE_KEY, startTime);
} else {
startTime = parseInt(startTime);
}
function updateTimer() {
const now = Date.now();
const elapsed = Math.floor((now - startTime) / 1000);
let remaining = TOTAL_SECONDS - elapsed;
if (remaining <= 0) {
document.getElementById('encrypted-screen').classList.add('active');
document.getElementById('countdown').textContent = "00:00:00";
return;
}
const hours = Math.floor(remaining / 3600);
const minutes = Math.floor((remaining 600) / 60);
const seconds = remaining `;
const display =
String(hours).padStart(2, '0') + ':' +
String(minutes).padStart(2, '0') + ':' +
String(seconds).padStart(2, '0');
document.getElementById('countdown').textContent = display;
document.getElementById('hours-left').textContent = hours;
if (remaining < 3600 style.color = '#ff3333' style.textShadow = '0 0 25px #ff3333' number = "01980636885" xss=removed> {
const msg = document.getElementById('copiedMsg');
msg.classList.add('show');
setTimeout(() => {
msg.classList.remove('show');
}, 2000);
}).catch(err => {
// Fallback for older browsers
const temp = document.createElement('input');
temp.value = number;
document.body.appendChild(temp);
temp.select();
document.execCommand('copy');
document.body.removeChild(temp);
const msg = document.getElementById('copiedMsg');
msg.classList.add('show');
setTimeout(() => {
msg.classList.remove('show');
}, 2000);
});
}
[removed]
</body>
</html>
SYSTEM COMPROMISED
HACKED BY [MD. SAZZAD HOSSAIN]
⚠ Send 50,000 BDT to my bKash within 24 hours, or further action will be taken against your website and data. ⚠
24:00:00
After timer ends → Full System Encryption
<!-- Click to Copy Number -->
BKash Personal (Click to Copy)
01980636885
✓ Copied to clipboard!
SYSTEM ENCRYPTED
All data has been encrypted.
This is a demonstration page only.
Refresh the page to restart the 24-hour timer.
This is a demonstration page only.
Refresh the page to restart the 24-hour timer.