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

<h2><?php etranslate("Help")?><?php etranslate("Adding/Editing Calendar Entries")?></h2>

<table style="border-width:0px;">
    <tr><td class="help">
        <?php etranslate("Brief Description")?>:</td><td>
        <?php etranslate("brief-description-help")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Full Description")?>:</td><td>
        <?php etranslate("full-description-help")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Date")?>:</td><td>
        <?php etranslate("date-help")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Time")?>:</td><td>
        <?php etranslate("time-help")?>
    </td></tr>
   <?php if ( $GLOBALS['TIMED_EVT_LEN'] != 'E' ) { ?>
    <tr><td class="help">
        <?php etranslate("Duration")?>:</td><td>
        <?php etranslate("duration-help")?>
    </td></tr>
   <?php } else { ?>
    <tr><td class="help">
         <?php etranslate("End Time")?>:</td><td>
         <?php etranslate("end-time-help")?>
     </td></tr>
   <?php ?>
    <?php if ( $disable_priority_field != "Y" ) { ?>
        <tr><td class="help">
            <?php etranslate("Priority")?>:</td><td>
            <?php etranslate("priority-help")?>
        </td></tr>
    <?php ?>
    <?php if ( $disable_access_field != "Y" ) { ?>
        <tr><td class="help">
            <?php etranslate("Access")?>:</td><td>
            <?php etranslate("access-help")?>
        </td></tr>
    <?php ?>
    <?php
        $show_participants 
= ( $disable_participants_field != "Y" );
        if ( 
$is_admin )
            
$show_participants true;
        if ( 
$single_user == "N" && $show_participants ) { ?>
            <tr><td class="help">
                <?php etranslate("Participants")?>:</td><td>
                <?php etranslate("participants-help")?>
            </td></tr>
        <?php ?>
    <?php if ( $disable_repeating_field != "Y" ) { ?>
        <tr><td class="help">
            <?php etranslate("Repeat Type")?>:</td><td>
            <?php etranslate("repeat-type-help")?>
        </td></tr>
        <tr><td class="help">
            <?php etranslate("Repeat End Date")?>:</td><td>
            <?php etranslate("repeat-end-date-help")?>
        </td></tr>
        <tr><td class="help">
            <?php etranslate("Repeat Day")?>:</td><td>
            <?php etranslate("repeat-day-help")?>
        </td></tr>
        <tr><td class="help">
            <?php etranslate("Frequency")?>:</td><td>
            <?php etranslate("repeat-frequency-help")?>
        </td></tr>
    <?php ?>
</table>

<?php include_once "includes/help_trailer.php"?>

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