Thread: Server/Forum Integration

Results 1 to 6 of 6
  1. #1 Server/Forum Integration 
    Registered Member
    Join Date
    Apr 2012
    Posts
    31
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    So I used this tutorial: [Only registered and activated users can see links. ]

    And every time I log in it gives me the "Invalid Username or Password" error.

    I've tried everything, but nothing works.


    Anybody mind giving me hints?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    May 2011
    Posts
    220
    Thanks given
    53
    Thanks received
    21
    Rep Power
    89
    Maybe you have basic encrypt enabled?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2012
    Posts
    31
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Mute View Post
    Maybe you have basic encrypt enabled?
    I'm using VBulletin..
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2010
    Posts
    56
    Thanks given
    6
    Thanks received
    11
    Rep Power
    1
    Check your password. The original set up of the integration only allows you to user lower-case letters and numbers. You can leave this or edit it in rs2loginprotocoldecoder.java

    Find:
    Code:
    pass = pass.toLowerCase();
    And comment it out:

    Code:
    //pass = pass.toLowerCase();
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2012
    Posts
    31
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Revolt View Post
    Check your password. The original set up of the integration only allows you to user lower-case letters and numbers. You can leave this or edit it in rs2loginprotocoldecoder.java

    Find:
    Code:
    pass = pass.toLowerCase();
    And comment it out:

    Code:
    //pass = pass.toLowerCase();
    Works, thanks mate. I knew it had something to do with that.
    Reply With Quote  
     

  6. #6  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,108
    Thanks given
    2,402
    Thanks received
    2,825
    Rep Power
    4604
    Quote Originally Posted by InsanityLoL View Post
    Works, thanks mate. I knew it had something to do with that.
    No you didn't. Besides, it was listed in the tutorial.
    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. vBulletin Forum & Server Integration
    By Redefined in forum Tutorials
    Replies: 52
    Last Post: 05-19-2013, 06:11 AM
  2. [Updated]Server-Forum integration
    By Konceal in forum Show-off
    Replies: 40
    Last Post: 03-23-2012, 04:15 AM
  3. Replies: 18
    Last Post: 03-03-2012, 08:15 PM
  4. Forum Integration
    By Vastiko in forum Help
    Replies: 4
    Last Post: 11-29-2009, 02:21 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
  •