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.
1
Other / MSSQL Server Problem
« on: Today at 12:34:42 AM »
Hi, i have a PRO Edition, and im trying to install MSSQLServer Extension.
Im select sqlsrv in panel and i follow the instruction from:
http://wiki.centos-webpanel.com/mssql-extension-for-php7
and nothing... the old instruction say errors in "make"
Error information:
SQLSTATE: HYT00
Code: 0
Message: [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired
SQLSTATE: 08001
Code: 10057
Message: [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x2749
SQLSTATE: 08001
Code: 10057
Message: [Microsoft][ODBC Driver 17 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
My PHP:
$serverName = "192.168.1.202\MSSQLSERVER, 1433";
$connectionOptions = array(
"database" => "user2list",
"uid" => "sa",
"pwd" => "Password$123456"
);
Im select sqlsrv in panel and i follow the instruction from:
http://wiki.centos-webpanel.com/mssql-extension-for-php7
and nothing... the old instruction say errors in "make"
Error information:
SQLSTATE: HYT00
Code: 0
Message: [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired
SQLSTATE: 08001
Code: 10057
Message: [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x2749
SQLSTATE: 08001
Code: 10057
Message: [Microsoft][ODBC Driver 17 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
My PHP:
$serverName = "192.168.1.202\MSSQLSERVER, 1433";
$connectionOptions = array(
"database" => "user2list",
"uid" => "sa",
"pwd" => "Password$123456"
);
2
E-Mail / Re: Email Not receiving
« on: June 10, 2022, 06:59:42 PM »
i cant receive emails from... instagram.com to recover one account... it's so crazy
3
CWP API / List Email from Domain.
« on: March 08, 2022, 07:00:04 AM »
Now the api, list the emails from users... but its possible to filter it to domains too?
like:
listEmailsFromDomain(string $domain)
$domain = example.com
or... listEmailFromDomain(string $user, string $domain)
$user='example';
$domain='example.com';
Thanks You.
to only allow to CRUD specify domain... and not or all account.
like:
listEmailsFromDomain(string $domain)
$domain = example.com
or... listEmailFromDomain(string $user, string $domain)
$user='example';
$domain='example.com';
Thanks You.
to only allow to CRUD specify domain... and not or all account.
4
Aplications / Moodle
« on: February 19, 2022, 11:41:36 AM »
The moodle installation from CWP not work, only download the script but it not is auto installable.
6
Other / domain to other ip with proxy
« on: January 26, 2022, 10:52:59 AM »
Hi i have configurate a maindomain.com to 192.168.1.110 to specific port 8080...
but now... i need use all ports... is it possible?
like... maindomain.com: 8081 maindomain.com:7568 maindomain.com:7896
and more to use ssh and etc?
but now... i need use all ports... is it possible?
like... maindomain.com: 8081 maindomain.com:7568 maindomain.com:7896
and more to use ssh and etc?
7
Suggestions / Type Package
« on: January 23, 2022, 11:45:53 PM »
Add option to... type package, "Stream", "website", "email".... etc to create a Package only for "Stream" Services for example... or for only email host... etc
8
Suggestions / [URGENT] Special Chars for domains!!!
« on: November 25, 2021, 01:53:21 PM »
Hello, i need register new account with Ñ in domain name... and i cant!
9
Suggestions / WildCard Urgent
« on: November 15, 2021, 06:53:54 PM »
Hello... can u make compatible with WildCard Domain and WildCard SSL please!?
11
Nginx / Template for Laravel
« on: October 01, 2021, 08:31:40 PM »
Hello any have a nginx + phpfpm templates for Laravel please?
13
CentOS 7 Problems / Cant update!
« on: September 10, 2021, 01:20:47 PM »
sh /scripts/update_cwp
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
cat: /usr/local/cwpsrv/var/services/pma/README: No such file or directory
curl: (6) Could not resolve host: static.cdn-cwp.com
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl reload nginx.service
Redirecting to /bin/systemctl reload httpd.service
today appear without PRO and try to update and... it appear .. i have working the server 30 or 40days
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
cat: /usr/local/cwpsrv/var/services/pma/README: No such file or directory
curl: (6) Could not resolve host: static.cdn-cwp.com
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl reload nginx.service
Redirecting to /bin/systemctl reload httpd.service
today appear without PRO and try to update and... it appear .. i have working the server 30 or 40days
14
Other / SSL for WildCard
« on: September 01, 2021, 01:24:51 PM »
Hello all!
im following this : https://www.mysterydata.com/how-to-install-lets-encrypt-wildcard-ssl-for-your-domain-acme-v2/
and all appear work fine, but when i enter in X.domain.com the certificate appear insecure... the ssl only load in domain.com
"This cert is for www.domain.com"
im following this : https://www.mysterydata.com/how-to-install-lets-encrypt-wildcard-ssl-for-your-domain-acme-v2/
and all appear work fine, but when i enter in X.domain.com the certificate appear insecure... the ssl only load in domain.com
"This cert is for www.domain.com"
15
Other / 1 sub domain shared in other account :S??
« on: August 27, 2021, 08:18:06 PM »
Hello, I have a problem with a system that I am setting up, I have a client's website under the domain .... example.com and I have another account with an SAAS ecommerce system under the ecommersaas.com domain ... now well .. .I need to add shop.example.com in the ecommersaas.com account ... how can I do?