!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/src/   drwxr-xr-x
Free 318.37 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:     view_text.php (3.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * view_text.php -- Displays the main frameset
 *
 * Who knows what this file does. However PUT IT HERE DID NOT PUT
 * A SINGLE FREAKING COMMENT IN! Whoever is responsible for this,
 * be very ashamed.
 *
 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: view_text.php,v 1.36 2006/02/05 11:18:50 jervfors Exp $
 * @package squirrelmail
 */

/**
 * Path for SquirrelMail required files.
 * @ignore
 */
define('SM_PATH','../');

/* SquirrelMail required files. */
include_once(SM_PATH 'include/validate.php');
require_once(
SM_PATH 'functions/global.php');
require_once(
SM_PATH 'functions/imap.php');
require_once(
SM_PATH 'functions/mime.php');
require_once(
SM_PATH 'functions/html.php');

sqgetGlobalVar('key',        $key,          SQ_COOKIE);
sqgetGlobalVar('username',   $username,     SQ_SESSION);
sqgetGlobalVar('onetimepad'$onetimepad,   SQ_SESSION);
sqgetGlobalVar('messages',   $messages,     SQ_SESSION);
sqgetGlobalVar('mailbox',    $mailbox,      SQ_GET);
sqgetGlobalVar('ent_id',     $ent_id,       SQ_GET);
sqgetGlobalVar('passed_ent_id'$passed_ent_idSQ_GET);
sqgetGlobalVar('QUERY_STRING'$QUERY_STRINGSQ_SERVER);
if (
sqgetGlobalVar('passed_id'$tempSQ_GET)) {
    
$passed_id = (int) $temp;
}

$imapConnection sqimap_login($username$key$imapServerAddress$imapPort0);
$mbx_response sqimap_mailbox_select($imapConnection$mailbox);

$message = &$messages[$mbx_response['UIDVALIDITY']][$passed_id];
if (!
is_object($message)) {
    
$message sqimap_get_message($imapConnection$passed_id$mailbox);
}
$message_ent $message->getEntity($ent_id);
if (
$passed_ent_id) {
    
$message = &$message->getEntity($passed_ent_id);
}
$header   $message_ent->header;
$type0    $header->type0;
$type1    $header->type1;
$charset  $header->getParameter('charset');
$encoding strtolower($header->encoding);

$msg_url   'read_body.php?' $QUERY_STRING;
$msg_url   set_url_var($msg_url'ent_id'0);
$dwnld_url '../src/download.php?' $QUERY_STRING '&amp;absolute_dl=true';

$body mime_fetch_body($imapConnection$passed_id$ent_id);
$body decodeBody($body$encoding);

if (isset(
$languages[$squirrelmail_language]['XTRA_CODE']) &&
    
function_exists($languages[$squirrelmail_language]['XTRA_CODE'].'_decode')) {
    if (
mb_detect_encoding($body) != 'ASCII') {
        
$body call_user_func($languages[$squirrelmail_language]['XTRA_CODE'] . '_decode'$body);
    }
}

if (
$type1 == 'html' || (isset($override_type1) &&  $override_type1 == 'html')) {
    
$body MagicHTML$body$passed_id$message$mailbox);
    
// html attachment with character set information
    
if (! empty($charset))
        
$body charset_decode($charset,$body,false,true);
} else {
    
translateText($body$wrap_at$charset);
}

displayPageHeader($color'None');
?>
<br /><table width="100%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td bgcolor="<?php echo $color[0]; ?>">
<b><div style="text-align: center;">
<?php
echo _("Viewing a text attachment") . ' - ' .
    
'<a href="'.$msg_url.'">' _("View message") . '</a>';
?>
</b></td><tr><tr><td><div style="text-align: center;">
<?php
echo '<a href="' $dwnld_url '">' _("Download this as a file") . '</a>';
?>
</div><br />
</div></b>
</td></tr></table>
<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td bgcolor="<?php echo $color[0]; ?>">
<tr><td bgcolor="<?php echo $color[4]; ?>"><tt>
<?php echo $body?>
</tt></td></tr></table>
<?php
$oTemplate
->display('footer.tpl');
?>

:: 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.008 ]--