I start up login server, and game server and all other stuff, but when I try to log in it says "Connecting to server" then after a few secs it says "Cannot connect to server"
I Got exact the same problem.. But in the video, he didnt show us how to make an account.. So the problem is.. we need someone that can show us how to make an account.
Check ip and ports in channellist.csv and loginlist.csv... to create an account manually run this query in Query Analyzer
PHP Code:
-- CREATE ACCOUNT -- LOGIN: teste / PWD: teste
Use [Account]; Go Insert Into [TBL_USER] Values ('09101410275532', 'teste', 'teste', '.br', 'teste', 'teste?') Insert Into [USER_PROFILE] Values ('09101410275532','teste','698dc19d489c4e4db73e28a713eab07b','801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')
Check ip and ports in channellist.csv and loginlist.csv... to create an account manually run this query in Query Analyzer
PHP Code:
-- CREATE ACCOUNT -- LOGIN: teste / PWD: teste
Use [Account]; Go Insert Into [TBL_USER] Values ('09101410275532', 'teste', 'teste', '.br', 'teste', 'teste?') Insert Into [USER_PROFILE] Values ('09101410275532','teste','698dc19d489c4e4db73e28a713eab07b','801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')
#Edit:
Still Can't make it work-_- Edited the csv files with the csv editor.. changed the ip's to my hamachi ip. Changed all the ip's in the DKserver folder and finished sql.. but Still dosnt work.. hmmm
Make sure your ips are the same in all config.ini files at serverside, and check if you are using the same ports and ips in channellist.csv and loginlist.csv from client and server side.
Make sure your ips are the same in all config.ini files at serverside, and check if you are using the same ports and ips in channellist.csv and loginlist.csv from client and server side.
Their all the same.. but creating an account didnt work :/ SO i need a account. Im trying the a7 server files atm..