Jump to content

Need to know how this works


Dane

Recommended Posts

Well xippy is basically just a normal webhost, except it provides hosting for people who want to setup a clan. I expect what happens when an account is created all that happens is the clan software is just copied over to that account and setup automatically.

 

Xippy is no different to any other webhost.

Most likely, everything is run off one database. There is a subdomain mapping table that basically just assigns a unique ID to a subdomain.

 

All the data from that point on in other tables (members, new posts, or whatever else that is only related to a specific subdomain) contains the ID of the subdomain it belongs to.

 

Whenever the page loads, it fetches the ID of the subdomain from the mapping table, and then all the data that gets retrieved is limited to only records that have that subdomain ID.

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.