[Antrix] Logon Server And World Server Using Separate Databases
Is this possible natively, or will I have to make drastic changes for this to work? I'm working on a front-end for Antrix, and I'd like to know what functionality I have at my disposal.
Re: [Antrix] Logon Server And World Server Using Separate Databases
I'm sure it is possible since you can specify different databases to be used in the antrix/logonserver configuration files, however I have no idea which tables you'd have to copy over to the new logonserver database.... I'm guessing the 'accounts' table would be one of them......
Re: [Antrix] Logon Server And World Server Using Separate Databases
I saw that, but wasn't sure if the functionality was implemented yet, since it seems a lot of the things in the config files aren't yet implemented. Thanks for the response.
If anyone can shed some light on what tables I would have to have on each database, I would be greatly appreciative.
Re: [Antrix] Logon Server And World Server Using Separate Databases
Config is complete as far as I know it;
Nevertheless, we run logonserver on whole different location, on it's own mysql server and database.
Logon-server only requires only 2 tables, Account & IPBans.
Re: [Antrix] Logon Server And World Server Using Separate Databases
Ah, thank you very much. This will help a great deal. In addition, I'm working on a complete web front-end for Antrix, since none seems to exist. I've only recently gotten started, so I can't give an ETA, but for those that are curious, here's a few of the features I'm planning to implement.
- Multi-lingual support, coming stocked with English, but completely customizable. I also hope to release German with the project.
- Realm Management - Allow users to use a Web-based interface to configure their WorldServer's, so that they never have to touch another config file.
- Screenshot Area - A section for user uploaded screenshots, with settings configurable in the AdminCP.
- Forums System - Complete forums system, integrated into the front-end.
- Website privileges will be set according to the Antrix DB flags, which will also be editable for individual users through another area of the AdminCP.
- Obviously, Realm Status and Online Player List.
- News System, of course.
- A page, based around the web-based configuration of WorldServers that allows users to see the XP, Drop, Regen Rates, etc, of each of the servers connected to the site.
I hope to have a basic setup out before the end of the week, though I'm sure that it won't be a full featured released. I'm not using the Blizzlike webiste template, as it tends to be bulky and slow, but I'm instead using a template that is simple, and quick.