Problem with a login system
#2

Код:
if(dini_Get(file, "password") == inputtext) //Here is the error
change this too

Код:
  new tmp[256]; tmp = dini_Get(file, "password");
  if(!strcmp(tmp, inputtext, true)) 
  {
    //stuff to do if the password is right
  }
Reply


Messages In This Thread
Problem with a login system - by sobolanux - 22.04.2010, 06:52
Re: Problem with a login system - by Whitetiger - 22.04.2010, 07:00
Re: Problem with a login system - by sobolanux - 22.04.2010, 07:08
Re: Problem with a login system - by Whitetiger - 22.04.2010, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)