fixed missing login and billing pages
This commit is contained in:
parent
28533be24d
commit
dbecad8606
755 changed files with 1205 additions and 106715 deletions
|
|
@ -49,7 +49,7 @@ AJAX / external API
|
|||
| `administration` | Indirectly, for update and logger views | `panel_update.php`, backup/log helpers | `functions.php`, DB layer, `lib_remote.php` | settings, remote server metadata | `watch_logger.php` | Git / Forgejo, filesystem |
|
||||
| `addonsmanager` | Yes | `workshop_action.php`, `server_content_actions.php`, `server_content_helpers.php`, `config_games` | `lib_remote.php`, XML parser | `addons`, `server_content_manifest`, `server_content_workshop` | `workshop_action.php` | SteamCMD, Workshop, archive installers |
|
||||
| `backup-restore` | Limited / indirect | local helper function file | DB layer, filesystem helpers | backup metadata if present | module pages | zip/tar filesystem work |
|
||||
| `billing` | Yes for server provisioning/expiry actions | embeds storefront runtime; shares logic with `Website/` | DB layer, `lib_remote.php`, payment helpers | orders, invoices, coupons, server provisioning state | webhook and checkout entrypoints under module and website | PayPal, Stripe/manual gateways, email |
|
||||
| `billing` | Historical / partial | legacy billing references remain, but the module directory is absent in this checkout | DB layer, `lib_remote.php` | billing tables may remain for catalog/order records | current website order entry is `Panel/modules/website/order.php` | payment runtime must be reconnected before public checkout |
|
||||
| `circular` | No | own helper file | DB layer | announcement/content records | `show_circular.php` | none |
|
||||
| `config_games` | No direct agent use in main UI | `server_config_parser.php`, `cli-params.php`, `set_mods.php`, `set_params.php` | XML parser, DB layer | `config_homes`, `config_mods` | XML editor-like pages | GameQ, LGSL references |
|
||||
| `cron` | Yes | `shared_cron_functions.php`, uses `ogp_api.php` URLs as scheduled payloads | `lib_remote.php`, XML parser, DB layer | Panel-side scheduler intent; agent-owned cron entries | `events.php`, `thetime.php`, `user_cron.php` | agent scheduler, `wget`, panel API |
|
||||
|
|
@ -137,7 +137,7 @@ This is not a full schema map. It identifies ownership boundaries.
|
|||
| Git / Forgejo | `update`, `administration/panel_update.php`, agent `component_update` |
|
||||
| FTP / Pure-FTPd / net2ftp | `ftp`, provisioning |
|
||||
| Discord webhooks | `settings`, `support`, shared `functions.php::discordmsg` |
|
||||
| PayPal / Stripe / manual payments | `billing`, `Website/api/*`, `Website/webhook.php` |
|
||||
| PayPal / Stripe / manual payments | historical `billing` runtime; current website order entry is `Panel/modules/website/order.php` until checkout is reconnected |
|
||||
| TeamSpeak | `teamspeak3`, `TS3Admin` |
|
||||
| TShock | `tshock` |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue