Help for this page

Select Code to Download


  1. or download this
        $Torrentz_Interface->submit_form(
            form_number => 1,
    ...
                pass       => $password,
            }
        );
    
  2. or download this
    <form action="/profile" method="post" class="profile">
    <fieldset>
    ...
    <div class="s"><input name="go" value="Login" type="submit"></div>
    </fieldset>
    </form>
    
  3. or download this
    torrentz$ mech-dump http://www.torrentz.com/profile
    POST http://www.torrentz.com/profile
      user=                          (text)
      pass=                          (password)
      go=Login                       (submit)