Jump to content

Recommended Posts

Hello, i'm trying to remove Matrix_Card i'm remove it succesfuly from both of sources ( Client and Game ) and remove the securitycode thing but i can't enter the game.The problem is no have any syserr or syslog but when i tryed connect to the game, said " Server Connecting ... " and stuck there not give any error or something.This is my syslog auth ;

 

Aug  8 14:32:30.970416 :: SYSTEM: new connection from [111.111.111.111] fd: 15 handshake 1229836303 output input_len 0, ptr 0x29beb400
Aug  8 14:32:31.209660 :: Handshake: client_time 0 server_time 89209
Aug  8 14:32:31.428434 :: AUTH_PHASE 0x29beb400
Aug  8 14:32:31.537577 :: InputAuth::Login : test(4) desc 0x29beb400
Aug  8 14:32:31.537651 :: SetLoginKey 258960694
Aug  8 14:32:31.537675 :: InputAuth::Login : key 258960694:0x183ab7e6 login test
Aug  8 14:32:31.617275 :: QID_AUTH_LOGIN: START 258960694 0x29beb400
Aug  8 14:32:31.617376 :: Create_Time 1587989800 20200427
Aug  8 14:32:31.617418 :: Block Time -1 
Aug  8 14:32:31.632546 :: QID_AUTH_LOGIN: SUCCESS test
Aug  8 14:33:17.697574 :: SYSTEM: closing socket. DESC #15

 

Best Regards. 

Link to comment
Share on other sites

5 hours ago, Defacer35 said:

I'm just trying learn something, what is wrong about it ? This is not a constructive reply.

 

Use this select query in input_auth, you need select the ID.. I'm not sure how ( i did not checked whole matrix_card logic) .

 

Input_auth.cpp

		"SELECT id, PASSWORD('%s'), password, social_id, status, availDt - NOW() > 0,"

 

db.cpp

{
	if (!row[col])
	{
		sys_err("error column %d", col);
		M2_DELETE(pinfo);
		break;
	}

	DWORD dwID = 0;
	str_to_number(dwID, row[col++]);
}

 

Edited by ridetpro
  • Love 1
Link to comment
Share on other sites

On 8/10/2020 at 5:45 AM, ridetpro said:

 

Use this select query in input_auth, you need select the ID.. I'm not sure how ( i did not checked whole matrix_card logic) .

 

Input_auth.cpp


		"SELECT id, PASSWORD('%s'), password, social_id, status, availDt - NOW() > 0,"

 

db.cpp


{
	if (!row[col])
	{
		sys_err("error column %d", col);
		M2_DELETE(pinfo);
		break;
	}

	DWORD dwID = 0;
	str_to_number(dwID, row[col++]);
}

 

 

 

I'm totally forget about this, thanks a lot mate.You saved me a lot of work. ❤️

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.