Data on the registered modules is recorded in the Plesk database. On the basis of these records the list of modules available for management is created.
Besides the records about the registered modules, the database also contains tables for custom settings for each module. These tables should have the following appearance: module_<module_name>_* (for example table can have name: module_fileserver_users).
The table in the Plesk database, which serves for storing information on the installed modules looks as follows:
|
CREATE TABLE Modules ( |
See the example of the file with tables for module databases.