Login Help?
#6

if(strcmp(inputtext, dini_Get(file, "Password"), true))
to
if(!strcmp(inputtext, dini_Get(file, "Password"), true))

strcmp returns 0 if the string matches.
Reply


Messages In This Thread
Login Help?[Solved] - by Dr - 25.07.2011, 03:01
Re: Login Help? - by Cyanide - 25.07.2011, 03:27
Re: Login Help? - by Dr - 25.07.2011, 03:40
Re: Login Help? - by Cyanide - 25.07.2011, 03:41
Re: Login Help? - by Dr - 25.07.2011, 03:59
Re: Login Help? - by PrawkC - 25.07.2011, 04:37
Re: Login Help? - by Dr - 25.07.2011, 15:42

Forum Jump:


Users browsing this thread: 1 Guest(s)