This section of Plesk AV documentation contains topics for each function that can be used for programming purposes when one creates an installation package for a web application.
For more information, refer to the following topics:
Checks whether the format of the specified database name is valid. |
|
Checks whether the format of the user name is valid. |
|
Checks whether the format of the specified DNS domain name is valid. |
|
Checks whether the format of the specified domain name is valid. |
|
Checks whether the email name format proposed for the email account is valid. |
|
Checks whether the format of the specified file name is correct. |
|
Checks whether the UTF-8 formatted domain name is valid. |
|
Checks whether the format of the specified numeric value is correct. |
|
Checks whether the specified IP address is valid. |
|
Verifies the format of the email password read from the current form. |
|
Checks whether the format of the email box submitted by the current form is valid. |
|
Checks whether the specified IP mask is valid. |
|
Verifies the format of the login to a PostgreSQL database. |
|
Verifies the format of the password to a PostgreSQL database. |
|
Checks whether the format of the specified phone number is valid. |
|
Checks whether the reduced format of the specified URL is valid. |
|
Checks whether the format of a login entered on the form is valid. |
|
Checks whether the format of a password entered on the form is valid. |
|
Checks whether the format of the specified URL is valid. |
|
Validates the specified installation folder to which the installation package will be unpacked. |
|
Creates a new database of a certain type (MySSQL or PostgreSQL) with the user-specified name of the database. |
|
Creates a new database user with the specified name in the database. |
|
Returns the name of the target domain the application will be installed on. |
|
Forms and returns an HTML tag that will link a certain image from the |
|
Gets the string with the application folder from the global variable and returns it. |
|
Returns the locale used in the current Control Panel session. |
|
Generates and returns the default name for the newly created database. |
|
Generates a random user name for the specified database and returns it. |
|
Gets and returns a certain parameter by its name from the global array of web parameters. |
|
Gets the SSL status currently set for the installation. |
|
Returns the value submitted by the form that relates to the current step of the procedure. |
|
Returns an error message specified for a certain parameter if this parameter is wrong. |
|
Tells to the PHP interpreter that it needs to include the specified file from the |
|
Tells to the PHP interpreter that it does not need to include the specified file from the |
|
Returns the include path of the installation package. |
|
Checks whether the database with the specified name and type exists on the database server which is currently set as main in Plesk. |
|
Checks whether a certain DB user exists is the specified database. |
|
Checks whether the SSL support is currently set up on the domain. |
|
Checks whether the specified parameter is wrong. |
|
Checks whether the application's URL can be opened. |
|
Tells to the PHP interpreter that it needs to include the specified file from the |
|
Tells to the PHP interpreter that it does not need to include the specified file from the |
|
Sets an error with the specified error text and other parameters. |
|
Sets an critical error with the specified error text and identifier. |
|
Sets a string with the application folder name and validates it. |
|
Sets a certain parameter to the global array of web parameters. |
|
Sets the SSL protected mode for the installation. |
|
Sets a warning with the specified text and identifier. |
|
Set a certain parameter as wrong. |