Undefined index: show_values search►
File: .../health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-7020790f118f40318ebba1afe3ae238e.php Line: 171
161: 162: <?php if (_env('side_buttons_enabled')): ?> 163: <div id="side-buttons"> 164: <div id="reference-switcher"> 165: <a class="button small secondary <?php if ($_GET['showLabels']): ?>active<?php endif ?>" 166: id="translation-switcher" href="<?php echo htmlSpecialChars($_control->link("this", array('showLabels' => !$_GET['showLabels']))) ?> 167: ">T</a> 168: </div> 169: 170: <div id="values-switcher" style="margin-top: 0.5em;"> 171: <a class="button small secondary <?php if ($_SESSION['show_values']): ?> 172: active<?php endif ?>" 173: id="values-switcher-btn" href="<?php echo htmlSpecialChars($_control->link("this", array('showValues' => $_SESSION['show_values'] ? 0 : 1))) ?> 174: ">V</a> 175: </div>
.../health2026.surveys-online.eu/libs/Nette/Utils/LimitedScope.php:73 source ► include (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-7020790f118f40318ebba1afe3ae238e. ... " (153)
|
|---|
63: */ 64: public static function load(/*$file, array $vars = NULL*/) 65: { 66: if (func_num_args() > 1) { 67: self::$vars = func_get_arg(1); 68: if (self::$vars === TRUE) { 69: return include_once func_get_arg(0); 70: } 71: extract(self::$vars); 72: } 73: return include func_get_arg(0); 74: } 75: 76: } 77:
.../health2026.surveys-online.eu/libs/Nette/Templating/FileTemplate.php:119 source ► Nette\Utils\LimitedScope:: load (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-7020790f118f40318ebba1afe3ae238e. ... " (153)
|
|---|---|
| #1 | array(18) ► |
109: } 110: 111: $cache->save($this->file, $compiled, array( 112: Caching\Cache::FILES => $this->file, 113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 114: )); 115: $cached = $cache->load($this->file); 116: } 117: 118: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 119: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 120: } else { 121: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 122: } 123: }
.../health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-c67c8988d3ba56be4d285a67c76d3d14.php:66 source ► Nette\Templating\FileTemplate-> render ()
56: if ($_l->extends) { 57: ob_start(); 58: 59: } elseif (!empty($_control->snippetMode)) { 60: return Nette\Latte\Macros\UIMacros::renderSnippets($_control, $_l, get_defined_vars()); 61: } 62: 63: // 64: // main template 65: // 66: if ($_l->extends) { ob_end_clean(); return Nette\Latte\Macros\CoreMacros::includeTemplate($_l->extends, get_defined_vars(), $template)->render(); } 67: call_user_func(reset($_l->blocks['content']), $_l, get_defined_vars()) ?> 68: 69: <?php call_user_func(reset($_l->blocks['progress']), $_l, get_defined_vars()) ;
.../health2026.surveys-online.eu/libs/Nette/Utils/LimitedScope.php:73 source ► include (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-c67c8988d3ba56be4d285a67c76d3d ... " (156)
|
|---|
63: */ 64: public static function load(/*$file, array $vars = NULL*/) 65: { 66: if (func_num_args() > 1) { 67: self::$vars = func_get_arg(1); 68: if (self::$vars === TRUE) { 69: return include_once func_get_arg(0); 70: } 71: extract(self::$vars); 72: } 73: return include func_get_arg(0); 74: } 75: 76: } 77:
.../health2026.surveys-online.eu/libs/Nette/Templating/FileTemplate.php:119 source ► Nette\Utils\LimitedScope:: load (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-c67c8988d3ba56be4d285a67c76d3d ... " (156)
|
|---|---|
| #1 | array(15) ► |
109: } 110: 111: $cache->save($this->file, $compiled, array( 112: Caching\Cache::FILES => $this->file, 113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 114: )); 115: $cached = $cache->load($this->file); 116: } 117: 118: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 119: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 120: } else { 121: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 122: } 123: }
.../health2026.surveys-online.eu/libs/Nette/Application/Responses/TextResponse.php:59 source ► Nette\Templating\FileTemplate-> render ()
49: 50: 51: 52: /** 53: * Sends response to output. 54: * @return void 55: */ 56: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 57: { 58: if ($this->source instanceof Nette\Templating\ITemplate) { 59: $this->source->render(); 60: 61: } else { 62: echo $this->source; 63: }
.../health2026.surveys-online.eu/libs/Nette/Application/Application.php:142 source ► Nette\Application\Responses\TextResponse-> send (arguments ►)
| $httpRequest | Nette\Http\Request(9) ► |
|---|---|
| $httpResponse | Nette\Http\Response(5) ▼ |
132: if ($response) { 133: $this->onResponse($this, $response); 134: } 135: 136: // Send response 137: if ($response instanceof Responses\ForwardResponse) { 138: $request = $response->getRequest(); 139: continue; 140: 141: } elseif ($response instanceof IResponse) { 142: $response->send($this->httpRequest, $this->httpResponse); 143: } 144: break; 145: 146: } catch (\Exception $e) {
.../health2026.surveys-online.eu/app/bootstrap.php:98 source ► Nette\Application\Application-> run ()
88: ), $secured); 89: 90: // Setup router 91: $container->router[] = new Route('<action>', array( 92: 'presenter' => 'Questions', 93: 'action' => 'default' 94: ), $secured); 95: 96: 97: // Configure and run the application! 98: $container->application->run();
.../health2026.surveys-online.eu/index.php:22 source ► require (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/bootstrap.php" (78)
|
|---|
12: 13: // uncomment this line if you must temporarily take down your site for maintenance 14: // require APP_DIR . '/AdminModule/templates/maintenance.phtml'; 15: 16: function escapeJavaScriptText($string) 17: { 18: return str_replace("\n", '\n', str_replace('"', '\"', addcslashes(str_replace("\r", '', (string)$string), "\0..\37'\\"))); 19: } 20: 21: // load bootstrap file 22: require APP_DIR . '/bootstrap.php';
| $_control | QuestionsPresenter(52) ► |
|---|---|
| $control | QuestionsPresenter(52) ► |
| $_presenter | QuestionsPresenter(52) ► |
| $presenter | QuestionsPresenter(52) ► |
| $user | Nette\Security\User(8) ► |
| $netteHttpResponse | Nette\Http\Response(5) ▼ |
| $netteCacheStorage | Nette\Caching\Storages\FileStorage(4) ▼ |
| $baseUrl | "https://health2026.surveys-online.eu" (36)
|
| $baseUri | "https://health2026.surveys-online.eu" (36)
|
| $basePath | ""
|
| $flashes | array(0)
|
| $texts | array(3) ▼ |
| $startPage | 50
|
| $runLang | "al" (2)
|
| $template | Nette\Templating\FileTemplate(8) ► |
| $_g | stdClass(0)
|
| $_l | stdClass(3) ▼ |
| $_extended | TRUE
|
array(1) ▼ [
0 => Nette\Application\Request(7) ► {
method private => "GET" (3)
flags private => array(1) ▼ {
secured => TRUE
}
name private => "Questions" (9)
params private => array(4) ▼ {
action => "initialize" (10)
page => "500" (3)
runLang => "al" (2)
showLabels => "0"
}
post private => array(0)
files private => array(0)
frozen private => TRUE
}
]
QuestionsPresenter(52) ► {
form => Nette\Application\UI\Form(19) ► {
onSuccess => NULL
onError => NULL
onSubmit => NULL
onInvalidSubmit => NULL
submittedBy private => NULL
httpData private => NULL
element private => Nette\Utils\Html(4) ▼ {
name private => "form" (4)
isEmpty private => FALSE
attrs => array(4) { ... }
children protected => array(0)
}
renderer private => NULL
translator private => NULL
groups private => array(0)
errors private => array(0)
onValidate => NULL
currentGroup protected => NULL
valid protected => NULL
components private => array(0)
cloning private => NULL
parent private => QuestionsPresenter(52) { *RECURSION* }
name private => "formular" (8)
monitors private => array(2) ▼ {
"Nette\Forms\Form" => array(4) [ ... ]
"Nette\Application\UI\Presenter" => array(4) [ ... ]
}
}
answers private => Answers(2) ▼ {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
datatypes private => array(10) ► {
text => "varchar" (7)
multipleCheckbox => "tinyint" (7)
radioList => "tinyint" (7)
radioListInline => "tinyint" (7)
selectCondensed => "tinyint" (7)
select => "tinyint" (7)
valuesBattery => "tinyint" (7)
horizontalScale => "tinyint" (7)
girdCheckbox => "tinyint" (7)
girdText => "varchar" (7)
}
}
questions private => Questions(4) ▼ {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
pages private => array(138) ► {
300 => array(6) { ... }
301 => array(8) { ... }
302 => array(5) { ... }
303 => array(11) { ... }
304 => array(11) { ... }
305 => array(11) { ... }
306 => array(11) { ... }
310 => array(8) { ... }
311 => array(11) { ... }
312 => array(11) { ... }
313 => array(11) { ... }
314 => array(11) { ... }
320 => array(4) { ... }
330 => array(4) { ... }
332 => array(4) { ... }
331 => array(7) { ... }
340 => array(9) { ... }
333 => array(4) { ... }
334 => array(4) { ... }
500 => array(5) { ... }
501 => array(4) { ... }
502 => array(5) { ... }
503 => array(4) { ... }
504 => array(4) { ... }
505 => array(4) { ... }
506 => array(4) { ... }
507 => array(4) { ... }
508 => array(4) { ... }
509 => array(4) { ... }
510 => array(4) { ... }
511 => array(4) { ... }
512 => array(4) { ... }
50 => array(11) { ... }
1 => array(5) { ... }
2 => array(5) { ... }
3 => array(5) { ... }
4 => array(5) { ... }
200 => array(6) { ... }
201 => array(8) { ... }
202 => array(4) { ... }
203 => array(4) { ... }
204 => array(4) { ... }
205 => array(4) { ... }
400 => array(11) { ... }
401 => array(4) { ... }
402 => array(5) { ... }
403 => array(5) { ... }
410 => array(9) { ... }
411 => array(6) { ... }
412 => array(6) { ... }
413 => array(9) { ... }
414 => array(6) { ... }
415 => array(6) { ... }
416 => array(9) { ... }
417 => array(6) { ... }
418 => array(6) { ... }
419 => array(9) { ... }
420 => array(6) { ... }
421 => array(6) { ... }
422 => array(9) { ... }
423 => array(6) { ... }
424 => array(6) { ... }
425 => array(9) { ... }
426 => array(6) { ... }
427 => array(6) { ... }
431 => array(4) { ... }
432 => array(4) { ... }
433 => array(4) { ... }
434 => array(4) { ... }
435 => array(4) { ... }
450 => array(9) { ... }
455 => array(9) { ... }
456 => array(6) { ... }
457 => array(9) { ... }
458 => array(6) { ... }
459 => array(6) { ... }
460 => array(6) { ... }
4502 => array(6) { ... }
461 => array(9) { ... }
462 => array(6) { ... }
463 => array(9) { ... }
464 => array(6) { ... }
465 => array(6) { ... }
466 => array(6) { ... }
4503 => array(6) { ... }
467 => array(9) { ... }
468 => array(6) { ... }
469 => array(9) { ... }
470 => array(6) { ... }
471 => array(6) { ... }
472 => array(6) { ... }
4504 => array(6) { ... }
473 => array(9) { ... }
474 => array(6) { ... }
475 => array(9) { ... }
476 => array(6) { ... }
477 => array(6) { ... }
478 => array(6) { ... }
4505 => array(6) { ... }
479 => array(9) { ... }
480 => array(6) { ... }
481 => array(9) { ... }
482 => array(6) { ... }
483 => array(6) { ... }
484 => array(6) { ... }
4506 => array(6) { ... }
485 => array(9) { ... }
486 => array(6) { ... }
487 => array(9) { ... }
488 => array(6) { ... }
489 => array(6) { ... }
490 => array(6) { ... }
4507 => array(6) { ... }
491 => array(9) { ... }
492 => array(6) { ... }
493 => array(9) { ... }
494 => array(6) { ... }
495 => array(6) { ... }
496 => array(4) { ... }
497 => array(4) { ... }
498 => array(4) { ... }
100 => array(6) { ... }
600 => array(5) { ... }
601 => array(4) { ... }
602 => array(5) { ... }
603 => array(4) { ... }
604 => array(4) { ... }
605 => array(4) { ... }
606 => array(4) { ... }
607 => array(4) { ... }
608 => array(4) { ... }
609 => array(4) { ... }
660 => array(5) { ... }
610 => array(4) { ... }
611 => array(4) { ... }
612 => array(4) { ... }
613 => array(4) { ... }
614 => array(5) { ... }
}
gl private => getLang(6) ▼ {
db private => DibiConnection(6) { ... }
languages => array(10) [ ... ]
defaultLanguage => "en" (2)
returnKeysOnly => FALSE
allStrings private => array(471) { ... }
languageStrings private => array(0)
}
sessionContainer private => Nette\Http\SessionSection(5) ▼ {
session private => Nette\Http\Session(4) { ... }
name private => "purge" (5)
data private => NULL
meta private => FALSE
warnOnUndefined => FALSE
}
}
experiment private => Experiment(11) ► {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
answers private => Answers(2) ▼ {
db private => DibiConnection(6) { ... }
datatypes private => array(10) { ... }
}
gl private => getLang(6) ▼ {
db private => DibiConnection(6) { ... }
languages => array(10) [ ... ]
defaultLanguage => "en" (2)
returnKeysOnly => FALSE
allStrings private => array(471) { ... }
languageStrings private => array(0)
}
runId private => NULL
runLang private => NULL
run private => NULL
showButtons protected => NULL
design private => NULL
computedValues private => array(0)
percentageDivider private => ""
letters protected => array(6) ▼ [
0 => array(2) [ ... ]
1 => array(2) [ ... ]
2 => array(2) [ ... ]
3 => array(2) [ ... ]
4 => array(2) [ ... ]
5 => array(2) [ ... ]
]
}
latte_questions private => NULL
generalJavaScripts private => NULL
javaScriptsIncludes private => NULL
javaScriptsInjections private => NULL
cssInjections private => NULL
runId private => 3155
sessionContainer private => Nette\Http\SessionSection(5) ▼ {
session private => Nette\Http\Session(4) ▼ {
regenerated private => TRUE
options private => array(14) { ... }
request private => Nette\Http\Request(9) { ... }
response private => Nette\Http\Response(5) { ... }
}
name private => "purge" (5)
data private => array(3) ▼ {
runId => 3155
start => Nette\DateTime(3) { ... }
progress => 1
}
meta private => array(1) ▼ {
start => array(1) { ... }
}
warnOnUndefined => FALSE
}
exitUrlCz private => "http://exit.vyzkumdomacnosti.cz/respondent-research-status/research/31707/" (74)
exitUrlEs private => "http://exit.vyzkumdomacnosti.cz" (31)
exitUrlSe private => "http://exit.vyzkumdomacnosti.cz" (31)
exitUrlAl private => "http://exit.vyzkumdomacnosti.cz" (31)
exitUrlDk private => "http://exit.vyzkumdomacnosti.cz" (31)
exitUrlSr private => "https://uboconsulting-ks.com/Survey/SurveyForm?SurveyId=2603" (60)
gl private => getLang(6) ▼ {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
languages => array(10) ► [
0 => "en" (2)
1 => "cz" (2)
2 => "se" (2)
3 => "dk" (2)
4 => "al" (2)
5 => "sr" (2)
6 => "pl" (2)
7 => "ee" (2)
8 => "ru" (2)
9 => "es" (2)
]
defaultLanguage => "en" (2)
returnKeysOnly => FALSE
allStrings private => array(471) ► {
bid_0 => "Nuk do të paguaja asgjë" (25)
bid_1 => "<strong>3 € në muaj</strong> (360 € në 10 vjet)" (53)
bid_2 => "<strong>10 EUR në muaj</strong> (1,200 EUR në 10 vjet)" (56)
bid_3 => "<strong>20 EUR në muaj</strong> (2,400 EUR në 10 vjet)" (56)
bid_4 => "<strong>50 EUR në muaj</strong> (6,000 EUR në 10 vjet)" (56)
bid_5 => "<strong>100 EUR në muaj</strong> (12,000 EUR në 10 vjet)" (58)
bid_6 => "<strong>200 EUR në muaj</strong> (24,000 EUR në 10 vjet)" (58)
bid_7 => "<strong>500 EUR në muaj</strong> (60,000 EUR në 10 vjet)" (58)
bid_8 => "<strong>Më shumë se 500 EUR në muaj</strong> (60,000 EUR në 10 vjet)" (72)
bid_99 => "Nuk e di" (8)
choice_card_intro => "<div style="text-align: center; margin-bottom: 1em; font-size: 1.3em"> ZGJEDHJA <span style="font-size: 1.5em; color: #2199e8; margin: 0 5px 0 5px; "> ... " (169)
ill_1_duration => "Një ditë" (10)
ill_1_frequency => "Disa herë gjatë ditës" (24)
ill_1_label => " Ditë me kollë" (16)
ill_1_outlook => "Kthim në shëndet normal pas një dite" (39)
ill_1_qol => "Cilësia normale e jetës" (25)
ill_1_symptoms => "Kollë e vazhdueshme me pështymë" (34)
ill_2_duration => "Dy vjet ose më shumë" (22)
ill_2_frequency => "Çdo ditë, të paktën 3 muaj në vit" (38)
ill_2_label => "Bronkit kronik" (14)
ill_2_outlook => "Simptomat ka gjasa të vazhdojnë pas periudhës 2-vjeçare" (59)
ill_2_qol => "Gulçim (vështirësi në frymëmarrje) dhe kufizim në aftësinë për të ushtruar fizikisht intensivisht, gjatë periudhës së kollës" (138)
ill_2_symptoms => "Kollë e vazhdueshme me pështymë" (34)
ill_3_duration => "Për pjesën e mbetur të jetës suaj" (37)
ill_3_frequency => "Simptoma në shumicën e ditëve" (32)
ill_3_label => "SPOK e lehtë" (13)
ill_3_outlook => "<ul>
<li>Episode sporadike (që ndodhin herë pas here) kur simptomat përkeqësohen, duke kërkuar trajtim të shtuar mjekësor ose ndërhyrje të m ... " (226)
ill_3_qol => "<ul>\r\n<li>Medikamente t\xc3\xab rregullta dhe kontrolle rutinore tek mjeku juaj</li>\r\n<li>Ndikim n\xc3\xab cil\xc3\xabsin\xc3\xab e jet\xc3\xabs, si paaft\xc3\xabsia p\xc3\xabr kryerjen e pun\xc3 ... " (295)
ill_3_symptoms => "<ul>
<li>Gulçim (vështirësi në frymëmarrje) nga ushtrimi i lehtë, p.sh. nxitim ose ngjitje në një kodër të lehtë</li>
<li>Kollë me pësh ... " (191)
ill_4_duration => "Për pjesën e mbetur të jetës suaj" (37)
ill_4_frequency => "Simptoma në shumicën e ditëve, përkeqësime të papritura herë pas here" (76)
ill_4_label => "SPOK e rëndë" (14)
ill_4_outlook => "<ul>
<li>Kujdes mjekësor i vazhdueshëm dhe kontrolle të rregullta </li>
<li>Rrezik më i lartë i komplikimeve serioze dhe jetëgjatësi e shkurt ... " (166)
ill_4_qol => "<ul>
<li>Kryesisht i/e kufizuar në shtëpi</li>
<li>Nevojë për ndihmë me detyrat e përditshme (si veshja ose larja)</li>
<li>Nevojë për oksi ... " (392)
ill_4_symptoms => "<ul>
<li>Gulçim (vështirësi në frymëmarrje) e rëndë madje edhe në pushim</li>
<li>Kollitje e rëndë me pështymë</li>
<li>Fishkëllimë d ... " (231)
ill_5_duration => "Për pjesën e mbetur të jetës suaj" (37)
ill_5_frequency => "Asnjë simptomë në shumicën e kohës; simptomat fizike janë të rralla dhe kalojnë shpejt" (94)
ill_5_label => "Hipertension i lehtë" (21)
ill_5_outlook => "<ul>
<li>nëse nuk trajtohet, mund të çojë në vlera më të larta të presionit të gjakut dhe rrezik të shtuar të infarktit ose goditjes cereb ... " (166)
ill_5_qol => "<ul>
<li>asnjë kufizim fizik në aktivitetet e përditshme ose punën</li>
<li>ndryshime të rekomanduara të stilit të jetës (dietë e shëndets ... " (206)
ill_5_symptoms => "<ul>
<li>vlera të larta të presionit të gjakut, zakonisht të zbuluara nga mjeku</li>
<li>shpesh pa simptoma fizike të dukshme</li>
<li>simptom ... " (237)
ill_6_duration => "Për pjesën e mbetur të jetës suaj" (37)
ill_6_frequency => "Simptoma në shumicën e ditëve, me episode urgjente herë pas here" (68)
ill_6_label => "Hipertension i rëndë" (22)
ill_6_outlook => "<ul>
<li>rrezik më i lartë i infarktit, goditjes cerebrale ose dështimit të veshkave, dhe jetëgjatësi e shkurtuar </li>
</ul>" (133)
ill_6_qol => "<ul>
<li>ndërhyrje e ndjeshme në jetën e përditshme (vështirësi me lëvizjen, ngasjen e makinës ose përqendrimin)</li>
<li>medikamente të n ... " (362)
ill_6_symptoms => "<ul>
<li>dhimbje koke të vazhdueshme, pulsuese, dhe vizion i turbullt ose i dyfisht</li>
<li>dhimbje gjoksi dhe gulçim</li>
<li>ndjenja konfuzion ... " (258)
ill_7_duration => "Për pjesën e mbetur të jetës suaj" (37)
ill_7_frequency => "Simptomat mund të vijnë dhe të shkojnë; mund të ndiheni normalë për periudha të gjata" (93)
ill_7_label => "Diabet i tipit 2 i lehtë" (25)
ill_7_outlook => "<ul>
<li>nëse nuk trajtohet, mund të çojë në komplikime serioze që prekin zemrën, sytë, nervat ose veshkat</li>
</ul>" (127)
ill_7_qol => "<ul>\r\n<li>nd\xc3\xabrhyrje minimale n\xc3\xab aktivitetet e p\xc3\xabrditshme</li>\r\n<li>k\xc3\xabrkon ndryshime t\xc3\xab stilit t\xc3\xab jet\xc3\xabs (diet\xc3\xab e sh\xc3\xabndetshme, menaxhim i pesh\xc3 ... " (285)
ill_7_symptoms => "<ul>
<li>ndjenjë më e madhe e etjes dhe urisë se zakonisht</li>
<li>nevoja për urinim më të shpeshtë, veçanërisht natën</li>
<li>ndjenjë ... " (276)
ill_8_duration => "Për pjesën e mbetur të jetës suaj" (37)
ill_8_frequency => "Simptoma në shumicën e ditëve" (32)
ill_8_label => "Diabet i tipit 2 i rëndë" (26)
ill_8_outlook => "<ul>
<li>rrezik më i lartë i komplikimeve të rënda (infarkt, goditje cerebrale, verbëri, amputime) dhe jetëgjatësi e shkurtuar</li>
</ul>" (150)
ill_8_qol => "<ul>
<li>aktivitetet e përditshme janë të vështira; mund të kërkohet ndihmë për detyra si veshja ose larja</li>
<li>kufizime në lëvizshmë ... " (340)
ill_8_symptoms => "<ul>
<li>etje e vazhdueshme, uri dhe urinim i shpeshtë/urgjent</li>
<li>lodhje e vazhdueshme, mpirje ose ndjesi shpimi gjilpërash në duar dhe kë ... " (336)
ill_label_duration => "Sa gjatë?" (10)
ill_label_frequency => "Sa shpesh?" (10)
ill_label_outlook => "Perspektiva" (11)
ill_label_qol => "Pasojat" (7)
ill_label_symptoms => "Simptomat" (9)
main_continue => "vazhdo" (6)
main_currency => "EUR në muaj" (12)
main_maxValue => "Ju lutemi shkruani një vlerë më të vogël se %s." (52)
main_minValue => "Ju lutemi shkruani një vlerë më të madhe se %s." (51)
main_pelaseFillAll => "Ju lutemi përgjigjuni pyetjeve në të gjitha rreshtat." (56)
main_pelaseFillOne => "Ju lutemi përgjigjuni kësaj pyetjeje." (39)
main_pleaseFillAllRows => "Ju lutemi përgjigjuni pyetjeve në të gjitha rreshtat." (56)
main_pleaseFillOneVas => "Ju lutemi përgjigjuni kësaj pyetjeje (klikoni në shkallë ose shkruani një numër)." (87)
main_rangeValue => "Ju lutemi shkruani një vlerë midis %s dhe %s." (47)
p100_introtext => "<p>Ju falënderojmë shumë që pranuat të merrni pjesë në këtë anketë. Kjo anketë është pjesë e një projekti kërkimor Europian mbi çësh ... " (794)
p200_introtext => "Fillimisht, disa pyetje rreth <strong>shëndetit tuaj personal</strong>." (72)
p201_introtext => "Tani do t\xc3\xab shihni nj\xc3\xab shkall\xc3\xab ku nga numri 100 do t\xc3\xab thot\xc3\xab sh\xc3\xabndeti <strong>m\xc3\xab i mir\xc3\xab</strong> q\xc3\xab mund ta imagjinoni dhe numri 0 do t\xc3\xab thot\xc3 ... " (212)
p300_introtext => "<p>Faqja e radhës do të tregojë <strong>4 gjendje shëndetësore të ndryshme</strong>. Do t'ju kërkohet t'i vlerësoni ato në një shkallë, sa ... " (364)
p301_introtext => "<p><strong>Ju lutemi imagjinoni se do të përjetoni <u>vetëm njërën</u> nga këto 8 gjendje shëndetësore <u>njëherësh</u>.
<br><br>
Kët ... " (223)
p302_introtext => "<p>Duke p\xc3\xabrdorur t\xc3\xab nj\xc3\xabjt\xc3\xabn shkall\xc3\xab si m\xc3\xab par\xc3\xab, do t'ju k\xc3\xabrkojm\xc3\xab t\xc3\xab vler\xc3\xabsoni secil\xc3\xabn nga k\xc3\xabto kat\xc3\xabr gjendje sh\xc3\xabndet\xc3\xabsore. Kjo shkall\xc3 ... " (582)
p303_introtext => "%s" (2)
p310_introtext => "<p><strong>Këtu janë 4 gjendjet e tjera shëndetësore:</strong></p>
%s" (76)
p320_introtext => "%s" (2)
p330_introtext => ""
p331_introtext => "<p><strong>Pyetjet e mëposhtme mund të jenë paksa të vështira për t'u përgjigjur. Ju lutemi t'i lexoni me kujdes para se të përgjigjeni.</str ... " (490)
p340_correct => "<p><strong>Kjo është e saktë.</strong></p>
<p>Siç tregohet më poshtë, rreziku ka rënë nga <strong>30</strong> në <strong>10</strong> nga 1 ... " (313)
p340_incorrect => "<p><strong>Në fakt, situata e parë kishte rrezikun më të lartë.</strong></p>
<ul>
<li><strong>Situata 1:</strong> 30 figura të verdha (R ... " (395)
p340_introtext => "%s
<br>
%s" (14)
p400_introtext => "<p>Tani do t'ju kërkojmë të merrni parasysh <strong>sa ia vlen t'ju shmangni secilën nga gjendjet shëndetësore</strong>.</p>
<p>Merrni parasy ... " (2151)
p401_introtext => "%s" (2)
p401_risk_text_left => "<strong>30%%</strong><br>në 10 vitet e ardhshme" (48)
p401_risk_text_right => "<strong>10%%</strong><br>në 10 vitet e ardhshme" (48)
p402_introtext => "%s" (2)
p403_introtext => "<p>Tani le të shqyrtojmë secilën nga gjendjet e tjera shëndetësore në të njëjtën mënyrë, dhe në rendin që i keni vlerësuar nga më pak e ... " (344)
p410_introtext => "<p style="font-weight: normal;">Mendoni sa ia vlen personalisht t'ju shmangni humbjen e mirëqenies për <strong>%s</strong> dhe pyesni veten nëse <s ... " (582)
p450_illness => "Hipertension i lehtë (Presion i gjakut i lehtësisht i ngritur)" (64)
p450_introtext => "<p>Tani do t'ju kërkojmë të merrni parasysh <strong>sa ia vlen të reduktoni rrezikun e secilës gjendje shëndetësore</strong>. Merrni parasysh < ... " (1333)
p451_risk_text_left => "%s%% (%s persona nga 100)" (25)
p452_introtext => "%s" (2)
p453_introtext => "%s" (2)
p460_introtext => "<p>Merrni parasysh sa ia vlen personalisht t'ju ulni rrezikun e <strong>%s</strong> nga <strong><u>%s deri në %s nga 100</u></strong> gjatë 10 vitev ... " (629)
p461_introtext => "<p>Tani shikoni tabelën tjetër me një reduktim rreziku nga rreziku aktual <strong><u>%s nga 100 deri në %s nga 100</u></strong> gjatë periudhës ... " (357)
p50_introtext => "<p>Ne, Universiteti Karlov (Pragë, Republika Çeke), dhe Menon Economics (Oslo, Norvegji) po realizojmë një anketë shëndetësore.</p>
<p>Duk ... " (1672)
p50_modalText => "<p><strong>INFORMACION RRETH ANKETËS ME PYETËSOR (FLETË INFORMATIVE)</strong></p>
<p><strong>Rreth projektit</strong></p>
<p>Kjo anketë ës ... " (4413)
p50_title => "Deklaratë Pëlqimi" (19)
p502_introtext => "Pyetjet e radhës kanë të bëjnë me aktivitetin fizik që ju bën të merrni frymë më vështirë ose të ndiheni më ngrohtë se zakonisht (si ec ... " (196)
p600_introtext => "Së fundi, disa pyetje rreth historikut tuaj. Këto janë të nevojshme për t'u siguruar se kemi anketuar një mostër përfaqësuese të popullatës ... " (236)
p614_introtext => "<p><strong>Faleminderit!</strong></p>
<p>Ju falënderojmë përzemërsisht për kohën tuaj dhe për pjesëmarrjen në këtë studim. Përgjigjet t ... " (198)
q2_1_1 => "Shumë mirë" (12)
q2_1_2 => "Mirë" (5)
q2_1_3 => "Mesatar" (7)
q2_1_4 => "Keq" (3)
q2_1_5 => "Shumë keq" (10)
q2_1_text => "Përgjithësisht, si mendoni se është shëndeti juaj: " (56)
q2_2_scale_comment_bottom => "Shëndeti më i keq që mund ta imagjinoni" (42)
q2_2_scale_comment_top => "Shëndeti më i mirë që mund ta imagjinoni" (44)
q2_2_text => "<p>Ju lutemi shënoni në shkallë numrin që përfaqëson më së miri shëndetin tuaj <u>sot</u>.</p>" (103)
q2_3_0 => "Nuk kam pasur asnjë sëmundje kronike" (38)
q2_3_1 => "Astmë" (6)
q2_3_2 => "Bronkit kronik (Kollë dhe pështymë afatgjatë)" (49)
q2_3_3 => "SPOK (Sëmundja kronike obstruktive pulmonare; dëmtim i përhershëm i mushkërive)" (84)
q2_3_4 => "Hipertension (Presion i lartë i gjakut)" (40)
q2_3_5 => "Kancer" (6)
q2_3_6 => "Diabet i tipit 1 (I varur nga insulina; zakonisht diagnostikohet në moshë të re)" (83)
q2_3_7 => "Diabet i tipit 2 (Rezistencë ndaj insulinës; zakonisht diagnostikohet te të rriturit)" (88)
q2_3_8 => "Një sëmundje tjetër kronike" (30)
q2_3_8_comment => "Ju lutemi specifikoni (opsionale):" (34)
q2_3_desc => "Shënoni të gjitha që vlejnë." (32)
q2_3_suffix => "herë" (5)
q2_3_text => "A ju ka dhënë ndonjëherë ndonjë mjek diagnozën e njërës ose disave nga sëmundjet e mëposhtme <span style="text-decoration: underline;">kroni ... " (268)
q2_4_0 => "0"
q2_4_1 => "1"
q2_4_2 => "2"
q2_4_3 => "3"
q2_4_4 => "4"
q2_4_5 => "5 ose më shumë" (16)
q2_4_desc => ""
q2_4_suffix => " herë" (6)
q2_4_text => "<div>Gjatë 12 muajve të fundit, sa herë keni vizituar dhomën e urgjencës ose jeni shtruar në spital për shkak të komplikimeve nga gjendja(et) ... " (234)
q2_5_0 => "Asnjë anëtar i familjes nuk ka pasur sëmundje kronike" (56)
q2_5_1 => "Astmë" (6)
q2_5_2 => "Bronkit kronik (Kollë dhe pështymë afatgjatë)" (49)
q2_5_3 => "SPOK (Sëmundja kronike obstruktive pulmonare; dëmtim i përhershëm i mushkërive)" (84)
q2_5_4 => "Hipertension (Presion i lartë i gjakut)" (40)
q2_5_5 => "Kancer" (6)
q2_5_6 => "Diabet i tipit 1 (I varur nga insulina; zakonisht diagnostikohet në moshë të re)" (83)
q2_5_7 => "Diabet i tipit 2 (Rezistencë ndaj insulinës; zakonisht diagnostikohet te të rriturit)" (88)
q2_5_8 => "Një sëmundje tjetër kronike" (30)
q2_5_8_comment => "Ju lutemi specifikoni (opsionale):" (34)
q2_5_desc => "Shënoni të gjitha që vlejnë" (31)
q2_5_text => "A është diagnostikuar ndonjëherë ndonjë anëtar i familjes suaj të ngushtë (prind, vëlla/motër, bashkëshort/e ose fëmijë) me...?" (140)
q2_6_idontknow => "Nuk e kam përjetuar" (20)
q2_6_suffix => "ditë" (5)
q2_6_text => "Gjatë 30 ditëve të fundit, sa ditë keni pasur kollë të vazhdueshme, me të cilën nënkuptohet se keni kollitë herë pas here për të paktën ... " (160)
q22_scale_comment_bottom => "BBB" (3)
q22_scale_comment_top => "AAA" (3)
q3_3_scale_comment_bottom => "Shëndeti më i keq që mund ta imagjinoni" (42)
q3_3_scale_comment_top => "Shëndeti më i mirë që mund ta imagjinoni" (44)
q3_3_text => "Tregoni me shkallë se sa të rëndë e konsideroni këtë gjendje shëndetësore." (82)
q3_4_text => "Kështu i keni vlerësuar tetë gjendjet shëndetësore. Tani që i shihni të gjitha 8 vlerësimet bashkërisht, ju lutemi merrni parasysh nëse dës ... " (440)
"q3_5_-1" => "Nuk e di" (8)
q3_5_1 => "1 - Shumë e rëndësishme" (26)
q3_5_2 => "2"
q3_5_3 => "3"
q3_5_4 => "4"
q3_5_5 => "5 - Aspak e rëndësishme" (25)
"q3_5_legend_dont-knwo" => "Nuk e di" (8)
q3_5_legend_left => "Shumë e rëndësishme" (22)
q3_5_legend_right => "Aspak e rëndësishme" (21)
q3_5_sub_1 => "Simptomat" (9)
q3_5_sub_2 => "Sa shpesh i përjetoni ato " (27)
q3_5_sub_3 => "Sa gjatë i përjetoni ato" (26)
q3_5_sub_4 => "Pasojat" (7)
q3_5_sub_5 => "Perspektiva" (11)
q3_5_sub_AT => "Ju lutemi zgjidhni opsionin '5 - Aspak e rëndësishme'" (55)
q3_5_text => "Sa të rëndësishme ishin kriteret e ndryshme në vlerësimin tuaj të këtyre tetë gjendjeve shëndetësore?" (111)
q3_6_1_1 => "Situata 1" (9)
q3_6_1_2 => "Situata 2" (9)
q3_6_1_text => "Në cilën situatë është rreziku i të pasurit sëmundje më i lartë?" (73)
q3_6_2_1 => "20 nga 100 persona gjatë 10 viteve të ardhshme" (48)
q3_6_2_2 => "40 nga 100 persona gjatë 10 viteve të ardhshme" (48)
q3_6_2_3 => "Nuk e di" (8)
q3_6_2_text => "Në cilën nga dy situatat e mëposhtme është më i lartë rreziku i të pasurit gjendje (problem) shëndetësore gjatë 10 viteve të ardhshme?" (146)
q3_6_3_1 => "1 në 100" (9)
q3_6_3_2 => "1 në 1,000" (11)
q3_6_3_3 => "1 në 10" (8)
q3_6_3_4 => "Nuk e di" (8)
q3_6_3_text => "Cili nga numrat e mëposhtëm përfaqëson rrezikun më të madh të marrjes së një sëmundjeje?" (98)
q3_6_4_suffix => "persona" (7)
q3_6_4_text => "Nëse mundësia e marrjes së një sëmundjeje është 10%, sa persona nga 1,000 pritet të marrin sëmundjen?" (110)
q4_1_1_1 => "Nuk mund ta përballoj" (22)
q4_1_1_2 => "Shmangja e sëmundjes nuk ka asnjë vlerë për mua" (51)
q4_1_1_3 => "Sëmundja nuk më shqetëson" (28)
q4_1_1_4 => "Sistemi publik i kujdesit shëndetësor duhet të mbulojë shpenzimet" (69)
q4_1_1_5 => "Nuk është shumë e mundshme që të marr këtë gjendje shëndetësore" (72)
q4_1_1_6 => "Nuk i besoj qeverisë që t'i përdorë paratë për të paguar trajtimin e ri" (78)
q4_1_1_7 => "Zgjedhja ishte shumë e vështirë" (34)
q4_1_1_7_comment => "Ju lutemi specifikoni:" (22)
q4_1_1_8 => "Arsye të tjera" (15)
q4_1_1_9 => "Ishte shumë e vështirë të gjeja një shifër monetare" (57)
q4_1_1_desc => "Zgjidhni arsyen më të rëndësishme" (37)
q4_1_1_text => "Pse zgjodhët "Nuk do të paguaja asgjë" ose "Nuk e di"?
" (59)
q4_1_2_1 => "Jo" (2)
q4_1_2_2 => "Po" (2)
q4_1_2_2_comment => "Cila është shuma më e lartë në muaj për 10 vjet që me siguri do ta paguanit?" (83)
q4_1_2_desc => "Ju lutemi shkruani një numër më të madh se 500 euro." (56)
q4_1_2_text => "Duke marrë parasysh buxhetin dhe shpenzimet tuaja mujore familjare, cila është shuma maksimale që do të ishit të gatshëm të paguanit çdo muaj ... " (203)
q4_1_text => ""
q4_2_X_1_text => "Pse zgjodhët "Nuk do të paguaja asgjë" ose "Nuk e di"?" (57)
q4_2_X_2_text => "Duke marrë parasysh buxhetin dhe shpenzimet tuaja mujore familjare, cila është shuma maksimale që do të ishit të gatshëm të paguanit çdo muaj ... " (203)
q4_2_X_text => ""
q4_3_1 => "Bronkit kronik" (14)
q4_3_1_text => " Pse e gjetët të vështirë ta/t'i vlerësonit?" (49)
q4_3_10 => "Nuk e di" (8)
q4_3_2 => "SPOK e lehtë" (13)
q4_3_3 => "SPOK e rëndë" (14)
q4_3_4 => "Hipertension i lehtë" (21)
q4_3_5 => "Hipertension i rëndë" (22)
q4_3_6 => "Diabet i tipit 2 i lehtë" (25)
q4_3_7 => "Diabet i tipit 2 i rëndë" (26)
q4_3_8 => "Të gjitha" (10)
q4_3_9 => "Asnjë" (6)
q4_3_desc => "Shënoni të gjitha që vlejnë" (31)
q4_3_text => "Cilën gjendje shëndetësore e gjetët të vështirë ta vlerësonit?" (70)
q4_4_1 => "Jo" (2)
q4_4_1_text => "Çfarë informacioni do të keni dëshiruar të kishit?" (55)
q4_4_2 => "Po" (2)
q4_4_3 => "Nuk e di" (8)
q4_4_text => "A ndjetët se kishit informacion të mjaftueshëm për të vlerësuar këto gjendje shëndetësore?" (99)
"q4_5_-1" => "Nuk e di" (8)
q4_5_1 => "1 - Shumë e rëndësishme" (26)
q4_5_2 => "2"
q4_5_3 => "3"
q4_5_4 => "4"
q4_5_5 => "5 - Aspak e rëndësishme" (25)
q4_5_legend_dont_know => "Nuk e di" (8)
q4_5_legend_left => "Shumë e rëndësishme" (22)
q4_5_legend_right => "Aspak e rëndësishme" (21)
q4_5_sub_a => "Kostot e medikamenteve dhe programit të trajtimit" (50)
q4_5_sub_b => "Sa mund të përballoj të paguaj" (33)
q4_5_sub_c => "Gjëra të tjera për të cilat do t'i përdorja paratë" (56)
q4_5_sub_d => "Dhimbja dhe parehatia nga episodi" (33)
q4_5_sub_e => "Sa gjatë zgjat episodi" (23)
q4_5_sub_f => "Të ardhurat e humbura ndërsa isha i/e sëmurë" (48)
q4_5_sub_g => "Të tjera" (9)
q4_5_text => "Ndërkohë që mendonit sa jeni të gatshëm të paguanit për të shmangur këto gjendje shëndetësore, sa të rëndësishme ishin secila nga konsid ... " (170)
q4_7_1_X_2_text => "Duke marrë parasysh buxhetin tuaj familjar, cila është saktësisht shuma maksimale mbi 500 EUR që do të ishit të gatshëm të paguanit çdo muaj ... " (178)
q4_7_2_X_2_text => "Duke marrë parasysh buxhetin tuaj familjar, cila është saktësisht shuma maksimale mbi 500 EUR që do të ishit të gatshëm të paguanit çdo muaj ... " (178)
q4_7_3_1 => "Nuk mund ta përballoj" (22)
q4_7_3_2 => "Shmangia e sëmundjes nuk ka asnjë vlerë për mua" (51)
q4_7_3_3 => "Sëmundja nuk më shqetëson" (28)
q4_7_3_4 => "Sistemi publik i kujdesit shëndetësor duhet të mbulojë shpenzimet" (69)
q4_7_3_5 => "Nuk i besoj qeverisë që t'i përdorë paratë për të paguar trajtimin e ri" (78)
q4_7_3_6 => "Kjo gjendje shëndetësore ka pak gjasa të më ndodhë" (55)
q4_7_3_7 => "Zgjedhja ishte shumë e vështirë" (34)
q4_7_3_7_comment => "Ju lutemi specifikoni:" (22)
q4_7_3_8 => "Arsye të tjera" (15)
q4_7_3_9 => "Ishte shumë e vështirë të gjeja një shifër monetare" (57)
q4_7_3_X_desc => "Zgjidhni arsyen më të rëndësishme." (38)
q4_7_3_X_text => "Pse zgjodhët "Nuk do të paguaja asgjë" ose "Nuk e di"?
" (59)
q4_8_1 => "Më i lartë" (12)
q4_8_2 => "Afërsisht i njëjtë" (21)
q4_8_3 => "Më i ulët" (11)
q4_8_4 => "Nuk e di" (8)
q4_8_X_text => "Krahasuar me rrezikun mesatar të treguar më sipër, a mendoni se rreziku juaj personal gjatë 10 viteve të ardhshme është:" (127)
q5_1_1 => "Kurrë" (6)
q5_1_2 => "Rrallë" (7)
q5_1_3 => "Ndonjëherë" (12)
q5_1_4 => "Shpesh" (6)
q5_1_5 => "Gjithmonë" (10)
q5_1_text => "Sa shpesh keni nevojë që dikush t'ju ndihmojë të lexoni ose kuptoni informacionin e shkruar shëndetësor (si formularë klinike, shkrimet e recet ... " (179)
q5_2_1 => "Kurrë" (6)
q5_2_2 => "Rrallë" (7)
q5_2_3 => "Ndonjëherë" (12)
q5_2_4 => "Shpesh" (6)
q5_2_5 => "Gjithmonë" (10)
q5_2_text => "Sa shpesh keni dikë që t'ju ndihmojë të lexoni informacionin shëndetësor ose mjekësor?" (93)
q5_3_1_0 => "0 ditë" (7)
q5_3_1_1 => "1 ditë" (7)
q5_3_1_2 => "2 ditë" (7)
q5_3_1_3 => "3 ditë" (7)
q5_3_1_4 => "4 ditë" (7)
q5_3_1_5 => "5 ditë" (7)
q5_3_1_6 => "6 ditë" (7)
q5_3_1_7 => "7 ditë" (7)
q5_3_1_text => "Sa ditë në një javë kryeni aktivitet fizik të moderuar ose intensiv?" (73)
q5_3_2_1 => "Më pak se 10 minuta" (20)
q5_3_2_2 => "10–19 minuta" (14)
q5_3_2_3 => "20–29 minuta" (14)
q5_3_2_4 => "30–39 minuta" (14)
q5_3_2_5 => "40–49 minuta" (14)
q5_3_2_6 => "50–59 minuta" (14)
q5_3_2_7 => "60 minuta ose më shumë" (24)
q5_3_2_text => "Në ato ditë, sa minuta mesatarisht zakonisht kaloni duke kryer aktivitet fizik të moderuar ose intensiv?" (107)
q5_4_1 => "Shumë mirë" (12)
q5_4_2 => "Mirë" (5)
q5_4_3 => "Mesatare" (8)
q5_4_4 => "Dobët" (6)
q5_4_5 => "Shumë dobët" (13)
q5_4_text => "Si do ta vlerësonit cilësinë e ajrit në zonën ku jetoni?" (61)
q5_5_1 => "Kurrë" (6)
q5_5_2 => "Më pak se një herë në javë" (31)
q5_5_3 => "1–2 herë në javë" (21)
q5_5_4 => "3–4 herë në javë" (21)
q5_5_5 => "5–6 herë në javë" (21)
q5_5_6 => "Një herë në ditë" (20)
q5_5_7 => "Më shumë se një herë në ditë" (34)
q5_5_text => "Sa shpesh hani fruta (duke përjashtuar lëngun e frutave)?" (59)
q5_6_1 => "Kurrë" (6)
q5_6_2 => "Më pak se një herë në javë" (31)
q5_6_3 => "1–2 herë në javë" (21)
q5_6_4 => "3–4 herë në javë" (21)
q5_6_5 => "5–6 herë në javë" (21)
q5_6_6 => "Një herë në ditë" (20)
q5_6_7 => "Më shumë se një herë në ditë" (34)
q5_6_text => "Sa shpesh hani perime ose sallatë (duke përjashtuar lëngun e perimeve dhe patatet)?" (86)
q5_7_1_1 => "Po, çdo ditë" (14)
q5_7_1_2 => "Po, herë pas here" (18)
q5_7_1_3 => "Jo, aspak" (9)
q5_7_1_text => "A pini duhan ose përdorni ndonjë produkt duhani ose nikotine (si cigare, vape ose qese nikotine) aktualisht?" (110)
q5_7_2_1 => "Cigare të prodhuara industrialisht" (35)
q5_7_2_2 => "Cigare të mbështjella me dorë" (32)
q5_7_2_3 => "Cigare të trasha / cigarillos / cigare të vogla" (49)
q5_7_2_4 => "Duhan tubi" (10)
q5_7_2_5 => "Nargile / hookah / shisha" (25)
q5_7_2_6 => "Cigare elektronike ose vape" (27)
q5_7_2_6_comment => "Ju lutemi specifikoni:" (22)
q5_7_2_7 => "Produkte duhani të ngrohur (p.sh., IQOS ose Glo)" (49)
q5_7_2_8 => "Produkte duhani ose nikotine orale (p.sh., Snus ose qese nikotine)" (66)
q5_7_2_9 => "Tjetër" (7)
q5_7_2_desc => "(zgjidhni të gjitha që vlejnë)" (33)
q5_7_2_text => "Cilat nga produktet e mëposhtme i përdorni aktualisht?" (56)
q5_7_3_idontknow => "Nuk e di" (8)
q5_7_3_suffix => "cigare/kapsula/shkopinj në ditë" (33)
q5_7_3_text => "Mesatarisht, sa cigare/kapsula/shkopinj përdorni zakonisht në ditë (nëse jeni përdorues ditor)?" (100)
q5_7_4_idontknow => "Nuk e di" (8)
q5_7_4_suffix => "vjet" (4)
q5_7_4_text => "Në çfarë moshe filluat të pini duhan ose të përdorni rregullisht produkte duhani ose nikotine?" (100)
q5_7_5_1 => "Po" (2)
q5_7_5_2 => "Jo" (2)
q5_7_5_3 => "Nuk e di" (8)
q5_7_5_text => "A keni pirë duhan ose keni përdorur të paktën 100 cigare/kapsula/shkopinj gjithsej
gjatë gjithë jetës suaj?" (116)
q5_8_1 => "Po" (2)
q5_8_2 => "Jo" (2)
q5_8_text => "A u jepni kujdes ose ndihm\xc3\xab nj\xc3\xab ose m\xc3\xab shum\xc3\xab personave q\xc3\xab vuajn\xc3\xab nga ndonj\xc3\xab problem i mosh\xc3\xabs, gjendje kronike sh\xc3\xabndet\xc3\xabsore ose paaft\xc3\xabsi, t\xc3 ... " (181)
q6_1_1 => "Mashkull" (8)
q6_1_2 => "Femër" (6)
q6_1_3 => "Tjetër" (7)
q6_1_4 => "Preferoj të mos përgjigjem" (28)
q6_1_text => "Cila është gjinia juaj?" (25)
q6_10_1 => "Shumë e vështirë" (19)
q6_10_2 => "Disi e vështirë" (17)
q6_10_3 => "Disi e lehtë" (13)
q6_10_4 => "Shumë e lehtë" (15)
q6_10_5 => "Nuk e di /preferoj të mos e them" (33)
q6_10_text => "Sa lehtë ose vështirë e keni aktualisht të përballoni shpenzimet e jetesës?" (81)
q6_11_1 => "Shumë e vështirë" (19)
q6_11_2 => "Disi e vështirë" (17)
q6_11_3 => "Disi e lehtë" (13)
q6_11_4 => "Shumë e lehtë" (15)
q6_11_5 => "Nuk e di /preferoj të mos e them" (33)
q6_11_text => "Pas një viti nga tani, sa lehtë ose vështirë mendoni se do ta keni të përballoni shpenzimet e jetesës?" (109)
q6_12_1 => "Nën 150 €" (12)
q6_12_10 => "801 – 1 000 €" (17)
q6_12_11 => "1 001 – 1 200 €" (19)
q6_12_12 => "1 201 – 2 000 €" (19)
q6_12_13 => "Mbi 2 000 €" (13)
q6_12_14 => "Nuk e di/preferoj të mos e them" (32)
q6_12_2 => "151 – 230 €" (15)
q6_12_3 => "231 – 300 €" (15)
q6_12_4 => "301 – 370 €" (15)
q6_12_5 => "371 – 440 €" (15)
q6_12_6 => "441 – 510 €" (15)
q6_12_7 => "511 – 580 €" (15)
q6_12_8 => "581 – 670 €" (15)
q6_12_9 => "671 – 800 €" (15)
q6_12_desc => "<p> Ju lutemi përfshini të gjitha burimet, si paga, pensioni, përfitimet sociale (p.sh. shtesat për fëmijë), interesat ose fitimet nga investime ... " (371)
q6_12_text => "Sa janë afërsisht <u>të ardhurat tuaja mujore neto</u> (shuma që merrni "në xhep" pas taksave dhe zbritjeve)?" (114)
q6_13_1 => "Nën 150 €" (12)
q6_13_10 => "1 601 – 2 000 €" (19)
q6_13_11 => "2 001 – 3 000 €" (19)
q6_13_12 => "3 001 – 5 000 €" (19)
q6_13_13 => "Mbi 5 000 €" (13)
q6_13_14 => "Nuk e di/preferoj të mos e them" (32)
q6_13_2 => "151 – 300 €" (15)
q6_13_3 => "301 – 440 €" (15)
q6_13_4 => "441 – 580 €" (15)
q6_13_5 => "581 – 720 €" (15)
q6_13_6 => "721 – 880 €" (15)
q6_13_7 => "881 – 1 070 €" (17)
q6_13_8 => "1 071 – 1 290 €" (19)
q6_13_9 => "1 291 – 1 600 €" (19)
q6_13_desc => "Ju lutemi përfshini të gjitha burimet për të gjithë anëtarët: pagat, pensionet, përfitimet sociale (p.sh. shtesat për fëmijë), interesat os ... " (185)
q6_13_text => "Sa janë afërsisht <u>të ardhurat mujore neto të kombinuara të familjes suaj</u>? Kjo është shuma totale që ju dhe të gjithë anëtarët e tje ... " (412)
q6_14_1 => "Të ardhura personale individuale" (33)
q6_14_2 => "Të ardhura familjare" (21)
q6_14_3 => "As të ardhura personale, as familjare " (39)
q6_14_text => "Kur deklaruat sa jeni të gatshëm të paguanit për të shmangur sëmundjet, a po mendoni për të ardhurat personale apo për të ardhurat familjare ... " (151)
q6_2_text => "Në çfarë viti lindët?" (25)
q6_3_7 => "7 ose më shumë" (16)
q6_3_desc => "Numëroni vetëm ata që jetojnë vazhdimisht në shtëpinë tuaj" (65)
q6_3_text => "Sa persona jetojnë në ekonominë tuaj familjare, duke përfshirë veten tuaj?" (79)
q6_4_7 => "7 ose më shumë" (16)
q6_4_text => "Nga këta, sa janë 18 vjeç ose më të rinj?" (46)
q6_5_1 => "Arsimi fillor ose i mesëm i ulët (9 vjeçar)" (46)
q6_5_2 => "Gjimnazi (arsimi i përgjithshëm)
" (36)
q6_5_3 => "Shkolla e mesme profesionale (teknike, ekonomike, etj.)" (55)
q6_5_4 => "Bachelor (3 ose 4 vjeçar)" (26)
q6_5_5 => "Master" (6)
q6_5_6 => "Doktoraturë (PhD)" (18)
q6_5_text => "Cili është kualifikimi juaj arsimor më i lartë i përfunduar?" (65)
q6_6_1 => "Beqar/e" (7)
q6_6_2 => "I/E martuar/në bashkëjetesë" (30)
q6_6_3 => "I/E divorcuar/ndarë" (20)
q6_6_4 => "I/E ve" (6)
q6_6_5 => "Tjetër" (7)
q6_6_text => "Jeni:" (5)
q6_7_1 => "I/E vetëpunësuar" (18)
q6_7_2 => "I/E punësuar me kohë të plotë" (33)
q6_7_3 => "I/E punësuar me kohë të pjesshme" (35)
q6_7_4 => "Student/e" (9)
q6_7_5 => "I/E papunë" (11)
q6_7_6 => "Kujdesem për shtëpinë me kohë të plotë" (44)
q6_7_7 => "I/E pensionuar" (14)
q6_7_8 => "I/E paaftë për punë për shkak të sëmundjes ose paaftësisë" (65)
q6_7_9 => "Tjetër" (7)
q6_7_9_comment => "Ju lutemi specifikoni:" (22)
q6_7_text => "Si do ta përshkruanit <u>punën tuaj kryesore</u>?" (51)
q6_8_suffix => "cm" (2)
q6_8_text => "Sa jeni i/e gjatë pa këpucë:" (31)
q6_9_desc => "Nëse jeni shtatzënë, ju lutemi tregoni afërsisht sa kishit peshë para kësaj shtatzënie " (94)
q6_9_suffix => "kg" (2)
q6_9_text => "Sa peshoni pa rroba dhe pa këpucë?" (36)
qAGE_empty_option => "- ju lutemi zgjidhni moshën tuaj -" (35)
qAGE_text => "Cila është mosha juaj?" (24)
qATT2_1 => "Aspak" (5)
qATT2_2 => "Pak" (3)
qATT2_3 => "Mesatarisht" (11)
qATT2_4 => "Shumë" (6)
qATT2_5 => "Shumë fare" (11)
qATT2_text => "Ju lutemi, për të treguar se jeni të vëmendshëm, përzgjidhni "Pak" në listën e mëposhtme:" (98)
qcomments_desc => "Nëse keni mendime shtesë rreth anketës ose temave të rrahura, jeni të lirë t'i shkruani ato në kutinë e mëposhtme (opsionale)." (135)
qcomments_text => "A keni ndonjë koment?" (22)
qeEtraXK_1 => "Aspak (Nuk e kam vërejtur fare që ishte kontrollë)" (53)
qeEtraXK_2 => "Pak" (3)
qeEtraXK_3 => "Mesatarisht" (11)
qeEtraXK_4 => "Shumë" (6)
qeEtraXK_5 => "Plotësisht (E kam lexuar çdo fjalë të udhëzimit)" (53)
qExtraXK_text => "Sa i keni kushtuar vëmendje pyetjes së mëparshme, ku ne po kontrollonim vëmendjen e pjesëmarrësve?" (104)
qPA_1 => "PO - Kam lexuar informacionin e mësipërm dhe pranoj të marr pjesë në anketë." (82)
qPA_2 => "JO - Nuk dua të marr pjesë në këtë anketë." (48)
qPA_text => "A jeni dakord të vazhdoni me anketën? " (40)
qREGION_1 => "Prishtinë" (10)
qREGION_2 => "Mitrovicë" (10)
qREGION_3 => "Pejë" (5)
qREGION_4 => "Prizren" (7)
qREGION_5 => "Ferizaj" (7)
qREGION_6 => "Gjilan" (6)
qREGION_7 => "Gjakovë" (8)
qREGION_text => "Ju lutemi zgjidhni rajonin ku banoni kryesisht:" (47)
risk_table_cost_10year_text => "gjithsej gjatë 10 viteve" (25)
risk_table_cost_label => "Kosto çdo vit për 10 vitet e ardhshme" (39)
risk_table_currency_per_year => "euro çdo muaj" (14)
risk_table_header_left => "1. Rreziku aktual" (17)
risk_table_header_right => "2. Reduktimi i rrezikut" (23)
risk_table_choose_label => "Zgjedh..." (9)
risk_table_no_cost => "pa kosto" (8)
risk_table_risk_label => "Mundësia e të pasurit <strong>%s</strong> gjatë 10 viteve të ardhshme" (73)
risk_table_situation_1 => "Situata 1" (9)
risk_table_situation_2 => "Situata 2" (9)
risk_table_will_not_pay => "Nuk do të paguaja asgjë" (25)
risk_text => "%s%% (%s persona nga 100)" (25)
}
languageStrings private => array(0)
}
runLang => "al" (2)
displayLang => NULL
showLabels => 0
startPage private => 50
pageTypes private => array(0)
invalidLinkMode => 2
onShutdown => NULL
request private => Nette\Application\Request(7) ► {
method private => "GET" (3)
flags private => array(1) ▼ {
secured => TRUE
}
name private => "Questions" (9)
params private => array(4) ▼ {
action => "initialize" (10)
page => "500" (3)
runLang => "al" (2)
showLabels => "0"
}
post private => array(0)
files private => array(0)
frozen private => TRUE
}
response private => Nette\Application\Responses\TextResponse(1) ▼ {
source private => Nette\Templating\FileTemplate(8) ► {
file private => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/templates/Questions/initialize.latte" (101)
onPrepareFilters => array(1) [ ... ]
source private => NULL
params private => array(17) { ... }
filters private => array(0)
helpers private => array(0)
helperLoaders private => array(1) [ ... ]
cacheStorage private => Nette\Caching\Storages\PhpFileStorage(5) { ... }
}
}
autoCanonicalize => TRUE
absoluteUrls => FALSE
globalParams private => array(0)
globalState private => array(3) ▼ {
runLang => "al" (2)
displayLang => NULL
showLabels => 0
}
globalStateSinces private => array(3) ▼ {
runLang => "QuestionsPresenter" (18)
displayLang => "QuestionsPresenter" (18)
showLabels => "QuestionsPresenter" (18)
}
action private => "initialize" (10)
view private => "initialize" (10)
layout private => NULL
payload private => stdClass(0)
signalReceiver private => ""
signal private => NULL
ajaxMode private => FALSE
startupCheck private => TRUE
lastCreatedRequest private => Nette\Application\Request(7) ► {
method private => "FORWARD" (7)
flags private => array(0)
name private => "Questions" (9)
params private => array(4) ▼ {
showLabels => TRUE
runLang => "al" (2)
displayLang => NULL
action => "initialize" (10)
}
post private => array(0)
files private => array(0)
frozen private => FALSE
}
lastCreatedRequestFlag private => array(1) ▼ {
current => FALSE
}
context private => SystemContainer(8) ► {
classes => array(43) ► {
"nette\object" => FALSE
"nette\caching\storages\ijournal" => "nette.cacheJournal" (18)
"nette\caching\storages\filejournal" => "nette.cacheJournal" (18)
"nette\caching\istorage" => "cacheStorage" (12)
"nette\caching\storages\filestorage" => "cacheStorage" (12)
"nette\http\requestfactory" => "nette.httpRequestFactory" (24)
"nette\http\irequest" => "httpRequest" (11)
"nette\http\request" => "httpRequest" (11)
"nette\http\iresponse" => "httpResponse" (12)
"nette\http\response" => "httpResponse" (12)
"nette\http\context" => "nette.httpContext" (17)
"nette\http\session" => "session" (7)
"nette\security\iuserstorage" => "nette.userStorage" (17)
"nette\http\userstorage" => "nette.userStorage" (17)
"nette\security\user" => "user" (4)
"nette\application\application" => "application" (11)
"nette\application\ipresenterfactory" => "nette.presenterFactory" (22)
"nette\application\presenterfactory" => "nette.presenterFactory" (22)
"nette\arraylist" => "router" (6)
traversable => "router" (6)
iteratoraggregate => "router" (6)
countable => "router" (6)
arrayaccess => "router" (6)
"nette\application\irouter" => "router" (6)
"nette\application\routers\routelist" => "router" (6)
"nette\mail\imailer" => "nette.mailer" (12)
"nette\mail\sendmailmailer" => "nette.mailer" (12)
"nette\di\nestedaccessor" => "nette.database" (14)
dibiobject => FALSE
dibiconnection => "dibi.connection" (15)
"nette\diagnostics\ibarpanel" => "dibi.panel" (10)
dibinettepanel => "dibi.panel" (10)
"nette\security\iauthenticator" => "authenticator" (13)
"nette\security\simpleauthenticator" => "authenticator" (13)
experiment => "experiment" (10)
translate => "translate" (9)
getlang => "getLang" (7)
questions => "questions" (9)
answers => "answers" (7)
"nette\freezableobject" => "container" (9)
"nette\ifreezable" => "container" (9)
"nette\di\icontainer" => "container" (9)
"nette\di\container" => "container" (9)
}
meta => array(0)
parameters => array(13) ► {
appDir => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app" (64)
wwwDir => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu" (60)
debugMode => TRUE
productionMode => FALSE
environment => "production" (10)
consoleMode => FALSE
container => array(2) { ... }
tempDir => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/../temp" (72)
allowNoExtId => TRUE
extIdName => "extid" (5)
users => array(3) { ... }
user_languages => array(1) { ... }
nette => NULL
}
params => array(13) ► {
appDir => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app" (64)
wwwDir => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu" (60)
debugMode => TRUE
productionMode => FALSE
environment => "production" (10)
consoleMode => FALSE
container => array(2) { ... }
tempDir => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/../temp" (72)
allowNoExtId => TRUE
extIdName => "extid" (5)
users => array(3) { ... }
user_languages => array(1) { ... }
nette => NULL
}
registry private => array(20) ► {
"nette.httpRequestFactory" => Nette\Http\RequestFactory(2) { ... }
httpRequest => Nette\Http\Request(9) { ... }
httpResponse => Nette\Http\Response(5) { ... }
session => Nette\Http\Session(4) { ... }
router => Nette\Application\Routers\RouteList(3) { ... }
"nette.presenterFactory" => Nette\Application\PresenterFactory(4) { ... }
application => Nette\Application\Application(14) { ... }
container => SystemContainer(8) { *RECURSION* }
"dibi.panel" => DibiNettePanel(3) { ... }
"dibi.connection" => DibiConnection(6) { ... }
answers => Answers(2) { ... }
getLang => getLang(6) { ... }
questions => Questions(4) { ... }
experiment => Experiment(11) { ... }
nette => Nette\DI\NestedAccessor(3) { ... }
"nette.cacheJournal" => Nette\Caching\Storages\FileJournal(9) { ... }
"nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage(5) { ... }
"nette.userStorage" => Nette\Http\UserStorage(3) { ... }
user => Nette\Security\User(8) { ... }
cacheStorage => Nette\Caching\Storages\FileStorage(4) { ... }
}
factories private => array(0)
creating private => array(0)
frozen private => FALSE
}
template private => Nette\Templating\FileTemplate(8) ► {
file private => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/templates/Questions/initialize.latte" (101)
onPrepareFilters => array(1) ▼ [
0 => Nette\Callback(1) { ... }
]
source private => NULL
params private => array(17) ► {
_control => QuestionsPresenter(52) { *RECURSION* }
control => QuestionsPresenter(52) { *RECURSION* }
_presenter => QuestionsPresenter(52) { *RECURSION* }
presenter => QuestionsPresenter(52) { *RECURSION* }
user => Nette\Security\User(8) { ... }
netteHttpResponse => Nette\Http\Response(5) { ... }
netteCacheStorage => Nette\Caching\Storages\FileStorage(4) { ... }
baseUrl => "https://health2026.surveys-online.eu" (36)
baseUri => "https://health2026.surveys-online.eu" (36)
basePath => ""
flashes => array(0)
texts => array(3) { ... }
startPage => 50
runLang => "al" (2)
template => Nette\Templating\FileTemplate(8) { *RECURSION* }
_g => stdClass(0)
_extended => TRUE
}
filters private => array(0)
helpers private => array(0)
helperLoaders private => array(1) ▼ [
0 => Nette\Callback(1) { ... }
]
cacheStorage private => Nette\Caching\Storages\PhpFileStorage(5) ▼ {
hint => "/templates/@layout.latte" (24)
dir private => "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache" (71)
useDirs private => TRUE
journal private => Nette\Caching\Storages\FileJournal(9) { ... }
locks private => NULL
}
}
invalidSnippets private => array(0)
snippetMode => NULL
params protected => array(5) ▼ {
action => "initialize" (10)
page => "500" (3)
runLang => "al" (2)
showLabels => 0
displayLang => NULL
}
components private => array(1) ▼ {
formular => Nette\Application\UI\Form(19) ► {
onSuccess => NULL
onError => NULL
onSubmit => NULL
onInvalidSubmit => NULL
submittedBy private => NULL
httpData private => NULL
element private => Nette\Utils\Html(4) { ... }
renderer private => NULL
translator private => NULL
groups private => array(0)
errors private => array(0)
onValidate => NULL
currentGroup protected => NULL
valid protected => NULL
components private => array(0)
cloning private => NULL
parent private => QuestionsPresenter(52) { *RECURSION* }
name private => "formular" (8)
monitors private => array(2) { ... }
}
}
cloning private => NULL
parent private => NULL
name private => "Questions" (9)
monitors private => array(0)
}
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
|
|---|---|
| TZ | "Europe/Prague" (13)
|
| CONTENT_LENGTH | "0"
|
| HTTP_CONNECTION | "close" (5)
|
| SCRIPT_NAME | "/index.php" (10)
|
| REQUEST_URI | "/initialize?page=500&runLang=al&showLabels=0" (44)
|
| QUERY_STRING | "page=500&runLang=al&showLabels=0" (32)
|
| REQUEST_METHOD | "GET" (3)
|
| SERVER_PROTOCOL | "HTTP/1.1" (8)
|
| GATEWAY_INTERFACE | "CGI/1.1" (7)
|
| REDIRECT_URL | "/initialize" (11)
|
| REDIRECT_QUERY_STRING | "page=500&runLang=al&showLabels=0" (32)
|
| REMOTE_PORT | "19333" (5)
|
| SCRIPT_FILENAME | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/index.php" (70)
|
| SERVER_ADMIN | "root@ceskyhosting.cz" (20)
|
| DOCUMENT_ROOT | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu" (60)
|
| REMOTE_ADDR | "216.73.217.146" (14)
|
| SERVER_PORT | "443" (3)
|
| SERVER_ADDR | "91.239.202.186" (14)
|
| SERVER_NAME | "health2026.surveys-online.eu" (28)
|
| SERVER_SOFTWARE | "Apache/2.2.22 (Debian)" (22)
|
| SERVER_SIGNATURE | "<address>Apache/2.2.22 (Debian) Server at health2026.surveys-online.eu Port 443</address>
" (90)
|
| HTTP_HOST | "health2026.surveys-online.eu" (28)
|
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" (23)
|
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
| HTTP_ACCEPT | "*/*" (3)
|
| SSL_TLS_SNI | "health2026.surveys-online.eu" (28)
|
| HTTPS | "on" (2)
|
| SCRIPT_URI | "https://health2026.surveys-online.eu/initialize" (47)
|
| SCRIPT_URL | "/initialize" (11)
|
| REDIRECT_STATUS | "200" (3)
|
| REDIRECT_SSL_TLS_SNI | "health2026.surveys-online.eu" (28)
|
| REDIRECT_HTTPS | "on" (2)
|
| REDIRECT_SCRIPT_URI | "https://health2026.surveys-online.eu/initialize" (47)
|
| REDIRECT_SCRIPT_URL | "/initialize" (11)
|
| FCGI_ROLE | "RESPONDER" (9)
|
| PHP_SELF | "/index.php" (10)
|
| REQUEST_TIME_FLOAT | 1781210969.287076
|
| REQUEST_TIME | 1781210969
|
| __NF | Nette Session |
|---|
| purge | array(3) ▼ |
|---|
| WWW_DIR | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu" (60)
|
|---|---|
| APP_DIR | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/app" (64)
|
| LIBS_DIR | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs" (65)
|
| NETTE | TRUE
|
| NETTE_DIR | "/home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette" (71)
|
| NETTE_VERSION_ID | 20008
|
| NETTE_PACKAGE | "5.3" (3)
|
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/index.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/bootstrap.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/helpers/helpers.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/run.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/loader.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/exceptions.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/Object.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Utils/LimitedScope.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Loaders/AutoLoader.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Loaders/NetteLoader.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/Helpers.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/shortcuts.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Utils/Html.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/Debugger.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/Logger.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/FireLogger.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/BlueScreen.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/Bar.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/DefaultBarPanel.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/IBarPanel.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Utils/SafeStream.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Config/Configurator.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Loaders/RobotLoader.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Caching/Storages/FileStorage.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Caching/IStorage.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Caching/Cache.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/Callback.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/Framework.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Caching/Storages/PhpFileStorage.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache/_Nette.Configurator/_-de935dd08458c6f08980e4d93d08dcc2.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/DI/Container.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/FreezableObject.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/IFreezable.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/DI/IContainer.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Reflection/ClassType.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Reflection/Method.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/Session.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/RequestFactory.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/UrlScript.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/Url.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/ObjectMixin.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Utils/Strings.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/Request.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/IRequest.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/Response.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/IResponse.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/DateTime.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/Environment.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/CheckboxList.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Forms/Controls/BaseControl.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/ComponentModel/Component.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/ComponentModel/IComponent.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Forms/IControl.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Forms/Container.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/ComponentModel/Container.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/ComponentModel/IContainer.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/Routers/Route.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/IRouter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/Routers/RouteList.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/common/ArrayList.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/Application.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/PresenterFactory.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/IPresenterFactory.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/Diagnostics/RoutingPanel.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/Request.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/presenters/QuestionsPresenter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/presenters/BasePresenter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/Presenter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/Control.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/PresenterComponent.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/ISignalReceiver.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/IStatePersistent.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/IRenderable.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/IPresenter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/DateQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/EmptyQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/GridCheckboxQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/GridTextQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/GridMixedQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/HiddenQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/HorizontalScaleQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/MultipleCheckboxQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/RadioListQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/RadioListInlineQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/SelectQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/SelectCondensedQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/TextAreaQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/TextQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/ValuesBatteryQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/VerticalScaleQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/TermometerQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/VASQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/PercentageScaleQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/DecimalQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/Questions/GridDecimalQuestionTrait.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/DI/Helpers.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Reflection/Parameter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/PresenterComponentReflection.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Reflection/Property.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Reflection/AnnotationsParser.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/models/Answers.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiConnection.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiObject.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/dibi.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/interfaces.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiDateTime.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiLiteral.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiHashMap.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiException.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiResult.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiResultIterator.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiRow.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiTranslator.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiDataSource.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiFluent.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiDatabaseInfo.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiEvent.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiFileLogger.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/libs/DibiFirePhpLogger.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/Nette/DibiNettePanel.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/drivers/mysql.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/dibi/drivers/mysql.reflector.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/models/Questions.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/models/getLang.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/classes/LanguageOverride.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/SessionSection.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Utils/Finder.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Iterators/Filter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/3_conditions.conf.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/5_lifestyle.conf.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/0_quota.conf.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/2_health.conf.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/4_certainity.conf.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/1_introduction.conf.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/6_socdem.conf.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/models/Experiment.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/Form.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Forms/Form.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/ComponentModel/RecursiveComponentIterator.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/UI/Link.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Iterators/InstanceFilter.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/app/config/questions/texts.inc.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Templating/FileTemplate.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Templating/Template.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Templating/ITemplate.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Templating/IFileTemplate.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/DI/NestedAccessor.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Caching/Storages/FileJournal.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Caching/Storages/IJournal.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Security/User.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Security/IUserStorage.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Http/UserStorage.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Security/Diagnostics/UserPanel.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/Responses/TextResponse.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/IResponse.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Application/exceptions.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-c67c8988d3ba56be4d285a67c76d3d14.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Latte/Macros/CoreMacros.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Latte/Macros/MacroSet.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Latte/IMacro.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-7020790f118f40318ebba1afe3ae238e.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Latte/Macros/UIMacros.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Templating/Helpers.php |
| /home/www/surveys-online.eu/www/health2026.surveys-online.eu/libs/Nette/Diagnostics/templates/bluescreen.phtml |
| APC Support | enabled |
|---|---|
| Version | 3.1.13 |
| APC Debugging | Disabled |
| MMAP Support | Enabled |
| MMAP File Mask | no value |
| Locking type | pthread mutex Locks |
| Serialization Support | php |
| Revision | $Revision: 327136 $ |
| Build Date | Sep 4 2012 20:01:41 |
| Directive | Local Value | Master Value |
|---|---|---|
| apc.cache_by_default | Off | Off |
| apc.canonicalize | On | On |
| apc.coredump_unmap | Off | Off |
| apc.enable_cli | Off | Off |
| apc.enabled | On | On |
| apc.file_md5 | Off | Off |
| apc.file_update_protection | 2 | 2 |
| apc.filters | no value | no value |
| apc.gc_ttl | 3600 | 3600 |
| apc.include_once_override | Off | Off |
| apc.lazy_classes | Off | Off |
| apc.lazy_functions | Off | Off |
| apc.max_file_size | 1M | 1M |
| apc.mmap_file_mask | no value | no value |
| apc.num_files_hint | 1000 | 1000 |
| apc.preload_path | no value | no value |
| apc.report_autofilter | Off | Off |
| apc.rfc1867 | Off | Off |
| apc.rfc1867_freq | 0 | 0 |
| apc.rfc1867_name | APC_UPLOAD_PROGRESS | APC_UPLOAD_PROGRESS |
| apc.rfc1867_prefix | upload_ | upload_ |
| apc.rfc1867_ttl | 3600 | 3600 |
| apc.serializer | default | default |
| apc.shm_segments | 1 | 1 |
| apc.shm_size | 32M | 32M |
| apc.shm_strings_buffer | 4M | 4M |
| apc.slam_defense | On | On |
| apc.stat | On | On |
| apc.stat_ctime | Off | Off |
| apc.ttl | 600 | 600 |
| apc.use_request_time | On | On |
| apc.user_entries_hint | 4096 | 4096 |
| apc.user_ttl | 600 | 600 |
| apc.write_lock | On | On |
| 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 |
| Directive | Local Value | Master Value |
|---|---|---|
| cgi.check_shebang_line | 1 | 1 |
| 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.logging | 1 | 1 |
| PHP Version | 5.4.45-0+deb7u14 |
| 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 | no value | no value |
| disable_functions | system,exec,passthru,proc_open,popen,shell_exec,readlink,symlink,link,pfsockopen,ini_alter,dl,openlog,syslog,putenv,pcntl_exec,pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,socket_accept,socket_bind,socket_create,socket_create_listen,socket_listen,socket_create_pair | system,exec,passthru,proc_open,popen,shell_exec,readlink,symlink,link,pfsockopen,ini_alter,dl,openlog,syslog,putenv,pcntl_exec,pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,socket_accept,socket_bind,socket_create,socket_create_listen,socket_listen,socket_create_pair |
| display_errors | On | Off |
| 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 | /home/www/surveys-online.eu/www/health2026.surveys-online.eu/log/php_error.log | /home/www/surveys-online.eu/www/data/health2026.surveys-online.eu.php.log |
| error_prepend_string | no value | no value |
| error_reporting | 0 | 22527 |
| exit_on_timeout | Off | Off |
| expose_php | On | On |
| extension_dir | /usr/lib/php5/20100525 | /usr/lib/php5/20100525 |
| 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 | . | . |
| 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 | 0 | 180 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| memory_limit | 128M | 128M |
| open_basedir | /home/www/tmp:/home/www/surveys-online.eu/www/health2026.surveys-online.eu | /home/www/tmp:/home/www/surveys-online.eu/www/health2026.surveys-online.eu |
| output_buffering | 4096 | 4096 |
| output_handler | no value | no value |
| post_max_size | 64M | 64M |
| precision | 14 | 14 |
| realpath_cache_size | 16K | 16K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | Off | Off |
| report_memleaks | On | On |
| report_zend_debug | On | On |
| request_order | GP | GP |
| sendmail_from | no value | no value |
| sendmail_path | php_mail | php_mail |
| 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 | 60M | 60M |
| upload_tmp_dir | /home/www/tmp | /home/www/tmp |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| 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.26.0 |
| Age | 3 |
| Features | |
| AsynchDNS | No |
| Debug | Yes |
| 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, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
| Host | x86_64-pc-linux-gnu |
| SSL Version | OpenSSL/1.0.1t |
| ZLib Version | 1.2.7 |
| libSSH Version | libssh2/1.4.2 |
| date/time support | enabled |
| "Olson" Timezone Database Version | 0.system |
| 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 |
| DBA support | enabled |
| Supported handlers | cdb cdb_make db4 inifile flatfile qdbm |
| Directive | Local Value | Master Value |
|---|---|---|
| dba.default_handler | flatfile | flatfile |
| DOM/XML | enabled |
| DOM/XML API Version | 20031129 |
| libxml Version | 2.8.0 |
| 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 | 2.0.36 |
| FreeType Support | enabled |
| FreeType Linkage | with freetype |
| FreeType Version | 2.4.9 |
| GIF Read Support | enabled |
| GIF Create Support | enabled |
| JPEG Support | enabled |
| libJPEG Version | unknown |
| PNG Support | enabled |
| libPNG Version | 1.2.49 |
| WBMP Support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| gd.jpeg_ignore_warning | 0 | 0 |
| geoip support | enabled |
|---|---|
| geoip extension version | 1.0.7 |
| geoip library version | 1004008 |
| Directive | Local Value | Master Value |
|---|---|---|
| geoip.custom_directory | no value | no value |
| GetText Support | enabled |
| gmp support | enabled |
| GMP version | 5.0.5 |
| 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.13 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.internal_encoding | UTF-8 | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
| IMAP c-Client Version | 2007f |
| SSL Support | enabled |
| Kerberos Support | enabled |
| Internationalization support | enabled |
|---|---|
| version | 1.1.0 |
| ICU version | 4.8.1.1 |
| ICU Data version | 4.8.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| intl.default_locale | no value | no value |
| intl.error_level | 0 | 0 |
| json support | enabled |
| json version | 1.2.1 |
| libXML support | active |
| libXML Compiled Version | 2.8.0 |
| libXML Loaded Version | 20800 |
| 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) version | 5.9.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 | none | 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 | 1 |
| Client API version | 5.5.60 |
| MYSQL_MODULE_TYPE | external |
| MYSQL_SOCKET | /var/run/mysqld/mysqld.sock |
| MYSQL_INCLUDE | -I/usr/include/mysql |
| MYSQL_LIBS | -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r |
| Directive | Local Value | Master Value |
|---|---|---|
| mysql.allow_local_infile | Off | Off |
| mysql.allow_persistent | On | On |
| mysql.connect_timeout | 60 | 60 |
| mysql.default_host | 127.0.0.1 | 127.0.0.1 |
| mysql.default_password | no value | no value |
| mysql.default_port | 3306 | 3306 |
| mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
| mysql.default_user | no value | no value |
| mysql.max_links | 40 | 40 |
| mysql.max_persistent | 2 | 2 |
| mysql.trace_mode | Off | Off |
| MysqlI Support | enabled |
|---|---|
| Client API library version | 5.5.60 |
| Active Persistent Links | 0 |
| Inactive Persistent Links | 0 |
| Active Links | 0 |
| Client API header version | 5.5.60 |
| MYSQLI_SOCKET | /var/run/mysqld/mysqld.sock |
| Directive | Local Value | Master Value |
|---|---|---|
| mysqli.allow_local_infile | On | On |
| mysqli.allow_persistent | On | On |
| mysqli.default_host | 127.0.0.1 | 127.0.0.1 |
| mysqli.default_port | 3306 | 3306 |
| mysqli.default_pw | no value | no value |
| mysqli.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
| mysqli.default_user | no value | no value |
| mysqli.max_links | 40 | 40 |
| mysqli.max_persistent | 2 | 2 |
| mysqli.reconnect | Off | Off |
| OpenSSL support | enabled |
| OpenSSL Library Version | OpenSSL 1.0.1t 3 May 2016 |
| OpenSSL Header Version | OpenSSL 1.0.1t 3 May 2016 |
| pcntl support | enabled |
|---|
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.30 2012-02-04 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, pgsql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | 5.5.60 |
| Directive | Local Value | Master Value |
|---|---|---|
| pdo_mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
| PDO Driver for PostgreSQL | enabled |
|---|---|
| PostgreSQL(libpq) Version | 9.1.24lts2 |
| Module version | 1.0.2 |
| Revision | $Id: 8e4cc97fb53f418d98b489c3e9d722e48446e676 $ |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.7.13 |
| PostgreSQL Support | enabled |
|---|---|
| PostgreSQL(libpq) Version | 9.1.24lts2 |
| PostgreSQL(libpq) | PostgreSQL 9.1.24lts2 on x86_64-unknown-linux-gnu, compiled by gcc (Debian 4.7.2-5) 4.7.2, 64-bit |
| Multibyte character support | enabled |
| SSL support | enabled |
| Active Persistent Links | 0 |
| Active Links | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| pgsql.allow_persistent | On | On |
| pgsql.auto_reset_persistent | Off | Off |
| pgsql.ignore_notice | Off | Off |
| pgsql.log_notice | Off | Off |
| pgsql.max_links | 40 | 40 |
| pgsql.max_persistent | 2 | 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 |
| 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 $ |
| PSpell Support | enabled |
| 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 | On | Off |
| session.cookie_lifetime | 1209600 | 0 |
| session.cookie_path | / | / |
| session.cookie_secure | Off | Off |
| session.entropy_file | /dev/urandom | /dev/urandom |
| session.entropy_length | 32 | 32 |
| session.gc_divisor | 1000 | 1000 |
| session.gc_maxlifetime | 1209600 | 1440 |
| session.gc_probability | 1 | 1 |
| session.hash_bits_per_character | 5 | 5 |
| session.hash_function | 0 | 0 |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | /var/lib/php/sessions | /var/lib/php/sessions |
| 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 |
| shmop support | enabled |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $ |
| Schema support | enabled |
| NET-SNMP Support | enabled |
| NET-SNMP Version | 5.4.3 |
| PHP SNMP Version | 0.1 |
| 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.7.13 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.extension_dir | no value | no value |
| Dynamic Library Support | enabled |
| Path to sendmail | php_mail |
| 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,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | PHP | PHP |
| sysvmsg support | enabled |
| Revision | $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ |
| Tidy support | enabled |
|---|---|
| libTidy Release | 25 March 2009 |
| Extension Version | 2.0 ($Id: 14aff36094bdd63f1d0adee006215e5e553294ea $) |
| Directive | Local Value | Master Value |
|---|---|---|
| tidy.clean_output | no value | no value |
| tidy.default_config | no value | no value |
| Tokenizer Support | enabled |
| WDDX Support | enabled |
|---|---|
| WDDX Session Serializer | enabled |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.8.0 |
| 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.26 |
| libxslt compiled against libxml Version | 2.8.0 |
| EXSLT | enabled |
| libexslt Version | 1.1.26 |
| 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.1.1 |
| 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 |
| Content-Length | 0 |
|---|---|
| Connection | close |
| Host | health2026.surveys-online.eu |
| Accept-Encoding | gzip, br, zstd, deflate |
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Accept | */* |
| page | "500" (3)
|
|---|---|
| runLang | "al" (2)
|
| showLabels | "0"
|
empty
empty
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
X-Frame-Options: SAMEORIGIN
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: nette-browser=nol76cn69p; path=/; httponly
Set-Cookie: PHPSESSID=idg37iu7sr0gc3m464gukieka5; expires=Thu, 25-Jun-2026 20:49:29 GMT; path=/; HttpOnly