Software Development Kit

cPanel & WHM's API [+] cPanel & WHM's API [-]


Modules and Plugins [+] Modules and Plugins [-]


cPanel & WHM Hooks [+] cPanel & WHM Hooks [-]


cPAddons (Site Software) [+] cPAddons (Site Software) [-]


System Administration [+] System Administration [-]


Developer Software [+] Developer Software [-]


Back to All Documentation



integrationblogcta.jpg

Cgi Module Documentation

Provides the URLs to the various 3rd party applications within cPanel

The functions within this module may or may not be governed by a feature list. The required feature list may vary from function to function, to review a total list of the available features sets on a cPanel server, please see "Feature Manager" in WHM.

Cgi::phpmyadminlink

API Version: 1 - Click here for documentation
Syntax: Cgi::phpmyadminlink( )
Description: Retrieve the link to PHPMyAdmin.
Returns:  
 
/3rdparty/phpMyAdmin/index.php

Cgi::backuplink

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

Cgi::displayurchin

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.

Topic revision: r2 - 27 Mar 2012 - 17:35:53 - Main.JenniferDoubrava