Nette\Application\BadRequestException #404

Presenter name must be alphanumeric string, 'Projekty:Bungalow-02' is invalid. search►

Source file

File: .../src/Application/Application.php:146

136: $this->requests[] = $request; 137: $this->onRequest($this, $request); 138: 139: if (!$request->isMethod($request::FORWARD) && !strcasecmp($request->getPresenterName(), $this->errorPresenter)) { 140: throw new BadRequestException('Invalid request. Presenter is not achievable.'); 141: } 142: 143: try { 144: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 145: } catch (InvalidPresenterException $e) { 146: throw count($this->requests) > 1 ? $e : new BadRequestException($e->getMessage(), 0, $e); 147: } 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run(clone $request); 150:

Call stack

  1. .../src/Application/Application.php:83 source  Nette\Application\Application->processRequest(arguments)

    73: 74: 75: /** 76: * Dispatch a HTTP request to a front controller. 77: * @return void 78: */ 79: public function run() 80: { 81: try { 82: $this->onStartup($this); 83: $this->processRequest($this->createInitialRequest()); 84: $this->onShutdown($this); 85: 86: } catch (\Exception $e) { 87: } catch (\Throwable $e) {
    $request
    
    
  2. .../www/public/index.php:23 source  Nette\Application\Application->run()

    13: // if((int) $_SERVER['SERVER_PORT'] !== 443) { 14: // $_SERVER['SERVER_PORT'] = 443; 15: // } 16: // } 17: //} 18: 19: /** @var \Nette\DI\Container $container */ 20: $container = require __DIR__ . '/../app/bootstrap.php'; 21: 22: $container->getByType(Nette\Application\Application::class) 23: ->run(); 24:

Caused by

Nette\Application\InvalidPresenterException

Presenter name must be alphanumeric string, 'Projekty:Bungalow-02' is invalid.

Source file

File: .../src/Application/PresenterFactory.php:66

56: * @return string class name 57: * @throws InvalidPresenterException 58: */ 59: public function getPresenterClass(&$name) 60: { 61: if (isset($this->cache[$name])) { 62: return $this->cache[$name]; 63: } 64: 65: if (!is_string($name) || !Nette\Utils\Strings::match($name, '#^[a-zA-Z\x7f-\xff][a-zA-Z0-9\x7f-\xff:]*\z#')) { 66: throw new InvalidPresenterException("Presenter name must be alphanumeric string, '$name' is invalid."); 67: } 68: 69: $class = $this->formatPresenterClass($name); 70: if (!class_exists($class)) {

Call stack

  1. .../src/Application/PresenterFactory.php:49 source  Nette\Application\PresenterFactory->getPresenterClass(arguments)

    39: } 40: 41: 42: /** 43: * Creates new presenter instance. 44: * @param string presenter name 45: * @return IPresenter 46: */ 47: public function createPresenter($name) 48: { 49: return call_user_func($this->factory, $this->getPresenterClass($name)); 50: } 51: 52: 53: /**
    $name
    "Projekty:Bungalow-02" (20)
    
  2. .../src/Application/Application.php:144 source  Nette\Application\PresenterFactory->createPresenter(arguments)

    134: } 135: 136: $this->requests[] = $request; 137: $this->onRequest($this, $request); 138: 139: if (!$request->isMethod($request::FORWARD) && !strcasecmp($request->getPresenterName(), $this->errorPresenter)) { 140: throw new BadRequestException('Invalid request. Presenter is not achievable.'); 141: } 142: 143: try { 144: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 145: } catch (InvalidPresenterException $e) { 146: throw count($this->requests) > 1 ? $e : new BadRequestException($e->getMessage(), 0, $e); 147: } 148: $this->onPresenter($this, $this->presenter);
    $name
    "Projekty:Bungalow-02" (20)
    
  3. .../src/Application/Application.php:83 source  Nette\Application\Application->processRequest(arguments)

    73: 74: 75: /** 76: * Dispatch a HTTP request to a front controller. 77: * @return void 78: */ 79: public function run() 80: { 81: try { 82: $this->onStartup($this); 83: $this->processRequest($this->createInitialRequest()); 84: $this->onShutdown($this); 85: 86: } catch (\Exception $e) { 87: } catch (\Throwable $e) {
    $request
    
    
  4. .../www/public/index.php:23 source  Nette\Application\Application->run()

    13: // if((int) $_SERVER['SERVER_PORT'] !== 443) { 14: // $_SERVER['SERVER_PORT'] = 443; 15: // } 16: // } 17: //} 18: 19: /** @var \Nette\DI\Container $container */ 20: $container = require __DIR__ . '/../app/bootstrap.php'; 21: 22: $container->getByType(Nette\Application\Application::class) 23: ->run(); 24:

Last muted error

Warning: filemtime(): stat failed for /www/doc/www.drevostavby-telnar.cz/www/app/../temp/cache/Nette%5CBridges%5CApplicationDI%5CApplicationExtension

.../nette/di/src/DI/DependencyChecker.php:85

75: return [self::VERSION, $files, $phpFiles, $classes, $functions, $hash]; 76: } 77: 78: 79: /** 80: * Are dependencies expired? 81: * @return bool 82: */ 83: public static function isExpired($version, $files, &$phpFiles, $classes, $functions, $hash) 84: { 85: $current = @array_map('filemtime', array_combine($tmp = array_keys($files), $tmp)); // @ - files may not exist 86: $origPhpFiles = $phpFiles; 87: $phpFiles = @array_map('filemtime', array_combine($tmp = array_keys($phpFiles), $tmp)); // @ - files may not exist 88: return $version !== self::VERSION 89: || $files !== $current

Nette Application

Requests


Presenter

null

Environment

$_SERVER

REDIRECT_REDIRECT_UNIQUE_ID
"ZgU2hh8PDOkAADvGD98AAAAA" (24)
REDIRECT_REDIRECT_HTTPS
"on" (2)
REDIRECT_REDIRECT_GEOIP_ADDR
"100.24.20.141" (13)
REDIRECT_REDIRECT_GEOIP_CONTINENT_CODE
"NA" (2)
REDIRECT_REDIRECT_GEOIP_COUNTRY_CODE
"US" (2)
REDIRECT_REDIRECT_GEOIP_COUNTRY_NAME
"United States" (13)
REDIRECT_REDIRECT_STATUS
"200" (3)
REDIRECT_UNIQUE_ID
"ZgU2hh8PDOkAADvGD98AAAAA" (24)
REDIRECT_HTTPS
"on" (2)
REDIRECT_GEOIP_ADDR
"100.24.20.141" (13)
REDIRECT_GEOIP_CONTINENT_CODE
"NA" (2)
REDIRECT_GEOIP_COUNTRY_CODE
"US" (2)
REDIRECT_GEOIP_COUNTRY_NAME
"United States" (13)
REDIRECT_STATUS
"200" (3)
UNIQUE_ID
"ZgU2hh8PDOkAADvGD98AAAAA" (24)
HTTPS
"on" (2)
GEOIP_ADDR
"100.24.20.141" (13)
GEOIP_CONTINENT_CODE
"NA" (2)
GEOIP_COUNTRY_CODE
"US" (2)
GEOIP_COUNTRY_NAME
"United States" (13)
HTTP_HOST
"www.drevostavby-telnar.cz" (25)
HTTP_X_REAL_IP
"100.24.20.141" (13)
HTTP_X_FORWARDED_PROTO
"https" (5)
HTTP_CONNECTION
"close" (5)
HTTP_ACCEPT
"*/*" (3)
HTTP_USER_AGENT
"claudebot" (9)
PATH
"/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin" (75)
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache" (6)
SERVER_NAME
"www.drevostavby-telnar.cz" (25)
SERVER_ADDR
"31.15.12.233" (12)
SERVER_PORT
"443" (3)
REMOTE_ADDR
"100.24.20.141" (13)
DOCUMENT_ROOT
"/www/doc/www.drevostavby-telnar.cz/www" (38)
REQUEST_SCHEME
"https" (5)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/www/doc/www.drevostavby-telnar.cz/www" (38)
SERVER_ADMIN
"info@active24.cz" (16)
SCRIPT_FILENAME
"/www/doc/www.drevostavby-telnar.cz/www/public/index.php" (55)
REMOTE_PORT
"57544" (5)
REDIRECT_URL
"/public/projekty/bungalow-02" (28)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.0" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
""
REQUEST_URI
"/projekty/bungalow-02" (21)
SCRIPT_NAME
"/public/index.php" (17)
PHP_SELF
"/public/index.php" (17)
REQUEST_TIME_FLOAT
1711617670.251701
REQUEST_TIME
1711617670
argv
array ()
argc
0

$_SESSION

__NFNette Session

Nette Session

tracy_error_presenter_panel

Constants

FILTER_VALIDATE_BOOL
258

Configuration options


Configuration

apache2handler

Apache Version Apache
Apache API Version 20120211
Server Administrator info@active24.cz
Hostname:Port www.drevostavby-telnar.cz:0
User/Group www-data(33)/33
Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 1000
Timeouts Connection: 35 - Keep-Alive: 5
Virtual Server Yes
Server Root /etc/apache86
Loaded Modules core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_alias mod_auth_basic mod_auth_digest mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_deflate mod_dir mod_env mod_expires mod_fakessl mod_filter mod_geoip mod_headers mod_include mod_macro mod_mime mpm_itk prefork mod_negotiation mod_php7 mod_proxy mod_remoteip mod_reqtimeout mod_rewrite mod_security2 mod_setenvif mod_socache_shmcb mod_status mod_suexec mod_unique_id
DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
REDIRECT_REDIRECT_UNIQUE_ID ZgU2hh8PDOkAADvGD98AAAAA
REDIRECT_REDIRECT_HTTPS on
REDIRECT_REDIRECT_GEOIP_ADDR 100.24.20.141
REDIRECT_REDIRECT_GEOIP_CONTINENT_CODE NA
REDIRECT_REDIRECT_GEOIP_COUNTRY_CODE US
REDIRECT_REDIRECT_GEOIP_COUNTRY_NAME United States
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgU2hh8PDOkAADvGD98AAAAA
REDIRECT_HTTPS on
REDIRECT_GEOIP_ADDR 100.24.20.141
REDIRECT_GEOIP_CONTINENT_CODE NA
REDIRECT_GEOIP_COUNTRY_CODE US
REDIRECT_GEOIP_COUNTRY_NAME United States
REDIRECT_STATUS 200
UNIQUE_ID ZgU2hh8PDOkAADvGD98AAAAA
HTTPS on
GEOIP_ADDR 100.24.20.141
GEOIP_CONTINENT_CODE NA
GEOIP_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
HTTP_HOST www.drevostavby-telnar.cz
HTTP_X_REAL_IP 100.24.20.141
HTTP_X_FORWARDED_PROTO https
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache
SERVER_NAME www.drevostavby-telnar.cz
SERVER_ADDR 31.15.12.233
SERVER_PORT 443
REMOTE_ADDR 100.24.20.141
DOCUMENT_ROOT /www/doc/www.drevostavby-telnar.cz/www
REQUEST_SCHEME https
CONTEXT_PREFIX no value
CONTEXT_DOCUMENT_ROOT /www/doc/www.drevostavby-telnar.cz/www
SERVER_ADMIN info@active24.cz
SCRIPT_FILENAME /www/doc/www.drevostavby-telnar.cz/www/public/index.php
REMOTE_PORT 57544
REDIRECT_URL /public/projekty/bungalow-02
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /projekty/bungalow-02
SCRIPT_NAME /public/index.php

HTTP Headers Information

HTTP Request Headers
HTTP Request GET /projekty/bungalow-02 HTTP/1.0
Host www.drevostavby-telnar.cz
X-Real-IP 100.24.20.141
X-Forwarded-Proto https
Connection close
accept */*
user-agent claudebot
GEOIP_ADDR 100.24.20.141
GEOIP_CONTINENT_CODE NA
GEOIP_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
HTTP Response Headers
X-Frame-Options DENY
Set-Cookie PHPSESSID=7ea11c4a9222630e59a93412ea88f08b; expires=Thu, 11-Apr-2024 08:21:10 GMT; Max-Age=1206000; path=/; HttpOnly
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate
Pragma no-cache
Connection close
Content-Type text/html; charset=UTF-8

bcmath

BCMath support enabled
DirectiveLocal ValueMaster Value
bcmath.scale00

bz2

BZip2 Support Enabled
Stream Wrapper support compress.bzip2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.6, 6-Sept-2010

calendar

Calendar support enabled

Core

PHP Version 7.4.33
DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
arg_separator.input&&
arg_separator.output&&
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscap/usr/local/php/browscap.ini/usr/local/php/browscap.ini
default_charsetUTF-8UTF-8
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOnOn
display_startup_errorsOffOff
doc_root/www/doc/www.drevostavby-telnar.cz/wwwno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_log/www/doc/www.drevostavby-telnar.cz/logs/php_error.log/var/log/apache2/php_error_log
error_prepend_stringno valueno value
error_reporting3276730711
expose_phpOffOff
extension_dir/usr/lib/php/20190902/usr/lib/php/20190902
file_uploadsOnOn
hard_timeout22
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_errorsOffOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/usr/share/php.:/usr/share/php
input_encodingno valueno value
internal_encodingno valueno value
log_errorsOffOn
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.log/var/log/phpmail.log/var/log/phpmail.log
max_execution_time120120
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars50005000
memory_limit256M256M
open_basedir/www/doc/www.drevostavby-telnar.cz:/disk2/doc/www.drevostavby-telnar.cz:/usr/share/php:/www/tmp:/tmp/www/doc/:/www/tmp/:/etc/apache/errmsg/
output_bufferingno valueno value
output_encodingno valueno value
output_handlerno valueno value
post_max_size256M256M
precision1212
realpath_cache_size4096K4096K
realpath_cache_ttl120120
register_argc_argvOnOn
report_memleaksOnOn
report_zend_debugOnOn
request_orderno valueno value
sendmail_fromno valueno value
sendmail_pathMAILHOST=drevostavby-telnar.cz /usr/bin/sendmail-wrapper -t -f postmaster@drevostavby-telnar.cz/usr/sbin/sendmail -t -i
serialize_precision-1-1
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sys_temp_dirno valueno value
syslog.facilityLOG_USERLOG_USER
syslog.filterno-ctrlno-ctrl
syslog.identphpphp
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize256M256M
upload_tmp_dir/www/tmp/www/tmp
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderEGPCSEGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.assertions11
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.exception_ignore_argsOffOff
zend.multibyteOffOff
zend.script_encodingno valueno value
zend.signal_checkOffOff

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.52.1
Age 3
Features
AsynchDNS Yes
CharConv No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
krb4 No
Largefile Yes
libz Yes
NTLM Yes
NTLMWB Yes
SPNEGO Yes
SSL Yes
SSPI No
TLS-SRP Yes
HTTP2 Yes
GSSAPI Yes
KERBEROS5 Yes
UNIX_SOCKETS Yes
PSL Yes
HTTPS_PROXY Yes
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
Host x86_64-pc-linux-gnu
SSL Version OpenSSL/1.0.2u
ZLib Version 1.2.8
libSSH Version libssh2/1.7.0
DirectiveLocal ValueMaster Value
curl.cainfono valueno value

date

date/time support enabled
timelib version 2018.04
"Olson" Timezone Database Version 2022.1
Timezone Database internal
Default timezone Europe/Prague
DirectiveLocal ValueMaster Value
date.default_latitude50.059450.0594
date.default_longitude14.480614.4806
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneEurope/PragueEurope/Prague

dba

DBA support enabled
Supported handlers gdbm cdb cdb_make db4 inifile flatfile
DirectiveLocal ValueMaster Value
dba.default_handlerflatfileflatfile

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.9.4
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

enchant

enchant support enabled
Libenchant Version 1.6.0
aspell Aspell Provider /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
ispell Ispell Provider /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
hspell Hspell Provider /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
myspell Myspell Provider /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so

exif

EXIF Support enabled
Supported EXIF Version 0220
Supported filetypes JPEG, TIFF
Multibyte decoding support using mbstring enabled
Extended EXIF tag formats Canon, Casio, Fujifilm, Nikon, Olympus, Samsung, Panasonic, DJI, Sony, Pentax, Minolta, Sigma, Foveon, Kyocera, Ricoh, AGFA, Epson
DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

fileinfo

fileinfo support enabled
libmagic 537

filter

Input Validation and Filtering enabled
DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled
FTPS support enabled

gd

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.6.3
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.6.28
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
WebP Support enabled
BMP Support enabled
TGA Read Support enabled
DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning11

gettext

GetText Support enabled

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 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
MHASH support Enabled
MHASH API Version Emulated Support

iconv

iconv support enabled
iconv implementation glibc
iconv library version 2.24
DirectiveLocal ValueMaster Value
iconv.input_encodingno valueno value
iconv.internal_encodingno valueno value
iconv.output_encodingno valueno value

imagick

imagick moduleenabled
imagick module version 3.4.4
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org
Imagick using ImageMagick library version ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org
ImageMagick copyright © 1999-2017 ImageMagick Studio LLC
ImageMagick release date 20170114
ImageMagick number of supported formats: 236
ImageMagick supported formats 3FR, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
DirectiveLocal ValueMaster Value
imagick.locale_fix00
imagick.progress_monitor00
imagick.skip_version_check00

imap

IMAP c-Client Version 2007f
SSL Support enabled
Kerberos Support enabled
DirectiveLocal ValueMaster Value
imap.enable_insecure_rshOffOff

intl

Internationalization supportenabled
ICU version 57.1
ICU Data version 57.1
ICU TZData version 2016b
ICU Unicode version 8.0
DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00
intl.use_exceptions00

ionCube Loader

ionCube Loader developed by ionCube Ltd.
Visit ioncube.com for latest Loaders and support.
This Loader also includes features for real-time error reporting and malware protection. Visit ioncube24.com for more details.
Loader version 12.0.2
ionCube24 features unconfigured
DirectiveLocal ValueMaster Value
ic24.api.log_msg_errors00
ic24.api.max_timeout77
ic24.api_access_key****************
ic24.api_check_ip11
ic24.enable00
ic24.home_dirno valueno value
ic24.phperr.enableautoauto
ic24.phperr.ignore00
ic24.sec.block_stdin11
ic24.sec.block_uploaded_files11
ic24.sec.enableautoauto
ic24.sec.exclusion_key****************
ic24.sec.initial_actionblockblock
ic24.sec.initial_cache_all11
ic24.sec.initial_notifyalwaysalways
ic24.sec.initial_state11
ic24.sec.stop_on_error11
ic24.sec.trusted_include_paths****************
ic24.slt77
ic24.update_domains_retry_interval3030
ioncube.loader.encoded_pathsno valueno value

json

json support enabled

ldap

LDAP Support enabled
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20444
DirectiveLocal ValueMaster Value
ldap.max_linksUnlimitedUnlimited

libxml

libXML support active
libXML Compiled Version 2.9.4
libXML Loaded Version 20904
libXML streams enabled

mbstring

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 6.1.3
DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputno valueno value
mbstring.http_outputno valueno value
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.regex_retry_limit10000001000000
mbstring.regex_stack_limit100000100000
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 7.4.33
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOffOff
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socketno valueno value
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff
mysqli.rollback_on_cached_plinkOffOff

mysqlnd

mysqlndenabled
Version mysqlnd 7.4.33
Compression supported
core SSL supported
extended SSL supported
Command buffer size 4096
Read buffer size 32768
Read timeout 86400
Collecting statistics Yes
Collecting memory statistics No
Tracing n/a
Loaded plugins mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_caching_sha2_password,auth_plugin_sha256_password
API Extensions mysqli,pdo_mysql
mywrap enabled

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.1.0l 10 Sep 2019
OpenSSL Header Version OpenSSL 1.1.0l 10 Sep 2019
Openssl default config /usr/lib/ssl/openssl.cnf
DirectiveLocal ValueMaster Value
openssl.cafileno valueno value
openssl.capathno valueno value

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 10.35 2020-05-09
PCRE Unicode Version 13.0.0
PCRE JIT Support enabled
PCRE JIT Target x86 64bit (little endian + unaligned)
DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.jit11
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers dblib, mysql, pgsql, sqlite

pdo_dblib

PDO Driver for FreeTDS/Sybase DB-libenabled
Flavour freetds

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 7.4.33
DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/tmp/mysql.sock/tmp/mysql.sock

pdo_pgsql

PDO Driver for PostgreSQL enabled
PostgreSQL(libpq) Version 9.6.24

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.16.2

pgsql

PostgreSQL Supportenabled
PostgreSQL(libpq) Version 9.6.24
PostgreSQL(libpq) PostgreSQL 9.6.24 on x86_64-pc-linux-gnu, compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
Multibyte character support enabled
SSL support enabled
Active Persistent Links 0
Active Links 0
DirectiveLocal ValueMaster Value
pgsql.allow_persistentOnOn
pgsql.auto_reset_persistentOffOff
pgsql.ignore_noticeOffOff
pgsql.log_noticeOffOff
pgsql.max_linksUnlimitedUnlimited
pgsql.max_persistentUnlimitedUnlimited

Phar

Phar: PHP Archive supportenabled
Phar API version 1.1.1
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.
DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

POSIX support enabled

Reflection

Reflection enabled

session

Session Support enabled
Registered save handlers files user
Registered serializer handlers php_serialize php php_binary
DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponly10
session.cookie_lifetime12060000
session.cookie_path//
session.cookie_samesiteno valueno value
session.cookie_secure00
session.gc_divisor100100
session.gc_maxlifetime12060001440
session.gc_probability11
session.lazy_writeOnOn
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/www/doc/www.drevostavby-telnar.cz/session/var/lib/php5
session.serialize_handlerphpphp
session.sid_bits_per_character44
session.sid_length3232
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookies11
session.use_only_cookies11
session.use_strict_mode00
session.use_trans_sid00

shmop

shmop support enabled

SimpleXML

SimpleXML support enabled
Schema support enabled

snmp

NET-SNMP Support enabled
NET-SNMP Version 5.7.3

soap

Soap Client enabled
Soap Server enabled
DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit55
soap.wsdl_cache_ttl8640086400

sockets

Sockets Support enabled

sodium

sodium supportenabled
libsodium headers version 1.0.11
libsodium library version 1.0.11

SPL

SPL supportenabled
Interfaces 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

SQLite3 supportenabled
SQLite Library 3.16.2
DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail MAILHOST=drevostavby-telnar.cz /usr/bin/sendmail-wrapper -t -f postmaster@drevostavby-telnar.cz
DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.exception00
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
session.trans_sid_hostsno valueno value
session.trans_sid_tagsa=href,area=href,frame=src,form=a=href,area=href,frame=src,form=
unserialize_max_depth40964096
url_rewriter.hostsno valueno value
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=,fieldset=a=href,area=href,frame=src,input=src,form=,fieldset=
user_agentno valueno value

sysvmsg

sysvmsg support enabled

sysvsem

sysvsem support enabled

sysvshm

sysvshm support enabled

tidy

Tidy support enabled
libTidy Version 5.2.0
libTidy Release 2016/04/07
DirectiveLocal ValueMaster Value
tidy.clean_output00
tidy.default_configno valueno value

tokenizer

Tokenizer Support enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.9.4

xmlreader

XMLReader enabled

xmlrpc

core library version xmlrpc-epi v. 0.51
author Dan Libby
homepage http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com

xmlwriter

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.29
libxslt compiled against libxml Version 2.9.4
EXSLT enabled
libexslt Version 1.1.29

Zend OPcache

Opcode Caching Disabled
Optimization Disabled
SHM Cache Enabled
File Cache Disabled
DirectiveLocal ValueMaster Value
opcache.blacklist_filenameno valueno value
opcache.consistency_checks00
opcache.dups_fixOffOff
opcache.enableOffOn
opcache.enable_cliOffOff
opcache.enable_file_overrideOffOff
opcache.error_logno valueno value
opcache.file_cacheno valueno value
opcache.file_cache_consistency_checksOnOn
opcache.file_cache_onlyOffOff
opcache.file_update_protection22
opcache.force_restart_timeout180180
opcache.huge_code_pagesOffOff
opcache.interned_strings_buffer88
opcache.lockfile_path/tmp/tmp
opcache.log_verbosity_level11
opcache.max_accelerated_files40004000
opcache.max_file_size00
opcache.max_wasted_percentage55
opcache.memory_consumption256256
opcache.opt_debug_level00
opcache.optimization_level0x7FFEBFFF0x7FFEBFFF
opcache.preferred_memory_modelno valueno value
opcache.preloadno valueno value
opcache.preload_userno valueno value
opcache.protect_memoryOffOff
opcache.restrict_apino valueno value
opcache.revalidate_freq22
opcache.revalidate_pathOffOff
opcache.save_commentsOnOn
opcache.use_cwdOnOn
opcache.validate_permissionOffOff
opcache.validate_rootOffOff
opcache.validate_timestampsOnOn

zip

Zip enabled
Zip version 1.15.6
Libzip headers version 1.5.1
Libzip library version 1.5.1

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.8
Linked Version 1.2.8
DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name

HTTP request

URL

https://www.drevostavby-telnar.cz/projekty/bungalow-02

Headers

Hostwww.drevostavby-telnar.cz
X-Real-IP100.24.20.141
X-Forwarded-Protohttps
Connectionclose
accept*/*
user-agentclaudebot
GEOIP_ADDR100.24.20.141
GEOIP_CONTINENT_CODENA
GEOIP_COUNTRY_CODEUS
GEOIP_COUNTRY_NAMEUnited States

$_GET

empty

$_POST

empty

$_COOKIE

empty

HTTP response

Headers

X-Frame-OptionsDENY
Set-CookiePHPSESSID=7ea11c4a9222630e59a93412ea88f08b; expires=Thu, 11-Apr-2024 08:21:10 GMT; Max-Age=1206000; path=/; HttpOnly
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
Content-Typetext/html; charset=UTF-8