2KADAM
News Update
Loading...
  • Put the link on the Generate Link box with http:// or https://
  • Use CTRL + V on keyboard to put the link.
  • Click Generate button to get encrypted link.
  • Click Copy URL button.
  • Done.
  • Latest Post

    [Documentation][recentbylabel]
    Password Generation

    Password Generation

    What is This Tool?

    • It is a simple online Bcrypt password generation tool that you can use for free.
    • Enter your desired password and the string that you would like to encrypt into the input fields above. We will then run it through the Bcrypt hashing function and return the result.
    • If you would like to verify if a hash/password is valid, use this tool

    Default Password

    Use the below Mentioned Password

    USE  PASSWORD 1234567890

     $2y$10$XGI7Sh0jYrMz9DwqHYHgXuyx1E1aCD1tvNWPrv/ByWYbk1hSKIjSS 

    91Club

    91Club

    💻 91 Club जैसी वेबसाइट कैसे बनाएं? (Complete Article in Hindi)

    🧾 91 Club क्या है?

    91 Club एक ऑनलाइन गेमिंग और रिवार्ड प्लेटफ़ॉर्म है जहां यूज़र्स गेम्स खेलकर पैसे जीत सकते हैं। यह एक रियल मनी गेमिंग साइट है जिसमें रजिस्ट्रेशन, पेमेंट, गेम्स, और रिवॉर्ड्स का सिस्टम होता है।

    वेबसाइट बनाने के लिए ज़रूरी बातें:

    • Frontend: HTML, CSS, JavaScript, React.js
    • Backend: Node.js / PHP / Python
    • Database: MySQL / MongoDB
    • Payment Gateway: Razorpay, Paytm, PhonePe
    • Authentication: OTP Login, JWT

    🛠️ Step-by-Step प्रक्रिया

    1. वेबसाइट की योजना बनाएं (यूज़र, गेम्स, फीचर्स)
    2. UI डिजाइन बनाएं (Figma, Adobe XD)
    3. Frontend बनाएं (React या HTML/JS)
    4. Backend डेवलप करें (API, डेटाबेस)
    5. पेमेंट गेटवे जोड़ें
    6. सिक्योरिटी टेस्टिंग करें
    7. होस्ट करें और लाइव करें

    ⚠️ कानूनी पहलू

    • कुछ राज्यों में रियल मनी गेमिंग गैरकानूनी है
    • Private Limited Company रजिस्टर करें
    • GST और RBI नियमों का पालन करें

    🌐 मोबाइल ऐप जोड़ें

    React Native या Flutter का इस्तेमाल कर सकते हैं। वही API मोबाइल और वेबसाइट दोनों में काम करेगी। Google Play पर पब्लिश करने से पहले उनकी नीतियाँ ज़रूर पढ़ें।


    🧠 ज़रूरी फीचर्स:

    • रजिस्ट्रेशन / OTP लॉगिन
    • यूज़र प्रोफाइल + बैलेंस
    • गेमिंग इंटरफेस
    • रेफ़रल सिस्टम
    • SMS / Email Notifications

    💰 लागत (Estimated Cost)


    सेवा लागत
    Domain + Hosting ₹3,000–₹10,000/yr
    Website Development ₹30,000 – ₹2 लाख
    SMS API ₹500 – ₹2,000/month
    Mobile App ₹50,000 – ₹3 लाख

    ✅ निष्कर्ष

    91 Club जैसी वेबसाइट बनाना एक चुनौतीपूर्ण लेकिन लाभदायक काम हो सकता है। टेक्नोलॉजी और कानून दोनों की समझ ज़रूरी है। आप चाहें तो इसे खुद बना सकते हैं या किसी डेवलपर से बनवा सकते हैं।


    HTML Code Preview

    HTML Code Preview

     With our online HTML editor, you can edit HTML, CSS and JavaScript code, and view the result in your browser.

     <pre><code> Enter Code - By 2Kadam</code></pre>
    
    
    <style>/*<![CDATA[*/
    pre, .syntax-box {
      --background: #000000;
      --color: inherit;
      --border: 1px solid #000000;
      --border-radius: 4px;
      --padding: 15px;
      --font-size: 13px;
      --font-family: "JetBrains Mono", monospace;
      --line-height: 1.5;
      --icon-copy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='rgba(128,128,128,1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3C/svg%3E");
      --icon-copied: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='rgba(128,128,128,1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E");
    }
      
    .dark-mode pre, .dark-mode .syntax-box {
      --background: #000000;
      --border: 1px solid rgba(255,255,255,.15);
    }
    
    .syntax-box,pre{background-color:var(--background);color:var(--color);border:var(--border);border-radius:var(--border-radius);font-size:var(--font-size);line-height:var(--line-height);margin:30px 0}
    pre{font-family:var(--font-family)}
    pre code{padding:var(--padding);font-family:inherit;position:relative;white-space:pre;overflow-x:auto;margin:0;background:0 0}
    .syntax-box{display:flex;min-height:calc(40px + var(--padding) * 2)}
    .syntax-content{position:relative;overflow:hidden;width:100%}
    .syntax-box pre{background:0 0;color:inherit;border:none;border-radius:unset;line-height:inherit;margin:0}
    .syntax-lines{counter-reset:syntax-line;flex-shrink:0;display:flex;flex-direction:column;padding:var(--padding) 0;border-right:var(--border);line-height:var(--line-height);text-align:right;font-family:var(--font-family)}
    .syntax-lines>::before{counter-increment:syntax-line;content:counter(syntax-line);padding:0 8px;opacity:.78}
    .syntax-copy{position:absolute;top:var(--padding);right:var(--padding);display:inline-flex;align-items:center;background-color:var(--background);color:inherit;outline:0;padding:0;border:var(--border);border-radius:4px;cursor:pointer;opacity:0;transition:opacity .25s;z-index:3}
    .syntax-box:hover .syntax-copy{opacity:1}
    .syntax-copy::after{content:"";width:40px;height:40px;opacity:1;background-image:var(--icon-copy);background-position:50%;background-size:20px;background-repeat:no-repeat}
    .syntax-copy:disabled::before{content:attr(data-copied);padding:0 10px;opacity:.8;border-right:var(--border)}
    .syntax-copy:disabled::after{background-image:var(--icon-copied)}
    /*]]>*/</style>
    
    
    
    
    <script type='module'>/*<![CDATA[*/
    /**
     * Codebox by Fineshop Design
     * License: MIT
     */
    !(({selector:a,texts:{copy:b,copied:c}})=>{const d=async a=>{if("string"!=typeof a)throw new TypeError("Argument 1 must be a string.");if("clipboard"in navigator)return await navigator.clipboard.writeText(a),a;const b=document.createElement("textarea");b.setAttribute("style","position: fixed; left: 100%; width: 0; height: 0; opacity: 0"),b.textContent=a,document.body.appendChild(b),b.focus(),b.select();const c=!!document.execCommand("copy");if(b.remove(),c)return a;throw new Error("Failed to copy text.")},e=document.querySelectorAll(a);e.forEach(a=>{const e=a.querySelector("code");if(e){const f=e.innerText.split(/\r|\r\n|\n/),g=document.createElement("div");g.className="syntax-lines",g.innerHTML=f.map(()=>"<span></span>").join("");const h=document.createElement("div");h.className="syntax-content";const i=document.createElement("button");i.type="button",i.className="syntax-copy",i.title=b,i.setAttribute("data-copy",b),i.setAttribute("data-copied",c),i.addEventListener("click",()=>{i.disabled=!0,i.classList.add("copied"),d(e.innerText),setTimeout(()=>{i.disabled=!1,i.classList.remove("copied")},3e3)});const j=document.createElement("div");j.className="syntax-box",a.insertAdjacentElement("beforebegin",j),h.appendChild(a),h.appendChild(i),j.appendChild(g),j.appendChild(h)}})})({selector:"pre:not(.no)",texts:{copy:"Copy",copied:"Copied"}});
    /*]]>*/</script> 
    Html Code Redirect

    Html Code Redirect

     How to Redirect a Web Page in HTML 

    As soon as the page loads, the function is fired and the page is redirected

     <!DOCTYPE html>
    <html>
        <head>
            <title>2KADAM </title>
            <script>
                function init()
                {
                   window.location.href = "https://www.2kadam.in";
                }
            </script>
        </head>
    
        <body onload="init()">
        </body>
    </html> 

    Image Size Preview HTML Code

    Image Size Preview HTML Code

    How To Resize An Image In HTML?

    One of the simplest ways to resize an image in the HTML is using the height and width attributes on the img tag.
    <a href="https://2kadam.in"><img src="https://2kadam.com/img/2kadam.png" width="200" height="50" class="mb-2 text-inverse" alt="Image" /></a>

    HTML Code Preview

    1
    2
    3
     Enter Code 2Kadam 
    4
    ggggggggggggggggggggggggggg
    5
    gggggggggggggggggggg
    xxx

    xxx

    <a href=""><img src="https://2kadam.com/img/2kadam.png" width="200" height="50" class="mb-2 text-inverse" alt="Image" /></a>
    How To Use
  • Put the link on the
  • Generate Link box with http:// or https://
  • Use  CTRL + V  on keyboard to put the link.
  • Click Generate button to get encrypted link.
  • Click Copy URL button.
  • Done