Note: this project is in a holding pattern, waiting for a maintainer.
This is the start of a Web-UI for SEGS (Super Entity Game Server).
See docs/README.md for more information.
IMPORTANT Please consider running this over HTTPS, as passwords are sent unencrypted.
- SEGS WebUI utilizes composer to install dependency modules. For information on installing and using composer, visit https://getcomposer.org.
- Download or clone to directory of your choice.
- Set the document root of your web server to
<installation_directory>/public
- Configure settings as described in the Configuration section below.
- Run
composer update
in installation directory to install required dependencies.
For initial configuration, copy the file config/example_config.php
to config/config.php
and edit
any necessary settings.
A list of timezones can be found here: PHP List of Supported Timezones
Many, many, many issues. Among them:
- Extraneous code.
- Not all actions return result (success or failure) to user.
- Character and Zone list are updated on every reload of 'Zone Switcher' page, resulting in a lot of database traffic and slow refresh to that page.
- Search and notifications do not work.
"The journey of a thousand miles, begins with but a single step."
© 2006 - 2023 SEGS Team