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 ... 41 42 [43] 44 45
631
What is your version of CWP? and Centos?

632
Please try to execute this script

sh /script/cwpsrv_rebuild_user_conf

633
Backup / Re: Backup Issue
« on: February 13, 2018, 07:19:43 PM »
Automatic backups are the property of the administrator only where they are

634
Backup / Re: Backup Issue
« on: February 13, 2018, 07:01:26 PM »
what happens if you click the generate button now

635
Backup / Re: Backup Issue
« on: February 13, 2018, 06:24:09 PM »
As far as I understand, the backup of the administrator has nothing to do with the backup generated by the users

For once you generate your backup as a user, you can download it in / home / USER / backupcwp / via ftp

636
try to run script by console and then let me know
sh /scripts/cwpsrv_rebuild_user_conf

637
CentOS-WebPanel Bugs / Re: Themes and Languages module totally messed up!
« on: February 07, 2018, 01:09:00 PM »
This module is about to be updated in the next days, with new improvements

638
CentOS-WebPanel GUI / Re: No labels on user gui
« on: January 25, 2018, 08:12:20 PM »
When updating to version 0.9.8.436 the problem is repaired

639
Do you still have this problem?

640
How to / Re: Change the main logo for a custom one
« on: January 07, 2018, 02:40:14 AM »
try with

/ var / www / html / cwp7 / usr / local / cwpsrv / var / services / users / cwp_theme / design / img

641
Information / Re: CWP files?
« on: January 07, 2018, 02:35:19 AM »
try with

/ var / www / html / cwp7 / usr / local / cwpsrv / var / services / users / cwp_theme / design / img

642
New Modules / Re: Where post translation..?!
« on: December 24, 2017, 01:03:39 AM »
Excellent, I think you can send it to CWP to be added to its new versions, or hang it in the cloud for download

643
Information / Re: Regarding API
« on: December 21, 2017, 01:24:20 PM »
Try this way in PHP


$data = array("key" => "MYKEY","action"=>'list');
$url = "https://IPSERVERAPI:2304/v1/packages";
$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);
echo $response; die;

644
Addons / Re: Language Edit
« on: December 03, 2017, 12:21:00 AM »
Hello, There is a module in the admin where you can edit, Clone or create new languages, the route of this module is:

-> Admin Panel -> Plugins -> Themes and Languagues -> Languagues ->

in my practice, clone the English language first and change the translation, it worked well ..!

645
CentOS-WebPanel GUI / Re: User panel Spelling error
« on: November 30, 2017, 07:17:19 PM »
regards

I'm sure CWP will solve this soon, but you can do it yourself from the administrator

Plugins -> Themes and Languages -> Languages -> Edit -> User / en -> email_account

Pages: 1 ... 41 42 [43] 44 45