Wrong Password Error +reputation
#9

You are saving Password as integer on register, and when you compare you use strings comparation, change the line
PHP код:
//OnDialogResponse: REGISTER
INI_WriteInt(File,"Password",udb_hash(inputtext)); 
To
PHP код:
//OnDialogResponse: REGISTER
INI_WriteString(File,"Password",udb_hash(inputtext)); 
Reply


Messages In This Thread
Wrong Password Error +reputation - by CarRamper - 15.08.2016, 07:36
Re: Wrong Password Error +reputation - by CarRamper - 15.08.2016, 08:08
Re: Wrong Password Error +reputation - by BroZeus - 15.08.2016, 08:54
Re: Wrong Password Error +reputation - by barbarbar1 - 15.08.2016, 09:49
Re: Wrong Password Error +reputation - by CarRamper - 15.08.2016, 13:25
Re: Wrong Password Error +reputation - by F1N4L - 15.08.2016, 13:57
Re: Wrong Password Error +reputation - by barbarbar1 - 15.08.2016, 15:07
Re: Wrong Password Error +reputation - by CarRamper - 16.08.2016, 13:18
Re: Wrong Password Error +reputation - by Shinja - 16.08.2016, 13:25
Re: Wrong Password Error +reputation - by CarRamper - 16.08.2016, 13:46

Forum Jump:


Users browsing this thread: 3 Guest(s)