Privacy policy

1.    The Website does not automatically collect any information, except for the information contained in cookies.

 

2.    Cookies are computer data, in particular text files, which are stored on the end device of the User of the Website and allow the User to use the pages of the Website. Cookies usually contain the name of the website from which they originate, the duration of their storage on the end device, and a unique number.

 

3.    The entity that places cookies on the end device of the User of the Website and that has access to those files is the administrator of the Website.

 

4.    Cookies are used for:


- adjusting the content of the Website pages to the User's preferences and optimising the use of pages; in particular, these files allow to recognize the device of the User of the Website and properly display the website in a way adjusted to their individual needs;
- creating statistics that help to understand how the Users of the Website are using the pages, which allows for improving their structure and content;
- maintaining the session of the User of the Website (after logging in), thanks to which the User does not have to re-enter their login and password on every sub-page of the Website.


5.    The Website uses the following types of cookies:

 

- “necessary” cookies, enabling the use of services available on the Website, e.g. authentication cookies used for services that require authentication on the Website;
- security cookies, e.g. used to detect fraud in authentication within the Website;
- “performance” cookies, enabling the collection of information on the use of the Website pages;
- “functional” cookies, allowing for “remembering” of the settings selected by the User and personalising the User's interface, e.g. with regard to the selected language or region of the User's origin, font size, website appearance, etc.;
- “advertising” cookies, enabling to provide Users with advertising content that is more appropriate to their interests.

 

6.    In many cases, the software used for browsing websites (web browser) allows cookies to be stored on the User's end device by default. Users of the Website may change their cookie settings at any time. These settings may be changed, in particular, in such a way as to block the automatic use of cookies in the web browser's settings, or to inform the User about each time cookies are stored on the end device. Detailed information about the possibilities and methods of using cookies can be found in the settings of the software (web browser).

 

7.    The administrator of the Website hereby informs that applicable restrictions on the use of cookies may affect certain functionalities available on the Website.


8.    Cookies may also be stored on the end device of the User of the Website and used by advertisers and partners cooperating with the administrator of the Website.

 

9.    For more information on cookies, please visit http://wszystkoociasteczkach.pl/ or the “Help” section of your browser's menu.

DEBUG RAPORT
# Time Type Count Message File:Line
1 19:50:09.119709 Fatal 1 Module 'mysqli' already loaded Unknown:0
1 PHP internal callApp\Exceptions\DebugReport::addEvent(eventName, params)
  • Arguments
  • eventName string(10) "onShutDown"
    params array(0)
2 <ROOT>/include/class/Base/Events.php:27call_user_func_array(function_name, parameters)
  • Source
  • Arguments
  • 20 }
    21
    22 // ręczne wywołanie akcji z parametrami
    23 public static function trigger($eventName /* $first_param, ... */){
    24 $result = array();
    25 if(array_key_exists($eventName, self::$_events))
    26 foreach (self::$_events[$eventName] as $i => $callback){
    27 $result[$i] = call_user_func_array($callback, func_get_args());
    28 }
    29 return $result; // zwraca tablice nazw callback-ów i wartości zwrotnych
    30 }
    31
    32 // zwraca pierwszy wynik jeśli jakaś funkcja zwróciła inną wartość niż domyślne null
    33 public static function parseTriggerResult(array $triggerResult, &$i = null){
    34 foreach($triggerResult as $i => $value)
  • function_name string(36) "App\Exceptions\DebugReport::addEvent"
    parameters array(2)
    string(10) "onShutDown"
    array(0)
3 <ROOT>/include/class/Exceptions/ExceptionsHandlers.php:29App\Base\Events::trigger(eventName, #2)
  • Source
  • Arguments
  • 22
    23 public static function onError(){
    24 $trigger = Events::trigger(__FUNCTION__, func_get_args());
    25 return Events::parseTriggerResult($trigger);
    26 }
    27
    28 public static function onShutDown(){
    29 $trigger = Events::trigger(__FUNCTION__, func_get_args());
    30 return Events::parseTriggerResult($trigger);
    31 }
    32 }
    33
    34 ?>
  • eventName string(10) "onShutDown"
    #2 array(0)
4 PHP internal callApp\Exceptions\ExceptionsHandlers::onShutDown()
      Called from <ROOT>/include/class/Exceptions/DebugReport.php.inc:74
      1. <ROOT>/include/class/Exceptions/DebugReport.php:147
      2. <ROOT>/include/class/Exceptions/DebugReport.php:137 [App\Exceptions\DebugReport::printHtmlDebugErrors()]
      3. <ROOT>/include/class/Base/Events.php:27 [call_user_func_array()]
      4. <ROOT>/include/class/Exceptions/ExceptionsHandlers.php:29 [App\Base\Events::trigger()]
      Last ORM query: SELECT DISTINCT `lc`.*, `l`.* FROM `langs` `l` JOIN `langs_countries` `lc` ON `lc`.`country_code` = `l`.`country_code` WHERE `l`.`status` = '1' AND `lc`.`status` = '1' ORDER BY `l`.`order` ASC, `lc`.`order` ASC