Serverlist webserver files
From Wiki
When you are using the latest beta of DSHelper you can just setup a new own alternate serverlist.
Here are the steps:
- Download the sourcecode for the current alternate serverlist
- the file table_definition.zip contains the create statement for the mysql tables. Run this on your server.
- modify the code in the file \scripts\php\db_functions.php and add a valid db login
- upload everything on your server
- open DSHelper and add your serverlist in the serverlist options - just take a look how my alternate serverlist is added there
Now it should add every flight from your server to your alternate serverlist too. If everything works fine you can change the layout and/or the scripts. The most important script file is the processinput.php. This file is called by dshelper and get's all the infos. You can also rename this file but then you have to rename the process file within dshelper/options/serverlist for your serverlist too.

