websitepanel/WebsitePanel.WHMCSModule
2013-01-10 10:13:37 -06:00
..
includes/hooks Fixed: Parse error: syntax error, unexpected T_BOOLEAN_OR 2013-01-10 10:13:37 -06:00
modules Added: WHMCS => WebsitePanel contact sync - When client edits his / her contact 2012-12-13 12:06:28 -06:00
readme.txt Added: Addon automation module / helper for automating WebsitePanel / WHMCS addons 2012-12-12 01:13:15 -06:00

Extract the "includes" and "modules" directories into the root of your WHMCS installation
Overwrite any files that already exists

To enable addon automation...
1. WHMCS Admin -> Setup -> Addon Modules -> "WebsitePanel Addons Automation" -> Activate
2. Select "Configure"
3. Enter your WebsitePanel Enterprise Server details
4. WHMCS Admin -> Addons -> "WebsitePanel Addons"
5. Enter your addons here. You can get the WHMCS addon ID by clicking the edit icon on the addon and extracting the &id=x from the URL (x being the WHMCS Addon ID)
   You can retrieve your WebsitePanel addon ID by editing the addon and extracting the PlanID=x from the URL (x being the WebsitePanel Addon ID)
6. If this is a Dedicated IP address addon, check the Dedicated IP Address box to allow the module to auto-allocate an IP address.

What does not work?
- Quantities, only a single addon => addon can be allocated
- Terminating / Suspending Addons, I've ran out of time on what I can do currently
- When an IP address is allocated WebsitePanel does not return back what IP was allocated, so WHMCS is not updated which what IP has been allocated to
his / her package at this time.
- A single user => single package is the only way the WebsitePanel server module works. I have no plans on making this work any other way.
- Users who use empty pointers when creating websites (domain.com instead of www.domain.com), websites are not created automatically even if the "Create Website"
  option is selected. I have provided a patch to the websitepanel developers, should be fixed in a later release.
- The "Enable DNS Zone" option does not currently work - I have provided a patch to the websitepanel developers, should be fixed in a later release.
- Instant aliases / Temp domain are not properly created for websites, I have provided a patch to the websitepanel developers, should be fixed in a later release.