!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:     about.php (3.21 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * about.php
 *
 * An "about box" detailing SquirrelMail info.
 *
 * TODO:
 * - Insert org_name, provider_url?
 * - What more information is needed?
 * - Display of system information might be restricted
 *
 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: about.php,v 1.11 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');

displayPageHeader($color'None' );

?>
<p align="center">
<img src="../images/sm_logo.png" width="308" height="111"
    alt="SquirrelMail Logo" /><br />
<table align="center" width="80%" cellpadding="1" cellspacing="2" border="0">
<tr><td bgcolor="#dcdcdc" align="center"><div style="text-align: center;"><b>
<?php echo sprintf(_("About SquirrelMail %s"),$version); ?>
</b></div></td></tr>
<tr><td>
<br />
<?php echo _("SquirrelMail is the name of the program that provides access to your email via the web."); ?>
<br />
<br />
<strong>
<?php
// i18n: %s displays org_name variable value enclosed in () or empty string.
echo sprintf(_("If you have questions about or problems with your mail account, passwords, abuse etc, please refer to your system administrator or provider%s."),( $org_name != 'SquirrelMail' ' (' $org_name ')':''));
echo 
"</strong>\n";

// i18n: %s tags are used in order to remove html URL attributes from translation
echo sprintf(_("They can assist you adequately with these issues. The SquirrelMail Project Team cannot help you with that. The %shelp system%s provides answers to frequently asked questions."),'<a href="help.php">','</a>');

echo 
"<br />\n<br />\n";

// i18n: %s tags are used in order to remove html URL attributes from translation
echo sprintf(_("SquirrelMail is a feature rich, standards compliant webmail application written in PHP. It was made by a group of volunteers united in the SquirrelMail Project Team and is released as open source, free software under the %sGNU General Public License%s."),'<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">','</a>');

// add space between two sentences.
// Don't want to join two sprintf strings.
echo ' ';

// i18n: %s tags are used in order to remove html URL attributes from translation
echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'<a href="http://www.squirrelmail.org/" target="_blank">','</a>');
?>
<br />
<br /><br />
<b>
<?php echo _("System information"); ?>
</b><br/><br/>
<small>
<?php
echo sprintf(_("You are using SquirrelMail version: %s"),$version);
echo 
"<br />\n";
echo 
_("The administrator installed the following plugins:");
echo 
"<br />\n";
if ( 
count ($plugins) > ) {
    
sort($plugins);
    echo 
"<ul>\n";
    foreach(
$plugins as $plugin) {
        echo 
"<li>" $plugin "</li>\n";
    }
    echo 
"</ul>\n\n";
} else {
    echo 
'<em>'._("none installed")."</em>\n\n";
}

?>
</small>
<br /><br />
</td></tr>
<tr><td align="center">&copy; 1999 - 2006 The SquirrelMail Project Team</td></tr>
</table></p>
<?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.0042 ]--