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.


Topics - comokoko

Pages: [1]
1
CentOS-WebPanel Bugs / CWP's problems that need to be fixed urgently
« on: June 17, 2026, 10:03:26 AM »
CWP's problems that need to be fixed urgently

1) CWP still uses 7.1 as internal PHP version. That's why roundcube etc. Versions of .com with serious security vulnerabilities are installed (In this way, full access to more servers is gained and hacked every day.) roundcube etc. The current versions of many additional software used in CWP are PHP 7.1. It doesn't work with .
2) The installation package cannot detect/make the right decision about the operating system on which it is installed: When you install CWP on AlmaLinux 9, CWP still uses the service command when starting/stop/resetting PHP FPMs and querying their status as if it were in CENTOS 7 (This causes the command not to work in AlmaLinux 9 and PFP FPM to not work).
3) The backup issue is still very problematic and confusing. Backups taken from the customer panel do not consist of a single file. Also, CWP->CWP migration is very problematic. There is still no simple way to start a backup for a single account via SSH and import this backup to another CWP. (There is no solution like cPnanel's packageacct)

There are many other deficiencies and errors, but even the most critical errors have not been corrected for a long time. If the developers are no longer going to continue developing CWP, they should announce it because it will take a long time for us to take action and move on to other panels.

2
I think there is a very serious security vulnerability in CWP right now. My and my friends' 10's of servers were hacked with this vulnerability. I've been trying to identify the source for days.

Now I think I may have found the source of the problem. If this vulnerability is as I guess, it is a very serious security vulnerability. They can easily gain root access to the server.

I have been trying to explain this to CWP staff through the ticket system for days, but freelancers are handling the tickets. I mention that there may be a serious security vulnerability in the CWP panel right now, and they say pay me to look at your ticket.

3
Hi;

How to disable Phpmyadmin, webmail and webhosting panel login page for one domain/account?

4
Hi;

I have CWP pro version (CWPpro version: 0.9.8.1055). if customer try use file manager in cpanel (www.customerdomain.com/cpanel) file manager can't opened but can't show fles and directorys. (ROOT file manager work correct but cpanel user file manager can't show files and directorys.)

Anyone have this problem?

5
Hi;

I have one more E-Commerce web site my CWP server. Before work great and not have any error. But after latest CWP updates:

If we try edit any products from this E-Commerce websites admin panel and clik to SAVE button (POST new data with SSL) we get "SSL connection reset" error message and page not load on all browsers. This web sites use Lets encrypte Free SSL. I check this error not cause of PHP script. This error exists all updated CWP servers in all websites.

6
Backup / New Backup [Beta] problems still not fixed
« on: July 30, 2020, 06:36:20 PM »
I have 5+ CWP Pro license. I'm try contact with support one more time for this subject. but Still I can't get any answer since 5-6 months.... :

Hi;
You are still NOT fix this new backup module BIG BUG!

When Runing new backup, copy accounts to home/tmp_back  directory. After this create from this files ACCOUNT_NAME.tar.gz file and Upload to remote FTP backup. But After this NOT DELETE THIS ACCOUNT FILES FROM home/tmp_back. This files owner is account owner and cause of this account owner exceeds quota. home/tmp_back directory only deleted after all accounts backup complate. You can delede per users files from home/tmp_back after users backup complate and start next user backup.
Example: account owner use 1GB. after create backup, owner use 2-3GB cause of NOT DELETE from home/tmp_back/ACCOUNT_OWNER  directory and .tar.gz file.

Why you still not fix this BIG BUG? please can you fix it? Or you can share open source new backup php files for fix? (ı can do fix if you share)

We use still old backup system cause of this bug. But old backup system realy very very bad. because only copy users directory to backup directory. and not use .tgz. We live general server exceeds quota problems cause of this. After general exceeds quota problems server crashed. because mysql and other services stop and cannot restart cause of server general exceeds quota problems

7
I running manualy old backup system with cronjob:
/usr/local/cwp/php71/bin/php -d max_execution_time=1000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php

But backup freeze an account. Error log:

directory has vanished: "/home/bat89ds/public_html/var/cache/registry/block_content_451_958_products_184_11_categories"
directory has vanished: "/home/bat89ds/public_html/var/cache/registry/block_content_451_958_products_184_13_categories"
directory has vanished: "/home/bat89ds/public_html/var/cache/registry/block_content_451_958_products_184_189_categories"
PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 98566176 bytes) in /usr/local/cwpsrv/htdocs/reso   urces/admin/include/functions/func_system.php on line 0

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 98566176 bytes) in /usr/local/cwpsrv/htdocs/resources   /admin/include/functions/func_system.php on line 0
rsync warning: some files vanished before they could be transferred (code 24) at main.c(1178) [sender=3.1.2]

How to fix this?

8
Functions / CWP account hooks NOT WORK!!
« on: November 11, 2019, 03:44:11 PM »
I try contact before one more times support but I can't get any answer....

From wiki:
https://wiki.centos-webpanel.com/action-hooks

Quote
Account Hooks
account_new (VALUES: username,domain)
/usr/local/cwpsrv/htdocs/resources/admin/hooks/account/account_new.php ......

I create directorys and account_new.php file with this content:

Code: [Select]
<?php
$arr 
get_defined_vars();
print_r($arr);
function 
account_new($u){
    echo 
"Hello World ....";
}
?>

when new account creation newer print "Hello World ...."  because CWP newer run "account_new" function in this PHP file.

Pages: [1]