Password Bug
#3

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
A password is no int.

So you should use:

PHP код:
INI_WriteString(UserFile"Password"udb_hash(inputtext)); 
and to check the length of the inputtext:

PHP код:
if(strlen(inputtext) < 6) return /* Do you're thing here *///Here the length is smaller then 6 
Can u edit it and Send me bcz i can't Understand bro
Reply


Messages In This Thread
Password Bug - by anassmaroc - 04.08.2015, 11:00
AW: Password Bug - by Kaliber - 04.08.2015, 13:09
Re : AW: Password Bug - by anassmaroc - 04.08.2015, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)