Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20

HELP ! any1 ?

This is a discussion on HELP ! any1 ? within the General Chat forums, part of the Knight Online (ko4life.com) category; Give me user and pass (SQ qill help too) and i can solve ur problems ^^...
Page: 2


  1. #16
    Senior Member Nessgara's Avatar
    Join Date
    Mar 2006
    Location
    Somewhere in Serbia
    Posts
    802

    Default

    Give me user and pass (SQ qill help too) and i can solve ur problems ^^

  2. #17
    CrusAd3R
    Guest

    Default

    i had this problem too, just deleted cookies and it worked oO

  3. #18
    Apostilo
    Guest

    Default

    Baba dont insist on your trina so much cos u know highlander got premium without trina, started spamming CS and after 1 week he got the issue resolved by finding 1 day his inn hostes rolbacked 1 week and his trina there of course but many prescious items lost cos of this rolback... my advice is just let it be ... don`t look for it..

  4. #19
    Senior Member
    Join Date
    Apr 2006
    Location
    Buffalo Ny
    Posts
    237

    Default

    tried deleting cookies, and the other crap, still doesnt work

  5. #20
    Hypnos
    Guest

    Default

    Originally posted by Chuck Norris
    Code:
    <form name="login_form" method="post" action="index.php?login=1&pg=" autocomplete="off">
    
     * * * * * *<div align="center">[img]images/login/top.gif[/img]</div>
    
     * * * * * *<input name="image" type="image" style="float: right; left: -10px; position: relative;" value="Submit" src="images/login/login_button.gif" border="0">
    
     * * * * * *ID
    
     * * * * * *<input name="uname" type="text" size="25" maxlength="21" style="height: 10px; width: 75px; font-size: 10px;">
    
    
    
     * * * * * *
    
    
     * * * * * *PW
    
     * * * * * *<input name="pass" type="password" size="25" maxlength="12" style="height: 10px; width: 75px; font-size: 10px;">
    
     * * * * * *
    
    
     * * * * * *
    
    
     * * * * * *[img]images/login/register.gif[/img][img]images/login/forgot_pass.gif[/img]
    
     * * * * </form>
    That's the HTML for the login form, so you should be able to directly access the login with:

    https://www *.knightonlineworld.com/index.php?login=1&uname=username&page=

    With a couple of notes...
    - maximum length for username is 25 characters
    - maximum length for password is 12 characters

    If your password only uses A-Z, a-z, 0-9 *you should have no problems at all.

    If your password contains & ? ; = : % or / then you'll have problems because of the way the login form is written.

    you can encode those characters to let you in though (in theory)...

    & = %26
    ? = %3F
    ; = %3B
    = *= *%3D
    : = %3A
    % = %25
    / = %2F

    So if your password was "10&SuCky?"

    you'll need to replace the "password" part above with 10%26SuCky%3F

    Careful typing should let you in...
    It's a POST form, not GET. That will not work.

    Originally posted by Baba

    worked for merchant char, but main has ordinary 12 digit pw
    Only type the first 11 digits.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •