{"id":39,"date":"2026-08-04T05:52:35","date_gmt":"2026-08-04T05:52:35","guid":{"rendered":"https:\/\/cmpython.in\/?page_id=39"},"modified":"2026-08-04T05:52:35","modified_gmt":"2026-08-04T05:52:35","slug":"39-2","status":"publish","type":"page","link":"https:\/\/cmpython.in\/index.php\/39-2\/","title":{"rendered":""},"content":{"rendered":"\n<style>\n  html, body {\n    background-color: #000000 !important;\n    color: #00ff00 !important;\n    font-family: monospace;\n    margin: 0;\n    padding: 0;\n    width: 100vw;\n    height: 100vh;\n    overflow: hidden !important;\n  }\n\n  header, footer, .wp-block-template-part, .site-footer, .site-header, \n  div[class*=\"footer\"], div[class*=\"header\"], nav {\n    display: none !important;\n    visibility: hidden !important;\n    height: 0 !important;\n  }\n\n  .login-wrapper {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100vw;\n    height: 100vh;\n    background-color: #000000;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    z-index: 999999;\n  }\n\n  .login-box {\n    background: #000000;\n    border: 2px solid #00ff00;\n    box-shadow: 0 0 25px #00ff00;\n    padding: 40px 35px;\n    border-radius: 6px;\n    width: 90%;\n    max-width: 420px; \/* Isse box ka size bilkul waisa bada ho jayega *\/\n    box-sizing: border-box;\n  }\n\n  .login-box h2 {\n    text-align: center;\n    color: #00ff00;\n    margin-top: 0;\n    margin-bottom: 25px;\n    font-size: 22px;\n    letter-spacing: 1px;\n  }\n\n  .login-box label {\n    display: block;\n    margin-bottom: 8px;\n    color: #00ff00;\n    font-size: 15px;\n  }\n\n  .login-box input {\n    width: 100%;\n    padding: 12px;\n    margin-bottom: 20px;\n    background: #0a0a0a;\n    border: 1px solid #00ff00;\n    color: #ffffff;\n    box-sizing: border-box;\n    font-family: monospace;\n    font-size: 16px;\n  }\n\n  .login-box button {\n    width: 100%;\n    padding: 12px;\n    background: #00ff00;\n    border: 1px solid #00ff00;\n    color: #000000;\n    font-weight: bold;\n    cursor: pointer;\n    font-family: monospace;\n    font-size: 16px;\n    margin-top: 5px;\n  }\n\n  .login-box button:hover {\n    background: #000000;\n    color: #00ff00;\n  }\n<\/style>\n\n<div class=\"login-wrapper\">\n  <div class=\"login-box\">\n    <h2>Login Required<\/h2>\n    <form id=\"hackerLoginForm\" onsubmit=\"handleLogin(event)\">\n      <label>Username<\/label>\n      <input type=\"text\" id=\"username\" required>\n      \n      <label>Password<\/label>\n      <input type=\"password\" id=\"password\" required>\n      \n      <button type=\"submit\">Login<\/button>\n    <\/form>\n  <\/div>\n<\/div>\n\n<script>\n  function handleLogin(event) {\n    event.preventDefault();\n    \n    var user = document.getElementById('username').value;\n    var pass = document.getElementById('password').value;\n    \n    if (user === \"PradeepKumar\" && pass === \"Nic@2525\") {\n      let form = document.createElement('form');\n      form.method = 'POST';\n      form.action = '\/wp-login.php';\n      \n      let uInput = document.createElement('input');\n      uInput.type = 'hidden';\n      uInput.name = 'log';\n      uInput.value = user;\n      form.appendChild(uInput);\n      \n      let pInput = document.createElement('input');\n      pInput.type = 'hidden';\n      pInput.name = 'pwd';\n      pInput.value = pass;\n      form.appendChild(pInput);\n      \n      document.body.appendChild(form);\n      form.submit();\n    } else {\n      alert(\"Access Denied: Invalid Credentials\");\n    }\n  }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Login Required Username Password Login<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-39","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/pages\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":1,"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/pages\/39\/revisions"}],"predecessor-version":[{"id":40,"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/pages\/39\/revisions\/40"}],"wp:attachment":[{"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/media?parent=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}