.pdf)
WHM Plugins
| API Version: | 1 - Click here for documentation |
|---|---|
| Syntax: | Cgi::phpmyadminlink( ) |
| Description: | Retrieve the link to PHPMyAdmin. |
| Returns: | |
/3rdparty/phpMyAdmin/index.php
|
| API Version: | 1 - Click here for documentation |
|---|---|
| Syntax: | Cgi::backuplink( ) |
| Description: | Retrieve the URL to the most recent backup. |
| Returns: | |
The output should resemble the following: /getbackup/backup-$domain-$date.tar.gz |
| API Version: | 1 - Click here for documentation |
|---|---|
| Syntax: | Cgi::displayurchin( domain ) |
| Description: | Display Urchin stats, if Urchin is installed. |
| Parameters: | |
| domain (string) | |
| The domain whose Urchin stats you wish to retrieve. | |
| Returns: | |
The output will contain the Urchin stats.
|