Advertisement
Guest User

Kloxo THT Plugin README

a guest
Nov 8th, 2011
1,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. ########################################################
  2. ## TheHostingTool - Kloxo Server Plugin
  3. ## Version 1.2 Beta
  4. ## Created by Liam Demafelix
  5. ## http://www.rocketslice.com/
  6. ########################################################
  7.  
  8. ----------------------------------------
  9. 1. Installation
  10. ----------------------------------------
  11.  
  12. -> Before uploading, open the kloxo.php file with your favorite text editor. You need to do some changes.
  13.  
  14. Edit: Line 15
  15. Find: private $port = 7778;
  16. Change to: private $port = <KLOXO_PORT_NON_SSL>;
  17.  
  18. Make sure to change <KLOXO_PORT_NON_SSL> with an integer, specifically the port number of your Kloxo installation, if you changed it. Make sure its the non-SSL port. If you didn't change it then do not change the value.
  19.  
  20. Edit: Line 16
  21. Find: private $dnstemplate = "default.dnst";
  22. Change to: private $dnstemplate = "<YOUR_DNS_TEMPLATE_WITH_.dnst>";
  23.  
  24. Change <YOUR_DNS_TEMPLATE_WITH_.dnst> to the name of your DNS template. Make sure it has the .dnst extension.
  25.  
  26. -> Next, upload kloxo.php to your %path%/includes/servers/ directory. Replace %path% with the installation path of your TheHostingTool copy.
  27. -> Go to your Kloxo, and make an auxiliary account that is specifically for use with the API. Kloxo's API has alot of types so I used the aux type.
  28.  
  29. Go to Kloxo --> Auxiliary Accounts --> Add Auxiliary Account
  30.  
  31. On my server, I made my API's aux username as "api" (without the quotes), therefore making my API username "api.aux" (without the quotes). Your password is completely your choice.
  32.  
  33. -> Go to TheHostingTool Admin, and add the server. Put in the username field the one you created on the step above, with the matching password.
  34.  
  35. And you're done.
  36.  
  37. ----------------------------------------
  38. 2. Adding Packages
  39. ----------------------------------------
  40.  
  41. -> When adding packages, make sure to put in the INTERNAL name of the package on the backend field.
  42.  
  43. ----------------------------------------
  44. 3. Known Bugs
  45. ----------------------------------------
  46.  
  47. -> As of 1.2, the Terminate function does not function properly. It will be fixed in later versions.
  48.  
  49. ----------------------------------------
  50. 4. Support
  51. ----------------------------------------
  52.  
  53. -> If you need support, please post your concern on the "Kloxo for TheHostingTool" thread on the TheHostingTool forums. Should I decide to make more plugins I would make a dedicated section on it on my forums, in which case the URL for that will be put in the README file of future creations. As of now, please use the first way of support mentioned.
  54.  
  55. ----------------------------------------
  56. 5. Credits
  57. ----------------------------------------
  58.  
  59. -> Jonny, Nick, Kevin, KuJoe and the rest of the TheHostingTool team for making this wonderful software
  60. -> Danny and the rest of the LxCenter team for making Kloxo a free and open source panel
  61. -> K.T. Ligesh, the original creator of Kloxo/LxAdmin
  62. -> And of course, to myself, for creating this plugin.
  63.  
  64. Have a blessed web host.
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement