Element index for package dh-api
[ d ]
d
- dh-api.php
- procedural page dh-api.php
- dhapi_dhapi_panelConnect
- in file dh-api.php, function dhapi_dhapi_panelConnect()
This actually connects to the panel. Three steps:
- dhapi_dhapi_panelDisconnect
- in file dh-api.php, function dhapi_dhapi_panelDisconnect()
This function disconnects from the panel (deletes the cookie associated with the connection).
- dhapi_getSecurityKey
- in file dh-api.php, function dhapi_getSecurityKey()
This function takes the HTML of the page and returns the security hash contained in the hidden form field "security key".
- dhapi_panelEmailCheck
- in file dh-api.php, function dhapi_panelEmailCheck()
This function checks if an email address already exists. It takes the address as parameter and checks for USER in DOMAIN.
- dhapi_panelEmailCreate
- in file dh-api.php, function dhapi_panelEmailCreate()
This function creates a new email account. Steps:
- dhapi_panelEmailDelete
- in file dh-api.php, function dhapi_panelEmailDelete()
This functions deletes PERMANENTLY an email account and all its messages First connects to the "Manage email" page and get the security code; Then requests the delete-email URI.
- dhapi_panelEmailEdit
- in file dh-api.php, function dhapi_panelEmailEdit()
This function edits an existing email account. Steps:
- dhapi_showCurlErrors
- in file dh-api.php, function dhapi_showCurlErrors()
This function output eventuals cURL errors.
top
|
|