{"id":171873,"date":"2013-03-07T00:00:03","date_gmt":"2013-03-06T20:00:03","guid":{"rendered":"http:\/\/savepearlharbor.com\/?p=171873"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T21:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/savepearlharbor.com\/?p=171873","title":{"rendered":"<span class=\"post_title\">\u0423\u0447\u0438\u043c PHPBB3 \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c \u043d\u0430 HTTP_IF_MODIFIED_SINCE<\/span>"},"content":{"rendered":"<div class=\"content html_format\">   \t\u0412 \u043e\u0431\u0449\u0435\u043c, \u043d\u0438\u0433\u0434\u0435 \u043d\u0435 \u043d\u0430\u0433\u0443\u0433\u043b\u0438\u043b \u043f\u043e\u0447\u0435\u043c\u0443 bb3 \u043d\u0435 \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u0435\u0442 \u043d\u0430 \u0437\u0430\u043f\u0440\u043e\u0441 HTTP_IF_MODIFIED_SINCE \u0438 \u043d\u0435 \u043e\u0442\u0434\u0430\u0435\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a Last-Modified.<br \/>  \u0410 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u0438\u043a\u0438 \u044d\u0442\u043e \u0434\u0435\u043b\u043e \u043b\u044e\u0431\u044f\u0442, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0438\u043d\u043e\u0433\u0434\u0430 \u0441\u043e\u043a\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u0437\u044b(\u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u0441\u0432\u0435\u0440\u044f\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u043d\u0442).<br \/>  \u041f\u043e\u0441\u043b\u0435 \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0438 \u043a\u043e\u043f\u0430\u043d\u0438\u044f \u0432 \u043a\u043e\u0434\u0435 \u0441\u043e\u0437\u0440\u0435\u043b\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435.<br \/>  \u0414\u043e\u043f\u0438\u043b\u0438\u0442\u044c \u0441\u0430\u043c\u043e\u043c\u0443.<br \/>  <a name=\"habracut\"><\/a><br \/>  \u0412 \u0444\u0430\u0439\u043b\u0435 functions.php, \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 \u0441\u0442\u0440\u043e\u043a\u0438<\/p>\n<p>  <code>header('Pragma: no-cache');<\/code><\/p>\n<p>  \u041d\u0438\u0436\u0435 \u0432\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c:<\/p>\n<blockquote><p>$pchanged=0;<br \/>  if ($topic_id&lt;1)<br \/>  {<br \/>  if ($forum_id&gt;0)<br \/>  {<br \/>  $sql = &#8216;SELECT forum_last_post_time<br \/>  FROM &#8216;. FORUMS_TABLE. &#8216;<br \/>  WHERE forum_id=&#8217;.$forum_id;<br \/>  $result = $db-&gt;sql_query_limit($sql, 1, 0, 600);<br \/>  $pchanged = $db-&gt;sql_fetchfield(&#8216;forum_last_post_time&#8217;);<br \/>  $db-&gt;sql_freeresult($result);<br \/>  } else<br \/>  {<br \/>  $sql = &#8216;SELECT MAX(forum_last_post_time) as forum_last_post_time<br \/>  FROM &#8216;. FORUMS_TABLE;<br \/>  $result = $db-&gt;sql_query_limit($sql, 1, 0, 600);<br \/>  $pchanged = $db-&gt;sql_fetchfield(&#8216;forum_last_post_time&#8217;);<br \/>  $db-&gt;sql_freeresult($result);<br \/>  }<br \/>  } else<br \/>  {<br \/>  $sql = &#8216;SELECT topic_last_post_time<br \/>  FROM &#8216;. TOPICS_TABLE. &#8216;<br \/>  WHERE forum_id=&#8217;.$forum_id. &#8216; and topic_id=&#8217;.$topic_id;<br \/>  $result = $db-&gt;sql_query_limit($sql, 1, 0, 600);<br \/>  $pchanged = $db-&gt;sql_fetchfield(&#8216;topic_last_post_time&#8217;);<br \/>  $db-&gt;sql_freeresult($result);<br \/>  }<\/p>\n<p>  $if_modified_since = isset($_SERVER[\u00abHTTP_IF_MODIFIED_SINCE\u00bb])? preg_replace(&#8216;\/;.*$\/&#8217;, &#187;, $_SERVER[\u00abHTTP_IF_MODIFIED_SINCE\u00bb]): &#187;;<br \/>   $gmdate_mod = gmdate(&#8216;D, d M Y H:i:s&#8217;, $pchanged). &#8216; GMT&#8217;;<br \/>   if ($if_modified_since &gt;= $gmdate_mod) {<br \/>   header(\u00abHTTP\/1.0 304 Not Modified\u00bb);<br \/>   exit;<br \/>   }<br \/>   header(\u00abLast-Modified: $gmdate_mod\u00bb);<\/p><\/blockquote>\n<p>  \u041a\u043e\u0434 \u0433\u0440\u044f\u0437\u043d\u043e\u0432\u0430\u0442, \u043c\u043e\u0436\u043d\u043e \u0438 \u043f\u043e\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u2014 \u044d\u0442\u043e \u043d\u0430 \u0412\u0430\u0448 \u0432\u043a\u0443\u0441. \u0418 \u0442\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0435\u0442.<br \/>  \u0415\u0441\u043b\u0438 \u0432 \u0443\u0440\u043b\u0435 \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d id \u0444\u043e\u0440\u0443\u043c\u0430(1\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430) \u2014 \u0431\u0435\u0440\u0435\u0442\u0441\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u0441\u0442\u0430 \u0432 \u0444\u043e\u0440\u0443\u043c\u0435 \u0432\u043e\u043e\u0431\u0449\u0435. <br \/>  \u0415\u0441\u043b\u0438 \u0443\u043a\u0430\u0437\u0430\u043d \u0442\u043e\u043f\u0438\u043a \u0442\u043e \u0431\u0435\u0440\u0435\u0442\u0441\u044f \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043f\u043e\u0441\u0442\u0430 \u044d\u0442\u043e\u0433\u043e \u0442\u043e\u043f\u0438\u043a\u0430.<br \/>  \u0415\u0449\u0435 \u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0438\u043b\u0438\u0442\u044c \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0442\u0435\u043a\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0442\u043e\u043f\u0438\u043a\u0430, \u0438\u0442\u043f\u2026 \u041a\u0442\u043e \u0434\u043e\u043f\u0438\u043b\u0438\u0442 \u2014 \u043e\u0442\u043f\u0438\u0448\u0438\u0442\u0435\u0441\u044c pls. \ud83d\ude09    \t \t\t   \t<\/p>\n<div class=\"clear\"><\/div>\n<\/p><\/div>\n<p> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"http:\/\/habrahabr.ru\/post\/171873\/\"> http:\/\/habrahabr.ru\/post\/171873\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"content html_format\">   \t\u0412 \u043e\u0431\u0449\u0435\u043c, \u043d\u0438\u0433\u0434\u0435 \u043d\u0435 \u043d\u0430\u0433\u0443\u0433\u043b\u0438\u043b \u043f\u043e\u0447\u0435\u043c\u0443 bb3 \u043d\u0435 \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u0435\u0442 \u043d\u0430 \u0437\u0430\u043f\u0440\u043e\u0441 HTTP_IF_MODIFIED_SINCE \u0438 \u043d\u0435 \u043e\u0442\u0434\u0430\u0435\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a Last-Modified.<br \/>  \u0410 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u0438\u043a\u0438 \u044d\u0442\u043e \u0434\u0435\u043b\u043e \u043b\u044e\u0431\u044f\u0442, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0438\u043d\u043e\u0433\u0434\u0430 \u0441\u043e\u043a\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u0437\u044b(\u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u0441\u0432\u0435\u0440\u044f\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u043d\u0442).<br \/>  \u041f\u043e\u0441\u043b\u0435 \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0438 \u043a\u043e\u043f\u0430\u043d\u0438\u044f \u0432 \u043a\u043e\u0434\u0435 \u0441\u043e\u0437\u0440\u0435\u043b\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435.<br \/>  \u0414\u043e\u043f\u0438\u043b\u0438\u0442\u044c \u0441\u0430\u043c\u043e\u043c\u0443.  <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-171873","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/171873","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=171873"}],"version-history":[{"count":0,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/171873\/revisions"}],"wp:attachment":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=171873"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=171873"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=171873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}