!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:     assistant_edit_handler.php (870 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once 'includes/init.php';

$error "";
if (
$user != $login)
  
$user = ( ($is_admin || $is_nonuser_admin) && $user ) ? $user $login;

# update user list
dbi_query "DELETE FROM webcal_asst WHERE cal_boss = '$user'" );
if ( ! empty ( 
$users ) ){
  for ( 
$i 0$i count $users ); $i++ ) {
    
dbi_query "INSERT INTO webcal_asst ( cal_boss, cal_assistant ) " .
      
"VALUES ( '$user', '$users[$i]' )" );
  }
}

$url "assistant_edit.php";
if ((
$is_admin || $is_nonuser_admin) && $login != $user )
   
$url $url . (strpos($url"?") === false "?" "&amp;") . "user=$user";
do_redirect $url );

print_header();
?>
<h2><?php etranslate("Error")?></h2>

<blockquote>
<?php

echo $error;
//if ( $sql != "" )
//  echo "<br /><br /><span style=\"font-weight:bold;\">SQL:</span> $sql";
//
?>
</blockquote>

<?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.0936 ]--