Added: Addon automation module / helper for automating WebsitePanel / WHMCS addons
Removed: Files have been moved into their respective directories Added: readme file
This commit is contained in:
parent
701d58049b
commit
d6b037d109
7 changed files with 335 additions and 6 deletions
22
WebsitePanel.WHMCSModule/readme.txt
Normal file
22
WebsitePanel.WHMCSModule/readme.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue