Topic: Integrating a blog into PunBB and their database info.

My friend and I are working on a website. I originally used PunBB to get the forums started and tested while he went to work finishing a blog script he had been working on before. When he recently finished, I began pieceing (piecing?) the two together so that the blogs would use the usernames and passwords from the PunBB database. It reads the usernames, but won't recognize the passwords. Does anyone know why or how we can get the passwords to be matched by the blog? Tables and everything appear to match and such, so any ideas are welcome.

Links:  Blog and Boards

Re: Integrating a blog into PunBB and their database info.

Maybe you're using MD5 hashes in your blog whereas PunBB uses SHA1?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Integrating a blog into PunBB and their database info.

Thanks, didn't even think about that. It worked!

Re: Integrating a blog into PunBB and their database info.

Can you please explain more how one can do that?I don't know alot on working with databases,so if you explain it in details, Iwill be grateful.