Thread: Need help fixing Future 742's log in to an account with any password.

Results 1 to 6 of 6
  1. #1 Need help fixing Future 742's log in to an account with any password. 
    Registered Member
    Join Date
    Feb 2014
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Whenever I log into my account I can log into it with any combination of letters or numbers, I'm guessing somewhere it's not saving my password? I assume this is a fairly easy fix but I have looked for a while and have no idea how to fix it.

    Any help would be greatly appreciated!
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,417
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Post the code where it checks everything when logging in.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2014
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I think this should be the one.

    [Only registered and activated users can see links. ]

    Sorry it's not the actual code, I wasn't sure exactly where it was, looked like there was a lot of it.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2015
    Posts
    67
    Thanks given
    5
    Thanks received
    3
    Rep Power
    0
    Code:
    				if (!password.equals(player.getPassword()) && (!session.getIP().equals("YOUR IP") && !session.getIP().equals("MAYBE YOUR CO-OWNERS IP?"))) {
    					session.getLoginPackets().sendClientPacket(3);
    					return;
    				}
    			}

    *cough* *hint* *cough* LoginPacketsDecoder *cough* *hint* *cough*
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    Feb 2014
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Thanks a lot man!
    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    Apr 2015
    Posts
    67
    Thanks given
    5
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by Q infinity 753 View Post
    Thanks a lot man!
    No Problem.

    If you need further assistance you can contact me via Skype: nemonax2

    (I may not answer right away, as I have my own tasks to do, but I can lend a helping hand when I have free time)
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 7
    Last Post: 12-03-2013, 01:42 PM
  2. Need help fixing range [pi] in wild.
    By breadthat in forum Help
    Replies: 6
    Last Post: 08-25-2012, 04:37 PM
  3. Need back ground for client. and log in box
    By DanceGavinDance in forum Graphics
    Replies: 0
    Last Post: 03-18-2008, 08:44 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •