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 - josemnunez

Pages: 1 ... 39 40 [41] 42 43
601
Please deal with this and let me know


Code: [Select]
sh /scripts/cwpsrv_rebuild_user_conf

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

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,
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

605
Installation / Re: WHMCS new module - 404
« on: March 05, 2018, 06:01:57 PM »
What does this script say?
Code: [Select]

sh /script/check_api


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

611
Updates / Re: Problem with Updates
« on: February 21, 2018, 09:41:01 PM »
this was resolved in version 0.9.8.513

612
What is your version of CWP? and Centos?

613
Please try to execute this script

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

Pages: 1 ... 39 40 [41] 42 43