Component or subcomponent name must not be empty string.
File: /var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/ComponentContainer.php Line: 138
Line 131: $a = strpos($name, self::NAME_SEPARATOR);
Line 132: if ($a !== FALSE) {
Line 133: $ext = (string) substr($name, $a + 1);
Line 134: $name = substr($name, 0, $a);
Line 135: }
Line 136:
Line 137: if ($name === '') {
Line 138: throw new InvalidArgumentException("Component or subcomponent name must not be empty string.");
Line 139: }
Line 140: }
Line 141:
Line 142: if (!isset($this->components[$name])) {
Line 143: $component = $this->createComponent($name);
Line 144: if ($component instanceof IComponent && $component->getParent() === NULL) {
Line 145: $this->addComponent($component, $name);
Application/Presenter.php (1204) source ► ComponentContainer-> getComponent (arguments ►)
$name | string(197) "-d_allow_url_include=on_-d_safe_mode=off_-d_suhosin_simulation=on_-d_disable_functions=""_-d_open_basedir=none_-d_auto_prepend_file=php://input_-d_cgi ... "
|
---|---|
$need | bool(FALSE)
|
Line 1197: * Permanently saves state information for all subcomponents to $this->globalState.
Line 1198: * @return void
Line 1199: */
Line 1200: protected function saveGlobalState()
Line 1201: {
Line 1202: // load lazy components
Line 1203: foreach ($this->globalParams as $id => $foo) {
Line 1204: $this->getComponent($id, FALSE);
Line 1205: }
Line 1206:
Line 1207: $this->globalParams = array();
Line 1208: $this->globalState = $this->getGlobalState();
Line 1209: }
Line 1210:
Line 1211:
Application/Presenter.php (210) source ► Presenter-> saveGlobalState ()
Line 203:
Line 204: $this->beforeRender();
Line 205: // calls $this->render<View>()
Line 206: $this->tryCall($this->formatRenderMethod($this->getView()), $this->params);
Line 207: $this->afterRender();
Line 208:
Line 209: // save component tree persistent state
Line 210: $this->saveGlobalState();
Line 211: if ($this->isAjax()) {
Line 212: $this->payload->state = $this->getGlobalState();
Line 213: }
Line 214:
Line 215: // finish template rendering
Line 216: $this->sendTemplate();
Line 217:
Application/Application.php (145) source ► Presenter-> run (arguments ►)
$request | object(PresenterRequest) (7) ► |
---|
Line 138: } catch (InvalidPresenterException $e) {
Line 139: throw new BadRequestException($e->getMessage(), 404, $e);
Line 140: }
Line 141: $request->freeze();
Line 142:
Line 143: // Execute presenter
Line 144: $this->presenter = new $class;
Line 145: $response = $this->presenter->run($request);
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) {
app/bootstrap.php (134) source ► Application-> run ()
Line 127: if (preg_match('/bot|crawl|slurp|spider|wget|nagios/i', (string) filter_input(INPUT_SERVER, 'HTTP_USER_AGENT')) === 1) {
Line 128: register_shutdown_function(function () {
Line 129: if (session_status() === PHP_SESSION_ACTIVE) { session_destroy(); }
Line 130: });
Line 131: }
Line 132:
Line 133: // Step 5: Run the application!
Line 134: $application->run();
Line 135:
www/index.php (14) source ► require (arguments ►)
#0 | string(63) "/var/www/kreatura/data/www/watchdeluxe.sk/www/app/bootstrap.php"
|
---|
Line 7:
Line 8: // absolute filesystem path to the libraries
Line 9: define('LIBS_DIR',WWW_DIR.'/libs');
Line 10:
Line 11: require WWW_DIR . '/vendor/autoload.php';
Line 12:
Line 13: // load bootstrap file
Line 14: require(APP_DIR.'/bootstrap.php');
Line 15:
Line 16: ?>
array(1) ▼ {
0 => object(PresenterRequest) (7) ► {
"method" private => string(4) "POST"
"flags" private => array(1) ▼ {
"secured" => bool(FALSE)
}
"name" private => string(12) "HomepageNode"
"params" private => array(3) ▼ {
"action" => string(7) "default"
"lang" => string(2) "cz"
"-d_allow_url_include=on_-d_safe_mode=off_-d_suhosin_simulation=on_-d_disable_functions=""_-d_open_basedir=none_-d_auto_prepend_file=php://input_-d_cgi_force_redirect=0_-d_cgi_redirect_status_env=0_-n" => string(0) ""
}
"post" private => array(1) ▼ {
"" => string(0) ""
}
"files" private => array(0)
"frozen" private => bool(TRUE)
}
}
object(HomepageNodePresenter) (34) ► {
"backlink" => NULL
"lang" => string(2) "cz"
"translator" => object(GettextTranslator) (5) ▼ {
"locale" => NULL
"endian" private => bool(FALSE)
"file" protected => resource of type(stream)
"dictionary" protected => array(48) ► {
"Byli jste přhlášeni do newsletteru." => object(Word) (2) {
...
}
"Další hodinky" => object(Word) (2) {
...
}
"Další novinky" => object(Word) (2) {
...
}
"Další prodejna" => object(Word) (2) {
...
}
"Detail" => object(Word) (2) {
...
}
"DÁMSKÉ" => object(Word) (2) {
...
}
"E-mail" => object(Word) (2) {
...
}
"E-mail *" => object(Word) (2) {
...
}
"E-mailová adresa musí být správná." => object(Word) (2) {
...
}
"HLEDAT" => object(Word) (2) {
...
}
"Hledat" => object(Word) (2) {
...
}
"Jméno" => object(Word) (2) {
...
}
"Jméno *" => object(Word) (2) {
...
}
"Kontaktní formulář" => object(Word) (2) {
...
}
"MENU" => object(Word) (2) {
...
}
"Mapa" => object(Word) (2) {
...
}
"Menu" => object(Word) (2) {
...
}
"Máte dotaz?" => object(Word) (2) {
...
}
"NABÍZENÉ ZNAČKY PRODUKTŮ" => object(Word) (2) {
...
}
"NOVINKY ZE SVĚTA WATCH DE LUXE" => object(Word) (2) {
...
}
"Na prodejně zakoupíte značky" => object(Word) (2) {
...
}
"Naše prodejny" => object(Word) (2) {
...
}
"Odeslat" => object(Word) (2) {
...
}
"Odeslat >" => object(Word) (2) {
...
}
"Pole označená * jsou povinná" => object(Word) (2) {
...
}
"PÁNSKÉ" => object(Word) (2) {
...
}
"Předchozí hodinky" => object(Word) (2) {
...
}
"Předchozí prodejna" => object(Word) (2) {
...
}
"Přihlaste se k odběru newsletteru" => object(Word) (2) {
...
}
"Souhlasím se zasíláním newsletteru" => object(Word) (2) {
...
}
"Telefon" => object(Word) (2) {
...
}
"Text zprávy *" => object(Word) (2) {
...
}
"Vyberte prodejnu podle značky" => object(Word) (2) {
...
}
"Vyhledávání" => object(Word) (2) {
...
}
"Váše dotaz byl úspěšně odeslán." => object(Word) (2) {
...
}
"VŠE" => object(Word) (2) {
...
}
"Všechny značky" => object(Word) (2) {
...
}
"ZNAČKU MŮŽETE KOUPIT V TĚCHTO PRODEJNÁCH:" => object(Word) (2) {
...
}
"Zadejte vaše jméno." => object(Word) (2) {
...
}
"Zadejte vaši zprávu." => object(Word) (2) {
...
}
"Zadejte váš e-mail." => object(Word) (2) {
...
}
"Zobrazit kolekce" => object(Word) (2) {
...
}
"Zobrazit více" => object(Word) (2) {
...
}
"Zobrazit všechny" => object(Word) (2) {
...
}
"Zpráva" => object(Word) (2) {
...
}
"Zpět na kolekci" => object(Word) (2) {
...
}
"více" => object(Word) (2) {
...
}
"Úvod" => object(Word) (2) {
...
}
}
"meta" protected => array(19) ► {
"Project-Id-Version" => string(8) "beArtCom"
"Report-Msgid-Bugs-To" => string(0) ""
"POT-Creation-Date" => string(21) "2014-09-24 18:11+0100"
"PO-Revision-Date" => string(21) "2016-05-02 10:11+0100"
"Last-Translator" => string(12) "Martin Lojda"
"Language-Team" => string(8) "Kreatura"
"Language" => string(5) "cs_CZ"
"MIME-Version" => string(3) "1.0"
"Content-Type" => string(25) "text/plain; charset=UTF-8"
"Content-Transfer-Encoding" => string(4) "8bit"
"X-Poedit-KeywordsList" => string(22) "_;gettext;gettext_noop"
"X-Poedit-Basepath" => string(1) "."
"X-Poedit-SourceCharset" => string(5) "UTF-8"
"Plural-Forms" => string(55) "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4 ? 1 : 2);"
"X-Generator" => string(12) "Poedit 1.5.5"
"X-Poedit-SearchPath-0" => string(12) "../templates"
"X-Poedit-SearchPath-1" => string(13) "../presenters"
"X-Poedit-SearchPath-2" => string(9) "../models"
"X-Poedit-SearchPath-3" => string(13) "../components"
}
}
"loggedUser" protected => NULL
"oldLayoutMode" => bool(FALSE)
"oldModuleMode" => bool(FALSE)
"webConfig" protected => object(Config) (4) ▼ {
"locale" => string(11) "cs_CZ.UTF-8"
"aktualityNode" => string(1) "3"
"prodejnyNode" => string(2) "14"
"smallmenu" => object(Config) (2) ▼ {
"0" => string(2) "13"
"1" => string(2) "14"
}
}
"onShutdown" => NULL
"request" private => object(PresenterRequest) (7) ► {
"method" private => string(4) "POST"
"flags" private => array(1) ▼ {
"secured" => bool(FALSE)
}
"name" private => string(12) "HomepageNode"
"params" private => array(3) ▼ {
"action" => string(7) "default"
"lang" => string(2) "cz"
"-d_allow_url_include=on_-d_safe_mode=off_-d_suhosin_simulation=on_-d_disable_functions=""_-d_open_basedir=none_-d_auto_prepend_file=php://input_-d_cgi_force_redirect=0_-d_cgi_redirect_status_env=0_-n" => string(0) ""
}
"post" private => array(1) ▼ {
"" => string(0) ""
}
"files" private => array(0)
"frozen" private => bool(TRUE)
}
"response" private => NULL
"phase" private => int(4)
"autoCanonicalize" => bool(TRUE)
"absoluteUrls" => bool(FALSE)
"globalParams" private => array(1) ▼ {
"-d_allow_url_include=on_-d_safe_mode=off_-d_suhosin_simulation=on_-d_disable_functions=""_-d_open_basedir=none_-d_auto_prepend_file=php://input_-d_cgi_force_redirect=0_-d_cgi_redirect_status_env=0_" => array(1) ▼ {
"n" => string(0) ""
}
}
"globalState" private => NULL
"globalStateSinces" private => NULL
"action" private => string(7) "default"
"view" private => string(7) "default"
"layout" private => NULL
"payload" private => object(stdClass) (0) {}
"signalReceiver" private => string(0) ""
"signal" private => NULL
"ajaxMode" private => bool(FALSE)
"startupCheck" private => bool(TRUE)
"lastCreatedRequest" private => NULL
"lastCreatedRequestFlag" private => NULL
"template" private => object(Template) (7) ► {
"file" private => NULL
"warnOnUndefined" => bool(TRUE)
"onPrepareFilters" => array(1) ▼ {
0 => array(2) {
...
}
}
"params" private => array(21) ► {
"component" => object(HomepageNodePresenter) (34) {
*RECURSION*
}
"control" => object(HomepageNodePresenter) (34) {
*RECURSION*
}
"presenter" => object(HomepageNodePresenter) (34) {
*RECURSION*
}
"baseUri" => string(1) "/"
"basePath" => string(0) ""
"flashes" => array(0)
"langs" => array(1) {
...
}
"lang" => string(2) "cz"
"isHP" => bool(TRUE)
"loggedAdminUser" => NULL
"rootNode" => object(StructureBaseNodeModel) (12) {
...
}
"meta" => object(stdClass) (2) {
...
}
"currentNode" => object(StructureBaseNodeModel) (12) {
...
}
"claims" => object(StructureBaseNodeModel) (12) {
...
}
"news" => object(StructureBaseNodeModel) (12) {
...
}
"types" => array(2) {
...
}
"brands" => array(11) {
...
}
"webConfig" => object(Config) (4) {
...
}
"mainmenu" => array(4) {
...
}
"breadcrumbs" => NULL
"smallmenu" => array(2) {
...
}
}
"filters" private => array(0)
"helpers" private => array(12) ► {
"escape" => object(Callback) (1) {
...
}
"escapeurl" => object(Callback) (1) {
...
}
"striptags" => object(Callback) (1) {
...
}
"nl2br" => object(Callback) (1) {
...
}
"substr" => object(Callback) (1) {
...
}
"repeat" => object(Callback) (1) {
...
}
"implode" => object(Callback) (1) {
...
}
"number" => object(Callback) (1) {
...
}
"wysiwyg" => object(Callback) (1) {
...
}
"image" => object(Callback) (1) {
...
}
"url2link" => object(Callback) (1) {
...
}
"translate" => object(Callback) (1) {
...
}
}
"helperLoaders" private => array(1) ▼ {
0 => object(Callback) (1) {
...
}
}
}
"invalidSnippets" private => array(0)
"params" protected => array(2) ▼ {
"action" => string(7) "default"
"lang" => string(2) "cz"
}
"components" private => array(0)
"cloning" private => NULL
"parent" private => NULL
"name" private => string(12) "HomepageNode"
"monitors" private => array(1) ▼ {
"Presenter" => array(4) ▼ {
0 => NULL
1 => NULL
2 => NULL
3 => bool(TRUE)
}
}
}
WWW_DIR | string(45) "/var/www/kreatura/data/www/watchdeluxe.sk/www"
|
---|---|
APP_DIR | string(49) "/var/www/kreatura/data/www/watchdeluxe.sk/www/app"
|
LIBS_DIR | string(50) "/var/www/kreatura/data/www/watchdeluxe.sk/www/libs"
|
/var/www/kreatura/data/www/watchdeluxe.sk/www/index.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/autoload.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/composer/autoload_real.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/composer/ClassLoader.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/composer/autoload_static.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/guzzlehttp/psr7/src/functions_include.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/guzzlehttp/psr7/src/functions.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/guzzlehttp/promises/src/functions_include.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/guzzlehttp/promises/src/functions.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/guzzlehttp/guzzle/src/functions_include.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/vendor/guzzlehttp/guzzle/src/functions.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/app/bootstrap.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/loader.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/exceptions.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Framework.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Object.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/ObjectMixin.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Callback.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Loaders/LimitedScope.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Loaders/AutoLoader.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Loaders/NetteLoader.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Debug.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Environment.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Configurator.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Config/Config.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Collections/Hashtable.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Collections/Collection.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Collections/ICollection.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Collections/IMap.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Config/ConfigAdapterIni.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Config/IConfigAdapter.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Tools.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/ArrayTools.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/ServiceLocator.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/IServiceLocator.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Loaders/RobotLoader.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Caching/Cache.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Caching/FileStorage.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Caching/ICacheStorage.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Reflection/ClassReflection.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Reflection/AnnotationsParser.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/Session.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/Application.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/dibi.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/Nette/IDebugPanel.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/Nette/DateTime53.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/interfaces.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiObject.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiException.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiConnection.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiResult.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiResultIterator.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiRow.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiTranslator.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiDataSource.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiFluent.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiDatabaseInfo.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/libs/DibiProfiler.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/dibi/drivers/mysql.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/Routers/MultiRouter.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Collections/ArrayList.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Collections/IList.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/IRouter.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/Routers/Route.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/mlCMS/models/StructureNodesRoute.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/HttpRequest.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/IHttpRequest.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/HttpResponse.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/IHttpResponse.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/UriScript.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/Uri.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/FreezableObject.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/String.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Reflection/PropertyReflection.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/PresenterRequest.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/PresenterLoader.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/IPresenterLoader.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/app/presenters/HomepageNodePresenter.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/app/presenters/BasePresenter.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/Presenter.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/Control.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/PresenterComponent.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/ComponentContainer.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Component.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/IComponent.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/IComponentContainer.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/ISignalReceiver.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/IStatePersistent.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/IRenderable.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/IPresenter.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Application/PresenterComponentReflection.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Templates/Template.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Templates/BaseTemplate.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Templates/ITemplate.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Templates/IFileTemplate.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/GettextTranslator/GettextTranslator.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/ITranslator.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/User.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/IUser.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Web/SessionNamespace.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/mlCMS/models/StructureBaseNodeModel.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/ml/models/MLDatabaseContainerObject.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/ml/models/MLContainerObject.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Reflection/MethodReflection.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/mlCMS/models/StructureTextNodeModel.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/mlCMS/models/UserfileModel.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/mlCMS/models/StructureBaseNodeAttachementModel.php |
/var/www/kreatura/data/www/watchdeluxe.sk/www/libs/Nette/Debug.templates/bluescreen.phtml |
PATH | string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
|
---|---|
HTTP_CONNECTION | string(5) "close"
|
SCRIPT_NAME | string(10) "/index.php"
|
REQUEST_URI | string(567) "/?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%7 ... "
|
QUERY_STRING | string(565) "%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73% ... "
|
REQUEST_METHOD | string(4) "POST"
|
SERVER_PROTOCOL | string(8) "HTTP/1.1"
|
GATEWAY_INTERFACE | string(7) "CGI/1.1"
|
REDIRECT_URL | string(1) "/"
|
REDIRECT_QUERY_STRING | string(565) "%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73% ... "
|
REMOTE_PORT | string(5) "22382"
|
SCRIPT_FILENAME | string(55) "/var/www/kreatura/data/www/watchdeluxe.sk/www/index.php"
|
SERVER_ADMIN | string(24) "webmaster@watchdeluxe.sk"
|
CONTEXT_DOCUMENT_ROOT | string(45) "/var/www/kreatura/data/www/watchdeluxe.sk/www"
|
CONTEXT_PREFIX | string(0) ""
|
REQUEST_SCHEME | string(4) "http"
|
DOCUMENT_ROOT | string(45) "/var/www/kreatura/data/www/watchdeluxe.sk/www"
|
REMOTE_ADDR | string(15) "185.220.100.255"
|
SERVER_PORT | string(2) "80"
|
SERVER_ADDR | string(12) "77.93.193.13"
|
SERVER_NAME | string(14) "watchdeluxe.sk"
|
SERVER_SOFTWARE | string(68) "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.6.40"
|
SERVER_SIGNATURE | string(0) ""
|
CONTENT_TYPE | string(33) "application/x-www-form-urlencoded"
|
CONTENT_LENGTH | string(2) "38"
|
HTTP_ACCEPT_ENCODING | string(13) "deflate, gzip"
|
HTTP_ACCEPT | string(3) "*/*"
|
HTTP_USER_AGENT | string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
|
HTTP_HOST | string(14) "watchdeluxe.sk"
|
PERL5LIB | string(49) "/usr/share/awstats/lib:/usr/share/awstats/plugins"
|
UNIQUE_ID | string(27) "Xw3RNC1aYJKlYHb0h8VvKgAAABk"
|
REDIRECT_STATUS | string(3) "200"
|
REDIRECT_PERL5LIB | string(49) "/usr/share/awstats/lib:/usr/share/awstats/plugins"
|
REDIRECT_UNIQUE_ID | string(27) "Xw3RNC1aYJKlYHb0h8VvKgAAABk"
|
FCGI_ROLE | string(9) "RESPONDER"
|
PHP_SELF | string(10) "/index.php"
|
REQUEST_TIME_FLOAT | float(1594741044,9104)
|
REQUEST_TIME | int(1594741044)
|
Connection | close |
---|---|
Content-Type | application/x-www-form-urlencoded |
Content-Length | 38 |
Accept-Encoding | deflate, gzip |
Accept | */* |
User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 |
Host | watchdeluxe.sk |
-d_allow_url_include=on_-d_safe_mode=off_-d_suhosin_simulation=on_-d_disable_functions=""_-d_open_basedir=none_-d_auto_prepend_file=php://input_-d_cgi_force_redirect=0_-d_cgi_redirect_status_env=0_-n | string(0) ""
|
---|
<?php_echo_md5("blahblah")_;exit(0);?> | string(0) ""
|
---|
empty
X-Powered-By: Nette Framework
Set-Cookie: mlCMS-wdl=uk4fampvs9gdfn4hghfi0lt5l5; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: mlCMS-wdl=uk4fampvs9gdfn4hghfi0lt5l5; path=/; httponly
Set-Cookie: nette-browser=0.76766557196786; path=/; httponly