Skip to content

Segs/WebUI

Repository files navigation

SEGS Logo

Segs WebUI

Note: this project is in a holding pattern, waiting for a maintainer.

Introduction

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.

Requirements

  • SEGS WebUI utilizes composer to install dependency modules. For information on installing and using composer, visit https://getcomposer.org.

SEGS WebUI Installation

  1. Download or clone to directory of your choice.
  2. Set the document root of your web server to <installation_directory>/public
  3. Configure settings as described in the Configuration section below.
  4. Run composer update in installation directory to install required dependencies.

Configuration

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

Known Issues

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