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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\cumbreclima\wp-content\plugins\duplicator\installer\build\assets\   drwxrwxrwx
Free 3.24 GB of 39.52 GB (8.2%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     inc.js.php (1.93 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
// Exit if accessed directly
    
if (! defined('DUPLICATOR_INIT')) {
        
$_baseURL =  strlen($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : $_SERVER['HTTP_HOST'];
        
$_baseURL =  "http://" $_baseURL;
        
header("HTTP/1.1 301 Moved Permanently");
        
header("Location: $_baseURL");
        exit; 
    }
?>

<script type="text/javascript">
    //Unique namespace
    Duplicator = new Object();

    Duplicator.showProgressBar = function () {
        Duplicator.animateProgressBar('progress-bar');
        $('#ajaxerr-area').hide();
        $('#progress-area').show();
    }
    Duplicator.hideProgressBar = function () {
        $('#progress-area').hide(100);
        $('#ajaxerr-area').fadeIn(400);
    }
    Duplicator.animateProgressBar = function(id) {
        //Create Progress Bar
        var $mainbar   = $("#" + id);
        $mainbar.progressbar({ value: 100 });
        $mainbar.height(25);
        runAnimation($mainbar);

        function runAnimation($pb) {
            $pb.css({ "padding-left": "0%", "padding-right": "90%" });
            $pb.progressbar("option", "value", 100);
            $pb.animate({ paddingLeft: "90%", paddingRight: "0%" }, 3500, "linear", function () { runAnimation($pb); });
        }
    }

    
    Duplicator.toggleMetaBox = function() {
        var $title = jQuery(this);
        var $panel = $title.parent().find('.dup-box-panel');
        var $arrow = $title.parent().find('.dup-box-arrow');
        var value = $panel.is(":visible") ? 0 : 1;
        $panel.toggle();
        (value) ? $arrow.html('-') : $arrow.html('+');
    }    
    
    $(document).ready(function() {
        //ATTACHED EVENTS
        $('#dup-hlp-lnk').change(function() {
            if ($(this).val() != "null") 
                window.open($(this).val())
        });
        
        //Init: Toggle MetaBoxes
        $('div.dup-box div.dup-box-title').each(function() { 
            var $title = $(this);
            var $panel = $title.parent().find('.dup-box-panel');
            var $arrow = $title.find('.dup-box-arrow');
            $title.click(Duplicator.toggleMetaBox); 
            ($panel.is(":visible")) ? $arrow.html('-') : $arrow.html('+');
        });
        
    });
</script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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