!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/plugins/html_mail/htmlarea/plugins/ExtendedFileManager/   drwxr-xr-x
Free 318.33 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     editorFrame.php (2.88 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * ExtendedFileManager editorframe.php file.
 * Authors: Wei Zhuo, Afru, Krzysztof Kotowicz
 * Version: Updated on 08-01-2005 by Afru
 * Version: Updated on 21-06-2006 by Krzysztof Kotowicz
 * Package: ExtendedFileManager (EFM 1.1.1)
 * http://www.afrusoft.com/htmlarea
 */
if(isset($_REQUEST['mode'])) $insertMode=$_REQUEST['mode'];
    if(!isset(
$insertMode)) $insertMode="image";

require_once(
'config.inc.php');
require_once(
'Classes/ExtendedFileManager.php');
require_once(
'../ImageManager/Classes/ImageEditor.php');

$manager = new ExtendedFileManager($IMConfig,$insertMode);
$editor = new ImageEditor($manager);
$imageInfo $editor->processImage();

?>

<html>
<head>
    <title></title>
<link href="<?php print $IMConfig['base_url'];?>assets/editorFrame.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<?php print $IMConfig['base_url'];?>assets/wz_jsgraphics.js"></script>
<script type="text/javascript" src="<?php print $IMConfig['base_url'];?>assets/EditorContent.js"></script>
<script type="text/javascript">
    var _backend_url = "<?php print $IMConfig['backend_url']."&mode=$insertMode"?>&";

    if(window.top)
        Xinha = window.top.Xinha;

    function i18n(str) {
        return Xinha._lc(str, 'ImageManager');
    }

    var mode = "<?php echo $editor->getAction(); ?>" //crop, scale, measure

var currentImageFile = "<?php if(count($imageInfo)>0) echo rawurlencode($imageInfo['file']); ?>";

<?php if ($editor->isFileSaved() == 1) { ?>
    alert(i18n('File saved.'));

    window.parent.opener.parent.refresh();
    window.parent.opener.selectImage
    (
      '<?php echo $imageInfo['saveFile'?>',
      '<?php echo $imageInfo['saveFile'?>'.replace(/^.*\/?([^\/]*)$/, '$1'),
      <?php echo $imageInfo['width'?>,
      <?php echo $imageInfo['height'?>
      );
      window.parent.close();
      
<?php } else if ($editor->isFileSaved() == -1) { ?>
    alert(i18n('File was not saved.'));
<?php ?>

</script>
<script type="text/javascript" src="<?php print $IMConfig['base_url'];?>assets/editorFrame.js"></script>
</head>

<body>
<div id="status"></div>
<div id="ant" class="selection" style="visibility:hidden"><img src="<?php print $IMConfig['base_url'];?>img/spacer.gif" width="0" height="0" border="0" alt="" id="cropContent"></div>
<?php if ($editor->isGDEditable() == -1) { ?>
    <div style="text-align:center; padding:10px;"><span class="error">GIF format is not supported, image editing not supported.</span></div>
<?php ?>
<table height="100%" width="100%">
    <tr>
        <td>
<?php if(count($imageInfo) > && is_file($imageInfo['fullpath'])) { ?>
    <span id="imgCanvas" class="crop"><img src="<?php echo $imageInfo['src']; ?><?php echo $imageInfo['dimensions']; ?> alt="" id="theImage" name="theImage"></span>
<?php } else { ?>
    <span class="error">No Image Available</span>
<?php ?>
        </td>
    </tr>
</table>
</body>
</html>

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