Jump to content

Help with bridging to PHPBB from my script


jumpenjuhosaphat

Recommended Posts

I need to create an account on a PHPBB on the same domain as I have a script now.  When a user signs up for an account at my site, I want to automatically create an account for PHPBB.  I don't have a lot of understanding as to how the passwords are encrypted.  Could anyone give me some advice, or perhaps point me in the right direction?  Thank you.

Why not just run off of one table?  Instead of having a register page on your site, just link it to the phpBB registration system.  Anyways, the way phpBB was written, it doesn't allow for easy integration to other parts of a website.  You'd be better off (as said before) either running off of one table and linking to the phpBB pages, or getting a more powerful forum such as Invision Power Board, which does allow for easy account management via external scripts.

I would run it off of one table, only there are some data that isn't requested in the PHPBB database.  Such as postalcodes, home address, etc.  I guess what I need to know is how to create passwords using the same encryption that is used by PHPBB.  I just don't know a thing about encryption or creating encrypted passwords.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.