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.
601
CentOS-WebPanel GUI / Re: User Control Panel problem "User configuration does not exist"
« on: March 14, 2018, 10:36:06 AM »602
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
603
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
604
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
606
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);
607
Installation / Re: WHMCS new module - 404
« on: March 05, 2018, 05:22:17 PM »
what error throws you
608
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?
609
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
610
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
611
Updates / Re: Problem with Updates
« on: February 21, 2018, 09:41:01 PM »
this was resolved in version 0.9.8.513
612
CentOS 7 Problems / Re: cwp stopped working, I do not know how to solve HELP!
« on: February 18, 2018, 09:08:31 PM »
What is your version of CWP? and Centos?
613
CentOS 7 Problems / Re: cwp stopped working, I do not know how to solve HELP!
« on: February 18, 2018, 07:27:47 PM »
Please try to execute this script
sh /script/cwpsrv_rebuild_user_conf
sh /script/cwpsrv_rebuild_user_conf
614
Backup / Re: Backup Issue
« on: February 13, 2018, 07:19:43 PM »
Automatic backups are the property of the administrator only where they are
615
Backup / Re: Backup Issue
« on: February 13, 2018, 07:01:26 PM »
what happens if you click the generate button now