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 ... 38 39 [40] 41 42 43
586
have you tried to follow these steps

http://wiki.centos-webpanel.com/whmcs-module-for-cwp-api


587
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 /?

588
What do the logs indicate?

You can see it by File Manager -> CWP-> Log viewer

589
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

590
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

591
Please deal with this and let me know


Code: [Select]
sh /scripts/cwpsrv_rebuild_user_conf

592
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

593
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

594
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

595
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


596
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);

597
Installation / Re: WHMCS new module - 404
« on: March 05, 2018, 05:22:17 PM »
what error throws you

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

599
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

600
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

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