Skip to content

AscEmu/AEweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEweb

Welcome to AEweb. If you want to contribute, feel free to create an issue or pullrequest.

Users

  • Registration
  • E-Mail verification
  • Login

Admin Panel

  • News creation

  • News deletion

  • News edit

  • Slideshow add

  • Slideshow delete

  • Slideshow edit

  • Realms add

  • Realms change

  • Realms delete

Account Panel

  • Displayname change

  • Flags (account flags for showing available gameservers in realmlist) change

  • Avatar set/upload

  • Avatar remove

Modules

Some scripts will be released as seperated modules. These modules are located inside the modules dir.

Configs

All configs are located in the configs dir. Config variables are inside the namespace Config and a class for a specific part of the config e.g. Config\Hosting::baseUrl.

Pages

We load the content of a page between the and

tag. Make sure you do not use uninitialized vars.

Content (wrong name)

The content dir holds basic script parts e.g. footer, header and errors.