FlyFF AdminCP

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 52
  1. #31
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: FlyFF AdminCP

    Update: I finally got most of the bugs worked out from switching from MySQL to MSSQL. Look for a release soon.

    I'm debating rather I should keep this private and only develop these types of programs for servers I work for or not

  2. #32
    Infraction Banned BGxApixen is offline
    MemberRank
    May 2009 Join Date
    939Posts

    Re: FlyFF AdminCP

    Nice. I see people enjoy this work. Hoping it can be a great help.

  3. #33
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: FlyFF AdminCP

    Finally got a release going. Remember this one is a beta. So don't expect it to be perfect. If you use it, give me some feed back, tell me what works and what doesn't. Let me know what bugs it has.

  4. #34
    Enthusiast experz is offline
    MemberRank
    Mar 2009 Join Date
    IsraelLocation
    44Posts

    Re: FlyFF AdminCP

    Hey dude,

    cool software, very good job!

    But, kinda i can't connect, after login its show's me few Errors...

    [Settings]
    DatabaseType=MSSQL
    ServerIP=127.0.0.1
    ServerPort=1435

    The port of MSSQL is 1435, if yes it won't connect

  5. #35
    Mr.Luxury :D, DeadlyD Wuz Here. Luxury is offline
    MemberRank
    Jan 2009 Join Date
    LuxuryFlyffLocation
    355Posts

    Re: FlyFF AdminCP

    Yay for my ringmaster =D

  6. #36
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: FlyFF AdminCP

    Quote Originally Posted by experz View Post
    Hey dude,

    cool software, very good job!

    But, kinda i can't connect, after login its show's me few Errors...

    [Settings]
    DatabaseType=MSSQL
    ServerIP=127.0.0.1
    ServerPort=1435

    The port of MSSQL is 1435, if yes it won't connect

    Sorry about that, my ISP blocks port 1433, which is the default MSSQL port. That's why it says 1435.

    Just change it to 1433 and it should work fine.

  7. #37
    Enthusiast experz is offline
    MemberRank
    Mar 2009 Join Date
    IsraelLocation
    44Posts

    Re: FlyFF AdminCP

    Quote Originally Posted by JaredT View Post
    Sorry about that, my ISP blocks port 1433, which is the default MSSQL port. That's why it says 1435.

    Just change it to 1433 and it should work fine.

    Thanks for Answering, real man.

    well question & problem, (Tryed the MSSQL Password + User too)
    its show's me to enter Username+Password, i enter my Account in Game(The Admin) its show's me this error:



  8. #38
    Cory James Cuvvvie is offline
    MemberRank
    Nov 2009 Join Date
    707Posts

    Re: FlyFF AdminCP

    Quote Originally Posted by experz View Post
    Thanks for Answering, real man.

    well question & problem, (Tryed the MSSQL Password + User too)
    its show's me to enter Username+Password, i enter my Account in Game(The Admin) its show's me this error:


    Yeah, I also have that error. What user+pass are we supposed to use?

    SERVER\NAME + databasepassword?
    FlyffUsername + FlyffPassword? If so, which hash?

    For the database, provide more info on what is supposed to be put there ._.

    Really confuzzling, for me at least.

  9. #39
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: FlyFF AdminCP

    OH SHET. I just realized something. I removed the md5 for logging in with MSSQL for testing purposes. So you need to log in using a plain text password.

    Sorry, I'll upload an update shortly.

    But that's not why your getting that error. You need to enable TCP if you haven't and turn on SQL Browsing. If you need help on how to do that I could write a small tut.

    For the DB you need to put your IP, not your server name.
    ------------------

    With that being said. I'm working on getting the inventory viewer working. Every item won't work at first. I'll start with lower level items first then work my way up to higher items. Releasing as I hit a certain point.
    Last edited by Supicioso; 09-04-10 at 06:30 PM.

  10. #40
    Cory James Cuvvvie is offline
    MemberRank
    Nov 2009 Join Date
    707Posts

    Re: FlyFF AdminCP

    Quote Originally Posted by JaredT View Post
    OH SHET. I just realized something. I removed the md5 for logging in with MSSQL for testing purposes. So you need to log in using a plain text password.

    Sorry, I'll upload an update shortly.

    But that's not why your getting that error. You need to enable TCP if you haven't and turn on SQL Browsing. If you need help on how to do that I could write a small tut.

    For the DB you need to put your IP, not your server name.
    ------------------

    With that being said. I'm working on getting the inventory viewer working. Every item won't work at first. I'll start with lower level items first then work my way up to higher items. Releasing as I hit a certain point.
    Remember: If you encrypt the password field to make it md5 accessible, people also use salts added to their password. Add an option into the .INI to specify what their MD5 salt is for their passwords.

    And you also said that DataBase = 127.0.0.1? So it's the same as ServerIP?
    Code:
    ServerIP=127.0.0.1
    ServerPort=1433
    DataBase=127.0.0.1
    Edit: Still wont work with TCP enabled =/
    Last edited by Cuvvvie; 09-04-10 at 07:55 PM.

  11. #41
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: FlyFF AdminCP

    If your DB is on the same IP as your server IP, then yes, it's the same.

    Also thanks for that tip. I removed the need for a salt in the Exe I was using, but I'll add that in.

    Make sure you/windows firewall isn't blocking that port. Like windows tends to do with everything lol. If that still doesn't work let me know.

    Oh shit, no. database = your account database. "ACCOUNT_DBF". Sorry, my mistake XD
    Last edited by Supicioso; 10-04-10 at 02:13 AM.

  12. #42
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: FlyFF AdminCP

    New update coming next week. Most likely Monday.

    -Added md5 and option to change your salt.

  13. #43
    Mr.Luxury :D, DeadlyD Wuz Here. Luxury is offline
    MemberRank
    Jan 2009 Join Date
    LuxuryFlyffLocation
    355Posts

    Re: FlyFF AdminCP

    BlackBird because of the ringmaster ? :)

  14. #44
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: FlyFF AdminCP

    Nah, because the icon is a black bird XD

  15. #45
    Member isma4ever is offline
    MemberRank
    Apr 2010 Join Date
    Under your bedLocation
    99Posts

    Re: FlyFF AdminCP

    Deleted...
    Last edited by isma4ever; 27-05-10 at 04:27 AM.



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement