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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/home/mnnews/public_html/login/phpmyadmin/templates/list/   drwxr-xr-x
Free 4.52 GB of 27.03 GB (16.73%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     item.phtml (1.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
* Display item of a list.
*
* $content - mandatory string - Content to display
* $id - optional string - Contains the id of li tag
* $class - optional string - Contains the class name(s) of li tag
* $mysql_help_page - optional string - Related help page
* $url - optional array: - href - optional string - Destination page or anchor
*                        - target - optional string - Target of link
*                        - class - optional string - Class of link
*                        - title - optional string - Title of link
*/
?>
<li<?php
echo !empty($id) ? ' id="' . $id . '"' : null;
echo !empty(
$class) ? ' class="' . $class . '"' : null;
?>>
    <?php
    
if (!empty($url) && is_array($url)) : ?>
        <a<?php echo !empty($url['href']) ? ' href="' . $url['href'] . '"' : null ?>"
        <?php
        
echo !empty($url['target'])
            ?
' target="' . $url['target'] . '"'
            
: null;
        
?>
        <?php echo !empty($url['id']) ? ' id="' . $url['id'] . '"' : null; ?>
        <?php
        
echo !empty($url['class'])
            ?
' class="' . $url['class'] . '"'
            
: null;
        
?>
        <?php
        
echo !empty($url['title'])
            ?
' title="' . $url['title'] . '"'
            
: null;
        
?>>
        <?php
    
endif;
    echo
$content;
    if (!empty(
$url) && is_array($url)) : ?>
        </a>
    <?php
    
endif;
    if (!empty(
$mysql_help_page)) :
        echo
PMA_Util::showMySQLDocu($mysql_help_page);
    endif;
    
?>
</li>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

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