Eudemons Server Files!!!

12/25/2007 22:17 neo755#106
Could someone post card codes. Cardexchange cards.
12/25/2007 22:31 forcer#107
neo755, can you compare the ini files from versions?
so we can fine-tune latest client
12/25/2007 22:31 Kiyono#108
[EDIT]

i have done everything uptill this point insert in mysql command line
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';

the problem is i don't think wamp has one or else i can't find it...
12/26/2007 10:23 neo755#109
1078 + 1087 + 1088
GameSetUo.ini
Quote:
[Account]
AccountRecord=8A0E1D44B6
1088
GameSetUp.ini
Quote:
[Account]
AccountRecord=950E1D5FB686EE3E27002181615A9DD70E
This is the only difference.
12/26/2007 10:29 neo755#110
Quote:
Originally Posted by Djago160 View Post
[EDIT]

i have done everything uptill this point insert in mysql command line
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';

the problem is i don't think wamp has one or else i can't find it...
Look to the system tray. For me it's the first icon. [Only registered and activated users can see links. Click Here To Register...] So you left click on it, and then select :

[Only registered and activated users can see links. Click Here To Register...]

And copy+paste the lines to there.
Will set password to 'test' to the database!!!
Quote:
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
Changes the character set for those tables/columns.
Quote:
ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
Will insert user 'test' with password 'test' to the game.
Quote:
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
You don't have to do it, but you may. Easier way is to just create another account ODBC
Quote:
grant all on account.* to 'ODBC'@'localhost';
Quote:
grant all on my.* to 'ODBC'@'localhost';
12/26/2007 10:30 fusionkid#111
Hey all id just like to thank every one for there help i now have a server Yay! Its a bit anoying tho everything comming up in chinse with the npc's anyways thanks!
12/26/2007 10:40 neo755#112
Go to page nine, and scroll down. There is forcer's machine-translated cq_actions table. So everything is not quite chinese. Only system messages for me.
12/26/2007 10:44 fusionkid#113
I need help i cnt get navicat to open the cq_user its really anoying
12/26/2007 10:48 neo755#114
Describe me what are you trying to do. Then i can help you.
12/26/2007 10:59 fusionkid#115
im trying to to edit cq_user so i can come pm but navicat is really confusing i just need sum to post the info from the files and i change wat i need and re save and copy over my old ones if u get wat i meen.
12/26/2007 11:11 Kiyono#116
is it a bad thing if the acount server sais this:

server start...
kernel init ok.
framework ok.
EOPS(127.0.0.1) login failed.
12/26/2007 11:15 fusionkid#117
dnt no neva had that mine allways says
server start...
kernel init ok.
framework ok.
and then starts working?? ask neo hes online hes helping me
12/26/2007 11:16 neo755#118
You open NaviCat. Then press the button 'Connection' and a window pops open. From there:
Quote:
Connection name: Localhost
Host name/IP address: localhost
Port: 3306
Username: root
Password: **** ------ (test)
Save password: OK
And first test connection and when ok then press OK.

Now look at the left, there is
Quote:
+localhost
|-account
|-information_schema
|-my
|-mysql
|-test
Double click on my, loading for a sec and then on to the right side there comes a bunch of files. So you open cq_user and edit it if you wish.

Thanks
12/26/2007 11:23 fusionkid#119
Thanks so much
12/26/2007 11:26 neo755#120
Works?