Is there a way to integrate CodeIgniter with phpBB3? I would like to use the user system as a base for my future CodeIgniter Application.
Is it a good idea to use phpBB as a base user system?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As Thorpe pointed out, you can use phpBB3 Library available on CodeIgniter’s website.
Along with that, you could create a phpBB user group and assign only “real” users to that group and have your CI authentication check for that group. This way, you won’t get Googlebot peeking where it’s not supposed to.