Login help...

04/08/2020 01:24 wlsska1764#1
#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
04/08/2020 07:37 Hyellow#2
Quote:
Originally Posted by wlsska1764 View Post
#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
__NEUZ_PHASH "???????"

Use what's inside your __NEUZ_PHASH
Here.
Quote:
[Only registered and activated users can see links. Click Here To Register...]
Example:
kikugalanettest (kikugalanet+password).

kikugalanet = md5 hash code
test = is your password
result = 89d1ed22aac58f5bbea53b2fde81a946

Apply the result into your account use this query.