Don't save my password with dini
#5

try to change this

dini_IntSet(file, "Key", PlayerInfo[playerid][pKey] = udb_hash(inputtext));

to

Код:
dini_IntSet(file, "Key", udb_hash(inputtext));
and login from

new tmp;
tmp = dini_Int(file, "Key");
if(udb_hash(inputtext) != tmp)

to

Код:
if(udb_hash(inputtext) != dini_Int(file, "Key"))
Reply


Messages In This Thread
Don't save my password with dini - by TheCartman - 23.06.2013, 07:51
Re: Don't save my password with dini - by IceBilizard - 23.06.2013, 07:56
Re: Don't save my password with dini - by dEcooR - 23.06.2013, 09:49
Re: Don't save my password with dini - by TheCartman - 23.06.2013, 10:22
Re: Don't save my password with dini - by dEcooR - 23.06.2013, 12:07
Re: Don't save my password with dini - by TheCartman - 23.06.2013, 12:14
Re: Don't save my password with dini - by dEcooR - 23.06.2013, 12:16
Re: Don't save my password with dini - by TheCartman - 23.06.2013, 12:24
Re: Don't save my password with dini - by dEcooR - 23.06.2013, 12:49
Re: Don't save my password with dini - by TheCartman - 23.06.2013, 15:20

Forum Jump:


Users browsing this thread: 4 Guest(s)