Jump to content

multiple scripts using one db?


nadz

Recommended Posts

hi, im a total noob when it comes to mysql so please excuse me if i sound a little slow at times. basically ive got 4 scripts on my site that allow users to register and be a part of the community.
these are the scripts im talking about: flashchat, flatfilehost, vbulletin and shockarcade.
All 4 of them are running using a mysql db each. i just wanted to know if it is possible to make them all use 1 db so that when a user registers through the arcade/forum/chat/hosting script, they can use the same username and pass to login to any of the other scripts on the site. currently you would reg on the forum and then have to reg again on the arcade and again on the chat to have all the benefits of being a registered user
Link to comment
https://forums.phpfreaks.com/topic/10574-multiple-scripts-using-one-db/
Share on other sites

Having never used nor heard of any of this software, I would suspect that this would be more difficult than one would think. I figure that each uses a different table design for the "users" table, making a common table almost impossible, unless you're willing to dig into the actual code. As far as a single DB, that not so much the issue as the multiple users. I guess at that level, you should be able to auto-create matching user accounts in all four, though I'm not sure where you'd inject that in your configuration.

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.