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.
256
DNS Manager / Re: Cannot login
« on: August 25, 2025, 02:38:08 PM »
Cloudflare offers a free level, and is recommended to use for your DNS, as a bonus you get their additional protection.
257
CentOS-WebPanel Bugs / Re: [CRITICAL] Multiple CWP Servers Infected – Arbitrary PHP Code Execution via Publ
« on: August 23, 2025, 03:28:46 PM »
This is NOT a CWP bug.
PHP Injection Attacks will happen whenever.
You need to have your php.ini secured, and run ModSecurity with the latest OWASP CRS ruleset.
Along with running the latest PHP version you choose, 8.1, 8.2, 8.3 or 8.4
You'll also need to configured the OWASP base rules for services you run on that server.
NOTE: The CWAF ruleset is dead, and the last update was over a year ago.
Which is sad, this was a great ruleset.
For the PHP Injection Attack that has been going around, there has been fixes here how to clean up your PHP-FPM.
PHP Injection Attacks will happen whenever.
You need to have your php.ini secured, and run ModSecurity with the latest OWASP CRS ruleset.
Along with running the latest PHP version you choose, 8.1, 8.2, 8.3 or 8.4
You'll also need to configured the OWASP base rules for services you run on that server.
NOTE: The CWAF ruleset is dead, and the last update was over a year ago.
Which is sad, this was a great ruleset.
For the PHP Injection Attack that has been going around, there has been fixes here how to clean up your PHP-FPM.
258
Apache / Re: Issues with image displaying
« on: August 22, 2025, 02:15:59 AM »
Sites could be looking for a specific version or something that is not available.
Does it work under AL8 or AL9?
Does it work under AL8 or AL9?
259
CentOS 9 Problems / Re: not able to login to admin panel after password restart
« on: August 22, 2025, 02:12:03 AM »
How did you do it? 
Any root password change should be from the CLI, simply after logging in as 'root', use:
Change password, done...

Any root password change should be from the CLI, simply after logging in as 'root', use:
Code: [Select]
passwdChange password, done...
260
Installation / Re: AL 9 server not upgrading to CWP Pro
« on: August 21, 2025, 02:17:07 PM »
Well I removed your IP from ours back in February, since I didn't receive any replies.
And now it is 6 months later, and your posting the exact same message, makes me wonder if you are an AI bot.
What distro are you running CWP on?
Is the server behind a NAT?
Not sure what you keep posting the same over and over by
All you need to run is:
And now it is 6 months later, and your posting the exact same message, makes me wonder if you are an AI bot.
What distro are you running CWP on?
Is the server behind a NAT?
Not sure what you keep posting the same over and over by
Quote
I am running all sorts of commands but nothing happens.
All you need to run is:
Code: [Select]
/scripts/update_cwp
261
CentOS-WebPanel Bugs / Re: User account infected
« on: August 21, 2025, 12:38:53 PM »
This isn't a CWP bug.
From your images, it looks like your server fell victim to a PHP Injection Attack due to PHP not being secured correctly.
You can search the forums, they have how to cleanup the PHP infection.
What OS are you running?
What PHP version?
From your images, it looks like your server fell victim to a PHP Injection Attack due to PHP not being secured correctly.
You can search the forums, they have how to cleanup the PHP infection.
What OS are you running?
What PHP version?
262
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« on: August 20, 2025, 11:39:48 AM »softaculous asked CWP for a license so that resellers are able to upgrade all clients sites.
CWP has never responded or given them a license to test with
Odd, we worked with Softaculous, and never heard about any request like this.
Your first line is also a little confusing. Not sure how a CWPpro license would have helped a Softaculous program perform upgrades on 'all' client sites.
263
Addons / Re: Redis server upgrade
« on: August 20, 2025, 11:11:10 AM »
Best best is using Cloudflare's CDN and Cache.
Even the highest ranking WP Cache uses and integrates with it.
Even the highest ranking WP Cache uses and integrates with it.
264
E-Mail / Re: upgrade spamassassin
« on: August 19, 2025, 02:20:57 PM »
CentOS 7 is past EOL, and is now a dead OS.
You need to look at upgrading to AlmaLinux 8 or 9.
You need to look at upgrading to AlmaLinux 8 or 9.
265
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 18, 2025, 12:01:03 PM »My production server is based on AL9. That's why I asked.
So are ours. In facts all productions servers we have are AL9 now.
Completed the phpMyAdmin updated to 5.2.2 yesterday along with some other updates.
266
CSF Firewall / Re: How to add *.domain.com to CSF Firewall
« on: August 18, 2025, 01:49:54 AM »
Thanks, will give it a try
267
Apache / Re: Issues with image displaying
« on: August 17, 2025, 11:26:41 PM »
Looks like an issue with the WP theme.
What theme is it?
Themes are weird, have 1 no matter what you do, it centers the picture.
What theme is it?
Themes are weird, have 1 no matter what you do, it centers the picture.
268
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 17, 2025, 02:47:15 PM »@Starburst
Did you face any issues after updating phpMyAdmin? I've planned to update it on my production server, that's why I asked about it.
@its_me_rbk
No issues updating, it's on my list of things to do.
BUT...
ALL of our servers are AL9, not sure if/how this would work on AL8.
269
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 17, 2025, 02:45:00 PM »I never noticed any issues on the updated version (apart from autologin having issues). 5.2 drops support for versions of php older than 7.2, so that won't matter if you are running AlmaLinux 9. It would only matter if you are running AL8 with older PHP versions.
Differences between 5.1.1 and 5.2.2:
- Import/Export Screen Redesign:
phpMyAdmin 5.2.2 features a redesigned import and export interface, making it more modern and organized.- "DELETE FROM" Feature:
A new "DELETE FROM" feature is added to the table operations page, allowing users to empty tables using a DELETE query.- Minimum PHP Version:
phpMyAdmin 5.2.2 requires PHP 7.2 or newer, whereas 5.1.1 may have supported older PHP versions.- Internet Explorer Support Removed:
phpMyAdmin 5.2.2 no longer supports Microsoft Internet Explorer.- New Features and Bug Fixes:
Version 5.2.2 includes a range of new features and bug fixes, including resolution of networking errors when exporting files and improved handling of PHP 8.1.
Sounds like why CWP continues to use 5.1.1
CWP seems to focus more on older compatibility than newer compatibility.
270
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 15, 2025, 05:47:44 PM »
Never noticed it there before.
But you are correct, it is there with 5.1.1
But you are correct, it is there with 5.1.1
