Undefined variable: others search►
27: // 28: if (!function_exists($_b->blocks['title'][] = '_lbbb809df50e_title')) { function _lbbb809df50e_title($_b, $_args) { foreach ($_args as $__k => $__v) $$__k = $__v 29: ?> <title>Ostatní | Comics</title> 30: <?php 31: }} 32: 33: // 34: // block content 35: // 36: if (!function_exists($_b->blocks['content'][] = '_lb4db0a2e045_content')) { function _lb4db0a2e045_content($_b, $_args) { foreach ($_args as $__k => $__v) $$__k = $__v 37: ;$iterations = 0; foreach ($others as $item) { ?> 38: <div class="article"> 39: <h2 class="article-headline"><?php echo Latte\Runtime\Filters::escapeHtml($item->headline, ENT_NOQUOTES) ?></h2> 40: <?php if ($item->related('article_images')->fetch()) { ?> 41: <div class="article-img-1">
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Macros/BlockMacros.php:334 source _lb4db0a2e045_content (arguments)
324: /** 325: * Calls block. 326: * @return void 327: */ 328: public static function callBlock(\stdClass $context, $name, array $params) 329: { 330: if (empty($context->blocks[$name])) { 331: throw new RuntimeException("Cannot include undefined block '$name'."); 332: } 333: $block = reset($context->blocks[$name]); 334: $block($context, $params); 335: } 336: 337: 338: /**
$_b | stdClass #8b97 |
---|---|
$_args | array (17) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/latte/test9867-geekcave-cz-app-templates-layout-latte-033dab2fd445f7efa6befcf7446dccfb.php:155 source Latte\Macros\BlockMacros:: callBlock (arguments)
145: </a> 146: <a href="http://www.rexhry.cz/"> 147: <img src="<?php echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($basePath), ENT_COMPAT) ?>/images/banners/RX.png" width="261"> 148: </a> 149: </div> 150: </div> 151: 152: <div class="center middle up <?php if ($urlString) { ?>extend<?php } ?>"> 153: <?php $iterations = 0; foreach ($flashes as $flash) { ?> <div class="flash <?php echo Latte\Runtime\Filters::escapeHtml($flash->type, ENT_COMPAT) ?> 154: "><?php echo Latte\Runtime\Filters::escapeHtml($flash->message, ENT_NOQUOTES) ?></div> 155: <?php $iterations++; } Latte\Macros\BlockMacros::callBlock($_b, 'content', $template->getParameters()) ?> 156: </div> 157: <?php if (!$urlString) { ?> 158: <div class="side middle up-right border-around"> 159: <?php $_l->tmp = $_control->getComponent("searchForm"); if ($_l->tmp instanceof Nette\Application\UI\IRenderable) $_l->tmp->redrawControl(NULL, FALSE); $_l->tmp->render() ?>
$context | stdClass #8b97 |
---|---|
$name | "content" (7)
|
$params | array (17) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Engine.php:184 source include (arguments)
174: } 175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188:
#0 | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/latte/test9867-geekcave-cz-app-templates-layout-latte-033dab2fd445f7efa6b ... " (167)
|
---|
inner-code Latte\Engine-> Latte\{closure} (arguments)
#0 | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/cache/latte/test9867-geekcave-cz-app-templates-layout-latte-033dab2fd445 ... " (174)
|
---|---|
#1 | array (18) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Engine.php:185 source call_user_func (arguments)
175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188: 189: /**
$function_name | Closure #730e |
---|---|
$parmeter | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/cache/latte/test9867-geekcave-cz-app-templates-layout-latte-033dab2fd445 ... " (174)
|
$... | array (18) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Engine.php:91 source Latte\Engine-> loadCacheFile (arguments)
81: private $baseTemplateClass = 'Latte\Template'; 82: 83: 84: /** 85: * Renders template to output. 86: * @return void 87: */ 88: public function render($name, array $params = array()) 89: { 90: $template = new $this->baseTemplateClass($params, $this->filters, $this, $name); 91: $this->loadCacheFile($name, $template->getParameters()); 92: } 93: 94: 95: /**
$name | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/templates/@layout.latte" (93)
|
---|---|
$params | array (18) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Template.php:100 source Latte\Engine-> render (arguments)
90: 91: 92: /** 93: * Renders template. 94: * @return void 95: * @internal 96: */ 97: public function renderChildTemplate($name, array $params = array()) 98: { 99: $name = $this->engine->getLoader()->getChildName($name, $this->name); 100: $this->engine->render($name, $params); 101: } 102: 103: 104: /**
$name | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/templates/@layout.latte" (93)
|
---|---|
$params | array (18) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/latte/cz-app-FrontModule-templates-Comics-others-latte-81b010413a4c086f30fbae0dd2d07c95.php:95 source Latte\Template-> renderChildTemplate (arguments)
85: // prolog Nette\Bridges\ApplicationLatte\UIMacros 86: 87: // snippets support 88: if (empty($_l->extends) && !empty($_control->snippetMode)) { 89: return Nette\Bridges\ApplicationLatte\UIMacros::renderSnippets($_control, $_b, get_defined_vars()); 90: } 91: 92: // 93: // main template 94: // 95: if ($_l->extends) { ob_end_clean(); return $template->renderChildTemplate($_l->extends, get_defined_vars()); } 96: call_user_func(reset($_b->blocks['head']), $_b, get_defined_vars()) ; call_user_func(reset($_b->blocks['content']), $_b, get_defined_vars()) ;
$name | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/templates/@layout.latte" (93)
|
---|---|
$params | array (18) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Engine.php:184 source include (arguments)
174: } 175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188:
#0 | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/latte/cz-app-FrontModule-templates-Comics-others-latte-81b010413a4c086f30 ... " (168)
|
---|
inner-code Latte\Engine-> Latte\{closure} (arguments)
#0 | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/cache/latte/cz-app-FrontModule-templates-Comics-others-latte-81b010413a4 ... " (175)
|
---|---|
#1 | array (15) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Engine.php:185 source call_user_func (arguments)
175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188: 189: /**
$function_name | Closure #65df |
---|---|
$parmeter | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/cache/latte/cz-app-FrontModule-templates-Comics-others-latte-81b010413a4 ... " (175)
|
$... | array (15) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Engine.php:91 source Latte\Engine-> loadCacheFile (arguments)
81: private $baseTemplateClass = 'Latte\Template'; 82: 83: 84: /** 85: * Renders template to output. 86: * @return void 87: */ 88: public function render($name, array $params = array()) 89: { 90: $template = new $this->baseTemplateClass($params, $this->filters, $this, $name); 91: $this->loadCacheFile($name, $template->getParameters()); 92: } 93: 94: 95: /**
$name | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/templates/Comics/others.latte" (111)
|
---|---|
$params | array (15) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php:52 source Latte\Engine-> render (arguments)
42: return $this->latte; 43: } 44: 45: 46: /** 47: * Renders template to output. 48: * @return void 49: */ 50: public function render($file = NULL, array $params = array()) 51: { 52: $this->latte->render($file ?: $this->file, $params + $this->params); 53: } 54: 55: 56: /**
$name | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/templates/Comics/others.latte" (111)
|
---|---|
$params | array (14) |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Responses/TextResponse.php:51 source Nette\Bridges\ApplicationLatte\Template-> render ()
41: } 42: 43: 44: /** 45: * Sends response to output. 46: * @return void 47: */ 48: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 49: { 50: if ($this->source instanceof Nette\Application\UI\ITemplate || $this->source instanceof Nette\Templating\ITemplate) { 51: $this->source->render(); 52: 53: } else { 54: echo $this->source; 55: }
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Application.php:156 source Nette\Application\Responses\TextResponse-> send (arguments)
146: 147: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run($request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $this->processRequest($response->getRequest()); 153: 154: } elseif ($response) { 155: $this->onResponse($this, $response); 156: $response->send($this->httpRequest, $this->httpResponse); 157: } 158: } 159: 160:
$httpRequest | Nette\Http\Request #943c |
---|---|
$httpResponse | Nette\Http\Response #71bd |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Application.php:88 source Nette\Application\Application-> processRequest (arguments)
78: 79: 80: /** 81: * Dispatch a HTTP request to a front controller. 82: * @return void 83: */ 84: public function run() 85: { 86: try { 87: $this->onStartup($this); 88: $this->processRequest($this->createInitialRequest()); 89: $this->onShutdown($this); 90: 91: } catch (\Exception $e) { 92: $this->onError($this, $e);
$request | Nette\Application\Request #dc5c |
---|
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/www/index.php:32 source Nette\Application\Application-> run ()
22: } 23: } 24: }*/ 25: 26: define('WWW_DIR', __DIR__); 27: 28: define('APP_DIR', WWW_DIR . '/../app'); 29: 30: $container = require __DIR__ . '/../app/bootstrap.php'; 31: 32: $container->getService('application')->run(); 33:
$_b | stdClass #8b97 |
---|---|
$_args | array (17) |
$__k | "_g" (2)
|
$__v | stdClass #3353 |
$_control | App\FrontModule\Presenters\ComicsPresenter #3bf5 |
$control | App\FrontModule\Presenters\ComicsPresenter #3bf5 |
$_presenter | App\FrontModule\Presenters\ComicsPresenter #3bf5 |
$presenter | App\FrontModule\Presenters\ComicsPresenter #3bf5 |
$user | Nette\Security\User #24e2 |
$netteHttpResponse | Nette\Http\Response #71bd |
$netteCacheStorage | Nette\Caching\Storages\FileStorage #9b82 |
$baseUrl | "http://test9867.geekcave.cz" (27)
|
$baseUri | "http://test9867.geekcave.cz" (27)
|
$basePath | ""
|
$flashes | array ()
|
$urlString | FALSE
|
$url | array (4) |
$articles | Nette\Database\Table\Selection #addb |
$template | Latte\Template #760f |
$_l | stdClass #7e10 |
$_g | stdClass #3353 |
$iterations | 0
|
array (1)0 => Nette\Application\Request #dc5c| method private => "GET" (3) | flags private => array (1)| | secured => FALSE| name private => "Front:Comics" (12) | params private => array (1)| | action => "others" (6)| post private => array () | files private => array ()
App\FrontModule\Presenters\ComicsPresenter #3bf5articlesRepository => App\Model\ArticlesRepository #c03d| database protected => Nette\Database\Context #a694articlesRelativesRepository => App\Model\ArticlesRelativesRepository #7fda| | connection private => Nette\Database\Connection #60f4| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #50a7 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #0a76 { ... } | | | pdo private => PDO #f8e0| | reflection private => Nette\Database\Reflection\DiscoveredReflection #d79e| | | connection protected => Nette\Database\Connection #60f4 { ... } | | | cache protected => Nette\Caching\Cache #984e { ... } | | | structure protected => array (3) [ ... ] | | | loadedStructure protected => array (3) [ ... ]| | cacheStorage private => Nette\Caching\Storages\FileStorage #9b82| | | dir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache" (76) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #53ed { ... } | | | locks private => NULL| | preprocessor private => NULL| database protected => Nette\Database\Context #a694database protected => Nette\Database\Context #a694| | connection private => Nette\Database\Connection #60f4| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #50a7 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #0a76 { ... } | | | pdo private => PDO #f8e0| | reflection private => Nette\Database\Reflection\DiscoveredReflection #d79e| | | connection protected => Nette\Database\Connection #60f4 { ... } | | | cache protected => Nette\Caching\Cache #984e { ... } | | | structure protected => array (3) [ ... ] | | | loadedStructure protected => array (3) [ ... ]| | cacheStorage private => Nette\Caching\Storages\FileStorage #9b82| | | dir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache" (76) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #53ed { ... } | | | locks private => NULL| | preprocessor private => NULL| connection private => Nette\Database\Connection #60f4invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #dc5c| | onConnect => NULL | | onQuery => array (1)| reflection private => Nette\Database\Reflection\DiscoveredReflection #d79e| | | 0 => array (2) [ ... ]| | params private => array (3)| | | 0 => "mysql:host=wm64.wedos.net;dbname=d73138_gc" (42) | | | 1 => "a73138_gc" (9) | | | 2 => "M76DBas3" (8)| | options private => array (1)| | | lazy => TRUE| | driver private => Nette\Database\Drivers\MySqlDriver #50a7| | | connection private => Nette\Database\Connection #60f4 { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor #0a76| | | connection private => Nette\Database\Connection #60f4 { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver #50a7 { ... } | | | params private => array (4) [ ... ] | | | remaining private => array () | | | counter private => 4 | | | arrayMode private => "order" (5) | | | arrayModes private => array (7) [ ... ]| | pdo private => PDO #f8e0| | connection protected => Nette\Database\Connection #60f4| cacheStorage private => Nette\Caching\Storages\FileStorage #9b82| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #50a7 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #0a76 { ... } | | | pdo private => PDO #f8e0| | cache protected => Nette\Caching\Cache #984e| | | storage private => Nette\Caching\Storages\FileStorage #9b82 { ... } | | | namespace private => "Nette.Database.42711c1968ca230f2b0081593d16ec56\x00" (48) | | | key private => NULL | | | data private => NULL| | structure protected => array (3)| | | primary => array (12) [ ... ] | | | belongsTo => array (8) [ ... ] | | | hasMany => array (10) [ ... ]| | loadedStructure protected => array (3)| | | primary => array (12) [ ... ] | | | belongsTo => array (8) [ ... ] | | | hasMany => array (10) [ ... ]| | dir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache" (76) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #53ed| preprocessor private => NULL| | | file private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/btfj.dat" (86) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| method private => "GET" (3) | flags private => array (1)response private => Nette\Application\Responses\TextResponse #1686| | secured => FALSE| name private => "Front:Comics" (12) | params private => array (1)| | action => "others" (6)| post private => array () | files private => array ()| source private => Nette\Bridges\ApplicationLatte\Template #c7adautoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => array (1)| | latte private => Latte\Engine #4dff| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #9547 { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/cache/latte" (89) | | | autoRefresh private => TRUE | | | filters private => array (38) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/templates/Comics/others.latte" (111) | | params private => array (14)| | | _control => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | | control => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | | _presenter => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | | presenter => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | | user => Nette\Security\User #24e2 { ... } | | | netteHttpResponse => Nette\Http\Response #71bd { ... } | | | netteCacheStorage => Nette\Caching\Storages\FileStorage #9b82 { ... } | | | baseUrl => "http://test9867.geekcave.cz" (27) | | | baseUri => "http://test9867.geekcave.cz" (27) | | | basePath => "" | | | flashes => array () | | | urlString => FALSE | | | url => array (4) [ ... ] | | | articles => Nette\Database\Table\Selection #addb { ... }| "vp-page" => NULLglobalStateSinces private => array (1)| "vp-page" => FALSEaction private => "others" (6) view private => "others" (6) layout private => NULL payload private => stdClass #64d3 signalReceiver private => "" signal private => NULL ajaxMode private => FALSE startupCheck private => TRUE lastCreatedRequest private => Nette\Application\Request #ba7f| method private => "FORWARD" (7) | flags private => array () | name private => "Front:Comics" (12) | params private => array (1)lastCreatedRequestFlag private => array (1)| | action => "others" (6)| post private => array () | files private => array ()| current => TRUEcontext private => SystemContainer #5383| meta protected => array (1)httpRequest private => Nette\Http\Request #943c| | types => array (46)| parameters => array (8)| | | "nette\object" => array (30) [ ... ] | | | "nette\bridges\framework\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\ilattefactory" => array (1) [ ... ] | | | "nette\application\ui\itemplatefactory" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\templatefactory" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "app\model\repository" => array (11) [ ... ] | | | "app\model\articleimagesrepository" => array (1) [ ... ] | | | "app\model\articlesrelativesrepository" => array (1) [ ... ] | | | "app\model\articlesrepository" => array (1) [ ... ] | | | "app\model\fpostrepository" => array (1) [ ... ] | | | "app\model\fsectionrepository" => array (1) [ ... ] | | | "app\model\fsubsectionrepository" => array (1) [ ... ] | | | "app\model\ftopicrepository" => array (1) [ ... ] | | | "app\model\feedbackrepository" => array (1) [ ... ] | | | "app\model\imagesrepository" => array (1) [ ... ] | | | "app\model\sectionenumrepository" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "app\model\usermanager" => array (1) [ ... ] | | | "app\model\usersrepository" => array (1) [ ... ] | | | "app\routerfactory" => array (1) [ ... ] | | | "nette\security\permission" => array (1) [ ... ] | | | "nette\security\iauthorizator" => array (1) [ ... ] | | | acl => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]| | appDir => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app" (69) | | wwwDir => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/www" (69) | | debugMode => TRUE | | productionMode => FALSE | | environment => "production" (10) | | consoleMode => FALSE | | container => array (3)| registry private => array (24)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp" (77)| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #ea03| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #943c| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #3f4b { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (10) [ ... ] | | | remoteAddress private => "216.73.216.203" (14) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse => Nette\Http\Response #71bd| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | session => Nette\Http\Session #b648| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #943c { ... } | | | response private => Nette\Http\Response #71bd { ... }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #53ed| | | file private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/btfj.dat" (86) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | cacheStorage => Nette\Caching\Storages\FileStorage #9b82| | | dir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache" (76) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #53ed { ... } | | | locks private => NULL| | "nette.presenterFactory" => Nette\Application\PresenterFactory #9b9d| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app" (69) | | | cache private => array (6) [ ... ] | | | container private => SystemContainer #5383 { RECURSION }| | "nette.database.default" => Nette\Database\Connection #60f4| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #50a7 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #0a76 { ... } | | | pdo private => PDO #f8e0| | "nette.database.default.context" => Nette\Database\Context #a694| | | connection private => Nette\Database\Connection #60f4 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #d79e { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #9b82 { ... } | | | preprocessor private => NULL| | articles => App\Model\ArticlesRepository #c03d| | | database protected => Nette\Database\Context #a694 { ... }| | users => App\Model\UsersRepository #a898| | | database protected => Nette\Database\Context #a694 { ... }| | fSubsectionRepository => App\Model\FSubsectionRepository #c555| | | database protected => Nette\Database\Context #a694 { ... }| | fTopicRepository => App\Model\FTopicRepository #9f47| | | database protected => Nette\Database\Context #a694 { ... }| | 34_App_RouterFactory => App\RouterFactory #51fd| | | articles private => App\Model\ArticlesRepository #c03d { ... } | | | users private => App\Model\UsersRepository #a898 { ... } | | | subsection private => App\Model\FSubsectionRepository #c555 { ... } | | | topic private => App\Model\FTopicRepository #9f47 { ... }| | router => Nette\Application\Routers\RouteList #72f8| | | cachedRoutes private => array (9) [ ... ] | | | module private => "" | | | list private => array (28) [ ... ]| | application => Nette\Application\Application #bcf0| | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | | httpRequest private => Nette\Http\Request #943c { ... } | | | httpResponse private => Nette\Http\Response #71bd { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #9b9d { ... } | | | router private => Nette\Application\Routers\RouteList #72f8 { ... }| | container => SystemContainer #5383 { RECURSION } | | "nette.userStorage" => Nette\Http\UserStorage #3472| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #b648 { ... } | | | sessionSection private => NULL| | 32_App_Model_UserManager => App\Model\UserManager #0e8e| | | database private => Nette\Database\Context #a694 { ... }| | authorizator => Acl #ccc4| | | roles private => array (4) [ ... ] | | | resources private => array (8) [ ... ] | | | rules private => array (2) [ ... ] | | | queriedRole private => NULL | | | queriedResource private => NULL| | user => Nette\Security\User #24e2| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #3472 { ... } | | | authenticator private => App\Model\UserManager #0e8e { ... } | | | authorizator private => Acl #ccc4 { ... }| | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #40d0| | | container private => SystemContainer #5383 { RECURSION }| | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #5949| | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #40d0 { ... } | | | httpRequest private => Nette\Http\Request #943c { ... } | | | httpResponse private => Nette\Http\Response #71bd { ... } | | | user private => Nette\Security\User #24e2 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #9b82 { ... }| | articlesRelativesRepository => App\Model\ArticlesRelativesRepository #7fda| | | database protected => Nette\Database\Context #a694 { ... }| method private => "GET" (3) | url private => Nette\Http\UrlScript #3f4bhttpResponse private => Nette\Http\Response #71bd| | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "test9867.geekcave.cz" (20) | | port private => 80 | | path private => "/comics/ostatni/" (16) | | query private => "" | | fragment private => ""| query private => array () | post private => array () | files private => array () | cookies private => array () | headers private => array (10)| | host => "test9867.geekcave.cz" (20) | | pragma => "no-cache" (8) | | "upgrade-insecure-requests" => "1" | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | "accept-encoding" => "gzip, deflate" (13) | | via => "1.1 squid-proxy-5b5d847c96-rt7dp (squid/6.10)" (45) | | "x-forwarded-for" => "10.1.87.66" (10) | | "cache-control" => "no-cache" (8) | | connection => "keep-alive" (10)| remoteAddress private => "216.73.216.203" (14) | remoteHost private => NULL | rawBody private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200session private => Nette\Http\Session #b648| regenerated private => NULL | options private => array (14)presenterFactory private => Nette\Application\PresenterFactory #9b9d| | gc_maxlifetime => 1209600 | | cookie_lifetime => 1209600 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request #943c| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #3f4b| response private => Nette\Http\Response #71bd| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "test9867.geekcave.cz" (20) | | | port private => 80 | | | path private => "/comics/ostatni/" (16) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (10)| | | host => "test9867.geekcave.cz" (20) | | | pragma => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | via => "1.1 squid-proxy-5b5d847c96-rt7dp (squid/6.10)" (45) | | | "x-forwarded-for" => "10.1.87.66" (10) | | | "cache-control" => "no-cache" (8) | | | connection => "keep-alive" (10)| | remoteAddress private => "216.73.216.203" (14) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| caseSensitive => FALSE | mapping private => array (2)router private => Nette\Application\Routers\RouteList #72f8| | "*" => array (3)| baseDir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app" (69) | cache private => array (6)| | | 0 => "App\" (4) | | | 1 => "*Module\" (8) | | | 2 => "Presenters\*Presenter" (21)| | Nette => array (3)| | | 0 => "NetteModule\" (12) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | "Front:Comics" => array (2)| container private => SystemContainer #5383| | | 0 => "App\FrontModule\Presenters\ComicsPresenter" (42) | | | 1 => "Front:Comics" (12)| | "Front:Homepage" => array (2)| | | 0 => "App\FrontModule\Presenters\HomepagePresenter" (44) | | | 1 => "Front:Homepage" (14)| | "Front:Hry" => array (2)| | | 0 => "App\FrontModule\Presenters\HryPresenter" (39) | | | 1 => "Front:Hry" (9)| | "Front:About" => array (2)| | | 0 => "App\FrontModule\Presenters\AboutPresenter" (41) | | | 1 => "Front:About" (11)| | "Front:Forum" => array (2)| | | 0 => "App\FrontModule\Presenters\ForumPresenter" (41) | | | 1 => "Front:Forum" (11)| | "Front:Stream" => array (2)| | | 0 => "App\FrontModule\Presenters\StreamPresenter" (42) | | | 1 => "Front:Stream" (12)| | meta protected => array (1)| | | types => array (46) [ ... ]| | parameters => array (8)| | | appDir => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app" (69) | | | wwwDir => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/www" (69) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp" (77)| | registry private => array (24)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #ea03 { ... } | | | httpRequest => Nette\Http\Request #943c { ... } | | | httpResponse => Nette\Http\Response #71bd { ... } | | | session => Nette\Http\Session #b648 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #53ed { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #9b82 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #9b9d { RECURSION } | | | "nette.database.default" => Nette\Database\Connection #60f4 { ... } | | | "nette.database.default.context" => Nette\Database\Context #a694 { ... } | | | articles => App\Model\ArticlesRepository #c03d { ... } | | | users => App\Model\UsersRepository #a898 { ... } | | | fSubsectionRepository => App\Model\FSubsectionRepository #c555 { ... } | | | fTopicRepository => App\Model\FTopicRepository #9f47 { ... } | | | 34_App_RouterFactory => App\RouterFactory #51fd { ... } | | | router => Nette\Application\Routers\RouteList #72f8 { ... } | | | application => Nette\Application\Application #bcf0 { ... } | | | container => SystemContainer #5383 { RECURSION } | | | "nette.userStorage" => Nette\Http\UserStorage #3472 { ... } | | | 32_App_Model_UserManager => App\Model\UserManager #0e8e { ... } | | | authorizator => Acl #ccc4 { ... } | | | user => Nette\Security\User #24e2 { ... } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #40d0 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #5949 { ... } | | | articlesRelativesRepository => App\Model\ArticlesRelativesRepository #7fda { ... }| | creating private => array ()| cachedRoutes private => array (9)user private => Nette\Security\User #24e2| | "*" => array (1)| module private => "" | list private => array (28)| | | 0 => Nette\Application\Routers\Route #db6e { ... }| | "front:homepage" => array (2)| | | 0 => Nette\Application\Routers\Route #f1ca { ... } | | | 1 => Nette\Application\Routers\Route #db6e { ... }| | "front:about" => array (5)| | | 0 => Nette\Application\Routers\Route #c5ca { ... } | | | 1 => Nette\Application\Routers\Route #6dd9 { ... } | | | 2 => Nette\Application\Routers\Route #c50a { ... } | | | 3 => Nette\Application\Routers\Route #d9bc { ... } | | | 4 => Nette\Application\Routers\Route #db6e { ... }| | "front:comics" => array (10)| | | 0 => Nette\Application\Routers\Route #b7b3 { ... } | | | 1 => Nette\Application\Routers\Route #ffa0 { ... } | | | 2 => Nette\Application\Routers\Route #2ffc { ... } | | | 3 => Nette\Application\Routers\Route #72de { ... } | | | 4 => Nette\Application\Routers\Route #be4f { ... } | | | 5 => Nette\Application\Routers\Route #35e2 { ... } | | | 6 => Nette\Application\Routers\Route #1bfb { ... } | | | 7 => Nette\Application\Routers\Route #f188 { ... } | | | 8 => Nette\Application\Routers\Route #1c68 { ... } | | | 9 => Nette\Application\Routers\Route #db6e { ... }| | "front:hry" => array (10)| | | 0 => Nette\Application\Routers\Route #26aa { ... } | | | 1 => Nette\Application\Routers\Route #6df5 { ... } | | | 2 => Nette\Application\Routers\Route #e8a0 { ... } | | | 3 => Nette\Application\Routers\Route #f30a { ... } | | | 4 => Nette\Application\Routers\Route #3e61 { ... } | | | 5 => Nette\Application\Routers\Route #b2e0 { ... } | | | 6 => Nette\Application\Routers\Route #b4f0 { ... } | | | 7 => Nette\Application\Routers\Route #37e6 { ... } | | | 8 => Nette\Application\Routers\Route #ce89 { ... } | | | 9 => Nette\Application\Routers\Route #db6e { ... }| | "front:forum" => array (2)| | | 0 => Nette\Application\Routers\Route #9ff6 { ... } | | | 1 => Nette\Application\Routers\Route #db6e { ... }| | "front:forumsubsection" => array (2)| | | 0 => Nette\Application\Routers\Route #65dc { ... } | | | 1 => Nette\Application\Routers\Route #db6e { ... }| | "front:forumtopic" => array (2)| | | 0 => Nette\Application\Routers\Route #15e2 { ... } | | | 1 => Nette\Application\Routers\Route #db6e { ... }| | "front:stream" => array (2)| | | 0 => Nette\Application\Routers\Route #4ba1 { ... } | | | 1 => Nette\Application\Routers\Route #db6e { ... }| | 0 => Nette\Application\Routers\Route #f1ca| | | mask private => "vyhledavani" (11) | | | sequence private => array (1) [ ... ] | | | re private => "#vyhledavani/?\z#Aiu" (20) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 1 => Nette\Application\Routers\Route #c5ca| | | mask private => "zpetna-vazba/" (13) | | | sequence private => array (1) [ ... ] | | | re private => "#zpetna\-vazba//?\z#Aiu" (23) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 2 => Nette\Application\Routers\Route #6dd9| | | mask private => "o-nas/redakce/<userID>" (22) | | | sequence private => array (3) [ ... ] | | | re private => "#o\-nas/redakce/(?P<p0>(?U)[^/]+)/?\z#Aiu" (41) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 3 => Nette\Application\Routers\Route #b7b3| | | mask private => "comics/recenze/<id>" (19) | | | sequence private => array (3) [ ... ] | | | re private => "#comics/recenze/(?P<p0>(?U)[^/]+)/?\z#Aiu" (41) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 4 => Nette\Application\Routers\Route #26aa| | | mask private => "hry/recenze/<id>" (16) | | | sequence private => array (3) [ ... ] | | | re private => "#hry/recenze/(?P<p0>(?U)[^/]+)/?\z#Aiu" (38) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 5 => Nette\Application\Routers\Route #ffa0| | | mask private => "comics/novinky/<id>" (19) | | | sequence private => array (3) [ ... ] | | | re private => "#comics/novinky/(?P<p0>(?U)[^/]+)/?\z#Aiu" (41) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 6 => Nette\Application\Routers\Route #6df5| | | mask private => "hry/novinky/<id>" (16) | | | sequence private => array (3) [ ... ] | | | re private => "#hry/novinky/(?P<p0>(?U)[^/]+)/?\z#Aiu" (38) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 7 => Nette\Application\Routers\Route #2ffc| | | mask private => "comics/zajimavosti/<id>" (23) | | | sequence private => array (3) [ ... ] | | | re private => "#comics/zajimavosti/(?P<p0>(?U)[^/]+)/?\z#Aiu" (45) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 8 => Nette\Application\Routers\Route #e8a0| | | mask private => "hry/zajimavosti/<id>" (20) | | | sequence private => array (3) [ ... ] | | | re private => "#hry/zajimavosti/(?P<p0>(?U)[^/]+)/?\z#Aiu" (42) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 9 => Nette\Application\Routers\Route #72de| | | mask private => "comics/ostatni/<id>" (19) | | | sequence private => array (3) [ ... ] | | | re private => "#comics/ostatni/(?P<p0>(?U)[^/]+)/?\z#Aiu" (41) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 10 => Nette\Application\Routers\Route #f30a| | | mask private => "hry/ostatni/<id>" (16) | | | sequence private => array (3) [ ... ] | | | re private => "#hry/ostatni/(?P<p0>(?U)[^/]+)/?\z#Aiu" (38) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 11 => Nette\Application\Routers\Route #9ff6| | | mask private => "forum/" (6) | | | sequence private => array (1) [ ... ] | | | re private => "#forum//?\z#Aiu" (15) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 12 => Nette\Application\Routers\Route #65dc| | | mask private => "forum/section/<id>" (18) | | | sequence private => array (3) [ ... ] | | | re private => "#forum/section/(?P<p0>(?U)[^/]+)/?\z#Aiu" (40) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 13 => Nette\Application\Routers\Route #15e2| | | mask private => "forum/topic/<id>" (16) | | | sequence private => array (3) [ ... ] | | | re private => "#forum/topic/(?P<p0>(?U)[^/]+)/?\z#Aiu" (38) | | | aliases private => array (1) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 14 => Nette\Application\Routers\Route #4ba1| | | mask private => "stream/" (7) | | | sequence private => array (1) [ ... ] | | | re private => "#stream//?\z#Aiu" (16) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 15 => Nette\Application\Routers\Route #be4f| | | mask private => "comics/recenze/" (15) | | | sequence private => array (1) [ ... ] | | | re private => "#comics/recenze//?\z#Aiu" (24) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 16 => Nette\Application\Routers\Route #35e2| | | mask private => "comics/novinky/" (15) | | | sequence private => array (1) [ ... ] | | | re private => "#comics/novinky//?\z#Aiu" (24) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 17 => Nette\Application\Routers\Route #1bfb| | | mask private => "comics/zajimavosti/" (19) | | | sequence private => array (1) [ ... ] | | | re private => "#comics/zajimavosti//?\z#Aiu" (28) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 18 => Nette\Application\Routers\Route #3e61| | | mask private => "hry/recenze/" (12) | | | sequence private => array (1) [ ... ] | | | re private => "#hry/recenze//?\z#Aiu" (21) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 19 => Nette\Application\Routers\Route #b2e0| | | mask private => "hry/novinky/" (12) | | | sequence private => array (1) [ ... ] | | | re private => "#hry/novinky//?\z#Aiu" (21) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 20 => Nette\Application\Routers\Route #b4f0| | | mask private => "hry/zajimavosti/" (16) | | | sequence private => array (1) [ ... ] | | | re private => "#hry/zajimavosti//?\z#Aiu" (25) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 21 => Nette\Application\Routers\Route #f188| | | mask private => "comics/ostatni/" (15) | | | sequence private => array (1) [ ... ] | | | re private => "#comics/ostatni//?\z#Aiu" (24) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 22 => Nette\Application\Routers\Route #37e6| | | mask private => "hry/ostatni/" (12) | | | sequence private => array (1) [ ... ] | | | re private => "#hry/ostatni//?\z#Aiu" (21) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 23 => Nette\Application\Routers\Route #ce89| | | mask private => "hry/" (4) | | | sequence private => array (1) [ ... ] | | | re private => "#hry//?\z#Aiu" (13) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 24 => Nette\Application\Routers\Route #1c68| | | mask private => "comics/" (7) | | | sequence private => array (1) [ ... ] | | | re private => "#comics//?\z#Aiu" (16) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 25 => Nette\Application\Routers\Route #c50a| | | mask private => "o-nas/" (6) | | | sequence private => array (1) [ ... ] | | | re private => "#o\-nas//?\z#Aiu" (16) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 26 => Nette\Application\Routers\Route #d9bc| | | mask private => "o-nas/redakce/" (14) | | | sequence private => array (1) [ ... ] | | | re private => "#o\-nas/redakce//?\z#Aiu" (24) | | | aliases private => array () | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| | 27 => Nette\Application\Routers\Route #db6e| | | mask private => "<module>/<presenter>/<action>[/<id>]" (36) | | | sequence private => array (13) [ ... ] | | | re private => "#(?:(?P<p0>(?U)[a-z][a-z0-9.-]*)/(?:(?P<p5>(?U)[a-z][a-z0-9.-]*)/(?:(?P<p10>(?U)[a-z][a-z0-9-]*)(?:/(?P<p21>(?U)[^/]+))?)?)?)?/?\z#Aiu" (134) | | | aliases private => array (4) [ ... ] | | | metadata private => array (4) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #3472templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #5949| | namespace private => "" | | sessionHandler private => Nette\Http\Session #b648| authenticator private => App\Model\UserManager #0e8e| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #943c { ... } | | | response private => Nette\Http\Response #71bd { ... }| | sessionSection private => NULL| | database private => Nette\Database\Context #a694| authorizator private => Acl #ccc4| | | connection private => Nette\Database\Connection #60f4 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #d79e { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #9b82 { ... } | | | preprocessor private => NULL| | roles private => array (4)| | | guest => array (2) [ ... ] | | | user => array (2) [ ... ] | | | admin => array (2) [ ... ] | | | superadmin => array (2) [ ... ]| | resources private => array (8)| | | "Admin:Sign" => array (2) [ ... ] | | | "Admin:Page" => array (2) [ ... ] | | | "Admin:Users" => array (2) [ ... ] | | | "Admin:Articles" => array (2) [ ... ] | | | "Admin:Images" => array (2) [ ... ] | | | "Admin:Page:changelog" => array (2) [ ... ] | | | "Admin:Page:whitelist" => array (2) [ ... ] | | | "Admin:Feedback" => array (2) [ ... ]| | rules private => array (2)| | | allResources => array (2) [ ... ] | | | byResource => array (8) [ ... ]| | queriedRole private => NULL | | queriedResource private => NULL| latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #40d0template private => Nette\Bridges\ApplicationLatte\Template #c7ad| | container private => SystemContainer #5383| httpRequest private => Nette\Http\Request #943c| | | meta protected => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (24) [ ... ] | | | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #3f4b| httpResponse private => Nette\Http\Response #71bd| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "test9867.geekcave.cz" (20) | | | port private => 80 | | | path private => "/comics/ostatni/" (16) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (10)| | | host => "test9867.geekcave.cz" (20) | | | pragma => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | via => "1.1 squid-proxy-5b5d847c96-rt7dp (squid/6.10)" (45) | | | "x-forwarded-for" => "10.1.87.66" (10) | | | "cache-control" => "no-cache" (8) | | | connection => "keep-alive" (10)| | remoteAddress private => "216.73.216.203" (14) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| user private => Nette\Security\User #24e2| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #3472| cacheStorage private => Nette\Caching\Storages\FileStorage #9b82| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #b648 { ... } | | | sessionSection private => NULL| | authenticator private => App\Model\UserManager #0e8e| | | database private => Nette\Database\Context #a694 { ... }| | authorizator private => Acl #ccc4| | | roles private => array (4) [ ... ] | | | resources private => array (8) [ ... ] | | | rules private => array (2) [ ... ] | | | queriedRole private => NULL | | | queriedResource private => NULL| | dir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache" (76) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #53ed| | | file private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/btfj.dat" (86) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| latte private => Latte\Engine #4dffinvalidSnippets private => array () snippetMode => NULL params protected => array (1)| | onCompile => array (1)| file private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/templates/Comics/others.latte" (111) | params private => array (14)| | | 0 => Closure #878f| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #9547| | | | file => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (139) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION }| | contentType private => "html" (4) | | tempDirectory private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/../temp/cache/latte" (89) | | autoRefresh private => TRUE | | filters private => array (38)| | | "" => array () | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => "Latte\Runtime\Filters::date" (27) | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #ecc3| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (139) | | | | line => 81 | | | | variables => array () | | | | parameters => ""| | | length => Closure #1929| | | | file => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (139) | | | | line => 82 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #f4ad| | | | file => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (139) | | | | line => 85 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | _control => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | control => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | _presenter => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | presenter => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | user => Nette\Security\User #24e2| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #3472 { ... } | | | authenticator private => App\Model\UserManager #0e8e { ... } | | | authorizator private => Acl #ccc4 { ... }| | netteHttpResponse => Nette\Http\Response #71bd| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\FileStorage #9b82| | | dir private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache" (76) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #53ed { ... } | | | locks private => NULL| | baseUrl => "http://test9867.geekcave.cz" (27) | | baseUri => "http://test9867.geekcave.cz" (27) | | basePath => "" | | flashes => array () | | urlString => FALSE | | url => array (4)| | | 0 => "" | | | 1 => "comics" (6) | | | 2 => "ostatni" (7) | | | 3 => ""| | articles => Nette\Database\Table\Selection #addb| | | connection protected => Nette\Database\Connection #60f4 { ... } | | | reflection protected => Nette\Database\Reflection\DiscoveredReflection #d79e { ... } | | | cache protected => Nette\Caching\Cache #005c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #fb95 { ... } | | | name protected => "articles" (8) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => array (19) [ ... ] | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => array (7) [ ... ] | | | previousAccessedColumns protected => array (7) [ ... ] | | | observeCache protected => Nette\Database\Table\Selection #addb { RECURSION } | | | keys protected => array ()| action => "others" (6)components private => array (2)| vp => NasExt\Controls\VisualPaginator #315ecloning private => NULL parent private => NULL name private => "Front:Comics" (12) monitors private => array () templateFactory private => NULL| | page => 1 | | onShowPage => array (1)| topMenu => App\Components\TopMenu #653b| | | 0 => Closure #19d1| | templateFile private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nasext/visual-paginator/src/NasExt/Controls/VisualPaginator.latte" (138) | | paginator private => Nette\Utils\Paginator #a62f| | | | file => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/presenters/BasePresenter.php" (98) | | | | line => 65 | | | | variables => array (1) [ ... ] | | | | parameters => "$component, $page" (17)| | | base private => 1 | | | itemsPerPage private => 5 | | | page private => 1 | | | itemCount private => 19| | isAjax private => TRUE | | templateFactory private => NULL | | template private => NULL | | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array (1)| | | page => 1| | components private => array () | | cloning private => NULL | | parent private => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | name private => "vp" (2) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | menuItems => array (5)| | | 0 => array (2) [ ... ] | | | 1 => array (2) [ ... ] | | | 2 => array (2) [ ... ] | | | 3 => array (2) [ ... ] | | | 4 => array (2) [ ... ]| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #5f58| | | latte private => Latte\Engine #204a { ... } | | | file private => "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/components/Menu/topMenu.latte" (99) | | | params private => array (12) [ ... ]| | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array () | | cloning private => NULL | | parent private => App\FrontModule\Presenters\ComicsPresenter #3bf5 { RECURSION } | | name private => "topMenu" (7) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
TMPDIR | "/data/web/virtuals/73138/virtual/tmp" (36)
|
---|---|
FCGI_ROLE | "RESPONDER" (9)
|
REDIRECT_REDIRECT_REDIRECT_REDIRECT_UNIQUE_ID | "aE@QOgAulI3tnisMnNXhbQAAAl0" (27)
|
REDIRECT_REDIRECT_REDIRECT_REDIRECT_LOCAL_SCHEME | "http" (4)
|
REDIRECT_REDIRECT_REDIRECT_REDIRECT_STATUS | "200" (3)
|
REDIRECT_REDIRECT_REDIRECT_UNIQUE_ID | "aE@QOgAulI3tnisMnNXhbQAAAl0" (27)
|
REDIRECT_REDIRECT_REDIRECT_LOCAL_SCHEME | "http" (4)
|
REDIRECT_REDIRECT_REDIRECT_STATUS | "200" (3)
|
REDIRECT_REDIRECT_UNIQUE_ID | "aE@QOgAulI3tnisMnNXhbQAAAl0" (27)
|
REDIRECT_REDIRECT_LOCAL_SCHEME | "http" (4)
|
REDIRECT_REDIRECT_STATUS | "200" (3)
|
REDIRECT_UNIQUE_ID | "aE@QOgAulI3tnisMnNXhbQAAAl0" (27)
|
REDIRECT_LOCAL_SCHEME | "http" (4)
|
REDIRECT_STATUS | "200" (3)
|
UNIQUE_ID | "aE@QOgAulI3tnisMnNXhbQAAAl0" (27)
|
LOCAL_SCHEME | "http" (4)
|
HTTP_HOST | "test9867.geekcave.cz" (20)
|
HTTP_PRAGMA | "no-cache" (8)
|
HTTP_UPGRADE_INSECURE_REQUESTS | "1"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135)
|
HTTP_ACCEPT_ENCODING | "gzip, deflate" (13)
|
HTTP_VIA | "1.1 squid-proxy-5b5d847c96-rt7dp (squid/6.10)" (45)
|
HTTP_X_FORWARDED_FOR | "10.1.87.66" (10)
|
HTTP_CACHE_CONTROL | "no-cache" (8)
|
HTTP_CONNECTION | "keep-alive" (10)
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" (49)
|
LD_LIBRARY_PATH | "/usr/local/openssl/CURRENT/lib:$LD_LIBRARY_PATH" (47)
|
SERVER_SIGNATURE | ""
|
SERVER_SOFTWARE | "Apache" (6)
|
SERVER_NAME | "test9867.geekcave.cz" (20)
|
SERVER_ADDR | "46.28.105.108" (13)
|
SERVER_PORT | "80" (2)
|
REMOTE_ADDR | "216.73.216.203" (14)
|
DOCUMENT_ROOT | "/data/web/virtuals/73138/virtual/www" (36)
|
REQUEST_SCHEME | "http" (4)
|
CONTEXT_PREFIX | ""
|
CONTEXT_DOCUMENT_ROOT | "/data/web/virtuals/73138/virtual/www" (36)
|
SERVER_ADMIN | "hosting@wedos.com" (17)
|
SCRIPT_FILENAME | "//data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/www/index.php" (80)
|
REMOTE_PORT | "42694" (5)
|
REDIRECT_URL | "/domains/test9867.geekcave.cz/www/comics/ostatni/" (49)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "GET" (3)
|
QUERY_STRING | ""
|
REQUEST_URI | "/comics/ostatni/" (16)
|
SCRIPT_NAME | "/domains/test9867.geekcave.cz/www/index.php" (43)
|
PHP_SELF | "/domains/test9867.geekcave.cz/www/index.php" (43)
|
REQUEST_TIME_FLOAT | 1750044730.6232
|
REQUEST_TIME | 1750044730
|
argv | array ()
|
argc | 0
|
empty
WWW_DIR | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/www" (69)
|
---|---|
APP_DIR | "/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/www/../app" (76)
|
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/www/index.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/bootstrap.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/autoload.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/composer/autoload_real.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/composer/ClassLoader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/composer/autoload_namespaces.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/composer/autoload_psr4.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/composer/autoload_classmap.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/composer/autoload_files.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/shortcuts.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/nette/Nette/loader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/nette/Nette/Loaders/NetteLoader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/bootstrap/src/Bootstrap/Configurator.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/Object.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/di/src/DI/CompilerExtension.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/Bar.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/BlueScreen.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/Dumper.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/exceptions.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/IMacro.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Macros/MacroSet.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Object.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/ArrayHash.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/ArrayList.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/DateTime.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/Image.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/ObjectMixin.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/neon/src/Neon/Exception.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/neon/src/Neon/Entity.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/neon/src/Neon/Neon.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/nette/Nette/shortcuts.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/bootstrap/src/Bridges/Framework/TracyBridge.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/Debugger.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/nette/Nette/Framework.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/DefaultBarPanel.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/IBarPanel.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/FireLogger.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/Helpers.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/Logger.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/robot-loader/src/RobotLoader/RobotLoader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/caching/src/Caching/Storages/FileStorage.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/caching/src/Caching/IStorage.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/caching/src/Caching/Cache.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/di/src/DI/Config/Loader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/di/src/DI/Config/Adapters/NeonAdapter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/di/src/DI/Config/IAdapter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/neon/src/Neon/Decoder.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/Validators.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/di/src/DI/ContainerFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/Nette.Configurator/b8117f746886a7a0fcfec91d4c532e2b.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/di/src/DI/Container.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/ILatteFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/reflection/src/Reflection/ClassType.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/reflection/src/Reflection/Method.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/Session.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/RequestFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/UrlScript.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/Url.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/Strings.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/Callback.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/Request.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/IRequest.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/Response.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/IResponse.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/safe-stream/src/SafeStream/SafeStream.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/reflection/src/Reflection/AnnotationsParser.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/caching/src/Caching/Storages/FileJournal.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/caching/src/Caching/Storages/IJournal.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/nette/Nette/deprecated/Environment.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Application.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/PresenterFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/IPresenterFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/router/RouterFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/ArticlesRepository.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/Repository.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Context.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Connection.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Helpers.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Bridges/DatabaseTracy/ConnectionPanel.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Reflection/DiscoveredReflection.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/IReflection.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/UsersRepository.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/FSubsectionRepository.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/FTopicRepository.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Routers/RouteList.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/IRouter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Routers/Route.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationTracy/RoutingPanel.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Request.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/ComicsPresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/presenters/BasePresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/Presenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/Control.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/PresenterComponent.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/component-model/src/ComponentModel/Container.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/component-model/src/ComponentModel/Component.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/component-model/src/ComponentModel/IComponent.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/component-model/src/ComponentModel/IContainer.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/ISignalReceiver.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/IStatePersistent.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/IRenderable.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/IPresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/di/src/DI/Helpers.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/reflection/src/Reflection/Parameter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/security/src/Security/User.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/security/src/Security/IUserStorage.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/http/src/Http/UserStorage.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/UserManager.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/security/src/Security/IAuthenticator.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/security/Acl.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/security/src/Security/Permission.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/security/src/Security/IAuthorizator.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/security/src/Bridges/SecurityTracy/UserPanel.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/ITemplateFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/reflection/src/Reflection/Property.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/ArticlesRelativesRepository.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/PresenterComponentReflection.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/component-model/src/ComponentModel/RecursiveComponentIterator.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Iterators/Filter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Engine.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Compiler.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/UI/ITemplate.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Bridges/ApplicationLatte/Loader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Loaders/FileLoader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/ILoader.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Table/Selection.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Table/IRowContainer.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/IRowContainer.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Table/SqlBuilder.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Drivers/MySqlDriver.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/ISupplementalDriver.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/ResultSet.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/SqlPreprocessor.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nasext/visual-paginator/src/NasExt/Controls/VisualPaginator.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/utils/src/Utils/Paginator.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Table/ActiveRow.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/Table/IRow.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/database/src/Database/IRow.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/Responses/TextResponse.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/IResponse.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/nette/application/src/Application/exceptions.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Template.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/latte/cz-app-FrontModule-templates-Comics-others-latte-81b010413a4c086f30fbae0dd2d07c95.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Runtime/Filters.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/latte/test9867-geekcave-cz-app-templates-layout-latte-033dab2fd445f7efa6befcf7446dccfb.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Macros/BlockMacros.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Helpers.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/HomepagePresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/components/Menu/TopMenu.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/temp/cache/latte/geekcave-cz-app-components-Menu-topMenu-latte-afec43a836e2b12da40187e4054cdb7f.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/latte/latte/src/Latte/Runtime/CachingIterator.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/HryPresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/AboutPresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/ForumPresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/ForumBasePresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/StreamPresenter.php |
/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/vendor/tracy/tracy/src/Tracy/templates/bluescreen.phtml |
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.6, 6-Sept-2010 |
Calendar support | enabled |
php-fpm | active |
Directive | Local Value | Master Value |
---|---|---|
cgi.discard_path | 0 | 0 |
cgi.fix_pathinfo | 1 | 1 |
cgi.force_redirect | 1 | 1 |
cgi.nph | 0 | 0 |
cgi.redirect_status_env | no value | no value |
cgi.rfc2616_headers | 0 | 0 |
fastcgi.error_header | no value | no value |
fastcgi.logging | 1 | 1 |
fpm.config | no value | no value |
PHP Version | 5.4.45 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
always_populate_raw_post_data | Off | Off |
arg_separator.input | & | & |
arg_separator.output | & | & |
asp_tags | Off | Off |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | no value | no value |
default_mimetype | text/html | text/html |
disable_classes | APCIterator | APCIterator |
disable_functions | apache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,set_time_limit,shell_exec,show_source,symlink,syslog,system,apc_add,apc_bin_dump,apc_bin_dumpfile,apc_bin_load,apc_bin_loadfile,apc_cas,apc_clear_cache,apc_compile_file,apc_dec,apc_define_constants,apc_delete_file,apc_delete,apc_exists,apc_fetch,apc_inc,apc_load_constants,apc_store | apache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,set_time_limit,shell_exec,show_source,symlink,syslog,system,apc_add,apc_bin_dump,apc_bin_dumpfile,apc_bin_load,apc_bin_loadfile,apc_cas,apc_clear_cache,apc_compile_file,apc_dec,apc_define_constants,apc_delete_file,apc_delete,apc_exists,apc_fetch,apc_inc,apc_load_constants,apc_store |
display_errors | On | On |
display_startup_errors | Off | Off |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | /data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/log/php_error.log | no value |
error_prepend_string | no value | no value |
error_reporting | 0 | 24567 |
exit_on_timeout | Off | Off |
expose_php | Off | Off |
extension_dir | /usr/local/php/CURRENT-54/extensions/ | /usr/local/php/CURRENT-54/extensions/ |
file_uploads | On | On |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | .:/data/web/virtuals/73138/virtual | .:/data/web/virtuals/73138/virtual |
log_errors | Off | Off |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | On | On |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 90 | 90 |
max_file_uploads | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 30 | 30 |
max_input_vars | 10000 | 10000 |
memory_limit | 512M | 512M |
open_basedir | /data/web/virtuals/73138/virtual | /data/web/virtuals/73138/virtual |
output_buffering | 0 | 0 |
output_handler | no value | no value |
post_max_size | 256M | 256M |
precision | 14 | 14 |
realpath_cache_size | 16K | 16K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | On | On |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | no value | no value |
sendmail_from | no value | no value |
sendmail_path | /data/config/mlimit/sendmail.sh | /data/config/mlimit/sendmail.sh |
serialize_precision | 17 | 17 |
short_open_tag | On | On |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sql.safe_mode | Off | Off |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 256M | 256M |
upload_tmp_dir | /data/web/virtuals/73138/virtual/tmp | /data/web/virtuals/73138/virtual/tmp |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | no value | no value |
variables_order | EGPCS | EGPCS |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
ctype functions | enabled |
cURL support | enabled |
cURL Information | 7.29.0 |
Age | 3 |
Features | |
AsynchDNS | Yes |
Debug | No |
GSS-Negotiate | Yes |
IDN | Yes |
IPv6 | Yes |
Largefile | Yes |
NTLM | Yes |
SPNEGO | No |
SSL | Yes |
SSPI | No |
krb4 | No |
libz | Yes |
CharConv | No |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
Host | x86_64-redhat-linux-gnu |
SSL Version | NSS/3.90 |
ZLib Version | 1.2.7 |
libSSH Version | libssh2/1.8.0 |
date/time support | enabled |
"Olson" Timezone Database Version | 2014.8 |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 31.7667 | 31.7667 |
date.default_longitude | 35.2333 | 35.2333 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | Europe/Prague | Europe/Prague |
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.9.1 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
Regex Library | Bundled library enabled |
EXIF Support | enabled |
EXIF Version | 1.4 $Id: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $ |
Supported EXIF Version | 0220 |
Supported filetypes | JPEG,TIFF |
Directive | Local Value | Master Value |
---|---|---|
exif.decode_jis_intel | JIS | JIS |
exif.decode_jis_motorola | JIS | JIS |
exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
exif.encode_jis | no value | no value |
exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
fileinfo support | enabled |
version | 1.0.5 |
Input Validation and Filtering | enabled |
Revision | $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $ |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
FTP support | enabled |
GD Support | enabled |
GD Version | bundled (2.1.0 compatible) |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.8.0 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | 6b |
PNG Support | enabled |
libPNG Version | 1.5.13 |
WBMP Support | enabled |
XBM Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 0 | 0 |
GetText Support | enabled |
gmp support | enabled |
GMP version | 6.0.0 |
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
iconv support | enabled |
iconv implementation | glibc |
iconv library version | 2.17 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
imagick module | enabled |
---|---|
imagick module version | 3.4.4 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel |
Imagick compiled with ImageMagick version | ImageMagick 7.0.10-43 Q16 x86_64 2020-11-26 https://imagemagick.org |
Imagick using ImageMagick library version | ImageMagick 7.0.10-43 Q16 x86_64 2020-11-26 https://imagemagick.org |
ImageMagick copyright | © 1999-2020 ImageMagick Studio LLC |
ImageMagick release date | 2020-11-26 |
ImageMagick number of supported formats: | 245 |
ImageMagick supported formats | 3FR, 3G2, 3GP, A, AAI, AI, APNG, ART, ARW, ASHLAR, AVI, AVS, B, BGR, BGRA, BGRO, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUBE, CUR, CUT, DATA, DCM, DCR, DCRAW, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FILE, FITS, FL32, FLV, FRACTAL, FTP, FTS, G, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, JNG, JNX, JPE, JPEG, JPG, JPS, JSON, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORA, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGB565, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCREENSHOT, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TM2, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV |
Directive | Local Value | Master Value |
---|---|---|
imagick.locale_fix | 0 | 0 |
imagick.progress_monitor | 0 | 0 |
imagick.skip_version_check | 0 | 0 |
IMAP c-Client Version | 2007f |
SSL Support | enabled |
Kerberos Support | enabled |
Internationalization support | enabled |
---|---|
version | 1.1.0 |
ICU version | 50.2 |
ICU Data version | 50.2 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | no value | no value |
intl.error_level | 0 | 0 |
ionCube Loader developed by ionCube Ltd.
Visit ioncube.com for latest Loaders and support. This Loader also includes features for real-time error reporting and malware protection. Visit ioncube24.com for more details. |
Loader version | 10.3.9 |
ionCube24 features | unconfigured |
Directive | Local Value | Master Value |
---|---|---|
ic24.api.log_msg_errors | 0 | 0 |
ic24.api.max_timeout | 7 | 7 |
ic24.api_access_key | ******** | ******** |
ic24.api_check_ip | 1 | 1 |
ic24.enable | 0 | 0 |
ic24.home_dir | no value | no value |
ic24.phperr.enable | auto | auto |
ic24.phperr.ignore | 0 | 0 |
ic24.sec.block_stdin | 1 | 1 |
ic24.sec.block_uploaded_files | 1 | 1 |
ic24.sec.enable | auto | auto |
ic24.sec.exclusion_key | ******** | ******** |
ic24.sec.initial_action | block | block |
ic24.sec.initial_cache_all | 1 | 1 |
ic24.sec.initial_notify | always | always |
ic24.sec.initial_state | 1 | 1 |
ic24.sec.stop_on_error | 1 | 1 |
ic24.sec.trusted_include_paths | ******** | ******** |
ic24.slt | 7 | 7 |
ic24.update_domains_retry_interval | 30 | 30 |
ioncube.loader.encoded_paths | no value | no value |
json support | enabled |
json version | 1.2.1 |
libXML support | active |
libXML Compiled Version | 2.9.1 |
libXML Loaded Version | 20901 |
libXML streams | enabled |
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) backtrack check | On |
Multibyte regex (oniguruma) version | 4.7.1 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | pass | pass |
mbstring.http_output | pass | pass |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
mcrypt support | enabled |
---|---|
mcrypt_filter support | enabled |
Version | 2.5.8 |
Api No | 20021217 |
Supported ciphers | cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes |
Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
Directive | Local Value | Master Value |
---|---|---|
mcrypt.algorithms_dir | no value | no value |
mcrypt.modes_dir | no value | no value |
MHASH support | Enabled |
MHASH API Version | Emulated Support |
MySQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Client API version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Directive | Local Value | Master Value |
---|---|---|
mysql.allow_local_infile | On | On |
mysql.allow_persistent | On | On |
mysql.connect_timeout | 60 | 60 |
mysql.default_host | no value | no value |
mysql.default_password | no value | no value |
mysql.default_port | no value | no value |
mysql.default_socket | no value | no value |
mysql.default_user | no value | no value |
mysql.max_links | Unlimited | Unlimited |
mysql.max_persistent | Unlimited | Unlimited |
mysql.trace_mode | Off | Off |
MysqlI Support | enabled |
---|---|
Client API library version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | On | On |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | no value | no value |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
mysqlnd | enabled |
---|---|
Version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Compression | supported |
SSL | supported |
Command buffer size | 4096 |
Read buffer size | 32768 |
Read timeout | 31536000 |
Collecting statistics | Yes |
Collecting memory statistics | No |
Tracing | n/a |
Loaded plugins | mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password |
API Extensions | mysqli,mysql,pdo_mysql |
mysqlnd statistics | |
---|---|
bytes_sent | 4692 |
bytes_received | 958481 |
packets_sent | 108 |
packets_received | 2148 |
protocol_overhead_in | 8592 |
protocol_overhead_out | 432 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 414 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 263 |
bytes_received_prepare_response_packet | 17326 |
bytes_received_change_user_packet | 939981 |
packets_sent_command | 51 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 46 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 49 |
packets_received_prepare_response | 355 |
packets_received_change_user | 1692 |
result_set_queries | 46 |
non_result_set_queries | 3 |
no_index_used | 3 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 46 |
unbuffered_sets | 0 |
ps_buffered_sets | 0 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 0 |
rows_fetched_from_server_normal | 1646 |
rows_fetched_from_server_ps | 0 |
rows_buffered_from_client_normal | 1646 |
rows_buffered_from_client_ps | 0 |
rows_fetched_from_client_normal_buffered | 1646 |
rows_fetched_from_client_normal_unbuffered | 0 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 0 |
rows_affected_ps | 0 |
rows_skipped_normal | 1646 |
rows_skipped_ps | 0 |
copy_on_write_saved | 8298 |
copy_on_write_performed | 0 |
command_buffer_too_small | 0 |
connect_success | 3 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 0 |
active_connections | 18446744073709551615 |
active_persistent_connections | 0 |
explicit_close | 2 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 46 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 0 |
mem_emalloc_amount | 0 |
mem_ecalloc_count | 0 |
mem_ecalloc_amount | 0 |
mem_erealloc_count | 0 |
mem_erealloc_amount | 0 |
mem_efree_count | 0 |
mem_efree_amount | 0 |
mem_malloc_count | 0 |
mem_malloc_amount | 0 |
mem_calloc_count | 0 |
mem_calloc_amount | 0 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 0 |
mem_free_amount | 0 |
mem_estrndup_count | 0 |
mem_strndup_count | 0 |
mem_estndup_count | 0 |
mem_strdup_count | 0 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 6 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 4897 |
proto_text_fetched_bigint | 34 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 0 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 0 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 0 |
proto_text_fetched_timestamp | 12 |
proto_text_fetched_string | 1736 |
proto_text_fetched_blob | 1590 |
proto_text_fetched_enum | 0 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 0 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 0 |
proto_binary_fetched_int24 | 0 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 0 |
proto_binary_fetched_decimal | 0 |
proto_binary_fetched_float | 0 |
proto_binary_fetched_double | 0 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_blob | 0 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 2 |
com_init_db | 0 |
com_query | 49 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 0 |
com_stmt_execute | 0 |
com_stmt_send_long_data | 0 |
com_stmt_close | 0 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 922129 |
bytes_received_real_data_ps | 0 |
example statistics | |
---|---|
stat1 | 0 |
stat2 | 0 |
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.2k-fips 26 Jan 2017 |
OpenSSL Header Version | OpenSSL 1.0.2k-fips 26 Jan 2017 |
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.37 2015-04-28 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO support | enabled |
---|---|
PDO drivers | mysql, sqlite |
PDO Driver for MySQL | enabled |
---|---|
Client API version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /tmp/mysql.sock | /tmp/mysql.sock |
PDO Driver for SQLite 3.x | enabled |
---|---|
SQLite Library | 3.8.10.2 |
Phar: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.1 |
Phar API version | 1.1.1 |
SVN revision | $Id: ba734629367f9671b25202408d13914fa63d8396 $ |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
Native OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
Reflection | enabled |
---|---|
Version | $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $ |
Session Support | enabled |
Registered save handlers | files user |
Registered serializer handlers | php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | Off | Off |
session.cookie_lifetime | 0 | 0 |
session.cookie_path | / | / |
session.cookie_secure | Off | Off |
session.entropy_file | /dev/urandom | /dev/urandom |
session.entropy_length | 32 | 32 |
session.gc_divisor | 100 | 100 |
session.gc_maxlifetime | 1440 | 1440 |
session.gc_probability | 1 | 1 |
session.hash_bits_per_character | 4 | 4 |
session.hash_function | 0 | 0 |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | /data/web/virtuals/73138/virtual/session | /data/web/virtuals/73138/virtual/session |
session.serialize_handler | php | php |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | On | On |
session.use_only_cookies | On | On |
session.use_trans_sid | 0 | 0 |
Simplexml support | enabled |
---|---|
Revision | $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $ |
Schema support | enabled |
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /tmp | /tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
Sockets Support | enabled |
SPL support | enabled |
---|---|
Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
SQLite3 support | enabled |
---|---|
SQLite3 module version | 0.7 |
SQLite Library | 3.8.10.2 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.extension_dir | no value | no value |
Dynamic Library Support | enabled |
Path to sendmail | /data/config/mlimit/sendmail.sh |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 60 | 60 |
from | no value | no value |
url_rewriter.tags | a=href,area=href,frame=src,form=,fieldset= | a=href,area=href,frame=src,form=,fieldset= |
user_agent | no value | no value |
sysvmsg support | enabled |
Revision | $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ |
Tokenizer Support | enabled |
WDDX Support | enabled |
---|---|
WDDX Session Serializer | enabled |
XCache Version | 3.2.0 |
Modules Built | cacher |
Directive | Local Value | Master Value |
---|---|---|
xcache.coredump_directory | no value | no value |
xcache.disable_on_crash | Off | Off |
xcache.experimental | Off | Off |
xcache.test | Off | Off |
XCache Cacher Module | enabled |
Readonly Protection | disabled |
Page Request Time | 2025-06-16 05:32:10 |
Cache Init Time | 2025-06-16 03:29:08 |
Cache Instance Id | 2797129 |
Opcode Cache | enabled, 2,147,483,648 bytes, 8 split(s), with 8192 slots each |
Variable Cache | disabled |
Shared Memory Schemes | mmap |
Directive | Local Value | Master Value |
---|---|---|
xcache.admin.enable_auth | On | On |
xcache.allocator | bestfit | bestfit |
xcache.cacher | On | On |
xcache.count | 8 | 8 |
xcache.gc_interval | 0 | 0 |
xcache.mmap_path | /dev/zero | /dev/zero |
xcache.readonly_protection | Off | Off |
xcache.shm_scheme | mmap | mmap |
xcache.size | 2G | 2G |
xcache.slots | 8K | 8K |
xcache.stat | On | On |
xcache.ttl | 0 | 0 |
xcache.var_allocator | bestfit | bestfit |
xcache.var_count | 1 | 1 |
xcache.var_gc_interval | 120 | 120 |
xcache.var_maxttl | 0 | 0 |
xcache.var_namespace | no value | no value |
xcache.var_namespace_mode | 0 | 0 |
xcache.var_size | 0 | 0 |
xcache.var_slots | 8K | 8K |
xcache.var_ttl | 0 | 0 |
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.9.1 |
XMLReader | enabled |
core library version | xmlrpc-epi v. 0.51 |
php extension version | 0.51 |
author | Dan Libby |
homepage | http://xmlrpc-epi.sourceforge.net |
open sourced by | Epinions.com |
XMLWriter | enabled |
XSL | enabled |
libxslt Version | 1.1.28 |
libxslt compiled against libxml Version | 2.9.1 |
EXSLT | enabled |
libexslt Version | 1.1.28 |
Zip | enabled |
Extension Version | $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $ |
Zip version | 1.11.0 |
Libzip version | 0.10.1 |
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.7 |
Linked Version | 1.2.7 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Module Name |
---|
sysvsem |
sysvshm |
empty
empty
empty
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With
Time ms | SQL Query | Rows | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.353 | SET NAMES 'utf8'/data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/model/ArticlesRepository.php:123 | 0 | ||||||||||||||||||||
1.375 explain | SELECT `id`, `sectionID`, `typeID`, `headline`, `perex` FROM `articles` WHERE (`typeID` = '4') AND (`sectionID` = '1') AND (`visible` = '1') ORDER BY `created` DESC
| 19 |
http://test9867.geekcave.cz/comics/ostatni/
Matched? | Class | Mask | Defaults | Module | Request |
---|---|---|---|---|---|
no | Route |
vyhledavani |
module = Front |
|
|
no | Route |
zpetna-vazba/ |
module = Front |
|
|
no | Route |
o-nas/redakce/<userID> |
module = Front |
|
|
no | Route |
comics/recenze/<id> |
module = Front |
|
|
no | Route |
hry/recenze/<id> |
module = Front |
|
|
no | Route |
comics/novinky/<id> |
module = Front |
|
|
no | Route |
hry/novinky/<id> |
module = Front |
|
|
no | Route |
comics/zajimavosti/<id> |
module = Front |
|
|
no | Route |
hry/zajimavosti/<id> |
module = Front |
|
|
no | Route |
comics/ostatni/<id> |
module = Front |
|
|
no | Route |
hry/ostatni/<id> |
module = Front |
|
|
no | Route |
forum/ |
module = Front |
|
|
no | Route |
forum/section/<id> |
module = Front |
|
|
no | Route |
forum/topic/<id> |
module = Front |
|
|
no | Route |
stream/ |
module = Front |
|
|
no | Route |
comics/recenze/ |
module = Front |
|
|
no | Route |
comics/novinky/ |
module = Front |
|
|
no | Route |
comics/zajimavosti/ |
module = Front |
|
|
no | Route |
hry/recenze/ |
module = Front |
|
|
no | Route |
hry/novinky/ |
module = Front |
|
|
no | Route |
hry/zajimavosti/ |
module = Front |
|
|
yes | Route |
comics/ostatni/ |
module = Front |
|
Front:Comics:others |
no | Route |
hry/ostatni/ |
module = Front |
|
|
no | Route |
hry/ |
module = Front |
|
|
no | Route |
comics/ |
module = Front |
|
|
no | Route |
o-nas/ |
module = Front |
|
|
no | Route |
o-nas/redakce/ |
module = Front |
|
|
may | Route |
<module>/<presenter>/<action>[/<id>] |
module = Front |
|
Comics:Ostatni:default |
App\FrontModule\Presenters\ComicsPresenter::renderOthers() in /data/web/virtuals/73138/virtual/www/domains/test9867.geekcave.cz/app/FrontModule/presenters/ComicsPresenter.php:98