!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/local/webmail2/include/   drwxr-xr-x
Free 318.38 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     errors.php (3.07 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * errors.php
 *
 * @copyright &copy; 2005-2006 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: errors.php,v 1.7 2006/02/11 15:14:31 stekkel Exp $
 * @package squirrelmail
 */

/** init error array */
$aError = array();

define('SQM_ERROR_IMAP',1);
define('SQM_ERROR_FS',2);
define('SQM_ERROR_SMTP',4);
define('SQM_ERROR_LDAP',8);
define('SQM_ERROR_DB',16);
define('SQM_ERROR_PLUGIN',32);
// define('SQM_ERROR_X',64);  future error category



$aErrors['SQM_IMAP_NO_THREAD'] = array(
    
'level'    => E_USER_ERROR,
    
'category' => SQM_ERROR_IMAP,
    
'message'  => _("Thread sorting is not supported by your IMAP server.") . "\n" .
                  
_("Please contact your system administrator and report this error."),
    
'link'     => '',
    
'tip'      => _("Run \"configure\", choose option 4 (General options) and set option 10 (Disable server thread sort) to true).")
);

$aErrors['SQM_IMAP_NO_SORT'] = array(
    
'level'    => E_USER_ERROR,
    
'category' => SQM_ERROR_IMAP,
    
'message'  => _"Server-side sorting is not supported by your IMAP server.") . "\n" .
                  
_("Please contact your system administrator and report this error."),
    
'link'     => '',
    
'tip'      => _("Run \"configure\", choose option 4 (General options) and set option 11 (Disable server-side sorting) to true.")
);

$aErrors['SQM_IMAP_BADCHARSET'] = array(
    
'level'    => E_USER_NOTICE,
    
'category' => SQM_ERROR_IMAP,
    
'message'  => _"Your used charset is not supported by your IMAP server.") . "\n" .
                  
_("Please contact your system administrator and report this error."),
    
'link'     => '',
    
'tip'      => _("Run \"configure\", choose option 4 (General options) and set option 12 (Allow server charset search) to false) or choose option 10 (Language settings) and set option 2 (Default charset) to a charset supported by your IMAP server.")
);

$aErrors['SQM_IMAP_APPEND_QUOTA_ERROR'] = array(
    
'level'    => E_USER_NOTICE,
    
'category' => SQM_ERROR_IMAP,
    
'message'  => _"Out of quota error."),
    
'link'     => '',
    
'tip'      => _("Remove unneccessary messages from your folder and start with your Trash folder.")
);

$aErrors['SQM_IMAP_APPEND_ERROR'] = array(
    
'level'    => E_USER_NOTICE,
    
'category' => SQM_ERROR_IMAP,
    
'message'  => _"An error occured when SquirrelMail appended a message to the mailbox as listed in this message."),
    
'link'     => ''
);

$aErrors['SQM_IMAP_ERROR'] = array(
    
'level'    => E_USER_ERROR,
    
'category' => SQM_ERROR_IMAP,
    
'message'  => _"Your IMAP server returned an error.") . "\n" .
                  
_("Please contact your system administrator and report this error."),
    
'link'     => ''
);

$aErrors['SQM_IMAP_BYE'] = array(
    
'level'    => E_USER_ERROR,
    
'category' => SQM_ERROR_IMAP,
    
'message'  => _"IMAP server closed the connection.") . "\n" .
                  
_("Please contact your system administrator and report this error."),
    
'link'     => ''
);

//$aError['SQM_FS'] // Filesystem related errors

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0341 ]--