Developer Center

Hosting Panel Module Development

Supported Functions

The following headers contain the function names within the class. testConnect If you use this function, the "Test Connection" button will appear on the add/edit server page, the return value must be of a "boolean" data type. create This function starts runn...

Fixed Functions and Return

The function names which are mandatory in the module class are: create, terminate, suspend, unsuspend All of these 4 functions run similarly, they can run both manually and automatically, each of which must return a success or error response. Response Usage ...

Single Sign-On

With this feature, the client or administrator will access the hosting control panel with one click via the service detail. If you add these functions to the class, the enter button will appear automatically in the service detail. There is no return value, i...

Defining Custom Page and Function for Client Area

The pages/ is the directory where the pages are located. The name of the page that you will create in it must be prefixed with "clientArea-" phrase. You can use (lower/upper case letter, number and "-_" as special character) in the name, and .php must be typ...

Multi-Purpose Client Area Buttons

To define multi-purpose buttons in client area output, first make sure that clientArea() function is defined and clientArea_buttons_output() function is called in it. For defining the buttons, you should create clientArea_buttons() function and the return of...

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top