{"id":42,"date":"2026-08-04T05:55:16","date_gmt":"2026-08-04T05:55:16","guid":{"rendered":"https:\/\/cmpython.in\/?page_id=42"},"modified":"2026-08-04T05:55:16","modified_gmt":"2026-08-04T05:55:16","slug":"42-2","status":"publish","type":"page","link":"https:\/\/cmpython.in\/index.php\/42-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 20px rgba(0, 255, 0, 0.6);\n    padding: 35px 30px;\n    width: 92%;\n    max-width: 450px;\n    box-sizing: border-box;\n    border-radius: 2px;\n  }\n\n  .login-box h2 {\n    text-align: center;\n    color: #00ff00;\n    margin-top: 0;\n    margin-bottom: 25px;\n    font-size: 20px;\n    letter-spacing: 0.5px;\n  }\n\n  .login-box label {\n    display: block;\n    margin-bottom: 8px;\n    color: #00ff00;\n    font-size: 14px;\n  }\n\n  .login-box input {\n    width: 100%;\n    padding: 12px 10px;\n    margin-bottom: 20px;\n    background: #050505;\n    border: 1px solid #00ff00;\n    color: #ffffff;\n    box-sizing: border-box;\n    font-family: monospace;\n    font-size: 15px;\n    outline: none;\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  }\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-42","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/pages\/42","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=42"}],"version-history":[{"count":1,"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":43,"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/pages\/42\/revisions\/43"}],"wp:attachment":[{"href":"https:\/\/cmpython.in\/index.php\/wp-json\/wp\/v2\/media?parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}