Show Posts

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.


Messages - nkolet

Pages: [1]
1
Installation / Re: Centos 8 Version
« on: September 03, 2020, 07:20:21 PM »
This has been over a year now. Any updates?

2
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">

3
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){

}

Pages: [1]