.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Check to see if your domain has DomainKeys installed. This function will also determine if your domain is live. |
| Returns: | |
<data> <installed> A boolean value that indicates whether or not your domain uses DomainKeys. '1' indicates that your domain has DomainKeys in place. '0' indicates that DomainKeys are not installed for your domain.</installed> <active> A boolean value that indicates whether or not your domain is live within DNS. '1' indicates that your domain is live within DNS. '0' indicates that your domain is not live.</active> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Check to see if DomainKeys are available on the server. |
| Returns: | |
<data> <available> A boolean value that indicates whether or not DomainKeys are available to your domain. '1' indicates DomainKeys are available. '0' indicates that DomainKeys are not available on your server.</available> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Install DomainKeys for your cPanel account. |
| Returns: | |
<data> <installed> A boolean value that indicates that the install was success or a failure. '1' indicates that DomainKeys were properly installed. '0' indicates that DomainKeys were not installed.</installed> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Remove DomainKeys corresponding to your domain. |
| Returns: | |
<data> <uninstalled> A boolean value that indicates that the install was a success or a failure. '0' indicates that the DomainKeys were not removed. '1' indicates that the DomainKeys were removed.</uninstalled> </data> |