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.
16
E-Mail / WHMCS does not send emails
« on: October 31, 2019, 09:14:05 PM »
I can't send emails from my web applications.
- WHMCS.
- PHPMailer
Among others that need to be sent via SMTP.
In outlook it works, I send and receive email.
But in WHMCS, and other scripts does not work SMTP.
- WHMCS.
- PHPMailer
Among others that need to be sent via SMTP.
In outlook it works, I send and receive email.
But in WHMCS, and other scripts does not work SMTP.
17
E-Mail / BoxTrapper
« on: October 31, 2019, 06:04:06 PM »
Is it possible to use BoxTrapper in email?
18
DNS / Primary Domain
« on: October 30, 2019, 10:41:34 PM »
I have a doubt.
The hostcia.com.br domain is the main domain, it has:
srv1.dom.com.br
ns1.dom.com.br
ns2.dom.com.br
Does this domain have to have an account created in CWP or not?
Currently, I created the SRV1, NS1 and NS2 entries right in the panel where I have the domain registered.
What should I do?
The hostcia.com.br domain is the main domain, it has:
srv1.dom.com.br
ns1.dom.com.br
ns2.dom.com.br
Does this domain have to have an account created in CWP or not?
Currently, I created the SRV1, NS1 and NS2 entries right in the panel where I have the domain registered.
What should I do?
19
E-Mail / Mail Queue
« on: October 29, 2019, 04:52:24 PM »
I just completed the installation and noticed this amount of emails from the server.
But I haven't received anything so far in my box. Is any configuration missing?
Image: https://prnt.sc/ppqy50
Thanks.
But I haven't received anything so far in my box. Is any configuration missing?
Image: https://prnt.sc/ppqy50
Thanks.
20
CWP API / Re: Folder V1
« on: August 31, 2019, 09:26:38 PM »
I couldn't find the folder "/account" in V1 folder.
I am trying to get to this file, just to see how it is created, edited .... among other cwp7.php file commands.
I am trying to create a module for my car rental system.
I noticed that the function "cwp7_CreateAccount($params)" creates a URL with all the variables.
Until then I could do
Now I'm trying to figure out how to return curl_exec SUCCESS or ERROR
Can you help me with this?
I am trying to get to this file, just to see how it is created, edited .... among other cwp7.php file commands.
I am trying to create a module for my car rental system.
I noticed that the function "cwp7_CreateAccount($params)" creates a URL with all the variables.
Code: [Select]
https://painel.xxxx.com.br/whmcs/criar.php?
action=add
&usuario=conta6351
&senha=MI5jO%40ymF88y2%23
&chave=7FFD85D93A3E4DE5C490D304CCD9F864
Until then I could do
Now I'm trying to figure out how to return curl_exec SUCCESS or ERROR
Can you help me with this?
21
22
CentOS-WebPanel Bugs / Re: WHMCS module shows error but creates the account
« on: July 18, 2019, 01:30:23 AM »
I have the same problem too. How to solve this?
23
CentOS-WebPanel Bugs / Error editing package
« on: July 18, 2019, 12:07:01 AM »
Error editing package
Code: [Select]
Notice: Undefined index: update_users in /usr/local/cwpsrv/htdocs/resources/admin/modules/edit_package.php on line 0
24
PHP / PHP Upload does not send files.
« on: July 13, 2019, 01:56:42 PM »
I ran a cPanel test and the upload works, but the CWP server is not sending the file.
No error appears, shows all the upload procedure, it registers in the database, but the file does not send.
My code:
No error appears, shows all the upload procedure, it registers in the database, but the file does not send.
My code:
Code: [Select]
<?php
if ((isset($_POST["form"])) && ($_POST['form'] == "form1")) {
$ext = strtolower(substr($_FILES['arquivo']['name'],-4)); //Pegando extensão do arquivo
$arquivo = "file_".date('dmYhis') . $ext; //Definindo um novo nome para o arquivo
$dir = __DIR__.'/uploads/aulas/'; //Diretório para uploads
move_uploaded_file($_FILES['arquivo']['tmp_name'], $dir.$arquivo); //Fazer upload do arquivo
}
?>
<form id="form" method="post" autocomplete="off" enctype="multipart/form-data">
<div class="row">
<div class="col-xs-6">
<div class="form-group">
<label class="control-label">Arquivo (.zip .rar .pdf)</label>
<input name="arquivo" type="file" id="file-1" required />
</div>
</div>
<button type="submit" id="button" name="button" class="btn btn-success pull-right"><i class="icon-save bigger-110"></i> Salvar</button>
</form>
25
PHP / Create database, Email and Crontab uing php command
« on: July 12, 2019, 12:21:56 PM »
How to create using php command?
- Create SQL database;
- Upload a table;
- List, Create Delete Emails;
- Create a crontab.
- Create SQL database;
- Upload a table;
- List, Create Delete Emails;
- Create a crontab.
26
CentOS-WebPanel GUI / Does CWP have API?
« on: July 07, 2019, 11:16:30 AM »
I would like to be able to:
- Create SQL database;
- Upload a table;
- List, Create Delete Emails;
- Create a crontab.
- Create SQL database;
- Upload a table;
- List, Create Delete Emails;
- Create a crontab.
27
E-Mail / Re: I can not send email using PHPMailer.
« on: June 26, 2019, 10:03:06 PM »contact support for the checks
How do I contact support?
28
CentOS 7 Problems / Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
« on: June 26, 2019, 10:01:23 PM »I do not want to ignore a warning. I want what the warning is and correct it.
What needs to be done to correct?
29
CentOS 7 Problems / Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
« on: June 21, 2019, 12:28:50 PM »What does this error mean?
What can I do to correct this error? do not ignore it.
30
CentOS-WebPanel Bugs / System Integrity checking detected a modified system file
« on: June 19, 2019, 05:45:59 PM »
Time: Wed Jun 19 14:00:26 2019 -0300
The following list of files have FAILED the md5sum comparison test. This means that the file has been changed in some way. This could be a result of an OS update or application upgrade. If the change is unexpected it should be investigated:
/usr/bin/cpupower: FAILED
/bin/cpupower: FAILED
The following list of files have FAILED the md5sum comparison test. This means that the file has been changed in some way. This could be a result of an OS update or application upgrade. If the change is unexpected it should be investigated:
/usr/bin/cpupower: FAILED
/bin/cpupower: FAILED