freezes the login server help pls

Results 1 to 6 of 6
  1. #1
    Enthusiast andresvera is offline
    MemberRank
    Jan 2008 Join Date
    40Posts

    freezes the login server help pls

    error freezes the login server help

    linea 1266 database.cs
    if (DSet.Tables["Status"].Rows.Count > 0)
    {
    DataRow DR = DSet.Tables["Status"].Rows[0];
    Return = (
    uint)DR["Status"];
    }
    return Return;
    }

    linea 7544 Client.cs
    Status = DataBase.GetStatus(Account);

    linea 1508 database.cs


    if (DSet != null && DSet.Tables["Account"].Rows.Count > 0)
    {
    DataRow DR = DSet.Tables["Account"].Rows[0];
    string Pass = (string)DR["Password"];
    if (Pass == Password || Pass == "")
    {
    if (Pass == "")
    {
    MySqlCommand Command = newMySqlCommand("UPDATE `Accounts` SET `Password` = '" + Password + "' WHERE `AccountID` = '" + UserName + "'", Connection);
    Command.ExecuteNonQuery();
    }

    help plisss to the solution plis




  2. #2
    Account Upgraded | Title Enabled! james1992_2006 is offline
    MemberRank
    Aug 2006 Join Date
    illlinoisLocation
    427Posts

    Re: freezes the login server help pls

    y post in another thread about it then make a totally new thread... prtty pointless in my opinion... lol

  3. #3
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: freezes the login server help pls

    i call it spam...
    btw don't ask this question very few people know how to fix it and im not guna release how..

  4. #4
    Account Upgraded | Title Enabled! james1992_2006 is offline
    MemberRank
    Aug 2006 Join Date
    illlinoisLocation
    427Posts

    Re: freezes the login server help pls

    Quote Originally Posted by godofthestaf View Post
    i call it spam...
    btw don't ask this question very few people know how to fix it and im not guna release how..
    yes but didnt u say the saving fcked then? i fixed it on mine 2... but "saving fcked" lolz

  5. #5
    Valued Member keving is offline
    MemberRank
    Jan 2008 Join Date
    GermanyLocation
    115Posts

    Re: freezes the login server help pls

    I simple removed Accounts,Characters from database and make all in local files :) That means no freeze for me.

    My LOTF is now Based on INI muhaha

    freeze free :)

  6. #6
    Enthusiast andresvera is offline
    MemberRank
    Jan 2008 Join Date
    40Posts

    Re: freezes the login server help pls

    Explaining best please friend



Advertisement