29.11.2009, 03:15
Never Mind, i already found a way to do it
For anyone that wants the answer:
String are not compared that way, instead you use this:
For anyone that wants the answer:
String are not compared that way, instead you use this:
Код:
if(strcmp(dj("Accounts.json", tmp), MD5_Hash(pwd), true)==0) { return true; }