Jump to content

autologin item shop


Recommended Posts

hi, I inserted this link in the source

http://shop/login?pid=$playerID&key=$codice

opens the item shop for me but does not log me in automatically

 

thank for help

 

 

my cmd general

 

 

ACMD(do_in_game_mall)
{
	char country_code[3] = "ro";
		
	char buf[512+1];
	char sas[33];
	MD5_CTX ctx;
	const char sas_key[] = "GF9001";

	snprintf(buf, sizeof(buf), "%u%u%s", ch->GetPlayerID(), ch->GetAID(), sas_key);

	MD5Init(&ctx);
	MD5Update(&ctx, (const unsigned char *) buf, strlen(buf));
	MD5End(&ctx, sas);

		snprintf(buf, sizeof(buf), "mall https://uniqmetin2.com/index.php/shop/login?pid=$playerID&key=$codice",
				g_strWebMallURL.c_str(), ch->GetPlayerID(), country_code, g_server_id, sas);

	ch->ChatPacket(CHAT_TYPE_COMMAND, buf);
}

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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.