PDA

View Full Version : Auth for my tool


Leecher24
26 Aug 2006, 06:59
I have before Vbullettin other Software. And this was ok.

But one question is this with VB possible too ?

And can someone fix my PHP CODE there is something wrong bequase I became on right Login False.

Sorry for my Bad english




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Paul M
26 Aug 2006, 07:44
You haven't set a value for $salt in that code - but in vb, the salt is stored in the user table anyway (different for each user) so you can't do it like that. You need to extract the row for the user, do the hashing, and then compare the result.

Leecher24
27 Aug 2006, 16:28
You haven't set a value for $salt in that code - but in vb, the salt is stored in the user table anyway (different for each user) so you can't do it like that. You need to extract the row for the user, do the hashing, and then compare the result.


I can't good PHP can you code this for me please ?