Hosting Panel Module Development
Introduction
Hosting panel modules provide management and processing of the services of the hosting product group. The basic function of these modules is to create, suspend, un-suspend, and terminate products, these events run as the events listed below take place. When...
Getting Started
We have created a sample hosting panel module in Github, we recommend you to use it as a starting point for the module. Specifying a Name Hosting panel modules are in coremio/modules/Servers/ directory. When specifying a name for the module (upper/lower ...
Configuration Options
This function defines the settings that can be configured for your module on a product basis, the configuration options are divided into 2 functions. 1.) Thanks to the method you will use in the class, you can create configuration fields. The name of this fu...
Meta Data Parameters
A number of parameters must be defined for server configuration. You can edit following parameters from config.php file. Parameters Name Type Supported Default Description type Enum 1.6 hosting Supported parameters are used to determine the type of "...
Parameters
The parameters specified here describe the predefined variables within the class. Variable Name Description $this->url Gives the directory where module is located as an URL address. Example: https://.../coremio/modules/Servers/SampleHostingCP/ ...