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.
616
Installation / Re: sh: /scripts/update_cwp: No such file or directory
« on: March 17, 2018, 09:44:45 PM »
Are you running the command from the location / root /?
617
CentOS 7 Problems / Re: Account Transfer Server (CWP -> CWP) : Error in API
« on: March 15, 2018, 05:42:17 PM »
What do the logs indicate?
You can see it by File Manager -> CWP-> Log viewer
You can see it by File Manager -> CWP-> Log viewer
618
CentOS-WebPanel Bugs / Re: Problem with creation FTP user
« on: March 15, 2018, 12:14:13 AM »
I understand that a version that contains this correction is already released, to update your server execute the following
Code: [Select]
sh /script/update_cwp
619
FTP / Re: Prevent user from create ftp account
« on: March 14, 2018, 10:52:27 PM »
regards
You can block an FTP account module for one or more accounts and even per package type from the admin module
CWP Settings -> Themes and Languajes -> Feature Manager tab
There, place a name to the rule, to what type you will apply it (Accounts or Packages) and choose the module that the final client will have access to
Let us know if this was your help
You can block an FTP account module for one or more accounts and even per package type from the admin module
CWP Settings -> Themes and Languajes -> Feature Manager tab
There, place a name to the rule, to what type you will apply it (Accounts or Packages) and choose the module that the final client will have access to
Let us know if this was your help
620
CentOS-WebPanel GUI / Re: User Control Panel problem "User configuration does not exist"
« on: March 14, 2018, 10:36:06 AM »621
CentOS 7 Problems / Re: Clone a CWP CentOS 7 server
« on: March 11, 2018, 10:37:58 PM »
regards
You have tested with the tool that CWP has, to migrate accounts,
Menu User Accounts -> CWP-> CWP Migration
You have tested with the tool that CWP has, to migrate accounts,
Menu User Accounts -> CWP-> CWP Migration
622
CentOS-WebPanel GUI / Re: Can Not Log in Client Side
« on: March 07, 2018, 10:11:20 PM »
Try to update your version to the newest one,
and tell me how it was
Code: [Select]
sh /script/update_cwp
and tell me how it was
623
CentOS-WebPanel GUI / Re: User panel don't work - Users Cant login
« on: March 06, 2018, 12:58:07 AM »
Apparently this problem has already been solved, everything works correctly
625
Installation / Re: WHMCS new module - 404
« on: March 05, 2018, 05:33:51 PM »
Be sure to create an api key and autotize the ip involved
can do a php and test the api, replacing the values of the variables
can do a php and test the api, replacing the values of the variables
Code: [Select]
$ data = array ("key" => "MYKEY", "action" => 'list');
$ url = "https: // IPSERVERAPI: 2304 / v1 / account";
$ ch = curl_init ();
curl_setopt ($ ch, CURLOPT_URL, $ url);
curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt ($ ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt ($ ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt ($ ch, CURLOPT_POSTFIELDS, http_build_query ($ data));
curl_setopt ($ ch, CURLOPT_POST, 1);
$ response = curl_exec ($ ch);
curl_close ($ ch);
626
Installation / Re: WHMCS new module - 404
« on: March 05, 2018, 05:22:17 PM »
what error throws you
627
CentOS-WebPanel GUI / Re: User panel don't work - Users Cant login
« on: March 03, 2018, 12:27:40 PM »
What version of centos do you have?
628
CentOS-WebPanel GUI / Re: Can Not Log in Client Side
« on: March 03, 2018, 03:09:59 AM »
you could indicate that this script answers sh /scripts/check_api
629
I can build it / Re: Translate template to brazilian portuguese
« on: February 25, 2018, 03:57:10 PM »
You can send this information to the email
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
630
Updates / Re: Problem with Updates
« on: February 21, 2018, 09:41:01 PM »
this was resolved in version 0.9.8.513
