Quote:
Originally Posted by Link14716
He's trying to match to cookie value, with is hashed again with the license number.
|
Yes that's what he try to do, but if i read back his last 2 posts:
Quote:
ok I tried it like this:
echo md5($row['password'] . 'LicenseID');
Yet it still doesnt match =(
Also I confirmed that this is definately my license ID and not my customer ID.
|
And
Quote:
and yep $row['password'] is the password field from the database.
|
It looks like he is trying the md5 on the pass stored in the database.
Oops re-read the whole thing again, and i think i made a mistake here. You're probably right that he already understood it correct.