Hello i need Password Help [+REP] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hello i need Password Help [+REP] (
/showthread.php?tid=518871)
Hello i need Password Help [+REP] -
arlindi - 11.06.2014
PHP код:
format(string, sizeof(string), "{FFFFFF}* Account information for nick '{0087FF}%s{FFFFFF}' are following:\n\n1). Account Password: {FF0000}%d{FFFFFF}\n2). Admin Level: '{0087FF}%d{FFFFFF}'\n3). Vip Level: '{0087FF}%d{FFFFFF}'\n4). Money: '{0087FF}$%d{FFFFFF}'\n5). Score: '{0087FF}%d{FFFFFF}'\n6). Kills: '{0087FF}%d{FFFFFF}'\n7). Deaths: '{0087FF}%d{FFFFFF}'\n\n\n{FFFFFF}Your {0087FF}Account{FFFFFF} is loaded: {0087FF}Successfully{FFFFFF}",
pname , pInfo[playerid][Pass] ,pInfo[playerid][Adminlevel], pInfo[playerid][VIPlevel], pInfo[playerid][Money], pInfo[playerid][Scores], pInfo[playerid][Kills], pInfo[playerid][Deaths]);
ShowPlayerDialog(playerid, account_info, DIALOG_STYLE_MSGBOX, "{0087FF}Account Info", string,"Close","");
I need help when show mee this when i use to the password
He show mee just number
But this isn't my password
Allso
when i make the password
he show mee this password
PHP код:
C91DF73E7704DA5647541716E26AF2C71F0372BDD7EA6651FC4DC96834BCE6F8570BEA8D74E7803512060F2717B7D58B2E0AFBBA65A4F09CA4814BF583298A74
How can i fix it and get the real password.
Re: Hello i need Password Help [+REP] -
xGamerFx - 11.06.2014
its hashed,
function of hash
- protect the password
* you can't unhash it
Re: Hello i need Password Help [+REP] -
Barnwell - 11.06.2014
yes its hashed
Re: Hello i need Password Help [+REP] -
arlindi - 11.06.2014
How can fix it to work ?
Re: Hello i need Password Help [+REP] -
arlindi - 11.06.2014
Help mee please
Re: Hello i need Password Help [+REP] -
Vince - 11.06.2014
Stop doing what you're doing. Right now. A player's password is private information and there is no reason for you to see it.