Question

I am working to transfer a phpbb2 forum to bbpress. One of the things that I need to know is to understand these two formats so that I can properly transfer them to bbpress.

Can anyone tell how phpbb2 encrypts these two information ?

user_password (varchar (32)) user_birthday (int)

Best.

Était-ce utile?

La solution

user_password is an MD5 hash.

user_birthday doesn't exist in a standard phpbb2 database so probably added by a modification, this would most likely be a unix timestamp.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top