This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS 7 Problems / CWP7 Login to Server from WHMCS servers area link bad
« on: March 21, 2018, 12:31:41 PM »
Currently when clicking login to control panel from whmcs goes to
function cwp7_AdminLink($params) {
$code = '<form action="http://'.$params["serverhostname"].':2030/login.php" method="post" target="_blank">
And I get a page not found error. Should it be changed to?
function cwp7_AdminLink($params) {
$code = '<form action="http://'.$params["serverhostname"].':2030/admin/index.php" method="post" target="_blank">
function cwp7_AdminLink($params) {
$code = '<form action="http://'.$params["serverhostname"].':2030/login.php" method="post" target="_blank">
And I get a page not found error. Should it be changed to?
function cwp7_AdminLink($params) {
$code = '<form action="http://'.$params["serverhostname"].':2030/admin/index.php" method="post" target="_blank">
2
CentOS 7 Problems / CWP7.php and WHMCS 7 Change Package not working
« on: March 21, 2018, 12:14:38 PM »
Is the ability to change the customers hosting package from within WHMCS supposed to work? I can add clients, suspend, delete and do almost everything other then change the clients package from WHMCS. Looking in the CWP7.PHP file I can see where change package is in there but I dont see any commands. Anyone else got this to work? I just get a command not found in the module que.
function cwp7_ChangePackage($params){
}
function cwp7_ChangePackage($params){
}
Pages: [1]