Personal data processing policy

Privacy policy

The privacy and security of our customers' personal data has always been of paramount importance to us. For this reason, we have created the current Unified Privacy Policy that covers the way we collect, use, store, disclose and delete, or generally "process," your data. Your data provided during the creation of an account will be recorded in an iParts database (the "Administrator") and in this regard the granting of consent to the General Terms and Conditions, integral part of which is this Privacy Policy, it is considered as agreeing that the data provided in your account be processed by the Administrator.

Collection and use of personal data

Personal data is any information that can be used to identify a person. Personal information may be requested every time you contact us or our partners to provide our products and services. Only subject to this Privacy Policy and any applicable legal provisions The Administrator and his / her partners may share this information with each other and use it. Your personal data is processed only on the territory of the Republic of Bulgaria only for the period and for the purposes for which it was provided.

What personal data we collect

• When you register an account, buy a product, participate in a lottery, etc., we can collect various types of information, including but not limited to name, postal address, telephone number, email, preferred way of communication, bank card information or more.

• In cases where certain documents, such as an invoice, need to be issued, additional data may be required in accordance with regulatory requirements.

• We store a history of orders made from any account registered on the site.

How we use personal information

• We process your personal data to fulfill our obligations as a party to a contract for the sale of goods or services. We may periodically use them to send important messages such as order notifications, changes to the Terms of Service, or other policies.

• In case you have agreed, we process your data to inform you of up-to-date promotions and promotions. Once requested, consent may be withdrawn at any time.

• In case you have agreed to participate in certain events (contest, lottery, game, etc.) we process the data you provide to us to administer these activities.

• Data provided by job applications will only be used for the purpose of selecting and assessing the suitability of the candidate for the position.

Disclosure to third parties

In some cases, in order to fulfill our obligations under contracts or legal agreements entered into with you, we will or will be obliged to disclose personal data you provide to our partners (eg transport, courier, service, assembling, financial, insurers, etc.) or to competent authorities.

Protection of personal data

The administrator takes precautions including administrative, technical, and physical measures to protect your personal data from loss, theft and misuse, and from unauthorized access, disclosure, alteration or destruction.

When posting in forums, chat rooms or social networking services, the personal information you share is visible to other users and can be read, collected, or used by them. In such cases, you are responsible for the personal information you choose to provide.

Integrity and retention of personal data

We will hold your personal data for a period necessary to meet the specific purpose for which they are processed and will then be deleted unless a statutory instrument requires them to be retained for a longer period.

Rights of the subject of personal data

You can check the accuracy, completeness and timeliness of your personal information, and correct them by logging in to your account.

If you wish to withdraw your consent to the processing of personal data, request a correction, object to processing, or request that your data be deleted ("the right to be forgotten"), you should send a request to that effect by email to a customer. service@iparts-bg.com. In order to avoid abuse, requests with the above content will only be considered if they are sent from the email used to register the account, and we reserve the right to request additional data to identify the applicant and the subject of the data to which it relates.

