Guest NGS-Brett Posted December 23, 2009 Share Posted December 23, 2009 Hello, I want to use WHMCS and tcadmin together. Is there a guide like there was on Client Exec how to setup them and create packages and stuff? Also i cannot figure out how to make my WHMCS url HTTPS:// i have the cert already installed. Some support with that would be helpfull too Thanks Link to comment Share on other sites More sharing options...
proclan Posted December 23, 2009 Share Posted December 23, 2009 In whmcs under General settings/WHMCS SSL System URL: URL of the WHMCS installation for secure access, eg. https://www.yourdomain.com/members/ (leave blank for no SSL) If you need help setting this up you can contact me at bill[at]proclanhosting[dot]com Link to comment Share on other sites More sharing options...
Guest NGS-Brett Posted December 23, 2009 Share Posted December 23, 2009 What about setting up WHMCS to tcadmin. Where is the guide for this Link to comment Share on other sites More sharing options...
proclan Posted December 23, 2009 Share Posted December 23, 2009 You can download the TCA_advanced module from your client area in tcadmin. It comes with a pdf file that explains the basic setup for using it. You'll need to create your products in whmcs, add data centers, configurable options, pricing etc for game servers. Depending on how many games you want to sell this can take some time. Link to comment Share on other sites More sharing options...
Guest NGS-Brett Posted December 23, 2009 Share Posted December 23, 2009 I need help with the https tho Theres a way to secure the entire whmcs directy and the code goes in .htacess Please help Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted December 23, 2009 Share Posted December 23, 2009 I secured mine by only allowing Https connections with IIS, but you could input some php code to the header template of Whmcs to force ssl connections. Look on google for some code. Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted December 23, 2009 Share Posted December 23, 2009 Here.. <?php if($_SERVER["HTTPS"] == "off"){ header("location:https://www.domain.com/whmcs"); } ?> But if you put this in a template file of whmcs, you need to change the brackets. <?php = {php} ?> = {/php} Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.