Registration system problem
#1

PHP код:

forward OnPlayerLogin2
(playerid,password[]);
public 
OnPlayerLogin2(playerid,password[])
{
new 
Password[64];
INI_ParseFile(UserFile(playerid), "ParsePlayerPass"falsetrue,playerid);
GetGVarString("pPass"Password64,playerid);
if(!
strcmp(password,Password,true))
{
SetPVarInt(playerid"Logged"0);
SetPVarInt(playerid"Registered"0);
SetPVarInt(playerid"BadPass"0);
SendClientMessage(playeridCOLOR_GREEN".дъзбшъ бдцмзд мщшъ, лтъ аъд шщай мбзеш гоеъ емдъзйм мщзч");
PlaySound(playerid1057);
ShowPlayerDialog(playerid,23,DIALOG_STYLE_MSGBOX,"{00FFFF}"Community_Name" // змеп дъзбшеъ","!дъзбшъ бдцмзд","айщеш","");
LoginPlayer(playerid);
}
else
{
SetPVarInt(playerid"BadPass",GetPVarInt(playerid"BadPass") - 1);
format(stringExsizeof(stringEx),".сйсод щвейд реъше мк тег %d рйсйереъ",GetPVarInt(playerid"BadPass"));
SendClientMessage(playerid,COLOR_RED,stringEx);
format(stringExsizeof(stringEx),"{FF0000}.дсйсод щдчщъ щвейд. рсд щеб",GetName(playerid));
ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYLE_INPUT,"{A9A9A9}"Community_Name" // змеп дъзбшеъ",stringEx,"дъзбш","ца одщшъ");
if(
GetPVarInt(playerid"BadPass") == 0SetKick(playerid,-1,"Invalid Password 3/3");
}
return 
1;
}
forward ParsePlayerPass(playerid,name[],value[]);
public 
ParsePlayerPass(playerid,name[],value[])
{
if(!
strcmp(name,"Password")) SetGVarString("pPass"value,playerid);

The problem is that it connects me every password I write
Reply


Messages In This Thread
Registration system problem - by NeyMar96 - 14.09.2011, 15:52
Re: Registration system problem - by Kaperstone - 14.09.2011, 15:55
Re: Registration system problem - by NeyMar96 - 15.09.2011, 11:31
Re: Registration system problem - by Markx - 15.09.2011, 11:40
Re: Registration system problem - by iPLEOMAX - 15.09.2011, 12:26
Re: Registration system problem - by NeyMar96 - 15.09.2011, 17:07
Re: Registration system problem - by NeyMar96 - 25.09.2011, 16:24
Re: Registration system problem - by [MWR]Blood - 25.09.2011, 16:27
Re: Registration system problem - by NeyMar96 - 25.09.2011, 16:57
Re: Registration system problem - by NeyMar96 - 26.09.2011, 16:34

Forum Jump:


Users browsing this thread: 2 Guest(s)