Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. Teamspeak 3 ADDON CONFIGURATION
  2.  
  3. Setup->addon modules
  4.  
  5. Click on activate link in the teamspeak 3 module
  6.  
  7. Scroll down and fill the configuration fields:
  8.  
  9. Minimum port: Minimum port range for teamspeak services.
  10.  
  11. Maximum port: Maximum port range for teamspeak services.
  12.  
  13. Default server name: Default virtual server name.
  14.  
  15. Banner Url:The image url to be shown in your teamspeak client.
  16.  
  17.  
  18.  
  19. Module license: The FULL license whmcsmod.com provided you. Example: OWNED-1234567890
  20.  
  21. Access Control: Click Full administrator
  22.  
  23.  
  24.  
  25. Teamspeak 3 PRODUCT CONFIGURATION
  26.  
  27. 1) Create a teamspeak 3 email template
  28.  
  29. WHMCS->SETUP->EMAIL TEMPLATES
  30.  
  31. Type: product
  32.  
  33. Unique name: teamspeak 3 welcome
  34.  
  35. Click on create button
  36.  
  37. Subject: your email subject
  38.  
  39. Body: Paste the text below
  40.  
  41.  
  42.  
  43. Ip: {$service_server_hostname}
  44.  
  45. Port: {$service_custom_fields.0}
  46.  
  47. Token admin: {$service_custom_fields.1}
  48.  
  49.  
  50.  
  51.  
  52.  
  53. Click on Save Changes button
  54.  
  55. 2) Add a teamspeak 3 server:
  56.  
  57. WHMCS->SETUP->PRODUCTS/SERVICES->SERVERS->Add new server
  58.  
  59. Name: A random name
  60.  
  61. Hostname: Your server hostname , used for email templates for example ts3.mydomain.com or teamspeak 3 ip.
  62.  
  63. IP: YOUR_SERVER_IP:YOUR_SERVER_QUERY_PORT
  64.  
  65. By default the teamspeak 3 queryport is 10011
  66.  
  67. Type:teamspeak3
  68.  
  69. Username: your server query admin username ( by default serveradmin)
  70.  
  71. Password: your server admin query password
  72.  
  73. click save
  74.  
  75. 3) Create a teamspeak 3 product:
  76.  
  77. WHMCS->SETUP->PRODUCTS/SERVICES->Create a new product
  78.  
  79. Details tab:
  80.  
  81. Product type: other
  82.  
  83. Product name: A random name for you product, for example “teamspeak 3 plan 1”
  84.  
  85. Welcome email: welcome teamspeak 3
  86.  
  87. Module tab:
  88.  
  89. Module name: teamspeak 3
  90.  
  91. Server group:your server group in case you made server groups
  92.  
  93. Check “Automatically setup the product as soon as the first payment is received”
  94.  
  95. Add 2 custom fields called:
  96.  
  97. a)Port
  98.  
  99. b)Token
  100.  
  101. Both text box.
  102.  
  103. Save Changes
  104.  
  105. 4) Create a Slots configurable option:
  106.  
  107. whmcs->setup->products/services->configurable options
  108.  
  109. Click “create new group” button
  110.  
  111. Group name : “Teamspeak 3”
  112.  
  113. Description: “Teamspeak 3”
  114.  
  115. In Assigned products select all your teamspeak 3 plans
  116.  
  117. Click “Add new configurable option” button Option
  118.  
  119. Name: “Slots”
  120.  
  121. NOTE: its CASE SENSITIVE.
  122.  
  123. Option Type: Quantity
  124.  
  125. Add option: “1”
  126.  
  127. Click “save changes” button
  128.  
  129. Set the price for EACH slot.
  130.  
  131. Click “save changes” button.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement