For registering you will want to just push them to the phpbb3 registration. It's best not to try and reinvent that wheel in my opinion.
Login:
http://wiki.phpbb.com/Exte
Main Topics
Browse All Topicshi guys !
i want to integrate the phpbb3 registration with the main site .. i want users of forum and users of website the same .. means that , user of the website can work on the user of the forum as well and forum users could login on site as well ..
what are the functions that phpbb3 use for registration ? to handle the username and password and for other fields too ..
????
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
For registering you will want to just push them to the phpbb3 registration. It's best not to try and reinvent that wheel in my opinion.
Login:
http://wiki.phpbb.com/Exte
Well then you need to take the input giving during your login and validate it against phpbb3. You can use login() in includes/auth.php auth class as a template on what you need to do. Or you can include that whole auth class and use it as it is but you will need to include the rest of the required files as well.
For registration you need to use the ucp_register class in includes/ucp/ucp_registe.p
I would look at this topic
http://www.phpbb.com/commu
Business Accounts
Answer for Membership
by: hernst42Posted on 2008-09-10 at 04:07:50ID: 22436992
See this question http:Q_23623119.html There are links to various postings