Thread: Source/client

Results 1 to 5 of 5
  1. #1 Source/client 
    Generation-X

    Bilsma's Avatar
    Join Date
    Feb 2011
    Posts
    691
    Thanks given
    657
    Thanks received
    45
    Rep Power
    82
    When i try to log in with my account into the client i get this message on my source
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.


    + it says No response from loginserver
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Nov 2013
    Posts
    170
    Thanks given
    67
    Thanks received
    33
    Rep Power
    0
    skype?

    i can do this.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2013
    Posts
    880
    Thanks given
    43
    Thanks received
    57
    Rep Power
    58
    Quote Originally Posted by Bilsma View Post
    When i try to log in with my account into the client i get this message on my source
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.


    + it says No response from loginserver
    may deal with rsa encryption so disable rsa checks client and server sided. its done through your stream class client sided and rs2loginprotocoldecoder server sided, thats if you're using pi
    Reply With Quote  
     

  4. #4  
    Registered Member Smoothas's Avatar
    Join Date
    Oct 2013
    Posts
    260
    Thanks given
    28
    Thanks received
    33
    Rep Power
    20
    Quote Originally Posted by The Reason View Post
    may deal with rsa encryption so disable rsa checks client and server sided. its done through your stream class client sided and rs2loginprotocoldecoder server sided, thats if you're using pi
    Or just generate new rsa keys there is a tutorial on how to do so
    Reply With Quote  
     

  5. #5  
    Donator
    hero x sword's Avatar
    Join Date
    Apr 2012
    Age
    28
    Posts
    863
    Thanks given
    93
    Thanks received
    100
    Rep Power
    26
    [QUOTE=Bilsma;4285868]When i try to log in with my account into the client i get this message on my source
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.
    [3-12-13 16:15]: Encrypted id != 10.

    Code:
    if ((in.get() & 0xff) != 10) {
    System.out.println("Encrypted id != 10.");
    session.close();
    return false;
    }
    There
    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. req- ZDR open source client, with ip to put it
    By g m4ul3r in forum Requests
    Replies: 6
    Last Post: 03-22-2008, 07:01 PM
  2. media source+client
    By zen2beo in forum Downloads
    Replies: 1
    Last Post: 01-20-2008, 12:06 PM
  3. paying 250k for an open source client with redstone
    By aaronhouston in forum Graphics
    Replies: 5
    Last Post: 12-09-2007, 12:24 AM
  4. Need Open Source Client With Redstones!!
    By aaronhouston in forum Requests
    Replies: 13
    Last Post: 11-24-2007, 06:09 PM
  5. sanescape: source/client!
    By s4n3sc4p3 in forum Downloads
    Replies: 3
    Last Post: 11-12-2007, 04:24 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •