Advertisement
Guest User

Untitled

a guest
Mar 26th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Install guide
  2.  
  3. PREREQUISITES
  4.  
  5. - Mumble server >= 1.2.4
  6. - Enabled Ice support http://mumble.sourceforge.net/Murmur.ini#ice. Note: Ice must listen in the server interface.
  7. - If the whmcs hosting server has a firewall, the domain mapi.whmcsmod.com with protocol tcp and port 443 must be opened. https://mapi.whmcsmod.com will work ask a gateway between your Mumble server and whmcs.
  8. - If the Mumble hosting server has a firewall the port 6502( if that's your mumble ice port) must be opened and allowed for the domain mapi.whmcsmod.com.
  9.  
  10.  
  11. INSTALL INSTRUCTIONS
  12. 1) Unzip the mumble zip file
  13. 2) Upload the addons/mumble folder to your whmcs install location in the modules/addons folder
  14. 3) Upload the server/mumble folder to your whmcs install location in the modules/servers folder
  15.  
  16. Mumble ADDON CONFIGURATION
  17. Setup->addon modules
  18. Click the activate button in the Mumble module
  19. Scroll down and fill the configuration fields:
  20. Default server hostname: Default virtual server hostname.
  21. Welcome message: Default virtual server welcome message.
  22. Whmcs module license: The FULL license whmcsmod.com provided you. Example: Leased-1234567890
  23. Access Control: Click Full administrator
  24.  
  25. Mumble PRODUCT CONFIGURATION
  26. 1) Create a Mumble email template
  27. WHMCS->SETUP->EMAIL TEMPLATES
  28. Type: product
  29. Unique name: Mumble welcome
  30. Click on create button
  31. Subject: your email subject
  32. Body: Paste the text below
  33.  
  34. Ip: {$service_server_ip}
  35. Port: {$service_custom_fields.0}
  36. Usename: SuperUser
  37. Password: {$service_password}
  38.  
  39. Click on Save Changes button
  40. 2) Add a Mumble server:
  41. WHMCS->SETUP->PRODUCTS/SERVICES->SERVERS->Add new server
  42. Name: A random name
  43. Hostname: Your server hostname , used for email templates for example ts3.mydomain.com or teamspeak 3 ip.
  44. Ip address: YOUR_SERVER_IP:YOUR_SERVER_QUERY_PORT , example: 192.168.0.1:6502
  45. By default the Mumble query port is 6502
  46. Type: Mumble
  47. Username: Ignore it.
  48. Password: The mumble ICE "secret" ( http://mumble.sourceforge.net/Murmur.ini#icesecretread_and_icesecretwrite ).
  49. Click save
  50. 3) Create a Mumble product:
  51. WHMCS->SETUP->PRODUCTS/SERVICES->Create a new product
  52. Details tab:
  53. Product type: other
  54. Product name: A random name for you product, for example "Mumble plan 1"
  55. Welcome email: welcome Mumble
  56. Module tab:
  57. Module name: Mumble
  58. Server group:your server group in case you made server groups
  59. Check "Automatically setup the product as soon as the first payment is received"
  60. Add a custom field named "Port" (CASE SENSITIVE!)
  61. Text box
  62. Save Changes
  63. 4) Create a Slots configurable option:
  64. whmcs->setup->products/services->configurable options
  65. Click "create new group" button
  66. Group name : "Mumble"
  67. Description: "Mumble"
  68. In Assigned products select all your Mumble plans
  69. Click "Add new configurable option" button Option
  70. Name: "Slots"
  71. NOTE: its CASE SENSITIVE.
  72. Option Type: Quantity
  73. Add option: "1"
  74. Click "save changes" button
  75. Set the price for EACH slot.
  76. Click "save changes" button.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement