4
attock,
What you are describing sounds like the multi-site hack. You can find out more from the search results mentioned above.
Unfortunately, there is no "ready made" multi-site hack for XOOPS 2.0.16. Multi-Site functionality is planed for the core, but not anytime soon.
With your requirements, you basically have 3 options:
1. Study the old multi-site hack and make a new version based on that.
2. Create a cron job that runs every so often (10 minutes) that syncronizes the necessary tables to allow for sign-on on both sites.
3. Use MySQL 5 which allows for table sharing across databases.
There are other options, of course, but I don't recommend them for 2 reasons.
1. You don't want to use out-dated, insecure code.
2. You don't want to be in a situation where you have to rely (and possible have to pay) on someone else to keep your site up to date.
HTH.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.