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"
Can someone help pls
Can someone help pls
-- CREATE ACCOUNT
-- LOGIN: teste / PWD: teste
Use [Account];
Go
Insert Into [TBL_USER] Values ('09101410275532', 'teste', 'teste', '[Only registered and activated users can see links. Click Here To Register...].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:Quote:
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', '[Only registered and activated users can see links. Click Here To Register...].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')
CHANNELLISTQuote:
What ports you are using in channellist.csv and loginlist.csv (server and client)?
Their all the same.. but creating an account didnt work :/ SO i need a account. Im trying the a7 server files atm..Quote:
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.