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

Pages: [1]
1
MySQL / How connect to database in another site of same server
« on: April 18, 2022, 06:33:40 PM »
In my server, I have one site A with a database. Now I have a 2nd site B that needs to connect to database in A. From B I've tried to get the connection parameters with
Code: [Select]
include("./home/A/public_html/settings/settings.inc"); but no success. In settings I have
Code: [Select]
########## Database Info ##########
define('DB_SERVER', 'localhost');
define('DB_USER', 'myUser');
define('DB_PASS', 'myPass');
define('DB_NAME', 'ThedbName');
define('DB_CHARSET', 'UTF8');
I'll appreciate your help.

2
Other / How to move a root account to a reseller one?
« on: January 24, 2022, 12:30:02 PM »
I have a client using an account with three domains and now he wishes to transform that account into a reseller one and I should move those three accounts into his reseller sub-account. How should I proceed? Tks!

3
E-Mail / Wrong "Undelivered Mail Returned to Sender" message
« on: February 21, 2021, 09:36:55 PM »
When somebody sends an email to accounts in my server, the sender gets the message "Undelivered Mail Returned to Sender" but this is false and the receiver gets the mail. I ask, can you kindly guide me on where this problem should be found? The additional message says "host
hotmail-com.olc.protection.outlook.com[104.47.18.97] said: 550 5.7.1
Unfortunately, messages from [207.154.227.131] weren't sent. Please contact
your Internet service provider since part of their network is on our block
list (S3140). You can also refer your provider to
http://mail.live.com/mail/troubleshooting.aspx#errors.
[AM6EUR05FT017.eop-eur05.prod.protection.outlook.com] (in reply to MAIL
FROM command)"
Thank you!  :)

4
CentOS-WebPanel GUI / How setup CWP on subdomains
« on: January 02, 2021, 01:10:45 PM »
I have a domain to be used for subdomains, for ex. www.subDomain1.mainDomain.com, www.subDomain2.mainDomain.com, and so on. I need a separate CWP for each one of those domains. I ask, how should I proceed? Thank you!

5
Backup / Lack of date subfolder
« on: June 09, 2020, 10:58:33 AM »
Lately I have realized that the folder structure in new backups instead of /full/daily/weekDay/yyyy-mm-dd/account.tar.gz is only /full/daily/weekDay/account.tar.gz. Therefore a weekday cannot hold more than one backup. I ask, is this only my case or this is because of a change in CWP?

6
So I wish my backups to start at the time stated in the cronjob but it starts (in my case in Europe) 2 hours earlier. So I guess it starts based on UTC time and not CEST time as expected. I ask, how can I fix this issue? Thank you all!

7
CentOS 7 Problems / From CWP7pro cannot access the CWP of a user
« on: April 19, 2020, 03:27:28 PM »
That user is using more than his allowed disk space. Can this be the reason?

8
CentOS-WebPanel GUI / All domains ok but cannot acces CWP even root one
« on: February 08, 2020, 02:43:41 PM »
I need someone to help me. Either with Putty or Filezilla cannot enter the server. Acces with each CWP is not possible. I will appreciate some help.

9
I have moved accounts one by one on CPanel to CWS and it's extremelly easy. But now I need to move also account by account from CWS to CWS and don't see how to do it, can you kindly help me?

10
CentOS-WebPanel Bugs / Error on Spanish translation
« on: September 03, 2019, 10:23:26 AM »
I have realized there is a mistake in the translation into Spanish. To close a window, in English "Close" the translation to Spanish shows "Cerca" but should be "Cerrar". It's confusing for "cerca" in Spanish is "near by".

11
Installation / After installing I get "HTTP Test Page" but not the CWPs
« on: August 06, 2019, 10:48:53 AM »
I have finished the installation of CWP but cannot reach the panels. I use my IP like 111.222.333.444:2030 and also 111.222.333.444:2031. The screen stays not downloading anythig. But if I put only the IP I get HTTP Test Page
powered by CWP | CentOS-WebPanel.com and its message. Any idea?  Thank you!

Pages: [1]