!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.96 GB of 239.26 GB (3.33%)
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:     search.php (2.06 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
include_once 'includes/init.php';

if ( 
$is_admin == "Y" ) {
  
$INC = array('js/search.php');
} else {
  
$INC '';
}
    
print_header($INC);
?>
<h2><?php 
    etranslate
("Search"); 
?></h2>

<form action="search_handler.php" method="post" name="searchformentry" style="margin-left:13px;">

<label for="keywordsadv"><?php etranslate("Keywords")?>:&nbsp;</label>
<input type="text" name="keywords" id="keywordsadv" size="30" />&nbsp;
<input type="submit" value="<?php etranslate("Search")?>" /><br />
<?php 
    
if ( ($login == "__public__" && $public_access_others != "Y") || (! $is_admin) ) {
        echo 
"</form>";
    } else {
        echo 
"<div id=\"advlink\"><a title=\"" 
            
translate("Advanced Search") . "\" href=\"javascript:show('adv'); hide('advlink');\">" 
            
translate("Advanced Search") . "</a></div>";
?>
<table id="adv" style="display:none;">
<tr><td style="vertical-align:top; text-align:right; font-weight:bold; width:60px;">
    <?php etranslate("Users"); ?>:&nbsp;</td><td>
<?php
  $users 
get_my_users ();
  
// Get non-user calendars (if enabled)
  
if ( ! empty ( $nonuser_enabled ) && $nonuser_enabled == "Y" ) {
    
$nonusers get_nonuser_cals ();
    if ( ! empty ( 
$nonuser_at_top ) && $nonuser_at_top == "Y" )
      
$users array_merge $nonusers$users );
    else
      
$users array_merge $users$nonusers );
  }
  
$size 0;
  
$out "";
  for ( 
$i 0$i count $users ); $i++ ) {
    
$out .= "<option value=\"" $users[$i]['cal_login'] . "\"";
    if ( 
$users[$i]['cal_login'] == $login )
      
$out .= " selected=\"selected\"";
    
$out .= ">" $users[$i]['cal_fullname'] . "</option>\n";
  }
  if ( 
count $users ) > 50 )
    
$size 15;
  else if ( 
count $users ) > 10 )
    
$size 10;
  else
    
$size count $users );
?>
<select name="users[]" size="<?php echo $size;?>" multiple="multiple"><?php echo $out?></select>
<?php 
  
if ( $groups_enabled == "Y" ) {
   echo 
"<input type=\"button\" onclick=\"selectUsers()\" value=\"" .
      
translate("Select") . "...\" />\n";
  }
?>
</td></tr>
</table>
</form>
<?php ?>

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