[Ajuda] Registro e Login
#1

Antes de mais nada, sim sim sim eu sei que DOF2 estб ultrapassado e existe SQLite MySQL e etc, porem eu adoro DOF2 se alguйm poder me ajuda me ajude.
Simplesmente nгo estб salvando a senha, fica salvo como 0.

PHP код:
        case D_Registro:
        {
            if(!
response) return Kick(playerid);
            if(
response)
             {
                if(
strlen(inputtext) < || strlen(inputtext) > 20)
                {
                    return 
ShowPlayerDialog(playerid,D_Registro,DIALOG_STYLE_INPUT,"Registro""Digite apenas nъmeros.\nDigite sua senha novamente para se registrar.""Confirma""Cancelar");
                }
                
pDados[playerid][Real] = 1200;
                
DOF2_CreateFile(Contas(playerid));
                new 
MyHash[128];
                
SHA256_PassHash(inputtext#, MyHash, sizeof MyHash);
                
DOF2_SetString(Contas(playerid),"Senha",MyHash);
                
DOF2_SaveFile();
                
GivePlayerMoney(playerid,800);
                
ShowPlayerDialog(playeridD_SexoDIALOG_STYLE_MSGBOX"Sexo""Vocк se cadastrou, agora escolha qual seu sexo.""Masculino""Feminino");
            }
        } 
PHP код:
stock Contas(playerid)
{
    new 
arquivo[40], name[MAX_PLAYER_NAME];
    
GetPlayerName(playeridname32);
    
format(arquivo40"Contas/%s.ini"name);
    return 
arquivo;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)