Requests for personal data submitted will be answered within one month, and if you need to extend the deadline, you will be informed of the extension and of the reasons for the delay. We may refuse to process requests that are unreasonably duplicated or threaten the privacy of other users. In any case, you have the right to file a complaint with the Personal Data Protection Commission, kzld@cpdp.bg, Sofia 1592, "Prof. 2 Tsvetan Lazarov.

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(): Only 0 of 2723 bytes written, possibly out of free disk space ErrorException thrown with message "file_put_contents(): Only 0 of 2723 bytes written, possibly out of free disk space" Stacktrace: #8 ErrorException in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 file_put_contents in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 Illuminate\Filesystem\Filesystem:put in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #5 Illuminate\Session\FileSessionHandler:write in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:128 #4 Illuminate\Session\Store:save in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #3 Illuminate\Session\Middleware\StartSession:terminate in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #2 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #1 Illuminate\Foundation\Http\Kernel:terminate in /home/iparts/public_html/public/index.php:60 #0 require_once in /home/iparts/public_html/index.php:21
8
ErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
7
file_put_contents
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
6
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
5
Illuminate
\
Session
\
FileSessionHandler
write
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
128
4
Illuminate
\
Session
\
Store
save
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
87
3
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
218
2
Illuminate
\
Foundation
\
Http
\
Kernel
terminateMiddleware
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
189
1
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
60
0
require_once
/
index.php
21
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "file_put_contents(): Only 0 of 2723 bytes written, possibly out of free disk space"
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "/home/iparts/public_html/storage/framework/sessions/D4Enc0PwrHmQ11euvfYBZMHXNY0dqEofobIPPJ3B"
    
  2. "a:7:{s:6:"_token";s:40:"tVabO97K4NKbUMdkd01bCe4VDldDGSPIy9cI85g6";s:14:"beforeLoginUrl";s:10:"front-page";s:13:"adminCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:13:"frontCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:8:"frontVAT";i:0;s:9:"_previous";a:1:{s:3:"url";s:52:"https://iparts.bg/personal-data-processing-policy-en";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->exists($path = $this->path.'/'.$sessionId)) {
            if (filemtime($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->get($path, true);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/iparts/public_html/storage/framework/sessions/D4Enc0PwrHmQ11euvfYBZMHXNY0dqEofobIPPJ3B"
    
  2. "a:7:{s:6:"_token";s:40:"tVabO97K4NKbUMdkd01bCe4VDldDGSPIy9cI85g6";s:14:"beforeLoginUrl";s:10:"front-page";s:13:"adminCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:13:"frontCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:8:"frontVAT";i:0;s:9:"_previous";a:1:{s:3:"url";s:52:"https://iparts.bg/personal-data-processing-policy-en";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "D4Enc0PwrHmQ11euvfYBZMHXNY0dqEofobIPPJ3B"
    
  2. "a:7:{s:6:"_token";s:40:"tVabO97K4NKbUMdkd01bCe4VDldDGSPIy9cI85g6";s:14:"beforeLoginUrl";s:10:"front-page";s:13:"adminCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:13:"frontCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:8:"frontVAT";i:0;s:9:"_previous";a:1:{s:3:"url";s:52:"https://iparts.bg/personal-data-processing-policy-en";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            list($name, $parameters) = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/personal-data-processing-policy-en"
      #requestUri: "/personal-data-processing-policy-en"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/personal-data-processing-policy-en"
      #requestUri: "/personal-data-processing-policy-en"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
iparts
/
public_html
/
public
/
index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/personal-data-processing-policy-en"
      #requestUri: "/personal-data-processing-policy-en"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
iparts
/
public_html
/
index.php
 
/**
 * Laravel - A PHP Framework For Web Artisans
 *
 * @package  Laravel
 * @author   Taylor Otwell <taylorotwell@gmail.com>
 */
 
$uri = urldecode(
    parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
 
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
    return false;
}
 
require_once __DIR__.'/public/index.php';
 
Arguments
  1. "/home/iparts/public_html/public/index.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
TZ
"***"
REDIRECT_REDIRECT_UNIQUE_ID
"***************************"
REDIRECT_REDIRECT_SCRIPT_URL
"***********************************"
REDIRECT_REDIRECT_SCRIPT_URI
"****************************************************"
REDIRECT_REDIRECT_HTTPS
"**"
REDIRECT_REDIRECT_SSL_TLS_SNI
"*********"
REDIRECT_REDIRECT_STATUS
"***"
REDIRECT_UNIQUE_ID
"***************************"
REDIRECT_SCRIPT_URL
"***********************************"
REDIRECT_SCRIPT_URI
"****************************************************"
REDIRECT_HTTPS
"**"
REDIRECT_SSL_TLS_SNI
"*********"
REDIRECT_HANDLER
"****************************"
REDIRECT_STATUS
"***"
UNIQUE_ID
"***************************"
SCRIPT_URL
"***********************************"
SCRIPT_URI
"****************************************************"
HTTPS
"**"
SSL_TLS_SNI
"*********"
HTTP_USER_AGENT
"****************************************"
HTTP_ACCEPT
"***************************************************************"
HTTP_ACCEPT_LANGUAGE
"**************"
HTTP_IF_MODIFIED_SINCE
"Sat, 10 Dec 2022 09:45:55 GMT"
HTTP_ACCEPT_ENCODING
"*******"
HTTP_HOST
"*********"
HTTP_CONNECTION
"**********"
HTTP_X_HTTPS
"*"
PATH
"************************************************************************************************************************************************************************************"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"******"
SERVER_NAME
"*********"
SERVER_ADDR
"*************"
SERVER_PORT
"***"
REMOTE_ADDR
"**********"
DOCUMENT_ROOT
"************************"
REQUEST_SCHEME
"*****"
CONTEXT_PREFIX
"********"
CONTEXT_DOCUMENT_ROOT
"**************************"
SERVER_ADMIN
"*******************"
SCRIPT_FILENAME
"**********************************"
REMOTE_PORT
"*****"
REDIRECT_URL
"**********"
GATEWAY_INTERFACE
"*******"
SERVER_PROTOCOL
"********"
REQUEST_METHOD
"***"
QUERY_STRING
""
REQUEST_URI
"***********************************"
SCRIPT_NAME
"**********"
ORIG_SCRIPT_FILENAME
"**********************************"
ORIG_PATH_INFO
"**********"
ORIG_PATH_TRANSLATED
"**********************************"
ORIG_SCRIPT_NAME
"*****************"
PHP_SELF
"**********"
REQUEST_TIME_FLOAT
"***************"
REQUEST_TIME
"**********"
argv
[]
argc
0
APP_NAME
"*************"
APP_ENV
"**********"
APP_DEBUG
"****"
APP_LOG_LEVEL
"*****"
APP_KEY
"********************************"
APP_URL
"*****************"
DB_CONNECTION
"*****"
DB_HOST
"*********"
DB_PORT
"****"
DB_DATABASE
"***********"
DB_USERNAME
"***********"
DB_PASSWORD
"************"
BROADCAST_DRIVER
"***"
CACHE_DRIVER
"****"
SESSION_DRIVER
"****"
QUEUE_DRIVER
"****"
REDIS_HOST
"*********"
REDIS_PASSWORD
"****"
REDIS_PORT
"****"
MAIL_DRIVER
"****"
MAIL_HOST
"*********"
MAIL_PORT
"***"
MAIL_USERNAME
"****************"
MAIL_PASSWORD
"*************"
MAIL_ENCRYPTION
"***"
MAIL_FROM_NAME
"*********"
DEFAULT_EMAIL
"****************"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
Key Value
APP_NAME
"*************"
APP_ENV
"**********"
APP_DEBUG
"****"
APP_LOG_LEVEL
"*****"
APP_KEY
"********************************"
APP_URL
"*****************"
DB_CONNECTION
"*****"
DB_HOST
"*********"
DB_PORT
"****"
DB_DATABASE
"***********"
DB_USERNAME
"***********"
DB_PASSWORD
"************"
BROADCAST_DRIVER
"***"
CACHE_DRIVER
"****"
SESSION_DRIVER
"****"
QUEUE_DRIVER
"****"
REDIS_HOST
"*********"
REDIS_PASSWORD
"****"
REDIS_PORT
"****"
MAIL_DRIVER
"****"
MAIL_HOST
"*********"
MAIL_PORT
"***"
MAIL_USERNAME
"****************"
MAIL_PASSWORD
"*************"
MAIL_ENCRYPTION
"***"
MAIL_FROM_NAME
"*********"
DEFAULT_EMAIL
"****************"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
0. Whoops\Handler\PrettyPageHandler