!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)

E:\xampp\xampp\htdocs\jaime\nuevo\WebCalendar-1.0.2\   drwxrwxrwx
Free 7.26 GB of 239.26 GB (3.04%)
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:     views.php (912 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once 'includes/init.php';

if ( ! 
$is_admin )
  
$user $login;

print_header();
?>

<h2><?php etranslate("Views")?></h2>
<a title="<?php etranslate("Admin"?>" class="nav" href="adminhome.php">&laquo;&nbsp;<?php etranslate("Admin"?></a><br /><br />
<ul>
<?php
$global_found 
false;
for ( 
$i 0$i count $views ); $i++ ) {
  if ( 
$views[$i]['cal_is_global'] != 'Y' || $is_admin ) {
    echo 
"<li><a href=\"views_edit.php?id=" $views[$i]["cal_view_id"] .
      
"\">" $views[$i]["cal_name"] . "</a>";
    if ( 
$views[$i]['cal_is_global'] == 'Y' ) {
      echo 
"<sup>*</sup>";
      
$global_found true;
    }
    echo 
"</li>";
  }
}
?>
</ul>
<?php
  
if ( $global_found )
    echo 
"<br />\n<sup>*</sup> " translate "Global" );
?>
<br /><br />
<?php
  
echo "<a href=\"views_edit.php\">" translate("Add New View") .
    
"</a><br />\n";
?>

<?php print_trailer(); ?>
</body>
</html>

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