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
Updates / Re: Problem with Updates
« on: February 21, 2018, 09:41:01 PM »
this was resolved in version 0.9.8.513

602
What is your version of CWP? and Centos?

603
Please try to execute this script

sh /script/cwpsrv_rebuild_user_conf

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

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

606
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

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

608
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

609
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

610
Do you still have this problem?

611
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

612
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

613
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

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

615
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 ..!

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