PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/misipress.com/wp-content/plugins/WPRobot3/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/misipress.com/wp-content/plugins/WPRobot3/cloak.php |
<?php require_once("../../../wp-config.php"); $url = get_option('home'); $pattern='/(<a[\s]+[^>]*href\s*=\s*)([\"\'])([^>]+?)\2([^<>]*>)((?sU).*)(<\/a>)/i'; $post_id = intval($_GET['post_id']); $link_num = intval($_GET['link_num']); $thepost = get_post($post_id, OBJECT); if ( is_object($thepost) ) { $post_content = $thepost->post_content; $content = do_shortcode($post_content); $link_count = preg_match_all($pattern, $content, $matches, PREG_SET_ORDER); if($link_count >= $link_num) { $url = $matches[$link_num-1][3]; $url = str_replace('&','&',$url); } } header("HTTP/1.1 301 Moved Permanently"); header("Location: $url"); header("X-Redirect-Src: $wpr_linkcloaker->redirector", TRUE); exit(); ?>