Panel/modules
2026-01-18 18:18:02 -06:00
..
addonsmanager From the panel site 2025-09-17 21:14:45 -04:00
administration From the panel site 2025-09-17 21:14:45 -04:00
backup-restore No changes 2025-09-11 13:29:15 -04:00
billing fix menu 2025-12-06 07:15:45 -05:00
circular From the panel site 2025-09-17 21:14:45 -04:00
config_games server log parser 2025-11-23 17:13:22 -05:00
cron No changes 2025-09-11 13:29:15 -04:00
dashboard Fixed calls to old billing module 2025-11-24 09:42:03 -05:00
dsi From the panel site 2025-09-17 21:14:45 -04:00
editconfigfiles No changes 2025-09-11 13:29:15 -04:00
extras No changes 2025-09-11 13:29:15 -04:00
faq Align instructions and FAQ with WDS docs 2025-11-26 19:31:15 -05:00
fast_download From the panel site 2025-09-17 21:14:45 -04:00
ftp From the panel site 2025-09-17 21:14:45 -04:00
gamemanager remvoed the debugs 2025-11-24 16:21:22 -05:00
lgsl_with_img_mod From the panel site 2025-09-17 21:14:45 -04:00
litefm No changes 2025-09-11 13:29:15 -04:00
lostpwd No changes 2025-09-11 13:29:15 -04:00
mods No changes 2025-09-11 13:29:15 -04:00
modulemanager From the panel site 2025-09-17 21:14:45 -04:00
mysql From the panel site 2025-09-17 21:14:45 -04:00
news No changes 2025-09-11 13:29:15 -04:00
rcon No changes 2025-09-11 13:29:15 -04:00
register No changes 2025-09-11 13:29:15 -04:00
server From the panel site 2025-09-17 21:14:45 -04:00
settings From the panel site 2025-09-17 21:14:45 -04:00
status No changes 2025-09-11 13:29:15 -04:00
steam_workshop updates 2026-01-18 18:18:02 -06:00
subusers No changes 2025-09-11 13:29:15 -04:00
support No changes 2025-09-11 13:29:15 -04:00
teamspeak3 No changes 2025-09-11 13:29:15 -04:00
tickets From the panel site 2025-09-17 21:14:45 -04:00
TS3Admin From the panel site 2025-09-17 21:14:45 -04:00
tshock From the panel site 2025-09-17 21:14:45 -04:00
update From the panel site 2025-09-17 21:14:45 -04:00
user_admin From the panel site 2025-09-17 21:14:45 -04:00
user_games From the panel site 2025-09-17 21:14:45 -04:00
util No changes 2025-09-11 13:29:15 -04:00
README.modules No changes 2025-09-11 13:29:15 -04:00
reseller.tar.gz From the panel site 2025-09-17 21:14:45 -04:00

Module directory consists of following files:

* module.php (REQUIRED):

Contains the information for the module, such as:
- version
- name
- menu entries
- sql installation queries

* navigation.xml (OPTIONAL):

Contains the navigation for the module. This file is optional and if not used,
the default page called <module_name>.php is loaded.

* Additional files:

In addition to the files above module can have as many extra files as you want.