| Server IP : 64.202.187.69 / Your IP : 216.73.216.17 Web Server : Apache System : Linux 69.187.202.64.host.secureserver.net 3.10.0-1160.144.1.el7.tuxcare.els6.x86_64 #1 SMP Fri May 29 16:22:24 UTC 2026 x86_64 User : transmarket ( 1001) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/transmarket/testtranslator/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>⚡ HACKED BY TEAM BD CYBER NINJA ⚡</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
padding: 0;
background-image: url('https://b.top4top.io/p_3822kq6my2.jpg');
background-size: cover;
background-position: center;
font-family: 'Montserrat', sans-serif;
color: white;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px;
max-width: 90%;
margin: auto;
}
img {
max-width: 100%;
height: auto;
}
.kaleema {
height: 120px;
width: auto;
margin-bottom: 15px;
}
.logo {
height: 170px;
width: auto;
border-radius: 50%;
margin-bottom: 10px;
animation: rotateLogo 10s linear infinite;
}
/* Smooth rotation animation */
@keyframes rotateLogo {
from { transform: rotateY(0deg); }
to { transform: rotateY(360deg); }
}
/* Stylish Hacker Names at Top */
.hacker-header {
font-family: 'Montserrat', sans-serif;
font-size: 1.8rem;
font-weight: 700;
background: linear-gradient(45deg, #ff0000, #ff6b00, #ffd700, #ff6b00, #ff0000);
background-size: 300% 300%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: gradientShift 3s ease-in-out infinite;
text-shadow: none;
letter-spacing: 3px;
margin-bottom: 5px;
text-transform: uppercase;
}
.hacker-sub {
font-family: 'Montserrat', sans-serif;
font-size: 1.0rem;
font-weight: 300;
color: #ffd700;
text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
letter-spacing: 5px;
margin-bottom: 15px;
}
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
h1, h2 {
font-weight: 700;
overflow: hidden;
white-space: nowrap;
display: inline-block;
opacity: 0; /* Start invisible */
animation: typing 4s steps(40, end) forwards, fadeIn 0s forwards 0s;
}
h2 {
font-size: 1.5rem;
font-weight: 500;
animation-delay: 4s; /* Starts typing after h1 */
letter-spacing: 3px;
}
/* Typewriter and fade-in animations */
@keyframes typing {
from { width: 0; opacity: 1; }
to { width: 100%; }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
p {
font-size: 1.2rem;
font-weight: 300;
margin: 15px 0;
line-height: 1.5;
word-wrap: break-word;
}
.video-container {
width: 20%;
max-width: 800px;
margin: 20px auto;
border: 2px solid rgb(0, 0, 0);
border-radius: 10px;
overflow: hidden;
}
.video-container video {
width: 100%;
height: auto;
outline: none;
}
/* Telegram button under logo */
.logo-btn {
display: inline-block;
margin-bottom: 20px;
padding: 12px 25px;
background: linear-gradient(135deg, #000000, #00aced);
color: rgb(255, 255, 255);
text-decoration: none;
font-weight: bold;
border-radius: 50px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
}
.logo-btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgb(241, 239, 239);
}
/* White line under kalema image */
.white-line {
width: 100%;
height: 4px;
background: rgb(255, 255, 255);
margin: 10px auto 20px;
}
.button-container {
display: flex;
gap: 15px;
margin-top: 20px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.telegram-btn {
display: inline-block;
padding: 15px 30px;
background: linear-gradient(135deg, #000000, #00aced);
color: black;
text-decoration: none;
font-weight: bold;
border-radius: 50px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.telegram-btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
color: #fff;
}
.telegram-btn:active {
transform: translateY(1px);
}
.telegram-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: 0.5s;
}
.telegram-btn:hover::before {
left: 100%;
}
.music-control {
display: flex;
align-items: center;
gap: 10px;
background: rgba(0, 0, 0, 0.5);
padding: 10px 20px;
border-radius: 50px;
border: 1px solid rgb(255, 255, 255);
}
.music-btn {
background: none;
border: none;
color: rgb(0, 0, 0);
font-size: 20px;
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.music-btn:hover {
background: rgba(255, 255, 255, 0.2);
}
.volume-control {
display: flex;
align-items: center;
gap: 5px;
}
.volume-slider {
width: 80px;
}
/* Welcome Popup - No close option */
.welcome-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.welcome-content {
background: #111;
padding: 30px;
border-radius: 10px;
border: 2px solid rgb(255, 255, 255);
max-width: 500px;
text-align: center;
}
.continue-btn {
padding: 10px 20px;
background: rgb(0, 0, 0);
color: black;
border: none;
border-radius: 5px;
cursor: pointer;
margin-top: 15px;
font-weight: bold;
}
.mute-overlay {
position: absolute;
top: 10px;
right: 10px;
background: rgba(0,0,0,0.7);
color: rgb(0, 0, 0);
padding: 5px 10px;
border-radius: 5px;
font-size: 12px;
z-index: 10;
}
</style>
</head>
<body> </div> <div class="container"> <!-- Image 1 with white line below --> <img class="kaleema" src="https://e.top4top.io/p_31711xnxh1.png" alt="Decorative Image"> <div class="white-line"></div> <!-- Rotating Logo with Smooth Animation --> <img class="logo" src="https://l.top4top.io/p_3289fhq2x1.png" alt="Logo Image"> <a href="https://t.me/+Fxw8o6WuYNxiY2Y1" class="logo-btn">Join Telegram</a> <!-- STYLISH HACKER NAMES AT TOP --> <div class="hacker-header">⚡ HACKED BY SUDAIS KHAN & CAPTAIN ZEROX UCHIHA ⚡</div> <div class="hacker-sub">✪ TEAM BD CYBER NINJA ✪</div> <!-- Headings with Typewriter Effect --> <h1> HACKED BY TEAM BD CYBER NINJA </h1> <h2>The Site Was hacked And We Warn To Again Indian Government And We Are Back Again</h2> <!-- Video Container --> <div class="video-container"> <img src="------" alt=""> </div> <!-- Paragraphs --> <p> For every action you take, India Againts Bangladesh, we will strike back harder. We will continue our offense and dismantle your Data Using cyber space piece by piece Repire Your Website Other Wise We Dont Leak YOur Website And Shut it Down Data base And Fuck it Your Fucking Country. We will openly threaten to launch cyber attacks on you. If possible, prevent cyber attacks. We will not spare anyone who attacks the sovereignty of our country. If rendian hokers are seeing this.. Hey INDIAN Cyber Army skids. We are fucking your country's cyber space. Remember us. <br><br> </p> <p>" Remember We Are Back Again Kids We Are Muslim Black Hat Hackers All Rights Reserved "<br> <p> # FUCKED INDIAN HOCKERS <br> <p> <br> <p> #FUCKED LINDU'S <br> <p> # FUCKED ANTI ISLAMIC PRAJETS <br> <p> #FUCKED RENDIA SUPPORT'S <br> </p> <p style="color:#000000 ; font-weight: bold;">Credz: CaptainZeroxUchiha | Captain-3xp1loiter | Overthinker-1337 | Xit-3xplo1iter | Captin-T10C3K3E1R | ARen1-E0rin | Spectro-N0x | Ov3rr13dmast3r | C0d3Ninja | Lu3cf1er-r00t | Quan1tom-h4x | Dark-code1x | Ze0ro-Mu1sk | Mas1ter1mind3 | All Rights Reserved © 2016–2026 </p> <div class="button-container"> <a href="https://t.me/+Fxw8o6WuYNxiY2Y1" class="telegram-btn">Join Our Telegram</a> <!-- Background Music --> <audio autoplay loop id="bgMusic"> <source src="https://j.top4top.io/m_353035m351.mp3"> Your browser does not support the audio element. </audio> <script> // Music control elements const bgMusic = document.getElementById('bgMusic'); const playPauseBtn = document.getElementById('playPauseBtn'); const muteBtn = document.getElementById('muteBtn'); const volumeSlider = document.getElementById('volumeSlider'); // Music control functions playPauseBtn.addEventListener('click', () => { if (bgMusic.paused) { bgMusic.play(); playPauseBtn.textContent = 'â¸ï¸'; } else { bgMusic.pause(); playPauseBtn.textContent = 'â¶ï¸'; } }); muteBtn.addEventListener('click', () => { bgMusic.muted = !bgMusic.muted; muteBtn.textContent = bgMusic.muted ? 'ð' : 'ð'; }); volumeSlider.addEventListener('input', () => { bgMusic.volume = volumeSlider.value; if (bgMusic.volume == 0) { muteBtn.textContent = 'ð'; } else { muteBtn.textContent = 'ð'; } }); function startExperience() { document.getElementById('welcomePopup').style.display = 'none'; const video = document.getElementById('mainVideo'); // Try to unmute and play video video.muted = false; video.play().catch(e => { console.log("Autoplay with sound was prevented:", e); document.getElementById('muteOverlay').style.display = 'block'; }); // Start background music bgMusic.play().then(() => { playPauseBtn.textContent = 'â¸ï¸'; }).catch(e => console.log("Background music autoplay prevented:", e)); } // Click to unmute functionality for video document.getElementById('muteOverlay').addEventListener('click', function() { const video = document.getElementById('mainVideo'); video.muted = !video.muted; this.textContent = video.muted ? "Click to unmute" : "Sound is on"; if (video.muted === false && video.paused) { video.play(); } }); // Anti-tampering protection (for educational purposes) Object.defineProperty(window, 'disableScriptProtection', { value: false, writable: false, configurable: false }); // Disable right-click document.addEventListener('contextmenu', function(e) { e.preventDefault(); alert('Right-click disabled for educational demonstration'); }); // Disable common dev tool keys document.addEventListener('keydown', function(e) { if ( e.ctrlKey && (e.key === 'u' || e.key === 's' || e.key === 'c' || e.key === 'a' || e.key === 'x' || e.key === 'i' || e.key === 'p') || // Ctrl+U, Ctrl+S, etc. e.key === 'F12' || // F12 (e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'J')) // Ctrl+Shift+I or J ) { e.preventDefault(); alert('This function is disabled in this educational demonstration'); return false; } }); // Disable copy, cut, paste document.addEventListener('copy', e => { e.preventDefault(); alert('Copy function disabled for educational demonstration'); }); document.addEventListener('cut', e => { e.preventDefault(); alert('Cut function disabled for educational demonstration'); }); document.addEventListener('paste', e => { e.preventDefault(); alert('Paste function disabled for educational demonstration'); }); // Optional: disable drag and drop document.addEventListener('dragstart', e => e.preventDefault()); // Protection against script disabling attempts (educational demo) const scriptProtection = setInterval(() => { if (typeof disableScriptProtection !== 'undefined' && disableScriptProtection) { clearInterval(scriptProtection); return; } const container = document.querySelector('.container'); if (!container || !container.isConnected) { document.body.innerHTML = '<h1 style="color:white;text-align:center;">Page protection triggered (educational demonstration)</h1>'; document.body.style.overflow = 'hidden'; setTimeout(() => { window.location.reload(); }, 2000); } }, 1000); </script></body></html>