Change password
#8

Well...okay:

Код:
if(!params[0])
Thats checks the NULL Byte..so when \0 is at the cell 0..the string is empty

Код:
if(!(2 < strlen(params) < 16))
That checks the string length...should be obvious

Then just read the tutorial

You open the file with Yini and set the password

Thats no magic at all
Reply


Messages In This Thread
Change password - by _GHT_MarK445 - 11.03.2015, 15:46
AW: Change password - by Kaliber - 11.03.2015, 15:52
Respuesta: AW: Change password - by JuanStone - 11.03.2015, 16:04
AW: Respuesta: AW: Change password - by Kaliber - 11.03.2015, 16:07
Re: Change password - by _GHT_MarK445 - 11.03.2015, 16:14
AW: Re: Change password - by Kaliber - 11.03.2015, 16:15
Re: Change password - by _GHT_MarK445 - 11.03.2015, 16:18
AW: Change password - by Kaliber - 11.03.2015, 16:23
Respuesta: Change password - by JuanStone - 11.03.2015, 16:31
AW: Respuesta: Change password - by Kaliber - 11.03.2015, 16:33

Forum Jump:


Users browsing this thread: 2 Guest(s)