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.
Pages: [1]
1
CWP API / api hooking: adding subdomains
« on: April 17, 2025, 12:58:51 PM »
Hello,
wrote some code to hook an api for adding subdomains.
however, the data is giving the subdomain...
it only shows the (toplevel) domain, status and username.
Not the subdomain that is added.
It's needed for proxmox mail gateway integration so that mail can be received for that specific domain.
Am I missing something? IMHO it's a api developers fault not to supply the function with the subdomain that's added, it saves soo much coding...
Any thoughts?
wrote some code to hook an api for adding subdomains.
however, the data is giving the subdomain...
it only shows the (toplevel) domain, status and username.
Not the subdomain that is added.
It's needed for proxmox mail gateway integration so that mail can be received for that specific domain.
Am I missing something? IMHO it's a api developers fault not to supply the function with the subdomain that's added, it saves soo much coding...
Any thoughts?
2
CSF Firewall / Re: Firewall does not get enabled in CentOS8 install of CWP
« on: March 13, 2025, 01:58:33 PM »
Nevermind.
Don't install firewalld or mask it.
install iptables and bind-tools and run csf -r
Don't install firewalld or mask it.
install iptables and bind-tools and run csf -r
3
CSF Firewall / Re: Firewall does not get enabled in CentOS8 install of CWP
« on: March 13, 2025, 01:51:55 PM »
The same issues here on AlmaLinux 8. Had to manually install iptables and ConfigServer.
The anti spam measures on this forum have a higher quality than the product itself unfortunately...
The anti spam measures on this forum have a higher quality than the product itself unfortunately...
4
CentOS-WebPanel GUI / cPanel account restore not working
« on: February 24, 2025, 01:53:28 PM »
I've tried 2 accounts from a functioning cPanel server, a small and a big (10G) one.
With the first one, the public_html data isn't restored to the CWP server (it's a simple single page file).
With the latter one, the process stops saying the file can't be decompressed, however in it's /home/tmpback/ dir it *seems* uncompressed well...
I've tried looking up the sources, but it's Ioncube protected apparently...
I've tried adding more RAM, space is abundantly available,
The server is NATed, running under Proxmox.
With the first one, the public_html data isn't restored to the CWP server (it's a simple single page file).
With the latter one, the process stops saying the file can't be decompressed, however in it's /home/tmpback/ dir it *seems* uncompressed well...
I've tried looking up the sources, but it's Ioncube protected apparently...
I've tried adding more RAM, space is abundantly available,
The server is NATed, running under Proxmox.
Code: [Select]
2025/02/24 13:50:21 [error] 3050328#0: *13200 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: type in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_migration_cpanel.php on line 0"
while reading response header from upstream, client: xx.xx.xx.xx, server: localhost, request: "POST /cwp_xxxxxxxxxxxxxxxxxxxxxxxxxx/admin/loader_ajax.php?ajax=migration_cpanel&acc=status
HTTP/1.1", upstream: "fastcgi://unix:/usr/local/cwp/php71/var/sockets/cwpsrv.sock:", host: "xx.xxx.xx:2031", referrer: "https://xx.xx.xx:2031/cwp_xxxxxxxxxxxxxxxx/admin/index.php?module=migration_cpanel"
5
CentOS-WebPanel GUI / Re: Admin panel: left side menu not responsive
« on: February 24, 2025, 01:41:14 PM »
@overseer:
Using FireFox 134.0.2 (64-bit), openSuSE Tumbleweed.
it's KDE counterpart Konqueror has the same issues.
Neither enabling incogito or disabling Adblock has any results.
At a given time the expanded menu is collapsed (automatically), and then it isn't useable anymore until F5 or the dashboard is clicked.
I'll try a TizenOS based browser, see if that does the trick.
Using FireFox 134.0.2 (64-bit), openSuSE Tumbleweed.
it's KDE counterpart Konqueror has the same issues.
Neither enabling incogito or disabling Adblock has any results.
At a given time the expanded menu is collapsed (automatically), and then it isn't useable anymore until F5 or the dashboard is clicked.
I'll try a TizenOS based browser, see if that does the trick.
6
CentOS-WebPanel GUI / Admin panel: left side menu not responsive
« on: February 20, 2025, 10:20:08 PM »
Very pleased with CWP, coming from cPanel.
But: almost always, the CWP7pro.admin left menu is not responsive to clicking. Only a refresh (F5) of dashboard click (only item that works) will make the menu responsive again.
Sometimes expanded menu's are also collapsed. This behaviour is driving me nuts...
Howto disable or fix it??
Using: AlmaLinux 8 in an lxc container on Proxmox.
But: almost always, the CWP7pro.admin left menu is not responsive to clicking. Only a refresh (F5) of dashboard click (only item that works) will make the menu responsive again.
Sometimes expanded menu's are also collapsed. This behaviour is driving me nuts...
Howto disable or fix it??
Using: AlmaLinux 8 in an lxc container on Proxmox.
Pages: [1]