Recent Posts

Pages: [1] 2 3 ... 10
1
CSF Firewall / Re: Possible fix to why CSF/LFD isn't installing.
« Last post by overseer on Today at 04:30:39 PM »
Can't find perl-Sys-Hostname in the repo...
And I always add whowatch as an indispensable add-on to any system I give out shell access to (which is rare, but does happen).
2
DNS Manager / Cannot login
« Last post by stevechstill on Today at 09:18:08 AM »
When I try to log in to freedns, the screen just refreshes so I assume that the password has been corrupted. However when I try to reset the password, it tells me that the email address does not exist. I have tried 3 addresses that I would normally use but they all come back with does not exist.

How can I get the email address changed that is used by my account using my username?.
3
Other / Re: Support not enable my service
« Last post by Starburst on Today at 04:06:04 AM »
I don't work for CWP, but are a reseller. And usually try to help out.

You bought 30 licenses?
Or you bought 1 license?

Only way to reach CWP Actual is via ticket system.

Agreed, never had any problems with PayPal, Crypto is quirky sometimes with verifications and delays.

Let me know in a PM, and I can see if I can help.
4
Yea, it was, now getting:

Code: [Select]
# /usr/local/cwp/php71/bin/php --version
Quote
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902//usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902//usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP 7.4.33 (cli) (built: Apr 26 2023 00:00:00) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with the ionCube PHP Loader + ionCube24 v13.0.2, Copyright (c) 2002-2023, by ionCube Ltd.

Tried both ways, same errors.
This makes no sense, all the AL9 servers are behaving.

And why is is trying to load a disable extension...
5
Other / Re: Support not enable my service
« Last post by overseer on July 01, 2025, 11:53:42 PM »
Contact Starburst here. He is a reseller for CWP and can temporarily activate CWP Pro for you while you wait for a response. Send him your IP address list. Did you pay via PayPal or another method? I've never had any problems with PayPal with CWP.
6
Other / Support not enable my service
« Last post by XHOST on July 01, 2025, 08:59:17 PM »
Hi, anyone know some staff support?, i buy a 30 licenses in june 25 and still waiting to enable my service. i create 1 more ticket in client area (plus the auto ticket created when i buy it) and zero response. i like cwp but i need to find another alternative because the support is SLOW AF.
anyone know a mail or phone for cwp staff? i need to activate some servers with cwp pro and still waiting for the licences.
Thanks
7
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« Last post by overseer on July 01, 2025, 06:29:06 PM »
In /usr/local/cwp/php71/php.ini, is the intl extension commented out?
Code: [Select]
;extension=intlUncomment, and/or set a hardcoded path
Code: [Select]
extension=
/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20170718/intl.so
8
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« Last post by Starburst on July 01, 2025, 05:40:28 PM »
Code: [Select]
# /usr/local/cwp/php71/bin/php --version
Quote
PHP Warning:  PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP 7.4.33 (cli) (built: Apr 26 2023 00:00:00) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with the ionCube PHP Loader + ionCube24 v13.0.2, Copyright (c) 2002-2023, by ionCube Ltd.




Code: [Select]
# /usr/local/cwp/php71/bin/php -m
Quote
PHP Warning:  PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory)) in Unknown on line 0
[PHP Modules]
...
intl
ionCube Loader
...

[Zend Modules]
the ionCube PHP Loader + ionCube24
9
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« Last post by overseer on July 01, 2025, 04:33:40 PM »
And for sure you're testing the CWP PHP (7.2 or 7.4), not your default CLI PHP (mine is 8.2)?
Code: [Select]
[root@srv]# /usr/local/cwp/php71/bin/php --version
PHP 7.2.30 (cli) (built: Apr 29 2020 02:29:42) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with the ionCube PHP Loader + ionCube24 v13.0.2, Copyright (c) 2002-2023, by ionCube Ltd.
[root@srv]# /usr/local/cwp/php71/bin/php -m
[PHP Modules]
...
[b]intl[/b]
ionCube Loader
...

[Zend Modules]
the ionCube PHP Loader + ionCube24
10
Information / Re: Past Due Changelogs
« Last post by overseer on July 01, 2025, 03:44:48 PM »
DirectAdmin is also very expensive if you have any number of user accounts. A lot of this thread's ground was already covered in this other thread:
https://forum.centos-webpanel.com/informations/future-of-cwp/
shoulders put together this fairly comprehensive comparison of panels:
https://quantumwarp.com/kb/articles/64-cpanel/1001-cpanel-alternatives-and-linux-web-interfaces

Again, a lot of the downfall of each is high monthly cost, putting you right back into cPanel-land. Either that or they are young, unproven, or downright clunky (and some are eye gougingly ugly).
Pages: [1] 2 3 ... 10