Kryl
Заблокирован
Обратите внимание, если вы хотите заключить сделку с этим пользователем, что он заблокирован.
В filecache кеш записываются данные с сторонним доменом.
Как можно отследить этот процесс?
После записи , главная страница у гостей отрывается без подгрузки скриптов и стилей ..
То же самое и с memcache
./internal_data/cache/filecache/bb_cache/tp_index_page_guest_ru.php
Как можно отследить этот процесс?
После записи , главная страница у гостей отрывается без подгрузки скриптов и стилей ..
То же самое и с memcache
./internal_data/cache/filecache/bb_cache/tp_index_page_guest_ru.php
PHP:
if (!defined('BB_ROOT')) die(basename(__FILE__));
$filecache = array (
'expire' => 1448281529,
'value' => '<!DOCTYPE html><!-- HTML 5 -->
<html>
<head>
<title>Главная :: Kino 60fps</title>
<meta name="description" content="Kino 60fps - Торрент трекер видео с частотой 60 кадров в секунду У нас Вы найдете фильмы 60fps мультфильмы 60fps клипы 60fps концерты 60fps">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css; charset=UTF-8;">
<meta property="og:image" content="http://www.google.com/styles/images/logo/logo.png" />
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/main.css?v=1" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/style.css" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/jquery-ui.min.css?v=1" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/tag-it.css?v=1" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/pm.css?v=1" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/animate.css?v=1" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/slide_menu.css?v=1" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/popup.css?v=1" type="text/css">
<link rel="stylesheet" href="http://www.google.com/styles/templates/default/css/table.css?v=1" type="text/css">
<link rel="stylesheet" href="styles/templates/default/css/iconki/css/font-awesome.css">
<link rel="shortcut icon" href="http://www.google.com/favicon.ico" type="image/x-icon">
<link rel="search" type="application/opensearchdescription+xml" href="http://www.google.com/opensearch_desc.xml" title="Kino 60fps (Forum)" />
<link rel="search" type="application/opensearchdescription+xml" href="http://www.google.com/opensearch_desc_bt.xml" title="Kino 60fps (Tracker)" />
<script type="text/javascript" src="http://www.google.com/styles/js/jquery-ui.min.js?v=1"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/jquery.pack.js?v=1"></script>
<script src="http://www.google.com/styles/js/d3.min.js"></script>
<script src="http://www.google.com/styles/js/thound.js"></script>
<link rel="stylesheet" href="styles/templates/default/css/default.css">
<script type="text/javascript" src="http://www.google.com/styles/js/async-ads.js"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/cse.js"></script>
<script src="http://www.google.com/styles/js/wow.min.js"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/slides.jquery.js"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/jquery.cluetip.js"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/jquery.scrollable.js"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/jquery.mousewheel.js"></script>
<link type="text/css" rel="stylesheet" href="http://www.google.com/styles/templates/default/css/cluetip.css"/>
<script type="text/javascript" src="http://www.google.com/styles/js/main.js?v=1"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/glossy.js?v=1"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/cvi_glossy_lib.js?v=1"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/snapshot/jquery.min.js?v=1"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/snapshot/cookie.js?v=1"></script>
<script type="text/javascript" src="http://www.google.com/styles/js/snapshot/forumskins.js?v=1"></script>
<script type="text/javascript">
var BB_ROOT = "./";
var cookieDomain = ".www.google.com";
var cookiePath = "/";
var cookiePrefix = "bb_";
var cookieSecure = 0;
var LOGGED_IN = 0;
var IWP = \'HEIGHT=510,WIDTH=780,resizable=yes\';
var IWP_US = \'HEIGHT=250,WIDTH=400,resizable=yes\';
var IWP_SM = \'HEIGHT=420,WIDTH=470,resizable=yes,scrollbars=yes\';
var user = {
opt_js: {},
set: function (opt, val, days, reload) {
this.opt_js[opt] = val;
setCookie(\'opt_js\', $.toJSON(this.opt_js), days);
if (reload) {
window.location.reload();
}
}
};
var ajax = new Ajax(\'http://www.google.com/ajax.php\', \'POST\', \'json\');
function getElText (e)
{
var t = \'\';
if (e.textContent !== undefined) { t = e.textContent; } else if (e.innerText !== undefined) { t = e.innerText; } else { t = jQuery(e).text(); }
return t;
}
function escHTML (txt)
{
return txt.replace(/</g, \'<\');
}