Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate CodeIgniter with phpBB3 User System

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?

like image 841
MarioRicalde Avatar asked Jul 19 '09 18:07

MarioRicalde


2 Answers

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.

like image 190
matpie Avatar answered Sep 20 '22 17:09

matpie


kuroir. You can look into http://codeigniter.com/wiki/phpBB3_library/ which is in the CodeIgniter wiki.

like image 32
Teej Avatar answered Sep 22 '22 17:09

Teej