MyBB Community Forums

Full Version: Question regarding bulk forum file management
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am launching a few forums. To conserve space, I want to pull all of the php files from a single location so that I don't have to have them all on separate hosting accounts. Do you for-see any issues with me using PHPREADFILE for each file [the readfile reading of course from the core installation]?

Thank you!
Well I can see many issues right away. For instance, what if you want to use a single plugin for one of the forums. Some forums require core file edits, which would affect all the forums.
All of the forums will have exactly the same functionality. The only difference will be members/posts/threads/etc.
Well I'm not sure how you want to do it using readfile but keep in mind that inc/config.php and inc/settings.php will be different for each forum so you'll have to figure out a way to keep those separate.
Ahh okay, might just keep it standard then.... thanks though.