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 - ekgrad

Pages: [1] 2 3 ... 5
1
MySQL / Re: Can not update MariaDB - Error downloading packages
« on: February 15, 2023, 04:47:31 AM »
Update your mariadb repo from the official MariaDB website. Then just run yum update.

2
E-Mail / Re: Roundcube profile image too big
« on: June 03, 2022, 03:36:14 AM »
Yes I have found a solution

use the commands
cd /usr/local/cwpsrv/var/services/roundcube/skins/elastic/styles
nano -w styles.min.css

and add
.contactphoto {width: 4rem!important;height: 4rem!important;}

at the end of this file and save.

3
E-Mail / Re: Roundcube profile image too big
« on: May 30, 2022, 03:57:20 PM »
Did anyone find a solution to this problem

4
CentOS-WebPanel Bugs / Re: all my websites Account Suspended
« on: December 29, 2021, 03:30:40 PM »
Why not release an update again to fix the root cause of this shit.

5
E-Mail / Re: php mail does not work in google cloud
« on: August 04, 2021, 04:53:39 AM »
You need external smtp servers to send mail from google cloud.

6
SSL / Auto SSL Error reported by crontab
« on: June 08, 2021, 01:39:15 PM »
Crontab email reports this error

Constant subroutine unbound_version redefined at /usr/local/cpanel/bin/autossl_check line 4294967295.

any help???

7
CentOS-WebPanel Bugs / Re: Any Fix From CWP Team for FACEFISH ATTACK
« on: June 02, 2021, 12:05:21 PM »
Add this to the csf.deny files and restart csf

tcp/udp|in/out|s/d=0_64000|s/d=176.111.174.26 # do not delete facefish control center ip

This will prevent any communications to the facefish control center and thus reduce the chances of damage.

10
CentOS-WebPanel Bugs / Re: Cant login to CWP User :2083
« on: May 04, 2021, 09:00:56 AM »
delete the .conf folder in the user's home folder and then try again. don't worry the .conf folder will get created again.

11
Check the disk space available.

12
Information / Re: Your server is NOT running CWP Secure Kernel !!!
« on: October 30, 2020, 05:47:05 AM »
Why keep on spamming every day?

13
CentOS-WebPanel Bugs / Re: BIG Wordpress Installer BUG
« on: October 27, 2020, 04:44:17 AM »
186 views and no replies from any of the devs  :'( :'( :'( :'( :'( :'( :'( :'(

14
CentOS-WebPanel Bugs / BIG Wordpress Installer BUG
« on: October 22, 2020, 07:26:05 AM »
The WordPress installer is leaving the site wide open to hackers.

If DOES NOT update the salt keys in wp-config.php and just leaves the default

define( 'AUTH_KEY',         'put your unique phrase here' );
define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );
define( 'LOGGED_IN_KEY',    'put your unique phrase here' );
define( 'NONCE_KEY',        'put your unique phrase here' );
define( 'AUTH_SALT',        'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT',   'put your unique phrase here' );
define( 'NONCE_SALT',       'put your unique phrase here' );

without updating them. These should be automatically be replaced by salt generated from https://api.wordpress.org/secret-key/1.1/salt/

An early action by the DEV team would help a lot of WordPress users who use CWP and  might have missed this serious BUG

15
CentOS-WebPanel Bugs / Re: Fix Account Permissions problem
« on: October 13, 2020, 04:14:51 AM »
Try switching off Mod_Security

Pages: [1] 2 3 ... 5