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.
61
CentOS-WebPanel Bugs / Re: CWP New backup (beta) - ionCube only for PHP 5
« on: April 25, 2020, 06:44:41 PM »
Same problem here. The backups stopped working.
62
CentOS 7 Problems / Re: Error with DNS and Clusters.
« on: April 25, 2020, 06:34:04 PM »Quite simply. You're not updating the serial number for the zone. So bind doesn't know to send the update to the slave servers. Use SED to update the serial +1
I'm almost certainly doing it wrong, but he doesn't listen.
The file updates but doesn't go to the cluster.. What am I missing?
Code: [Select]
sed -i 's/2020042575/2020042576/g' /var/named/domain.com.dbThe serial is changed correctly, but it is not updated in the dns clusters.
63
CentOS 7 Problems / Error with DNS and Clusters.
« on: April 25, 2020, 04:06:56 PM »
Hello!
A few days ago I discovered an error and opened a support ticket, since I don't get the right answer, I indicate it here in case someone knows how to fix it.
We continue to advance the module to give IPv6 support to CWP domains. We already have everything working, but recently ("We don't know if it was a CWP update") the changes made in the DNS files of the domains are not synchronized with the DNS cluster servers.
If we make any manual change from the "zone_editor" module, it will be correctly updated to the DNS clusters.
If we make the changes directly on the domain DNS file the changes in the DNS clusters are not synchronized. When I talk about the file, I mean any in this path: /var/named/domain.com.db
Does anybody know how we can get that when we make the changes directly on the file, the update to the DNS clusters is forced?
Our module uses the following function to edit the DNS file:
Let's see if someone helps us.
Greetings!
A few days ago I discovered an error and opened a support ticket, since I don't get the right answer, I indicate it here in case someone knows how to fix it.
We continue to advance the module to give IPv6 support to CWP domains. We already have everything working, but recently ("We don't know if it was a CWP update") the changes made in the DNS files of the domains are not synchronized with the DNS cluster servers.
If we make any manual change from the "zone_editor" module, it will be correctly updated to the DNS clusters.
If we make the changes directly on the domain DNS file the changes in the DNS clusters are not synchronized. When I talk about the file, I mean any in this path: /var/named/domain.com.db
Does anybody know how we can get that when we make the changes directly on the file, the update to the DNS clusters is forced?
Our module uses the following function to edit the DNS file:
Code: [Select]
//***Escribir DNS****////
function escribirdns($dominio, $ipv6){
$cadena_a_agregar = '@ 14400 IN AAAA '.$ipv6;
$filenamedns = ('/var/named/'.$dominio.'.db');
$lineas = file($filenamedns);
$f = fopen($filenamedns, 'a');
fwrite($f, $cadena_a_agregar."\n");
fclose($f);
}
//***Fin Escribir DNS****////Let's see if someone helps us.
Greetings!
64
Addons / Re: WHMCS not connecting to cwp
« on: April 23, 2020, 09:28:36 AM »Thanks
curl (7) failed connect (my ip server) 2304 connection refused
That's because you haven't opened port 2304.
Greetings!
65
Addons / Re: WHMCS not connecting to cwp
« on: April 21, 2020, 09:13:03 AM »The same thing happens to me, do not create the users, I have made the configuration of Add an IPV4 whitelist entry
Average udp 2301 to 2304
Open TCP \ UDP ports
2304 I don't know what else I can do, could someone advise me thanks
It works for us simply by opening port 2304.
Try this command from the server where you have the WHMCS system and tell me if it gives you an error:
Code: [Select]
curl -k "https://IPCWP:2304/v1/account" -X POST --data "key = PgvuEjKHRDbL1BB5BJxe9r4c5MjDFRz6Ncax5Lu70Qzsl" --data "action = list"Greetings!
66
Updates / Changes detected in the changelog!
« on: April 21, 2020, 08:31:27 AM »
I'm so glad to see they're moving the change log.
https://control-webpanel.com/changelog
I hope that from now on you will report changes in the new versions here. This is very useful and it costs very little to report changes.
If the CWP team continues to listen to what we users report, they will be well on their way.
Greetings!
https://control-webpanel.com/changelog
I hope that from now on you will report changes in the new versions here. This is very useful and it costs very little to report changes.
If the CWP team continues to listen to what we users report, they will be well on their way.
Greetings!
67
Migration from other control panels / Re: cPanel to CWP7Pro Migration Name Conflict
« on: April 20, 2020, 07:19:39 AM »
We've had a problem and we knew it was happening.
We have many domains, some "similar", for example:
domaindogs.com
domaindates.com
It's the same for us, I think CWP should expand the maximum number of characters in the user's name.
We have many domains, some "similar", for example:
domaindogs.com
domaindates.com
It's the same for us, I think CWP should expand the maximum number of characters in the user's name.
68
E-Mail / Re: Move "/var/vmail" to "/home/vmail"
« on: April 11, 2020, 02:43:41 PM »
Hello,
I need your help, because all emails are locate to /var/vmail/
and / is only 50 giga. I dont have more free space here,
How to change the directory of emails to correspondent folder for each user /home/%user...
Thank you so much.
https://wiki.centos-webpanel.com/move-varvmail-to-another-partition
69
Information / Re: Did CWP support IPV6?
« on: April 10, 2020, 10:31:24 PM »
We would love for CWP to have general IPv6 support.
So far, what we have done is a module that assigns IPv6 to CWP accounts, but we need CWP's help to improve it. We are currently using it privately on our servers and are improving bugs.
So far, what we have done is a module that assigns IPv6 to CWP accounts, but we need CWP's help to improve it. We are currently using it privately on our servers and are improving bugs.
70
CentOS-WebPanel Bugs / Re: Violation of the personal data protection law with CWP.
« on: April 10, 2020, 10:17:23 AM »
Thanks, I found an easy way to do it, which the CWP team could have told me already on the support ticket...
Here's what I did:
1 - Create a new file in: /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/ , with any name, but ending in .tpl = example.tpl.
2 - Copy the content of the file /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/default.tpl.
3 - Simply modify %dns-email% with the value of our generic email.
4 - Inside the CWP panel --> CWP Settings -> Edit Settings , modify the value: Default DNS Zone template . Here I have selected the file I created.
With this "I think" that it works, I will confirm it when I make several tests.
Here's what I did:
1 - Create a new file in: /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/ , with any name, but ending in .tpl = example.tpl.
2 - Copy the content of the file /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/default.tpl.
3 - Simply modify %dns-email% with the value of our generic email.
4 - Inside the CWP panel --> CWP Settings -> Edit Settings , modify the value: Default DNS Zone template . Here I have selected the file I created.
With this "I think" that it works, I will confirm it when I make several tests.
71
CentOS-WebPanel Bugs / Re: Error when accessing phpmyadmin from the user side
« on: April 10, 2020, 08:27:14 AM »
I've had this answered by ticket:
So let's hope to guess when it's fixed, since there's no change log.
Quote
Hello,
This will be fixed in the next update coming soon
So let's hope to guess when it's fixed, since there's no change log.
72
CentOS-WebPanel Bugs / Re: Error when accessing phpmyadmin from the user side
« on: April 09, 2020, 04:10:40 PM »
I think I've discovered something interesting.
If I log in as a user at:
https://IP:2083/
And click on Phpmyadmin = It works!
However, if the access is done from the "Account list" in the administration and I click on login in the user panel, if I go to Phpmyadmin = The indicated error.
Is there any way to correct this?
If I log in as a user at:
https://IP:2083/
And click on Phpmyadmin = It works!
However, if the access is done from the "Account list" in the administration and I click on login in the user panel, if I go to Phpmyadmin = The indicated error.
Is there any way to correct this?
73
CentOS-WebPanel Bugs / Error when accessing phpmyadmin from the user side
« on: April 09, 2020, 03:50:57 PM »
I have noticed that in several CWP servers (I think all of them), when I click on "Phpmyadmin" it shows me this error:
Is it happening to someone else or is it a bug in my servers?
Greetings!
Quote
Login without a password is forbidden by configuration (see AllowNoPassword)
Is it happening to someone else or is it a bug in my servers?
Greetings!
74
CentOS-WebPanel Bugs / Re: Violation of the personal data protection law with CWP.
« on: April 06, 2020, 01:19:02 PM »
We have created a DNS Cluster for the CWP servers.
Sorry if I don't understand some things, I use a translator and sometimes it's hard to understand
Sorry if I don't understand some things, I use a translator and sometimes it's hard to understand
75
CentOS-WebPanel Bugs / Re: Violation of the personal data protection law with CWP.
« on: April 06, 2020, 11:51:36 AM »
The problem is that if I have the email registered, always in all servers is configured from the beginning.
But CWP ignores it completely.
But CWP ignores it completely.
