Quote:
Originally Posted by Tekton
well you could always put them in one massive database instead of seperate ones, and only use one of the user tables (combine them all into one), use prefixes for forums, etc. That might be the lazy/non recommended way though. :P
|
I was also thinking about this once. It might be possible if you use table prefixes and just parse all queries for " . TABLE_PREFIX . "user and change that to " . OTHER_TABLE_PREFIX . "user
Then again I'm not sure if it would actually work.