> SISTEM_ERISIMI_ICIN_KOMUT_GIRIN...


İpucu: Yankı her zaman kökü takip eder.

> [!] TARIHSEL_DOGRULAMA_GEREKLI

Her şeyin başladığı yıl ve çekirdek numarası (YYYY-000X)?


> FINAL_DESIFRE: [ Doli Vhol ]

Miras +3 adım ötede saklıdır.


> SISTEM_RESTORASYONU_TAMAMLANDI

HOS GELDIN:

ALI VELI

- Online Not Defteri

<!DOCTYPE html> <html lang="tr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>TERMINAL | ACCESS_GRANTED</title> <style> body { background: #000; color: #00ff41; font-family: 'Courier New', monospace; padding: 20px; text-align: center; } .step { display: none; margin-top: 50px; animation: fadeIn 0.5s; } .active { display: block; } input { background: #000; border: 1px solid #00ff41; color: #00ff41; padding: 10px; text-align: center; margin-top: 10px; font-size: 1.2rem; width: 80%; max-width: 300px; } button { background: #00ff41; color: #000; border: none; padding: 10px 20px; cursor: pointer; margin-top: 10px; font-weight: bold; } .hint { font-size: 0.7rem; color: #444; margin-top: 20px; } #final-name { font-size: 2rem; text-shadow: 0 0 20px #00ff41; display: none; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } </style> </head> <body> <div id="step1" class="step active"> <p>> SISTEM_ERISIMI_ICIN_KOMUT_GIRIN...</p> <input type="text" id="ans1" placeholder="KOMUT?"> <br> <button onclick="check1()">GONDER</button> <p class="hint">İpucu: Yankı her zaman kökü takip eder.</p> </div> <div id="step2" class="step"> <p>> [!] TARIHSEL_DOGRULAMA_GEREKLI</p> <p style="font-size: 0.8rem;">Her şeyin başladığı yıl ve çekirdek numarası (YYYY-000X)?</p> <input type="text" id="ans2" placeholder="0000-0000"> <br> <button onclick="check2()">DOGRULA</button> </div> <div id="step3" class="step"> <p>> FINAL_DESIFRE: [ Doli Vhol ]</p> <p style="font-size: 0.8rem;">Miras +3 adım ötede saklıdır.</p> <input type="text" id="ans3" placeholder="GERCEK_ISIM?"> <br> <button onclick="check3()">BITIR</button> </div> <div id="final-step" class="step"> <p>> SISTEM_RESTORASYONU_TAMAMLANDI</p> <p>HOS GELDIN:</p> <h1 id="final-name">ALI VELI</h1> </div> <script> // Aşama 1 Kontrol: Komut 'ECHO' olmalı [cite: 2026-01-18] function check1() { let a1 = document.getElementById("ans1").value.toUpperCase(); if(a1 === "ECHO") { nextStep(1, 2); } else { alert("ERISIM_REDDEDILDI"); } } // Aşama 2 Kontrol: Tarih 1997 ve Node 04 [cite: 2026-01-18] function check2() { let a2 = document.getElementById("ans2").value; if(a2 === "1997-0004") { nextStep(2, 3); } else { alert("HATALI_PROTOKOL"); } } // Aşama 3 Kontrol: Ali Veli isminin çözülmesi [cite: 2026-01-18] function check3() { let a3 = document.getElementById("ans3").value.toUpperCase(); if(a3 === "ALI VELI") { document.getElementById("step3").style.display = "none"; document.getElementById("final-step").style.display = "block"; document.getElementById("final-name").style.display = "block"; } else { alert("GOLGE_DESIFRE_EDILEMEDI"); } } function nextStep(current, next) { document.getElementById("step" + current).style.display = "none"; document.getElementById("step" + next).style.display = "block"; } </script> </body> </html>

<!DOCTYPE html>

<html lang="tr">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>TERMINAL | ACCESS_GRANTED</title>

<style>

body { background: #000; color: #00ff41; font-family: 'Courier New', monospace; padding: 20px; text-align: center; }

.step { display: none; margin-top: 50px; animation: fadeIn 0.5s; }

.active { display: block; }

input { background: #000; border: 1px solid #00ff41; color: #00ff41; padding: 10px; text-align: center; margin-top: 10px; font-size: 1.2rem; width: 80%; max-width: 300px; }

button { background: #00ff41; color: #000; border: none; padding: 10px 20px; cursor: pointer; margin-top: 10px; font-weight: bold; }

.hint { font-size: 0.7rem; color: #444; margin-top: 20px; }

#final-name { font-size: 2rem; text-shadow: 0 0 20px #00ff41; display: none; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

</style>

</head>

<body>

 

<div id="step1" class="step active">

<p>> SISTEM_ERISIMI_ICIN_KOMUT_GIRIN...</p>

<input type="text" id="ans1" placeholder="KOMUT?">

<br>

<button onclick="check1()">GONDER</button>

<p class="hint">İpucu: Yankı her zaman kökü takip eder.</p>

</div>

 

<div id="step2" class="step">

<p>> [!] TARIHSEL_DOGRULAMA_GEREKLI</p>

<p style="font-size: 0.8rem;">Her şeyin başladığı yıl ve çekirdek numarası (YYYY-000X)?</p>

<input type="text" id="ans2" placeholder="0000-0000">

<br>

<button onclick="check2()">DOGRULA</button>

</div>

 

<div id="step3" class="step">

<p>> FINAL_DESIFRE: [ Doli Vhol ]</p>

<p style="font-size: 0.8rem;">Miras +3 adım ötede saklıdır.</p>

<input type="text" id="ans3" placeholder="GERCEK_ISIM?">

<br>

<button onclick="check3()">BITIR</button>

</div>

 

<div id="final-step" class="step">

<p>> SISTEM_RESTORASYONU_TAMAMLANDI</p>

<p>HOS GELDIN:</p>

<h1 id="final-name">ALI VELI</h1>

</div>

 

<script>

// Aşama 1 Kontrol: Komut 'ECHO' olmalı [cite: 2026-01-18]

function check1() {

let a1 = document.getElementById("ans1").value.toUpperCase();

if(a1 === "ECHO") {

nextStep(1, 2);

} else { alert("ERISIM_REDDEDILDI"); }

}

 

// Aşama 2 Kontrol: Tarih 1997 ve Node 04 [cite: 2026-01-18]

function check2() {

let a2 = document.getElementById("ans2").value;

if(a2 === "1997-0004") {

nextStep(2, 3);

} else { alert("HATALI_PROTOKOL"); }

}

 

// Aşama 3 Kontrol: Ali Veli isminin çözülmesi [cite: 2026-01-18]

function check3() {

let a3 = document.getElementById("ans3").value.toUpperCase();

if(a3 === "ALI VELI") {

document.getElementById("step3").style.display = "none";

document.getElementById("final-step").style.display = "block";

document.getElementById("final-name").style.display = "block";

} else { alert("GOLGE_DESIFRE_EDILEMEDI"); }

}

 

function nextStep(current, next) {

document.getElementById("step" + current).style.display = "none";

document.getElementById("step" + next).style.display = "block";

}

</script>

</body>

</html>