Welcome to the RaGEZONE - MMORPG development forums.

[TUTORIAL] Create your EO server

This is a discussion on [TUTORIAL] Create your EO server within the Eudemons Tutorials forums, part of the Eudemons Online category; If i start AccountServer it quits directly with no error. Can somebody say me why?...

Page 5 of 8 FirstFirst 12345678 LastLast
Results 61 to 75 of 112
  1. #61
    Hardcore Member
    Rank
    Member
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    117
    Liked
    0

    Re: Guide for EO server

    Click
    If i start AccountServer it quits directly with no error.
    Can somebody say me why?

  2. #62
    Ultimate Member
    Rank
    Member
    Join Date
    Dec 2007
    Location
    Slovakia
    Posts
    170
    Liked
    4

    Re: Guide for EO server

    kevig: database not online/tables are not at the correct place/old_password query not executed
    Freedom to play.

  3. #63
    Hardcore Member
    Rank
    Member
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    117
    Liked
    0

    Re: Guide for EO server

    I have change passwords in all files to my own and sql too but dont work.
    I think all it online.
    Im not noob at Apache mysql php etc

  4. #64
    Ultimate Member
    Rank
    Member
    Join Date
    Dec 2007
    Location
    Slovakia
    Posts
    170
    Liked
    4

    Re: Guide for EO server

    Quote Originally Posted by keving View Post
    I have change passwords in all files to my own and sql too but dont work.
    I think all it online.
    Im not noob at Apache mysql php etc
    remember that old_password is used due compatibility problems with EO server.
    so if you change the passwords to something else, you must also run query old_password + parameter must be your user defined pass.
    Freedom to play.

  5. #65
    Member
    Rank
    Member
    Join Date
    Dec 2007
    Posts
    84
    Liked
    0

    Re: Guide for EO server

    Quote Originally Posted by keving View Post
    If i start AccountServer it quits directly with no error.
    Can somebody say me why?
    You forgot step 8 I belive. you must start the sql command line server 1st using " test " as the p/w then copy and paste this into it :
    SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
    ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
    insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
    grant all on account.* to 'ODBC'@'localhost';
    grant all on my.* to 'ODBC'@'localhost';

  6. #66
    Hardcore Member
    Rank
    Member
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    117
    Liked
    0

    Re: Guide for EO server

    argh i have use sql from phpmyadmin ok sql command line works thx for all.

  7. #67
    <Enter text here>
    Rank
    Member +
    Join Date
    Dec 2004
    Location
    United Kingdom
    Posts
    249
    Liked
    1

    Re: Guide for EO server

    Can you use MSSQL?

  8. #68
    Ultimate Member
    Rank
    Member
    Join Date
    Dec 2007
    Location
    Slovakia
    Posts
    170
    Liked
    4

    Re: Guide for EO server

    nope, mssql does have different syntax, so I fear not.
    Freedom to play.

  9. #69
    Member
    Rank
    Member
    Join Date
    Jul 2007
    Posts
    29
    Liked
    0

    Re: Guide for EO server

    Nehelp PLease?? I get an Error of
    1034 - Incorrect key file for table 'account': try to repair it
    when i try to open the file in Navicat...
    Whats wrong?

  10. #70
    Member
    Rank
    Member
    Join Date
    Jan 2008
    Location
    Jakarta, Indone
    Posts
    38
    Liked
    0

    Re: Guide for EO server

    Hey guys a few nooby questions but not to bad =P

    i keep getting this error when starting up AccountServer

    DB real connecter error: Access denied for user 'ODBC' @ 'localhost' (using password NO.)

    And get server is down error when logging into game.

    Second question is you guys are legends for getting this to work i was wonder if it was possable for another tq game called monster and me? Is it possable? let me know ^^ thank you <3

  11. #71
    Hardcore Member
    Rank
    Member
    Join Date
    Dec 2007
    Posts
    130
    Liked
    0

    Re: Guide for EO server

    Quote Originally Posted by Xris View Post
    Hey guys a few nooby questions but not to bad =P

    i keep getting this error when starting up AccountServer

    DB real connecter error: Access denied for user 'ODBC' @ 'localhost' (using password NO.)

    And get server is down error when logging into game.

    Second question is you guys are legends for getting this to work i was wonder if it was possable for another tq game called monster and me? Is it possable? let me know ^^ thank you <3
    read trough forcers guide in how to add the ODBC account

    server is down is usually because u dont have the right servername in all files :D (thats if Accountserver,msgserver and npcserver is running with no errors)

  12. #72
    Member
    Rank
    Member
    Join Date
    Jul 2007
    Location
    Australia
    Posts
    38
    Liked
    0

    Re: Guide for EO server

    I have followed the guide and its not establishing a connection to the database, don't know why but its all setup correctly.

  13. #73
    Registered
    Rank
    Member
    Join Date
    Jan 2008
    Posts
    19
    Liked
    0

    Re: Guide for EO server

    it gives me an error when i put the obdc in the command lin eexplain to to me wat i have to do in navicat

  14. #74
    Member
    Rank
    Member
    Join Date
    Jan 2008
    Posts
    27
    Liked
    0

    Re: Guide for EO server

    when i try and do this in the MySQL Command Line Client it says "ERROR 1146 <42S02> Table 'account'.'account' doesn't exist. plz help

    SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
    ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
    insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
    grant all on account.* to 'ODBC'@'localhost';
    grant all on my.* to 'ODBC'@'localhost';

  15. #75
    Newbie
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    1
    Liked
    0

    Re: Guide for EO server

    what code levels up the [PM] to lvl 255?

 

 
Page 5 of 8 FirstFirst 12345678 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •