udb_hash > real password
#1

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);

Reply
#2

bump
Reply
#3

bump srry guys really
Reply
#4

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
Reply
#5

i wanna unhash to see real password
Reply
#6

bump
Reply
#7

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!
Reply
#8

Don't use the udb_hash function? lol?
Reply
#9

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);
Reply
#10

tny alot.... just it must be indexed

[playerid] now its work...Tny Torran
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)