Recent Posts

Pages: 1 [2] 3 4 ... 10
11
CentOS-WebPanel GUI / Re: Login panel time out
« Last post by overseer on Today at 02:51:16 AM »
Oh? Do tell...
12
Hi,

mirrorlist.centos.org doesn't exists anymore.

From the .repo file:

# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
To resolve the issue you can mass update all .repo files:

sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo

sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*

Bye Bye!
13
Information / Re: Waiting on billing
« Last post by BeZazz on Today at 12:28:36 AM »
I stopped using PayPal years ago.

Whenever I have tried PayPal with CWP it requires you to login to PayPal. (other similar sites don't require you to login)

14
Other / Re: Email Accounts are not getting listed
« Last post by santoshgds on July 26, 2024, 11:02:21 PM »
Thank you very much for your reply.

no, there is no anonymous account, not even email address.
15
E-Mail / Email forwarder - User panel not accepting + (plus) addresses
« Last post by ljb on July 26, 2024, 11:02:02 PM »
I am told by CWP user panel there is an error in the forwarding address when typing out a plus address. When setting up the plus address in hosting management panel the plus address is accepted.

Perhaps a bug or limitation in the programming of the user panel?
16
CentOS-WebPanel GUI / Re: Login panel time out
« Last post by kyto on July 26, 2024, 09:16:08 PM »
Solved  ::)
17
CentOS-WebPanel GUI / Login panel time out
« Last post by kyto on July 26, 2024, 07:36:31 PM »
My CWP control panel login (admin and clients) refuses to load after i run this command on terminal:
Code: [Select]
find "/home/somedomain/public_html/renametest" -type f -name "*.php" -exec sed -i "s/mysql_real_escape_string/mysqli_real_escape_string/g" {} \;I used that command to search and replace 'mysql_real_escape_string' to 'mysqli_real_escape_string' inside all php files on that folder.

How could the login panel be affected by that?  :o
*my ip is not blocked by csf...

Any help?
18
Information / Re: Waiting on billing
« Last post by overseer on July 26, 2024, 07:08:00 PM »
Never once had a problem using PayPal.
19
SSL / Re: Cant acess to cwp web panel
« Last post by overseer on July 26, 2024, 07:06:43 PM »
http is port 2030
https is port 2031 / 2087

Try various options...
20
Hi, @OverSee How R Uw

PHP 8.2
Where can we get the PECL Config.php file?
We tried reinstalling it but it didn't work, it gave an error or the package was not found.
We've already recompiled PHP, we've updated it and nothing works.
Thank you!
Pages: 1 [2] 3 4 ... 10