{"id":7790,"date":"2014-04-13T23:03:41","date_gmt":"2014-04-13T20:03:41","guid":{"rendered":"https:\/\/enter.lviv.ua\/oohfiro\/?p=7790"},"modified":"2014-04-13T23:03:41","modified_gmt":"2014-04-13T20:03:41","slug":"unzip-decompres-%d0%bd%d0%b0-%d1%81%d0%b5%d1%80%d0%b2%d0%b5%d1%80%d1%96","status":"publish","type":"post","link":"https:\/\/enter.lviv.ua\/oohfiro\/unzip-decompres-%d0%bd%d0%b0-%d1%81%d0%b5%d1%80%d0%b2%d0%b5%d1%80%d1%96\/","title":{"rendered":"Unzip, decompres \u0430\u0440\u0445\u0456\u0432\u0456\u0432 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0456"},"content":{"rendered":"<p>\u0427\u0430\u0441\u043e\u043c \u0431\u0443\u0432\u0430\u0454 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0440\u043e\u0437\u0430\u0440\u0445\u0456\u0432\u0443\u0432\u0430\u0442\u0438 zip \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0456, \u0430 \u0445\u043e\u0441\u0442\u0435\u0440 \u043d\u0435 \u043d\u0430\u0434\u0430\u0432 \u0442\u0430\u043a\u043e\u0457 \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0443 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u043c\u0443 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0456 (\u0430 \u0456\u043d\u043e\u0434\u0456 \u043d\u0430\u0432\u0456\u0442\u044c \u043d\u0435\u043c\u0430 \u0456 \u0441\u0430\u043c\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430). \u0422\u043e\u0434\u0456 \u043c\u043e\u0436\u043d\u0430 \u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044c \u0442\u0430\u043a\u0438\u043c \u043a\u043e\u0434\u043e\u043c:<\/p>\n<pre>&lt;?php\nif(!function_exists('exec')) die('exec function is not available on this server');\nif(!$unzip_command = exec('\/usr\/bin\/which unzip')) die();\n\nif(!$dir_handle = opendir(getcwd())) die ('Can\\'t open dir');\nwhile(false != ($files = readdir($dir_handle))){\n    if($files != '.' &amp;&amp; $files != '..'){\n\tif(preg_match('\/.\\.zip\/',$files)){\n          exec(\"$unzip_command $files\",$output);\n\t  echo '&lt;b&gt;Unzipping ',$files,' &lt;\/b&gt;&lt;br&gt;';\n\t  foreach($output as $unzipped_files)\n\t      echo \"$unzipped_files\",'&lt;span style=\"color: green\"&gt; done!&lt;\/span&gt;&lt;br&gt;';\n        }\n     }\n}\n\n?&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u0427\u0430\u0441\u043e\u043c \u0431\u0443\u0432\u0430\u0454 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0440\u043e\u0437\u0430\u0440\u0445\u0456\u0432\u0443\u0432\u0430\u0442\u0438 zip \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0456, \u0430 \u0445\u043e\u0441\u0442\u0435\u0440 \u043d\u0435 \u043d\u0430\u0434\u0430\u0432 \u0442\u0430\u043a\u043e\u0457 \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0443 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u043c\u0443 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0456 (\u0430 \u0456\u043d\u043e\u0434\u0456 \u043d\u0430\u0432\u0456\u0442\u044c \u043d\u0435\u043c\u0430 \u0456 \u0441\u0430\u043c\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430). \u0422\u043e\u0434\u0456 \u043c\u043e\u0436\u043d\u0430 \u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044c \u0442\u0430\u043a\u0438\u043c \u043a\u043e\u0434\u043e\u043c: &lt;?php if(!function_exists(&#8216;exec&#8217;)) die(&#8216;exec function is not available on this server&#8217;); if(!$unzip_command = exec(&#8216;\/usr\/bin\/which unzip&#8217;)) die(); if(!$dir_handle = opendir(getcwd())) die (&#8216;Can\\&#8217;t open dir&#8217;); while(false != ($files = readdir($dir_handle))){ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[24],"tags":[],"class_list":["post-7790","post","type-post","status-publish","format-standard","hentry","category-tech","entry"],"_links":{"self":[{"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/posts\/7790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/comments?post=7790"}],"version-history":[{"count":0,"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/posts\/7790\/revisions"}],"wp:attachment":[{"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/media?parent=7790"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/categories?post=7790"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enter.lviv.ua\/oohfiro\/wp-json\/wp\/v2\/tags?post=7790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}