AutoRegister Fix For BubbleDev Rev 11

Results 1 to 6 of 6
  1. #1
    Member Pathfinder08 is offline
    MemberRank
    Dec 2008 Join Date
    New YorkLocation
    77Posts

    AutoRegister Fix For BubbleDev Rev 11

    My first small release :D

    To fix auto register:

    Go to the Loginpasswordhandler.java file.
    Find:
    Code:
     PreparedStatement ps = DatabaseConnection.getConnection().prepareStatement("INSERT INTO accounts (name, password, email, birthday, macs, lastknownip) VALUES (?, ?, ?, ?, ?, ?, ?)");
    Replace with:
    Code:
     PreparedStatement ps = DatabaseConnection.getConnection().prepareStatement("INSERT INTO accounts (name, password, email, birthday, macs, lastknownip) VALUES (?, ?, ?, ?, ?, ?)");
    Thank god for printStackTrace() !
    Possible cause for error: BubbleDev does not use the password2 column which ThePack does. Therefore, it does not set the password2 column. However, the last parameter of the sql statement was not erased.


  2. #2
    Member yahooii27 is offline
    MemberRank
    Apr 2009 Join Date
    73Posts

    Re: AutoRegister Fix For BubbleDev Rev 11

    helow can you add me in yahoomessenger i have some question ty asura_19993@yahoo.com add me plzzz

  3. #3
    Member Pathfinder08 is offline
    MemberRank
    Dec 2008 Join Date
    New YorkLocation
    77Posts

    Re: AutoRegister Fix For BubbleDev Rev 11

    o.o Can't you just pm me or post it here?

  4. #4
    Enthusiast iCrisis is offline
    MemberRank
    Apr 2009 Join Date
    33Posts

    Re: AutoRegister Fix For BubbleDev Rev 11

    Works like a charm.

  5. #5
    Account Upgraded | Title Enabled! CharlieBoy is offline
    MemberRank
    Mar 2009 Join Date
    SwedenLocation
    471Posts

    Re: AutoRegister Fix For BubbleDev Rev 11

    Niice :p very easy to handle.
    LOL; he still need help?

  6. #6
    Account Upgraded | Title Enabled! ItzMe is offline
    MemberRank
    Apr 2009 Join Date
    413Posts

    Re: AutoRegister Fix For BubbleDev Rev 11

    Nice release



Advertisement