#ifdef __NEUZ_PHASH
sprintf( szBuffer, "%s%s", __NEUZ_PHASH, szPWD );
#else // __NEUZ_PHASH
sprintf( szBuffer, "%s%s", "kikugalanet", szPWD );
#endif // __NEUZ_PHASH
md5( szResult, szBuffer );
}
Neuz.cpp
Even if I try to log in, the password is wrong .. Please help
sprintf( szBuffer, "%s%s", __NEUZ_PHASH, szPWD );
#else // __NEUZ_PHASH
sprintf( szBuffer, "%s%s", "kikugalanet", szPWD );
#endif // __NEUZ_PHASH
md5( szResult, szBuffer );
}
Neuz.cpp
Even if I try to log in, the password is wrong .. Please help