Invalid argument passed to foreach resp. SmartCachingIterator; array or Traversable expected, NULL given.
File: E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\Iterators\SmartCachingIterator.php Line: 48
Line 41: $iterator = $iterator->getIterator();
Line 42:
Line 43: } elseif (!($iterator instanceof Iterator)) {
Line 44: $iterator = new IteratorIterator($iterator);
Line 45: }
Line 46:
Line 47: } else {
Line 48: throw new InvalidArgumentException("Invalid argument passed to foreach resp. " . __CLASS__ . "; array or Traversable expected, " . (is_object($iterator) ? get_class($iterator) : gettype($iterator)) ." given.");
Line 49: }
Line 50:
Line 51: parent::__construct($iterator, 0);
Line 52: }
Line 53:
Line 54:
Line 55:
c-Nette.Template/_cac5f69d953fa9d0d0416b88979c064e._vz4_Seznam.phtml.php (114) source ► SmartCachingIterator-> __construct (arguments ►)
$iterator | NULL |
---|
Line 107:
Line 108: <!--LETNÍ PNEU START-->
Line 109: <div class="col-12">
Line 110: <div class="w-100" id="letnidod">
Line 111: <h2 class="text-center font-weight-bolder text-white text pt-4 pb-4">LETNÍ PNEUMATIKY</h2>
Line 112: <div class="row p-md-4 ml-4">
Line 113:
Line 114: <?php foreach ($iterator = $_cb->its[] = new SmartCachingIterator($CLANKY['USER8']) as $row): ?>
Line 115:
Line 116: <div class="col-12 col-md-6 col-lg-3 d-flex flex-grow-1 mt-2 bg-dark w-75 border-black ">
Line 117: <div class="w-100 p-2">
Line 118: <h5 class="text-white text font-weight-bold text-center mt-2">
Line 119: <?php echo $row->nazev ?>
Line 120:
Line 121: </h5>
Loaders/LimitedScope.php (67) source ► include (arguments ►)
#0 | "E:\Internet\kumhotyre.cz\temp\c-Nette.Template\_cac5f69d953fa9d0d0416b88979c064e._vz4_Seznam.phtml.php" (102) |
---|
Line 60: if (func_num_args() > 1) {
Line 61: self::$vars = func_get_arg(1);
Line 62: if (self::$vars === TRUE) {
Line 63: return include_once func_get_arg(0);
Line 64: }
Line 65: extract(self::$vars);
Line 66: }
Line 67: return include func_get_arg(0);
Line 68: }
Line 69:
Line 70: }
Line 71:
Templates/Template.php (124) source ► LimitedScope:: load (arguments ►)
#0 | "E:\Internet\kumhotyre.cz/temp/c-Nette.Template/_cac5f69d953fa9d0d0416b88979c064e._vz4_Seznam.phtml.php" (102) |
---|---|
#1 | array(39) ► |
Line 117: )
Line 118: );
Line 119: $cache->release();
Line 120: $cached = $cache[$key];
Line 121: }
Line 122:
Line 123: if ($cached !== NULL && self::$cacheStorage instanceof TemplateCacheStorage) {
Line 124: LimitedScope::load($cached['file'], $this->getParams());
Line 125: flock($cached['handle'], LOCK_UN);
Line 126: fclose($cached['handle']);
Line 127:
Line 128: } else {
Line 129: LimitedScope::evaluate($content, $this->getParams());
Line 130: }
Line 131: }
Responses/RenderResponse.php (55) source ► Template-> render ()
Line 48: /**
Line 49: * Sends response to output.
Line 50: * @return void
Line 51: */
Line 52: public function send()
Line 53: {
Line 54: if ($this->source instanceof ITemplate) {
Line 55: $this->source->render();
Line 56:
Line 57: } else {
Line 58: echo $this->source;
Line 59: }
Line 60: }
Line 61:
Line 62: }
Application/Application.php (153) source ► RenderResponse-> send ()
Line 146:
Line 147: // Send response
Line 148: if ($response instanceof ForwardingResponse) {
Line 149: $request = $response->getRequest();
Line 150: continue;
Line 151:
Line 152: } elseif ($response instanceof IPresenterResponse) {
Line 153: $response->send();
Line 154: }
Line 155: break;
Line 156:
Line 157: } catch (Exception $e) {
Line 158: // fault barrier
Line 159: if ($this->catchExceptions === NULL) {
Line 160: $this->catchExceptions = Environment::isProduction();
app/bootstrap.php (167) source ► Application-> run ()
Line 160:
Line 161: dibi::connect($GLOB["MYSQL"]);
Line 162: /* upload */
Line 163:
Line 164:
Line 165:
Line 166: // Step 5: Run the application!
Line 167: $application->run();
Line 168:
kumhotyre.cz/index.php (21) source ► require (arguments ►)
#0 | "E:\Internet\kumhotyre.cz\nette\app\bootstrap.php" (48) |
---|
Line 14: // absolute filesystem path to the application root
Line 15: define('APP_DIR', WWW_DIR . '/nette/app');
Line 16:
Line 17: // absolute filesystem path to the libraries
Line 18: define('LIBS_DIR', WWW_DIR . '/nette/libs/');
Line 19:
Line 20: // load bootstrap file
Line 21: require APP_DIR . '/bootstrap.php';
Line 22: }
Line 23:
array(1) ▼ [
0 => PresenterRequest(7) ► {
"method" private => "GET" (3)
"flags" private => array(1) ▼ {
"secured" => TRUE
}
"name" private => "Login" (5)
"params" private => array(2) ▼ {
"q" => "dodavkove-vz4" (13)
"action" => "Prihlaseni" (10)
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => TRUE
}
]
LoginPresenter(29) ► {
"onShutdown" => NULL
"oldLayoutMode" => TRUE
"oldModuleMode" => TRUE
"request" private => PresenterRequest(7) ► {
"method" private => "GET" (3)
"flags" private => array(1) ▼ {
"secured" => TRUE
}
"name" private => "Login" (5)
"params" private => array(2) ▼ {
"q" => "dodavkove-vz4" (13)
"action" => "Prihlaseni" (10)
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => TRUE
}
"response" private => RenderResponse(1) ▼ {
"source" private => Template(7) ► {
"file" private => "E:\Internet\kumhotyre.cz/nette/app/templates/DESIGN//_vz4_Seznam.phtml" (70)
"warnOnUndefined" => TRUE
"onPrepareFilters" => array(1) [ ... ]
"params" private => array(39) { ... }
"filters" private => array(1) [ ... ]
"helpers" private => array(8) { ... }
"helperLoaders" private => array(1) [ ... ]
}
}
"phase" private => 5
"autoCanonicalize" => TRUE
"absoluteUrls" => FALSE
"globalParams" private => array(0)
"globalState" private => array(0)
"globalStateSinces" private => array(0)
"action" private => "Prihlaseni" (10)
"view" private => "Prihlaseni" (10)
"layout" private => NULL
"payload" private => stdClass(0)
"signalReceiver" private => ""
"signal" private => NULL
"ajaxMode" private => FALSE
"startupCheck" private => TRUE
"lastCreatedRequest" private => NULL
"lastCreatedRequestFlag" private => NULL
"template" private => Template(7) ► {
"file" private => "E:\Internet\kumhotyre.cz/nette/app/templates/DESIGN//_vz4_Seznam.phtml" (70)
"warnOnUndefined" => TRUE
"onPrepareFilters" => array(1) ▼ [
0 => array(2) [ ... ]
]
"params" private => array(39) ► {
"component" => LoginPresenter(29) { *RECURSION* }
"control" => LoginPresenter(29) { *RECURSION* }
"presenter" => LoginPresenter(29) { *RECURSION* }
"baseUri" => "/"
"basePath" => ""
"flashes" => array(0)
"appName" => "EasyServer" (10)
"TEMATA_SEZNAM" => array(0)
"ADMIN_PATH" => "https://www.kumhotyre.cz/PMe/" (29)
"ADMIN_IFRAME" => ""
"ODSAZENI_LIST" => 0
"CLANKY" => array(1) { ... }
"MENU" => array(12) { ... }
"MENU_WEB" => array(2) { ... }
"CLANKY_RURIKA" => array(1) { ... }
"MENU_SLOZKA" => array(2) { ... }
"POD_MENU" => array(0)
"PODMENU" => array(2) { ... }
"PODMENU_POCET" => array(2) { ... }
"PODMENU_POCET2" => array(9) { ... }
"MENU_NAZEV" => array(2) { ... }
"DOKUMENTY_POSLEDNI" => array(0)
"POSLEDNI_DOKUMENTY" => array(0)
"MENU_POCET" => "6"
"CLANEK_RAND" => array(0)
"CLANEK_DROBECKOVE_MENU" => array(1) [ ... ]
"MENU_AKTIV_NAZEV" => array(1) [ ... ]
"JS_L" => "{"
"JS_R" => "}"
"DATUM_WEBU" => "2024-11-21" (10)
"MENU_DROBECKOVE_MENU" => array(0)
"HOMEPAGE" => "https://www.kumhotyre.cz" (24)
"KLICOVA_SLOVA" => ""
"POPIS_WEBU" => ""
"TITULEK_WEBU" => "Dodávkové" (11)
"CLANEK_PODRUBRIKY" => array(0)
"CLANEK" => array(2) { ... }
"KALENDAR" => "<div class="kal"><a href="index.php?filter=1&d=1&m=10&y=2024&f=1#kalTop" class="l"><</a>listopad<a href="index.php?filter=1&d=1&m=12&y=2024&f=1#kalTop ... " (1310)
"template" => Template(7) { *RECURSION* }
}
"filters" private => array(1) ▼ [
0 => Callback(1) { ... }
]
"helpers" private => array(8) ► {
"escape" => Callback(1) { ... }
"escapeurl" => Callback(1) { ... }
"striptags" => Callback(1) { ... }
"nl2br" => Callback(1) { ... }
"substr" => Callback(1) { ... }
"repeat" => Callback(1) { ... }
"implode" => Callback(1) { ... }
"number" => Callback(1) { ... }
}
"helperLoaders" private => array(1) ▼ [
0 => Callback(1) { ... }
]
}
"invalidSnippets" private => array(0)
"params" protected => array(2) ▼ {
"q" => "dodavkove-vz4" (13)
"action" => "Prihlaseni" (10)
}
"components" private => array(0)
"cloning" private => NULL
"parent" private => NULL
"name" private => "Login" (5)
"monitors" private => array(1) ▼ {
"Presenter" => array(4) ▼ [
0 => NULL
1 => NULL
2 => NULL
3 => TRUE
]
}
}
APP_NAME | "EasyServer" (10) |
---|---|
WWW_DIR | "E:\Internet\kumhotyre.cz" (24) |
APP_DIR | "E:\Internet\kumhotyre.cz/nette/app" (34) |
LIBS_DIR | "E:\Internet\kumhotyre.cz/nette/libs/" (36) |
NETTE | TRUE |
NETTE_DIR | "E:\Internet\kumhotyre.cz\nette\libs\Nette" (41) |
NETTE_VERSION_ID | 907 |
NETTE_PACKAGE | "PHP 5.2" (7) |
ADMIN_PATH | "https://www.kumhotyre.cz/PMe/" (29) |
ODSAZENI_LIST | 0 |
SPRAVNE_CLANKY | "and stavpublikace>=2 and (ifnull(UNIX_TIMESTAMP(datum_expirace),0)=0 or (ifnull(UNIX_TIMESTAMP(datum_expirace),0)>=(UNIX_TIMESTAMP(NOW())))) and (if ... " (228) |
E:\Internet\kumhotyre.cz\index.php |
E:\Internet\kumhotyre.cz\nette\app\bootstrap.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\loader.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\exceptions.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\Framework.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\SmartObject.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\ObjectMixin.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\Callback.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Loaders\LimitedScope.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Loaders\AutoLoader.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Loaders\NetteLoader.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\dibi.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\Nette\IDebuggable.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\interfaces.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiObject.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiException.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiConnection.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiResult.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiResultIterator.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiRow.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiTranslator.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiVariable.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiDataSource.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiFluent.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiDatabaseInfo.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\libs\DibiProfiler.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Debug\Debug.php |
E:\Internet\kumhotyre.cz\nette\app\lang\CZ.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Environment\Environment.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Environment\Configurator.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Environment\ServiceLocator.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Environment\IServiceLocator.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\Session.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\DateTime.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Loaders\RobotLoader.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Caching\Cache.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Caching\FileStorage.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Caching\ICacheStorage.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\Application.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\Routers\SimpleRouter.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\IRouter.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\Tools.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\HttpRequest.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\IHttpRequest.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\UriScript.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\Uri.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\FreezableObject.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\Strings.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\HttpResponse.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\IHttpResponse.php |
E:\Internet\kumhotyre.cz\nette\libs\dibi\drivers\mysqli.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Reflection\ClassReflection.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Reflection\PropertyReflection.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\PresenterRequest.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\PresenterLoader.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\IPresenterLoader.php |
E:\Internet\kumhotyre.cz\nette\app\presenters\LoginPresenter.php |
E:\Internet\kumhotyre.cz\nette\app\presenters\BasePresenter.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\Presenter.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\Control.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\PresenterComponent.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\ComponentModel\ComponentContainer.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\ComponentModel\Component.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\ComponentModel\IComponent.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\ComponentModel\IComponentContainer.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\ISignalReceiver.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\IStatePersistent.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\IRenderable.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\IPresenter.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\PresenterComponentReflection.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Reflection\AnnotationsParser.php |
E:\Internet\kumhotyre.cz\nette\app\models\ClanekModel.php |
E:\Internet\kumhotyre.cz\nette\app\components\RSCaptcha\RSCaptcha.php |
E:\Internet\kumhotyre.cz\nette\app\components\RSCaptcha\Captcha.php |
E:\Internet\kumhotyre.cz\nette\app\models\BaseModel.php |
E:\Internet\kumhotyre.cz\nette\app\models\DokumentModel.php |
E:\Internet\kumhotyre.cz\nette\app\models\MenuModel.php |
E:\Internet\kumhotyre.cz\nette\app\models\UzivatelModel.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Security\IAuthenticator.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Web\SessionNamespace.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\Template.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\BaseTemplate.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\ITemplate.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\IFileTemplate.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\Filters\LatteFilter.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\Filters\LatteMacros.php |
E:\Internet\kumhotyre.cz\nette\app\classes\Connection.php |
E:\Internet\kumhotyre.cz\nette\app\classes\Alias.php |
E:\Internet\kumhotyre.cz\nette\app\presenters\UserContent.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\Iterators\InstanceFilterIterator.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\Responses\RenderResponse.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\IPresenterResponse.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Application\Exceptions\AbortException.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\TemplateCacheStorage.php |
E:\Internet\kumhotyre.cz\temp\c-Nette.Template\_cac5f69d953fa9d0d0416b88979c064e._vz4_Seznam.phtml.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\Filters\SnippetHelper.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Templates\Filters\TemplateHelpers.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Utils\Iterators\SmartCachingIterator.php |
E:\Internet\kumhotyre.cz\nette\libs\Nette\Debug\templates\bluescreen.phtml |
_FCGI_X_PIPE_ | "\\.\pipe\IISFCGI-8203ee5e-a9a4-4fae-9ed1-6ce3f9269e2a" (53) |
---|---|
PHP_FCGI_MAX_REQUESTS | "10000" (5) |
PHPRC | "C:\Program Files\PHP\v7.3" (25) |
ALLUSERSPROFILE | "C:\ProgramData" (14) |
APPDATA | "C:\Windows\system32\config\systemprofile\AppData\Roaming" (56) |
APP_POOL_CONFIG | "C:\inetpub\temp\apppools\kumhotyre.cz\kumhotyre.cz.config" (57) |
APP_POOL_ID | "kumhotyre.cz" (12) |
CommonProgramFiles | "C:\Program Files\Common Files" (29) |
CommonProgramFiles(x86) | "C:\Program Files (x86)\Common Files" (35) |
CommonProgramW6432 | "C:\Program Files\Common Files" (29) |
COMPUTERNAME | "KRAKEN" (6) |
ComSpec | "C:\Windows\system32\cmd.exe" (27) |
LOCALAPPDATA | "C:\Windows\system32\config\systemprofile\AppData\Local" (54) |
NUMBER_OF_PROCESSORS | "2" |
OS | "Windows_NT" (10) |
Path | "C:\Program Files\PHP\v7.3;C:\Program Files\iis express\PHP\v7.0;C:\Program Files (x86)\iis express\PHP\v5.6;C:\Windows\system32;C:\Windows;C:\Windows\ ... " (497) |
PATHEXT | ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" (53) |
PROCESSOR_ARCHITECTURE | "AMD64" (5) |
PROCESSOR_IDENTIFIER | "Intel64 Family 6 Model 79 Stepping 0, GenuineIntel" (50) |
PROCESSOR_LEVEL | "6" |
PROCESSOR_REVISION | "4f00" (4) |
ProgramData | "C:\ProgramData" (14) |
ProgramFiles | "C:\Program Files" (16) |
ProgramFiles(x86) | "C:\Program Files (x86)" (22) |
ProgramW6432 | "C:\Program Files" (16) |
PSModulePath | "C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules" (93) |
PUBLIC | "C:\Users\Public" (15) |
SystemDrive | "C:" (2) |
SystemRoot | "C:\Windows" (10) |
TEMP | "C:\Windows\TEMP" (15) |
TMP | "C:\Windows\TEMP" (15) |
USERDOMAIN | "GPD" (3) |
USERNAME | "KRAKEN$" (7) |
USERPROFILE | "C:\Windows\system32\config\systemprofile" (40) |
windir | "C:\Windows" (10) |
ORIG_PATH_INFO | "/index.php" (10) |
URL | "/index.php" (10) |
SERVER_SOFTWARE | "Microsoft-IIS/10.0" (18) |
SERVER_PROTOCOL | "HTTP/1.1" (8) |
SERVER_PORT_SECURE | "1" |
SERVER_PORT | "443" (3) |
SERVER_NAME | "kumhotyre.cz" (12) |
SCRIPT_NAME | "/index.php" (10) |
SCRIPT_FILENAME | "E:\Internet\kumhotyre.cz\index.php" (34) |
REQUEST_URI | "/dodavkove-vz4" (14) |
REQUEST_METHOD | "GET" (3) |
REMOTE_USER | "" |
REMOTE_PORT | "5519" (4) |
REMOTE_HOST | "18.191.200.223" (14) |
REMOTE_ADDR | "18.191.200.223" (14) |
QUERY_STRING | "q=dodavkove-vz4" (15) |
PATH_TRANSLATED | "E:\Internet\kumhotyre.cz\index.php" (34) |
LOGON_USER | "" |
LOCAL_ADDR | "192.168.135.238" (15) |
INSTANCE_META_PATH | "/LM/W3SVC/16" (12) |
INSTANCE_NAME | "KUMHOTYRE.CZ" (12) |
INSTANCE_ID | "16" (2) |
HTTPS_SERVER_SUBJECT | "CN=kumhotyre.cz" (15) |
HTTPS_SERVER_ISSUER | "C=US, O=DigiCert Inc, OU=www.digicert.com, CN=RapidSSL TLS RSA CA G1" (68) |
HTTPS_SECRETKEYSIZE | "2048" (4) |
HTTPS_KEYSIZE | "256" (3) |
HTTPS | "on" (2) |
GATEWAY_INTERFACE | "CGI/1.1" (7) |
DOCUMENT_ROOT | "E:\Internet\kumhotyre.cz" (24) |
CONTENT_TYPE | "" |
CONTENT_LENGTH | "0" |
CERT_SUBJECT | "" |
CERT_SERIALNUMBER | "" |
CERT_ISSUER | "" |
CERT_FLAGS | "" |
CERT_COOKIE | "" |
AUTH_USER | "" |
AUTH_PASSWORD | "" |
AUTH_TYPE | "" |
APPL_PHYSICAL_PATH | "E:\Internet\kumhotyre.cz\" (25) |
APPL_MD_PATH | "/LM/W3SVC/16/ROOT" (17) |
IIS_UrlRewriteModule | "7.1.1980.0" (10) |
UNENCODED_URL | "/dodavkove-vz4" (14) |
IIS_WasUrlRewritten | "1" |
HTTP_X_ORIGINAL_URL | "/dodavkove-vz4" (14) |
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) |
HTTP_HOST | "kumhotyre.cz" (12) |
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" (23) |
HTTP_ACCEPT | "*/*" (3) |
HTTP_CONTENT_LENGTH | "0" |
HTTP_CONNECTION | "close" (5) |
FCGI_ROLE | "RESPONDER" (9) |
PHP_SELF | "/index.php" (10) |
REQUEST_TIME_FLOAT | 1732178378.0863 |
REQUEST_TIME | 1732178378 |
Content-Type | |
---|---|
Content-Length | 0 |
X-Original-Url | /dodavkove-vz4 |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Host | kumhotyre.cz |
Accept-Encoding | gzip, br, zstd, deflate |
Accept | */* |
Connection | close |
q | "dodavkove-vz4" (13) |
---|
empty
empty
Set-Cookie: PHPSESSID=3d6a5bk8qa3aidhdbkfn4q2jdp; expires=Sat, 23-Nov-2024 08:39:38 GMT; Max-Age=172800; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: PHPSESSID=3d6a5bk8qa3aidhdbkfn4q2jdp; expires=Sat, 23-Nov-2024 08:39:38 GMT; Max-Age=172800; path=/; HttpOnly
Set-Cookie: nette-browser=0.39850524269305; path=/; HttpOnly
X-Powered-By: Nette Framework
Content-type: text/html; charset=UTF-8