!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:     edit_nonusers.php (2.79 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once 'includes/init.php';
print_header''''''true );

if ( ! 
$is_admin ) {
  echo 
"<h2>" translate("Error") . "</h2>\n" 
          
translate("You are not authorized") . ".\n";
  echo 
"</body>\n</html>";
  exit;
}
if ( ! 
$NONUSER_PREFIX ) {
  echo 
"<h2>" translate("Error") . "</h2>\n" 
          
translate("NONUSER_PREFIX not set") . ".\n";
  echo 
"</body>\n</html>";
  exit;
}
$add getValue "add" );
$nid getValue "nid" );

// Adding/Editing nonuser calendar
if (( ($add == '1') || (! empty ($nid)) ) && empty ($error)) {
  
$userlist get_my_users ();
  
$button translate("Add");
  
$nid clean_html($nid);
?>

<form action="edit_nonusers_handler.php" method="post">
  <?php
  
if ( ! empty ( $nid ) ) {
    
nonuser_load_variables $nid'nonusertemp_' );
    
$id_display "$nid <input type=\"hidden\" name=\"nid\" value=\"$nid\" />";
    
$button translate("Save");
    
$nonusertemp_login substr($nonusertemp_loginstrlen($NONUSER_PREFIX));
  } else {
    
$id_display "<input type=\"text\" name=\"nid\" id=\"calid\" size=\"20\" maxlength=\"20\" /> " translate ("word characters only");
  }
  
?>
<h2><?php
  
if ( ! empty ( $nid ) ) {
    
nonuser_load_variables $nid'nonusertemp_' );
    echo 
translate("Edit User");
  } else {
    echo 
translate("Add User");
  }
?></h2>
<table>
    <tr><td>
        <label for="calid"><?php etranslate("Calendar ID")?>:</label></td><td>
        <?php echo $id_display ?>
    </td></tr>
    <tr><td>
        <label for="nfirstname"><?php etranslate("First Name")?>:</label></td><td>
        <input type="text" name="nfirstname" id="nfirstname" size="20" maxlength="25" value="<?php echo empty ( $nonusertemp_firstname ) ? '' htmlspecialchars $nonusertemp_firstname ); ?>" />
    </td></tr>
    <tr><td>
        <label for="nlastname"><?php etranslate("Last Name")?>:</label></td><td>
        <input type="text" name="nlastname" id="nlastname" size="20" maxlength="25" value="<?php echo empty ( $nonusertemp_lastname ) ? '' htmlspecialchars $nonusertemp_lastname ); ?>" />
    </td></tr>
    <tr><td>
        <label for="nadmin"><?php etranslate("Admin")?>:</label></td><td>
        <select name="nadmin" id="nadmin">
<?php
  
for ( $i 0$i count $userlist ); $i++ ) {
    echo 
"<option value=\"".$userlist[$i]['cal_login']."\"";
    if (! empty ( 
$nonusertemp_admin ) &&
            
$nonusertemp_admin == $userlist[$i]['cal_login'] ) 
        echo 
" selected=\"selected\"";
    echo 
">".$userlist[$i]['cal_fullname']."</option>\n";
  }
?>
        </select>
    </td></tr>
</table>
  <br />
  <input type="submit" name="action" value="<?php echo $button;?>" />
  <?php if ( ! empty ( $nid ) ) {  ?>
    <input type="submit" name="action" value="<?php etranslate("Delete");?>" onclick="return confirm('<?php etranslate("Are you sure you want to delete this entry?"); ?>')" />
  <?php }  ?>
  </form>
<?php ?>
<?php print_trailer 
falsetruetrue ); ?>
</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 ]--