SA-MP Forums Archive
udb_hash > real password - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: udb_hash > real password (/showthread.php?tid=138965)



udb_hash > real password - DarkPower - 03.04.2010

How i can remove udb_hash from my admin system to see real pass.

pawn Код:
if(udb_hash(inputtext) != password)
pawn Код:
dini_IntSet(file,"Password", udb_hash,inputtext);




Re: udb_hash > real password - DarkPower - 03.04.2010

bump


Re: udb_hash > real password - DarkPower - 03.04.2010

bump srry guys really


Re: udb_hash > real password - Last_Stand_Guardian - 03.04.2010

Am I unterstanding well:

You want to unhash the hashed code, to see the real password? xD ^^

or want you just compaire the dini_Password with the password given by the user? :O


Re: udb_hash > real password - DarkPower - 03.04.2010

i wanna unhash to see real password


Re: udb_hash > real password - DarkPower - 03.04.2010

bump


Re: udb_hash > real password - biltong - 03.04.2010

STOP BUMPING

There is no need to bump, what you are doing is spamming. Rules say one bump every +-12 hours, you bump every ten minutes. If people could help they would post!


Re: udb_hash > real password - woot - 03.04.2010

Don't use the udb_hash function? lol?


Re: udb_hash > real password - Torran - 03.04.2010

Quote:
Originally Posted by [EFS
]
How i can remove udb_hash from my admin system to see real pass.

pawn Код:
if(udb_hash(inputtext) != password)
pawn Код:
dini_IntSet(file,"Password", udb_hash,inputtext);

Id guess but im not sure:

pawn Код:
if(inputtext != password)
pawn Код:
dini_IntSet(file,"Password", inputtext);



Re: udb_hash > real password - DarkPower - 03.04.2010

tny alot.... just it must be indexed

[playerid] now its work...Tny Torran