MyBB Community Forums

Full Version: MyBB member database with other systems? GLOBAL logins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically I'm trying to add a ton of functionality on one of my MyBB sites and still provide GLOBAL accounts.
For example I'm looking into installing free open source software for support tickets, support chat, etc etc which all make their own databases...

Now is there a way to allow these different software to access the MyBB database with read only permissions to allow Global account logins and then write to their own generated data to their own individual databases?
I'm not sure how MySQL is really supposed to work and what the safest and best way to have global logins across my entire domain.

I'm open to any suggestions and/or input.
thanks.
it much complicated. use plugins instead
Well there's not plugins for what I need.. for example PHPtracker.. far as I know there's only one and it's a stand alone.

Edit:
It's not that complicated at all.. just use a bridge system to save yourself a lot of time from developing from scratch.