!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:\Users\DMZ\Desktop\cumbreclima\wp-content\themes\patti\framework\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.39%)
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:     navigation.php (1.26 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*

Posts Navigation Function

*/
function dt_navigation($pages ''$range 2)
{
    
$showitems = ($range 2)+1

    global 
$paged;
    if(empty(
$paged)) $paged 1;

    if(
$pages == '')
    {
        global 
$wp_query;
        
$pages $wp_query->max_num_pages;
        if(!
$pages)
        {
         
$pages 1;
        }
    }  

    if(
!= $pages)
        {
        echo 
"<div class=\"pagenav\">";
        if(
$paged && $paged $range+&& $showitems $pages) echo "<a href='".get_pagenum_link(1)."'>&laquo; ".__('First''delicious')."</a>";
        if(
$paged && $showitems $pages) echo "<a href='".get_pagenum_link($paged 1)."'>&lsaquo; ".__('Previous''delicious')."</a>";

        for (
$i=1$i <= $pages$i++)
        {
            if (
!= $pages &&( !($i >= $paged+$range+|| $i <= $paged-$range-1) || $pages <= $showitems ))
                {
                     echo (
$paged == $i)? "<span class=\"current\">".$i."</span>":"<a href='".get_pagenum_link($i)."' class=\"inactive\">".$i."</a>";
                }
        }

        if (
$paged $pages && $showitems $pages) echo "<a href=\"".get_pagenum_link($paged 1)."\">".__('Next''delicious')." &rsaquo;</a>";
        if (
$paged $pages-&&  $paged+$range-$pages && $showitems $pages) echo "<a href='".get_pagenum_link($pages)."'>".__('Last''delicious')." &raquo;</a>";
        echo 
"</div>\n";
        }
    }
?>

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