38
domain or host? I have been able to get XOOPS to share a database across domains, with seperate hosts, you'll just need to change the 'localhost' portion of the main file to point to the location of the database being used. It will make your site slow down a bit...and I've had some odd results...nothing horrible, but frustrating if you are a user of the site.
I'm trying to get
http://www.site1.net to share users with
http://www.site2.netessentially different domains....
However, they are hosted on the same server, and are technically subdomains of the hosting account, with multiple domains parked on each subdomain folder.
If your not too opposed to starting over, or doing some database editing, this thread from Mith, lazybadger and Carnuke (Thank you gentlemen!) may be the way to go. It also addresses the issue of crossing domains/hosts when using two databases.
I have not tried it yet, but plan to over the next couple of days.
https://xoops.org/modules/newbb/viewtopic.php?topic_id=32570&forum=14&post_id=141954FYI: up until this point, I have had to leave a small disclaimer added to the registration page informing my members that it will be another 24 hours before their user id's will work on the other domains. Once I set that in place, my life turned into database puzzle master...I come home everyday, suck the user tables I need to share out of the database, edit the prefix, and the insert them into the other sites tables. Needless to say, an alternative to this will make my day!