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

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/doku/axrepos/axess/old/wiki/lib/exe/   drwxrwxr-x
Free 11.51 GB of 97.11 GB (11.85%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mediamanager.php (1.77 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
    
define('DOKU_MEDIAMANAGER',1);
    require_once(
DOKU_INC.'inc/init.php');
    require_once(
DOKU_INC.'inc/lang/en/lang.php');
    require_once(
DOKU_INC.'inc/lang/'.$conf['lang'].'/lang.php');
    require_once(
DOKU_INC.'inc/media.php');
    require_once(
DOKU_INC.'inc/common.php');
    require_once(
DOKU_INC.'inc/search.php');
    require_once(
DOKU_INC.'inc/template.php');
    require_once(
DOKU_INC.'inc/auth.php');
    
session_write_close();  //close session

    // handle passed message
    
if($_REQUEST['msg1']) msg(hsc($_REQUEST['msg1']),1);


    
// get namespace to display (either direct or from deletion order)
    
if($_REQUEST['delete']){
        
$DEL cleanID($_REQUEST['delete']);
        
$IMG $DEL;
        
$NS  getNS($DEL);
    }elseif(
$_REQUEST['edit']){
        
$IMG cleanID($_REQUEST['edit']);
        
$NS  getNS($IMG);
    }elseif(
$_REQUEST['img']){
        
$IMG cleanID($_REQUEST['img']);
        
$NS  getNS($IMG);
    }else{
        
$NS $_REQUEST['ns'];
        
$NS cleanID($NS);
    }

    
// check auth
    
$AUTH auth_quickaclcheck("$NS:*");

    
// create the given namespace (just for beautification)
    
if($AUTH >= AUTH_UPLOAD) { io_createNamespace("$NS:xxx"'media'); }

    
// handle upload
    
if($_FILES['upload']['tmp_name']){
        
$JUMPTO media_upload($NS,$AUTH);
        if(
$JUMPTO$NS getNS($JUMPTO);
    }

    
// handle meta saving
    
if($IMG && $_REQUEST['do']['save']){
        
$JUMPTO media_metasave($IMG,$AUTH,$_REQUEST['meta']);
    }

    
// handle deletion
    
if($DEL) {
        
$INUSE media_delete($DEL,$AUTH);
    }

    
// finished - start output
    
header('Content-Type: text/html; charset=utf-8');
    include(
template('mediamanager.php'));

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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