add 6.4.1.0 (sourceGuardian for PHP 8.x)

This commit is contained in:
Daniel Seifert 2022-12-16 15:44:48 +01:00
bovenliggende 68c34b69d8
commit 9a9a0dcaa3
Getekend door: DanielS
GPG sleutel-ID: 8A7C4C6ED1915C6F
305 gewijzigde bestanden met toevoegingen van 691 en 728 verwijderingen

Bestand weergeven

@ -45,7 +45,7 @@
"ext-simplexml": "*",
"ext-bcmath": "*",
"ext-json": "*",
"oxid-esales/oxideshop-ce": "6.5 - 6.12",
"oxid-esales/oxideshop-ce": "6.5 - 6.13",
"d3/modcfg": "^5.3.6.000 || ^6",
"unzerdev/php-sdk": "~1.2.0"
},

Bestand weergeven

@ -7,7 +7,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.4.0.2...rel_6.x_mgw)
## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.4.1.0...rel_6.x_mgw)
## [6.4.1.0](https://git.d3data.de/D3Private/Unzer/compare/6.4.0.2...6.4.1.0)
### Added
- installable in OXID 6.5.1
- show bank brand selector on iDeal payments
### Changed
- move test mode from custom variable to log level
- update set log item calls
- catch Unzer API errors while handle remaining order
### Fixed
- update debug switch
- prevents destroyed log levels, when debug were set
- update getting debug level
## [6.4.0.2](https://git.d3data.de/D3Private/Unzer/compare/6.4.0.1...6.4.0.2)
### Fixed

Bestand weergeven

@ -1,9 +1,9 @@
{
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> unzer",
"moduleversion": "6.4.0.2",
"moduleversion": "6.4.1.0",
"titledesc": "für den Oxid eShop",
"author": "D³ Data Development",
"moduledate": "22.11.2022",
"moduledate": "16.12.2022",
"editors": "",
"tagline": "",
"image": "",

Bestand weergeven

@ -23,8 +23,8 @@ title: Systemanforderungen
* wave
* D3 Modul-Connector ([kostenfrei bei D3 erhältlich](https://www.oxidmodule.com/connector/)) ab Version 5.3.0.0
* Installation via [Composer](https://getcomposer.org)
* bei Verwendung der Zahlungsart „iDeal“ oder „Przelewy24“ wird ein freier Cronjob benötigt
* bei Verwendung der Zahlungsart „Vorkasse“ oder „Rechnungskauf“ wird ein freier Cronjob benötigt
* bei Verwendung der Zahlungsart "iDeal" oder "Przelewy24" wird ein freier Cronjob benötigt
* bei Verwendung der Zahlungsart "Vorkasse" oder "Rechnungskauf" wird ein freier Cronjob benötigt
Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für Ihre genutzte PHP-Version sowie dem auf Ihrem Server vorhandenen Decoder kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version.

Bestand weergeven

@ -91,17 +91,38 @@
<div class="Page__header">
<h1><a href="../changelog/Changelog.html">Changelog</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/" class="Link--external">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class="Link--external">Semantic Versioning</a>.</p>
<h2 id="page_Unreleased"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.0.2...rel_6.x_mgw" class="Link--external">Unreleased</a></h2>
<h2 id="page_6-4-0-2"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.0.1...6.4.0.2" class="Link--external">6.4.0.2</a></h2>
<h2 id="page_Unreleased"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.1.0...rel_6.x_mgw" class="Link--external">Unreleased</a></h2>
<h2 id="page_6-4-1-0"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.0.2...6.4.1.0" class="Link--external">6.4.1.0</a></h2>
<h3 id="page_Added">Added</h3>
<ul>
<li>installable in OXID 6.5.1</li>
<li>show bank brand selector on iDeal payments</li>
</ul>
<h3 id="page_Changed">Changed</h3>
<ul>
<li>move test mode from custom variable to log level</li>
<li>update set log item calls</li>
<li>catch Unzer API errors while handle remaining order</li>
</ul>
<h3 id="page_Fixed">Fixed</h3>
<ul>
<li>update debug switch
<ul>
<li>prevents destroyed log levels, when debug were set</li>
<li>update getting debug level</li>
</ul>
</li>
</ul>
<h2 id="page_6-4-0-2"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.0.1...6.4.0.2" class="Link--external">6.4.0.2</a></h2>
<h3 id="page_Fixed-2">Fixed</h3>
<ul>
<li>catch Unzer runtime exceptions in case of invalid private key</li>
</ul>
<h2 id="page_6-4-0-1"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.0.0...6.4.0.1" class="Link--external">6.4.0.1</a></h2>
@ -110,7 +131,7 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class=
<li>fix wrong PHP dependency</li>
</ul>
<h2 id="page_6-4-0-0"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.3.0.0...6.4.0.0" class="Link--external">6.4.0.0</a></h2>
<h3 id="page_Added">Added</h3>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>Webhooks für folgende Stati hinzugefügt
<ul>
@ -137,7 +158,7 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class=
<li>installierbar in PHP 8.1</li>
<li>Paket ersetzt OXID Unzer Plugin</li>
</ul>
<h3 id="page_Changed">Changed</h3>
<h3 id="page_Changed-2">Changed</h3>
<ul>
<li>verwendet Unzer SDK 1.2.x</li>
<li>Dokumentation angepasst</li>

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../changelog/Channel_Rekonfiguration.html">(6.1.0.0) Umstellung der Konfiguration</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../changelog/MGW_Implementation.html">({unreleased}) Integration der PaymentApi / MGW Schnittstelle</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob per Konsole einrichten (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Webaufruf_einrichten.html">Cronjob per Webaufruf einrichten (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/OXID_eShop_Enterprise_Edition.html">OXID eShop Enterprise Edition (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Zahlungseingaenge_bei_Heidelpay_erneut_abrufen.html">Zahlungseingänge bei Unzer erneut abrufen (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Infos_fuer_Entwickler.html">Infos für Entwickler (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Was hat sich im Bestellprozess geändert? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_ist_noch_zu_beachten.html">Was ist noch zu beachten? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_macht_der_Cronjob.html">Was macht der Cronjob? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_passiert_bei_einem_Refund.html">Was passiert bei einem Refund? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Wie_ist_der_Cronjob_einzurichten.html">Wie ist der Cronjob einzurichten? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration der Zahlungsarten</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/Webhooks.html">Webhooks</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/Zahlungsinformationen_fuer_Rechnungskauf_und_Vorkasse_anzeigen_lassen.html">Zahlungsinformationen für Rechnungskauf und Vorkasse anzeigen lassen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/automatische_Vorkasse_und_Rechnungskauf.html">Automatische Vorkasse und Rechnungskauf (nur Legacy Payments / NGW))</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Channeleinstellungen.html">Channeleinstellungen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Channelzuordnungen.html">Zahlartenzuordungen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Notierte Schlüsselpaare eintragen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Schnittstellenwechsel/Nacharbeiten.html">Überprüfung und Freischaltung</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Schluesselpaare_finden.html">Schlüsselpaare finden</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Sicherung.html">Datensicherung anlegen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Unzer_Insights.html">Zugangsdaten für das Unzer Insights</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Zahlarten.html">Welche Zahlungsarten führt Unzer unter PaymentApi / MGW?</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Was benötigen Sie?</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../description/Beschreibung.html">Beschreibung</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../description/Editionsunterschiede.html">Editionsunterschiede</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -48,7 +48,7 @@
<div class="details">
<div>Autor: D³ Data Development</div> <div>Stand: 22.11.2022</div>
<div>Autor: D³ Data Development</div> <div>Stand: 16.12.2022</div>
<div>Version wechseln:
<select onchange="window.location.href=this.options[this.selectedIndex].value" size="1">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Beiliegende_Bibliotheken.html">beiliegende Bibliotheken</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Systemanforderungen.html">Systemanforderungen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">
@ -137,8 +137,8 @@
<li>D3 Modul-Connector (<a href="https://www.oxidmodule.com/connector/" class="Link--external">kostenfrei bei D3 erhältlich</a>) ab Version 5.3.0.0</li>
<li>Installation via <a href="https://getcomposer.org" class="Link--external">Composer</a>
</li>
<li>bei Verwendung der Zahlungsart „iDeal“ oder „Przelewy24“ wird ein freier Cronjob benötigt</li>
<li>bei Verwendung der Zahlungsart „Vorkasse“ oder „Rechnungskauf“ wird ein freier Cronjob benötigt</li>
<li>bei Verwendung der Zahlungsart &quot;iDeal&quot; oder &quot;Przelewy24&quot; wird ein freier Cronjob benötigt</li>
<li>bei Verwendung der Zahlungsart &quot;Vorkasse&quot; oder &quot;Rechnungskauf&quot; wird ein freier Cronjob benötigt</li>
</ul>
<p>Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für Ihre genutzte PHP-Version sowie dem auf Ihrem Server vorhandenen Decoder kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version.</p>
<p>Kontrollieren Sie bitte auch, ob diese Modulversion für die von Ihnen eingesetzte Shopedition (Professional Edition (PE) oder Enterprise Edition (EE)) ausgelegt ist.</p>

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Vorbereitungen.html">Vorbereitungen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/wichtige_Hinweise.html">Wichtige Hinweise</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Dateien_loeschen.html">Dateien löschen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Datenbank_bereinigen.html">Datenbank bereinigen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modul_aus_der_Installation_entfernen.html">Modul aus der Installation entfernen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modul_deaktivieren.html">Modul deaktivieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Modulerweiterungen deaktivieren und entfernen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../installation/Installation.html">Installation | Update | Deinstallation</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../installation/Installationspruefung.html">Installationsprüfung</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Konfiguration_einstellen.html">Konfiguration einstellen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Lizenz_eintragen.html">Lizenzschlüssel eintragen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,13 +91,13 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Modul_hinzufuegen.html">Modul zur Installation hinzufügen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
<p>Führen Sie in der Konsole im Hauptverzeichnis Ihres Shops (oberhalb des <code>source</code>- und <code>vendor</code>-Verzeichnisses) diesen Befehl aus, um das Modul <strong><i class='fab fa-d3 d3fa-color-blue'></i> unzer</strong> zur Installation hinzuzufügen:</p>
<pre><code class="language-bash">php composer require d3/unzer:^6.4.0.2 --update-no-dev
<pre><code class="language-bash">php composer require d3/unzer:^6.4.1.0 --update-no-dev
</code></pre>
<blockquote class="alert alert-warning">
<i class='fas fa-exclamation-triangle'></i> <p> Achten Sie darauf, dass Composer für die Installation die selbe PHP-Version verwendet, in der auch Ihr Shop ausgeführt wird. Sie erhalten sonst möglicherweise unpassende Modulpakete.</p>

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Modul_im_Shop_aktivieren.html">Modul im Shop aktivieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Providerspezifische_Installation.html">Providerspezifische Installation</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Shopanpassungen_installieren.html">Shopanpassungen installieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Updatefaehigkeit.html">Updatefähigkeit</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Verwendung_eigener_Themes.html">Verwendung eigener Themes</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,13 +91,13 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">
<h2 id="page_Schnellstart-per-Composer">Schnellstart per Composer</h2>
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
<pre><code class="language-bash">php composer require d3/unzer:^6.4.0.2 --update-no-dev
<pre><code class="language-bash">php composer require d3/unzer:^6.4.1.0 --update-no-dev
./vendor/bin/oe-console oe:module:activate d3heidelpay
./vendor/bin/d3modules_install
./vendor/bin/d3cleartmp

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../installation/Schnellstart.html">Schnellstart</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Aenderungen_kontrollieren.html">Änderungen kontrollieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,14 +91,14 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Dateien_erneuern.html">Dateien erneuern</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
<p>Starten Sie die Konsole Ihres Webservers und wechseln in das Hauptverzeichnis Ihres
Shops (oberhalb des <code>source</code>- und <code>vendor</code>-Verzeichnisses). Führen Sie dort diesen Befehl aus:</p>
<pre><code class="language-bash">php composer require d3/unzer:^6.4.0.2 --update-no-dev
<pre><code class="language-bash">php composer require d3/unzer:^6.4.1.0 --update-no-dev
</code></pre>
<p>Im weiteren Ablauf werden Sie gefragt, ob die Moduldateien überschrieben werden sollen. Bestätigen Sie dies für den Eintrag <code>d3/unzer</code>.</p>
<blockquote class="alert alert-warning">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Erweiterungen_anpassen.html">Erweiterungen anpassen</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Lizenzschluessel_aktualisieren.html">Lizenzschlüssel aktualisieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Modul_deaktivieren.html">Modul deaktivieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Modulinformationen_aktualisieren.html">Modulinformationen aktualisieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Providerspezifische_Installation.html">Providerspezifische Installation</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Shopanpassungen_installieren.html">Shopanpassungen installieren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Updatedefinition.html">Wann kann ein Update ausgeführt werden?</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../support/Hilfe-und-Support.html">Hilfe und Support</a></h1>
<span class="ModifiedDate">
22.11.2022 </span>
16.12.2022 </span>
</div>
<div class="s-content">

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.2 SourceGuardian (22.11.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B371E09E85AAQAAAAXAAAABHAAAACABAAAAAAAAAD/Q4g0cyIi/sxLmxa6VgZwftI0QlqZoh3sLkQEVOE91lYK4pcg/LnWOD8NX5iQKgbCNlR5EiNPniQ9B2H4sI/DsJ2SAQqpeo82+cYU2/uZ4+Wxi8MnEX18bTyUgP0ELSlfHEqb9ahrh1PwrNNGAGrfzAgAAAD4AQAADrURoATIjGyMVYK01sgrq71UcYjQFA9WqZDpOwLQomZuem6uMPpZT8eV35w78Z/zLLhPpRmeaP27+waj5ejD11J8nX2O+Li8a9saYyDyLRuMlRWVa+6rggTvSsC9jyLOUHtifUNGFiHnZ6RHubs/gXYN1h5C/r0ohE8XtoCgzpdcXyeJ+32lnkTp4WCAyY0Wyyu8ULZqKwjFj5QdmddSbgHkhY70W7ak2Yg5Hh3TcR7DG1vPgKMx6VxCqT3RCmdwkFbqU7TfOgQia21NqpBT7+kuOjuBFj77yaegaw3t4l3ZIP7yi2xaikuZ65oOl0XKfBKsmUJDeDTBA+aKfTAC+Q7T0a0Oc+zRdKm6IIvH4G5pGo2GmDnpm/vQPYzjLIcqB0zkvirjHWCfLVJ2reax8GowUdpc58kBlHVgBPM1a4vZ2Pa17VY44WxteHpddTC+deG3oZeYN5xUZrzN1nIgXjPys4kzzhg4D5DMZk2TfvlWcEHDJMlTmYaGTJtaPuDZivmrryl5PnucS8x0bKR8hdBn6GAhfmMxrnlkVxEUqWWrFDrBxkFG2Kr708ViJs+1FHJWoJCOAiugenMDLVS3+kYSs13YUPCeR92E6U20/wyR1+P7XBC+s+HBG4OuYtY0HdxqbRvtLxCy9MtcfERGhtYVr8g+8xwpUQAAAPgBAADD5mBntd8WsP6mFXRRhex2G+V1QM0DIAkODprEujVdBIksQ5ljsU4ZyHeH6PujWMFH7pVIO0XgX50ZxXRpLEr0v30NenamVINF+6jl0Pusk6TiDHkG6s/WbwtpdENyzaoiyy//gMLkEZJm2eiVjyOMw45JHSs0HUzlxnOmxIdRzsnBzv7y+1eCzoLTlCJ5Fvev97uGYKULrI2KoGyMLz8Qy3+0tWXWsgeekSkdnrYGn1JVSb9OO9PAnKIsIKbvMlqIo8vmIXz9WeJdfTweCz+cMgp12Nv72ird5pcWGwSnknpN/ERWxZXumlsLbc57ZAsUy2r0KSkc0BrIpphETAzdaT0zzVxnOQcLgeZ8g1rRrh1AtAvFFCNozPQY3ai2QgZrWFiNVw7asWWg299m6q+Kdwgmkagv1npF7Ufg/5k5mUB5GWn3c0W7K9dRAeLXZ7CaVDIvBanD2onnzu8PneCSO0wetrewcm58Yac2qo+jAw9WV94rnfpbiDPosX7fcdTfrtRBNyK+NjjEjTi1i4LVpnLVns6kBYFTJuw0cKAI1R2SLsMBMiQp5BYi2+H7M2vyEQkMGeys79hKR1rVA8Jj2MtncN11dQENBK+LpVgyPqyyIqL+6qVv3MD/ajWhgWHsroQ3rQ2lRAXC87WfRu6vOERvF030YRwAAAAA');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Heidelpay @version 6.4.1.0 SourceGuardian (16.12.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B3834CF5E3AAQAAAAXAAAABHAAAACABAAAAAAAAAD/8S9jx12m83zK2/mIu+8nQAIi7Ib3hgTijzIqwdqi1uxfo+soLzztcyadykN3AEWsx9vzPicO1VKH2ZBVEMV9HWCLL2Ogt4KOUtPiqSginHAtnYQQEilBDyiAntUMsZvvu9UJXv7psYTRxI4eIpGmfAgAAAD4AQAADrURoATIjGyMVYK01sgrq71UcYjQFA9WqZDpOwLQomZuem6uMPpZT8eV35w78Z/zLLhPpRmeaP27+waj5ejD11J8nX2O+Li8a9saYyDyLRuMlRWVa+6rggTvSsC9jyLOUHtifUNGFiHnZ6RHubs/gXYN1h5C/r0ohE8XtoCgzpdcXyeJ+32lnkTp4WCAyY0Wyyu8ULZqKwjFj5QdmddSbgHkhY70W7ak2Yg5Hh3TcR7DG1vPgKMx6VxCqT3RCmdwkFbqU7TfOgQia21NqpBT7+kuOjuBFj77yaegaw3t4l3ZIP7yi2xaikuZ65oOl0XKfBKsmUJDeDTBA+aKfTAC+Q7T0a0Oc+zRdKm6IIvH4G5pGo2GmDnpm/vQPYzjLIcqB0zkvirjHWCfLVJ2reax8GowUdpc58kBlHVgBPM1a4vZ2Pa17VY44WxteHpddTC+deG3oZeYN5xUZrzN1nIgXjPys4kzzhg4D5DMZk2TfvlWcEHDJMlTmYaGTJtaPuDZivmrryl5PnucS8x0bKR8hdBn6GAhfmMxrnlkVxEUqWWrFDrBxkFG2Kr708ViJs+1FHJWoJCOAiugenMDLVS3+kYSs13YUPCeR92E6U20/wyR1+P7XBC+s+HBG4OuYtY0HdxqbRvtLxCy9MtcfERGhtYVr8g+8xwpUQAAAPgBAADD5mBntd8WsP6mFXRRhex2G+V1QM0DIAkODprEujVdBIksQ5ljsU4ZyHeH6PujWMFH7pVIO0XgX50ZxXRpLEr0v30NenamVINF+6jl0Pusk6TiDHkG6s/WbwtpdENyzaoiyy//gMLkEZJm2eiVjyOMw45JHSs0HUzlxnOmxIdRzsnBzv7y+1eCzoLTlCJ5Fvev97uGYKULrI2KoGyMLz8Qy3+0tWXWsgeekSkdnrYGn1JVSb9OO9PAnKIsIKbvMlqIo8vmIXz9WeJdfTweCz+cMgp12Nv72ird5pcWGwSnknpN/ERWxZXumlsLbc57ZAsUy2r0KSkc0BrIpphETAzdaT0zzVxnOQcLgeZ8g1rRrh1AtAvFFCNozPQY3ai2QgZrWFiNVw7asWWg299m6q+Kdwgmkagv1npF7Ufg/5k5mUB5GWn3c0W7K9dRAeLXZ7CaVDIvBanD2onnzu8PneCSO0wetrewcm58Yac2qo+jAw9WV94rnfpbiDPosX7fcdTfrtRBNyK+NjjEjTi1i4LVpnLVns6kBYFTJuw0cKAI1R2SLsMBMiQp5BYi2+H7M2vyEQkMGeys79hKR1rVA8Jj2MtncN11dQENBK+LpVgyPqyyIqL+6qVv3MD/ajWhgWHsroQ3rQ2lRAXC87WfRu6vOERvF030YRwAAAAA');

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.2 SourceGuardian (22.11.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B371E09E85AAQAAAAXAAAABHAAAACABAAAAAAAAAD/Q4g0cyIi/sxLmxa6VgZwftI0QlqZoh3sLkQEVOE91lYK4pcg/LnWOD8NX5iQKgbCNlR5EiNPniQ9B2H4sI/DsJ2SAQqpeo82+cYU2/uZ4+Wxi8MnEX18bTyUgP0ELSlfHEqb9ahrh1PwrNNGAGrfzAgAAAC4AQAAl9E7HQ8cCx50wel5wug/OjdeH/13rmfSDsU3PwSf9Auljy1sWTqEkd0BtyYRtMrvvKZzvRr3U38AK9zkcUqXNTZ5oy2L5vQe5XrcRGOBm/tAp0LZkbg/L5O0BxpPI6ztQkuEmwsCGEy7HGAGMfQeGC1y7Fx9UROG7SzIJ1YUJC6JBXGUzlR1IgsI9EJP52UY0iYqs58AuN+omqbUDus0qyBEcpSo0LEx6KnH3RCT5p5pajSxCzMD64imgzoI5RkEXt8ADwa8p4GIiba9aRBJnSJE3wtfmm5Uoqkw06yu+LozNKP9PXHX4XlE1ZwBRmREjHdcjX4EE1c670jKk7Q7uUlm8ikRN/s4voiAuwrmGIwJnEX7gMgKlUJaQsYfweOKK8mxKftrbYJ8yZ6KyfNrG55DC6fBjL6cEzs5Ck8wVx0vGre4WLsRoorp37a/BHWY6ITB9WCit+Y7hPhuCJt17NaZRbcvNzQvxF6LGhjnAJDXWX9EZqolaZa7vqI46H2Pcm1KKRFC5D6qC77TYnmBddtm/sm32aTWoGmEfdOmK6LGr4MbY2opbPf/4XPfdKvbXxUtLNBiSONRAAAAqAEAAExRzIXzjDFnj+LKXzMNWiZ1Kt5unPx09C/ynaXiCgOTqXHYSYP+26ZqGcoK8KxTCkPWpeFex/MCh80zqwt+eqL3ekujllJG6j9PNAdg/GbEmgeKKKcFuqZJUAFvxad2FadARAsC8pb1gD18JBpTW6u1mRttDndsQ9l+mAnlTbQrsV1iWxMZkVpfOTgPl3yfX+K7hQNJkuY37yYOLc+TcwgQuv31DKd1hpPdsetkEJMd+wbHkq/QbX4yib82bK9NJHZUc1Uu++7XgjboR6RAGkYTYgYJD9ysb2iJ5DNZvuFw7+Unxw8nHb08W5Dm+fwUazar7JXrKSmKGsCIKC4qcn0BGHoja+VRs9iAzMeIedXWJMnZ2r6cKgscf5UReChrXftHHqWfxlK4iobYUNAroPFlInMQlgyU5nRtAaJKEd0crnvsqPs9T2wM+xePB7xY5s46snZUZelU5YoLwyMKmhdP+jAjoLShtMIgV9avhrV9HUNqhgWWxhSl3osXmFPFbuEvgai7CE4xRFxpPF97NOHNByweURMagw3qYGmuRCoRPB/LWdBAHMwAAAAA');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Heidelpay @version 6.4.1.0 SourceGuardian (16.12.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B3834CF5E3AAQAAAAXAAAABHAAAACABAAAAAAAAAD/8S9jx12m83zK2/mIu+8nQAIi7Ib3hgTijzIqwdqi1uxfo+soLzztcyadykN3AEWsx9vzPicO1VKH2ZBVEMV9HWCLL2Ogt4KOUtPiqSginHAtnYQQEilBDyiAntUMsZvvu9UJXv7psYTRxI4eIpGmfAgAAACwAQAA18GMEghrcgUNNZTMUMGUxG7Jr/xltJiOLXRgOxhg0ShY9e3TLwwvMDXQvoqLsFxUd9wxcF3OM9Psq+h7Zo2Pj4gjGbywX63c5c0fYQlHD84uZTy/nx0GPi6D03iXmnza00i1PtvQHzcFr+St2cINU0SZ++G/XYVO7cKAqZPxbnPttL7U3IuG3jZT8k6CZwP5oozS3ZlDpX2ZwSjdWKi1+Ie6mphCS0SRdwN7NYxg5neaKqMO0CPp+i5ldlAjITfaRTVJ2RXEVxiCs636KDWZ8QVwC1VCIvWB6qo7IVmiBC6sBVCetd30+eYpmPibEyraOe9DGtpS0y/agpwqc6eyhIwnZGq2EoCjYvMZkllsU0McyYawOj76a7ltV8ytodKiBNOpyzdyfO4gg27+jmtZOm/KNsW66hm0XO+j1jnINkfJ2ONHZhkzXr4DfSigrlWNOAncOR0if5K5unHNnppzdIVEubN1PiFHEiL4/20Zlo7SpEdG+AYCZCXLilLtDmyY8DMmdtJVRE68ugo1GfUoeR7m7utJQexNY7VJzjeJO+66m7/JBexf3TqNV//0zQa+UQAAAKgBAACB4/t69sNNs5DGLEPu4itb+GJD7tVXKQL82VasDmPt0/NyvifdnM8XQ3/jGSZpbgMFb2gEv/9tOA65E97+aPw3emDFNiUiKU+oaRaIjnTlxGBcWwuQDluxm4UnF9HmbZL0txqk8TFvV3GGbETy1gEiFe6u3kcjkD5MZu11l4NBJ8OGVWks2lsjrTui4fD0wO0lkog0+izBXdvS6ihQiBUCQSQDaNoUs7qkxGEeo7jUrtOMDxumPcZCEEIkP1eNlsKjwj5A51zWxTLQu/6ue814iMWoRZpyq774a+wsZt42tik9IWu8W/iASZJJQoP0kk88itP3pr5pC3Sy7jzltejFuJDcU6Ui+zxGU2clznMpvRVlOxMdCuftqyj+BdI3AI7n0hyyv6lWZbRsB7FfpZfFQNha1aLGwLwunkC/hQmm3aG5R13NbH6JaLeI9z3UbdutG7S9QSX6RZJDPlFxfmhGiF1065ez77psseL+YZHA26FTo2zQrHN34QvrjtXk2mJqK3sd9eVZr4XseBvjP/0xg46vDxRCZdn7/LfxyhjCLTg1KRRy9G4AAAAAAA==');

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.2 SourceGuardian (22.11.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B371E09E85AAQAAAAXAAAABHAAAACABAAAAAAAAAD/Q4g0cyIi/sxLmxa6VgZwftI0QlqZoh3sLkQEVOE91lYK4pcg/LnWOD8NX5iQKgbCNlR5EiNPniQ9B2H4sI/DsJ2SAQqpeo82+cYU2/uZ4+Wxi8MnEX18bTyUgP0ELSlfHEqb9ahrh1PwrNNGAGrfzAgAAAAQAgAA9KHEN4x7pHnarTbzWD0/M7R/B1iGMP/6pHwCCOWv4q9E3/dwMYqa8p/0CHlramUGxM9S+2/VeBibFzjctpgmb0ypLLwmZFAY4ncAdSD6sAqDn6t9yBk7Mvc8uVoCGUfHpyYTsOLaa1IY7AArF5HpgrpqXO8j1er+DbE6dfquj1CMDG88tUNYXvlVqhYSWeME2owAw1U+mEpRrLydejOnWKnokphnJOANZUO4bRDs8yUm9PhtcnSJxfsxcZGeLvbYqzHllAhX7DZbggfztHrMxdaAVKMhhN8MhV0pVH00LGctdTfbzGnGNQjyV8lJzOO3sLEpiVK0fzkn8lUSLp64m0QHcWXRItuUxusXE75GUTDvRExA92LKLQF8NZQ4nawnFpdxt/7PJP/B2VBizFeIML9PfQMtV+uttFIs2shrMPpGAqdnQbgp6Nt3hmZXGkBd2m1hw7rsh7mmWSVPuHhO9g1q/IFI6K6sLT3i5oY8qm97Boq+/Bbc6DukCYjSnctIYGTnxi1NbGZjWC7guK5plU0UzGMhaEZQqj97hRYx91i8bFkWSsaHxxFyvIvtFEGDxnGhzC+CbqoR2Kr1USgbNBppF5cJi8ukEZ/TONk/o5rPa2KjR134W3oEFxgTiXn+dT3UatJAwTz8+lN0sSaFHX11MSp1yw+o11Z4h3f/Sd+qLk5K1yV+BM8yGTCJ+G6JUQAAAAgCAADLRcBVg8BLCzOuj4V7sFomZzzNUoMyOwZmwDWyBT58zF9Ia40nuZXRkolppuCWZ84Q/PDs8xuQ8iUcuJEw1MP8lsrqddGhMTQKfllb+WP7MHIjIEq/xSjuh28MqwhR6drHRfsxPIa2vk7SpwN0kUiVOBpffXtNIiYROArapjr7SnPfg2ANppZkGPsYRkmX1MQ/KQNEH0KHivSxHcyiY5Hnaj6sLHOokENAEqCn00kfYtPJY3GF8mjhC1IksagN5S7qyKc4nG1PzL/X18QHxXPNpZcR4D9nUDN2WFDOGtLawD9gjxd7z0JhiP47W+ktHAAVuYXd0PI8AEDiKL9d44IHcMTEc0IZR8KNNP0Ip0Vc38zuc+2SrurQBWnNM40GN9Z/aZFXw9pdLLeGL0+bXJYc7qbNj/SuDo3I4TlLhuN1rBOkpiXv6cIhzz0jvddXjzy2MhvXXTqQ55K2Qzjv3BMx+I8zCBYWYfk+rWqjQasH9YYoYYSNwW6V9H6ZU/gNcqehF20pQ707PIrRb8v02ubGKPtqh8HeHzsK2qUsyRtM2djUiKTdTt6A0woSAykoCBpbdICLd/UAZ5E4cBv6nzIAGFJWKFnjkD7YGIJuszQB1rMt6vn1zV6V9U4KgoaE40HHG3TUz/kdrLeWBWVV0km/OWA8EWRcNGjryuRvmAvnXyZhoDmB6G5CAAAAAA==');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Heidelpay @version 6.4.1.0 SourceGuardian (16.12.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B3834CF5E3AAQAAAAXAAAABHAAAACABAAAAAAAAAD/8S9jx12m83zK2/mIu+8nQAIi7Ib3hgTijzIqwdqi1uxfo+soLzztcyadykN3AEWsx9vzPicO1VKH2ZBVEMV9HWCLL2Ogt4KOUtPiqSginHAtnYQQEilBDyiAntUMsZvvu9UJXv7psYTRxI4eIpGmfAgAAAAQAgAAx7ze7smVH1d4HHPY212C62Vsghr94i0KoJVmuKSfQWlKAcOmmcHCGFs4wDtXgPO/fI+1Ka2aYmjqSNYh+9MGQM3kRgMHYNGB8kxfYxx22fWLQE1diKk6COHCjyigRf3ILQbQS57HyW3keayiQ1lyEiyPOTYdizPxpH+C8ip7iJ6yrmAegyu88aq1/bvCNq8IhkqVysIm94mwJH4uUy4BqdXsf/8z13/BrB1IsyJ1V4AotR6H+uY8mTbMpha5iP2YtUlCst5hPSXHTWHVwPoxVOVvhNmIn2+8XN1kSYMRBKjyT2IShZgrjIw+NnSiw1DJv/sn7n/La5ZrlSRKS/PxA6ZOkBnhrKbrx+Iq7Bzo7DbLWk06x90VNKwBjWPIPtQ/Yqr4nU3RdBNb4lpamq+5ru9TSpEMZF//9eU+67+h2Kw/Met1jN1xlzgjhRmTz+rk1lQ8eQ5NqC4BwMHHgsXeV2FWGlQGZbIPEHoW3MfOn33TM3cRJzlvSzO4fqHK1Xn0StVXITueizl44gT/3sHoOEU9E66oIws7ZITXZIGG0IBYq4ySeGk+1ctpqsTbIfTurVItP7AvbLtTjeAzcMiF7ovYpmDhnUEt9edXkKI4tpr6clD5SSgzGNzxEnknBE9V5sN5ERbDoQhNauLbRAyyFCZG3/Dia5fEhJ+KMLsDq3886umbjJNDMhbWr7GExYg3UQAAAAACAAB/HCoHBMD6WhczUuvZd6FiYYMHhJUKox18TPsrs98wWs+xLh+yGR9v0kZWR36BSeHGXfLhty3EvgMUVh7ft99M/bBh06BJB8CwRj1F0mQpOakgmG3/HyJ1vH8G+6Tjr9RZ1TFPp8bqtdvBPNZYsjXMMMQHRTDNB3m3VlmUQnRS4/ES3QFk+2O6K3ZBz9cYbi3MFdh6nVSoL61SwG2X+Gd31wHsag5iF1Zle3j6pQWoNSG9vMfZ3KGEeaJUNyVgRyroRv4SuWgtG4YWlT/5CzA50ItxBrXDoM8kv2dHaQ5MTY48JY8kyTQBe4i1WQ9mj1N8e3b1jkIMC+SMwSIdFvVE/wI8VvGYAk9HROlXeWUn9E+i3bDJeSWed1PMT3xGKehBqOaDQs7YHnnK0AxMu2WWkvjUQnk986dz+oV8OmL495Qh2hmsyj+bsl503be4EmcHtA79Msh9SZE1hYmNuNbBBuA+R4Q/B+OPlfFPqEcoveHE66ddr22TOm9E02ZLZd4YBxiHwZARMXsCcawGgTDTyhVttXdTFqNrGzcPvQ+e+bASNRVFfX/lZBfbrsz+0ODWRA/1vDabgpvE34CTvNkZANvZlxA/cJxzS32A/dUxKnB7la4Rxocfyac0TmwA5FckAuTjbHOKlhdWNm9vbeHK2jdh6LObyKQZrKQr+k6hygAAAAA=');

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.2 SourceGuardian (22.11.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B371E09E85AAQAAAAXAAAABHAAAACABAAAAAAAAAD/Q4g0cyIi/sxLmxa6VgZwftI0QlqZoh3sLkQEVOE91lYK4pcg/LnWOD8NX5iQKgbCNlR5EiNPniQ9B2H4sI/DsJ2SAQqpeo82+cYU2/uZ4+Wxi8MnEX18bTyUgP0ELSlfHEqb9ahrh1PwrNNGAGrfzAgAAAAoAgAAXpJDOeHbCBsaRoxchc/fTc+YYy3d9LjwYBnTPsiMlvF2BnskcyPOcSspPil+sBpLOHvexbu2AQ4tnoHZNEesVwGmhjwHO7Cjc37VBcu3ICfu/OTNUe0ATIIVdqStbin7TlOtl3BJZ7UKeXvpo1f7lwbjsT8BTne8VGhX8UK7lgWfJq3T/6jNg6FLizoPmVv8d8sRrE2yiIoupIqZQwRZXD6V4GTGIIbmrxpMN0jghNPQfWR58bJLrz5FNpiY2kvAll72Cs4ZsJeYFwH9r//m27cCBVL2pVVlOhqwF76RCTYf4ziBC67PtR/wBXncDWBSy4EGn6gAqA/KNwQcaK+X5y9Y1tN/R5nVcTbdOt6alIMPIdLR9kDEWa5IV8l4TXh2+AUq92boLX+ROmKCv8jrXgEJ2Q12s0K79ld+g3ecW7wBLmUsReIGK4EpZySUs0VsoTRmG9B914y4CKB4yLoiVFZwb/j2PIHozYHel2UhChJG5Nl309R8NEnK0bw65Ju8sDjrkON+hyUymRPki2pCdMvhx4LS6ls9lYasDqbxyEdx5DbB+fn2ZfAohbWnx3wBh3JkZ0lAxNm5TCg+uo8he60GeBralg7ALcwlm9U6RUA1RH1qsLUvNYP3n2Byrmc7VkFdyxNYWNQ9sdD3ioGy5K8um0DRoF/AHJLVqvy5G/6MYuEUKoJoOHIJQlls1AlQ2a7NTAFvZQ/wPUmRklmHM+tVxFCQ3Mw+UQAAACACAABi9sh4WgJhslAckL8hBawtm3fqu4rMhQWgKHp4bnbnCWgtDNZkMHljXr+1BpCkVHJCT+HvNPZt0b6OlHtNPCPOr3ybxxODclm9JyW4Ud1IlgzjVFIX1lDkT5ynSIVdwbv0LqGmDn949Ktn9ya+h5OlF7HpYi3momi/8WbWwsUzL3WkXjdUnspf+NsEURRLPXZ4vodVwhUHG/+UmLAL/43/ofU0UrLlEvdaCXNE/PVC7CTxj1hxAcmPiR9vpIeB9koBj8WgX80rHKwLm/gp+OLy7/nAd7LFJF4Lm7w7XTVYS6SoEpQuapNvmcuDRfQLpF040gVk4UKdAKv6s70P3Lsip2ttbEc9NFV9HYH5E3hdmfQlP2qbCNeUNA0Nm4c3NXa+yXa8V5oPxEVJ0Ka+fDXngiYre85M5C3JutXXVzFCP29BXzaV6vmCQItJrA8djMIqc4LnI+K6LB1ZG9KTCsvFAUHHaQ0+kAeTyqXa4NtJNihRSKorzCgU/7aGMHbSuaG1r2+XT2g8NEbmbMPa9cmX5TVB9KTVYc+DEUQ3xtzQ3rNFyR5Idc8Qi4dmeONk05ww0GM0BbL4vHacrCWWkrx+LPizrSEgJq+I0xqc/Q00gwFnXLa2WnJYhEv4YIsmeS+iwaz7MAksjc8nuA609h/V8P+jOnayEqXzpAx0h5ILAGELtTb+IFjimnLEP7o0mTxf/FQn5k6qPLc3VlwB4QhOAAAAAA==');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Heidelpay @version 6.4.1.0 SourceGuardian (16.12.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B3834CF5E3AAQAAAAXAAAABHAAAACABAAAAAAAAAD/8S9jx12m83zK2/mIu+8nQAIi7Ib3hgTijzIqwdqi1uxfo+soLzztcyadykN3AEWsx9vzPicO1VKH2ZBVEMV9HWCLL2Ogt4KOUtPiqSginHAtnYQQEilBDyiAntUMsZvvu9UJXv7psYTRxI4eIpGmfAgAAAAoAgAAokuJvV7oV0xkl6Z6+qZL30Ae59VJfy9brcXCfHGURaVlNRGg4+k8zZazdXN90JuQ+FqDpdCralpnp8FoVgERCsAQHQzEoUHJ9N8RSebfhgX6z7680Iiu5nQMISEsl0sePSaLcVEXCbnrtTyg6ViUMgsDl7FK1goWYvhZSDVTsYphqD9l2MZ0A5kAVmHlN6kLKKl4Lt6Q8dKvWxjBIOSGpC5jGEa26/le0yvOz+O6uFmRrrlT165nwW6ESaT0efR960xH28DhK7dJJT8khvEnJuOUB6tVxBebUk5FVV9GjECuRlElGIeXIge9EHzVZS4KxtrlckPUoeuF+f2PryFdE1iYErqGR6/HFkczCqsemveAbMoGmhDw6jl98bEHyDsy4VndTzdSdHC33cWrI1gi7P0V1m5yffTE+uya3q1M+FLZdNhb/sPlPO1Cm6++kQFc4dRF3VTtIxwV1jJDHm8v5M1ezKAJIpWUypwPKW7xuW2ASYgDWDjE2EIcWU7nHv/EOFaoIVQulWThDqLax1o37eGx0L/izWLELN4iOovjTZFiT25je1t5wGVqljxy5JOIBTe7hrJraUsrJnYGbFucPbEWJHj7y3Sdgr1bUnNfW0rAVe0RutdV44lIDczPV7FWcZW4GpBGky5RAz5+fQ5+HpHVpM8lGNISQLZwqgLgCUkqCPk/58bxPj9VPz2u29A39slX7yirapu4Ix+g+mA42sqrZSxaCZTIUQAAABgCAAB5p4os1dWneUHViT/Ave8xv5wlDNFH51zYlEsVyjhF4eJk5gSURQM/l2dSz/SXk4eqH/PDZQyHBLlyaiUBOu5yb1SMCXu7Jhq3hvm8yU/peJf0sWZEj2/hFr1D9zAw6CXNdxvcJIDO6E91BViH+bgm5dQdF4YJV68+72pSaL6eWvP/wp5Txd+SUxiH24lEq6g+2W9nU3T+WyFZDO/UX2clij3Co4lSRq5l/oTi4YAPiFJqRyFi/rJjaX0JVeTfMzUK7IThMRSJgsNIx6/8aYTmpfbME9VVUCc8kwNAX33kqaLBH0EOKO0T9ObZr/QdXqQAQz7pNwZBEmDcZg+lSMXRC2xJZf7Hx6KF1mGZ6XWi6b7z/kfNOGV4+217FxnXosOsJx2K0VM5mXn1IO/TLWchWX1ffoLSbP4LMRMTWeaLXgqNU5K+tGZxIsBKT7ATjT8FJm9wFSOF6uppSHx1lnI7YOX6PDARbcKlSVP1L4YH7ZQKUkjz1JYQcdFL/OggEmeGAgHmWVQEQJagUIBVjTeNS1847r95k8EBoZXtEq3dVbPQeGWOEa4TLRQ9MbXWPzaNPAfT3nwtmS4LWQG9JhL/LsoiOrXtfeKokcqd3cURN0IzR6b9Z8Tc/KYXfQ5kZZ3E4giMkSjgu6sVMyGFucYWk19L4xD1IB5Lt/brmCKpWdTFIEGBPaoOAf1wJWKq6fTTFr1PoGikTAAAAAA=');

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.2 SourceGuardian (22.11.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B371E09E85AAQAAAAXAAAABHAAAACABAAAAAAAAAD/Q4g0cyIi/sxLmxa6VgZwftI0QlqZoh3sLkQEVOE91lYK4pcg/LnWOD8NX5iQKgbCNlR5EiNPniQ9B2H4sI/DsJ2SAQqpeo82+cYU2/uZ4+Wxi8MnEX18bTyUgP0ELSlfHEqb9ahrh1PwrNNGAGrfzAgAAABwAQAAP8XJKcH50KeVPptJZUJvpBKbd9+pnoPik1ls7C0v2qrxGthKbllkIiYFRqlcpt1+rbRJaAQUj4dxLOdrLryvvAVnmWKYQ97kykwoYm3cyqctJeydhX4nCBoDFK+jAZ6LQQEHyLN6xNIldo2Eu2F4SwY4oJRg1fbxNvQxKxMeOSVJ/eRQmrjFd841hduk6zGV8p/6Zh4PIIyZHWxzSn7cZXIDEvTZ02qVOZMhyHpzQkzmwvEmMkgqe70Gpt08t1w9oliTnUKtQbBfmCEeYls0bXEo8edhoFBGnAKiicvaGTJbyokKaEak4ph66ba+JKqx1sRUFTnXgbPHIskfdrI4LPS8kTA01f5KhBUOmgQVovEB/y823qU/AH/1hXGXI87asOAZPR++kFTgMuiH4e7/jSDoQeeSXLTgJTMhTUczYOx11r3E5F91n5EyjSo7RqhR2uQlQA0nvYwn9vSG4rQEiWPtyWkAqDWYWXGUVTd4PKtRAAAAaAEAAItOWRzaJrPSv5p8ZAPnG6SHNLQjC14M2qt2HrUzj9TLq3COQOl1bxRytSYyqrEztdYMAX2//Rcs7RDhzuLsRKVazP3FllliAe7eh1wX2cHQR1VCeq2o9DqMZNdVGeyCcDtuC82bUy2Bgqb3HLrVRomjNaE8TPzGNbpNzZCgDaqm3bo0qI8gnk14slFEzb21Zt5ALY+XW5AbmYi+FLqKGFEDtCvWCV7DpVxYkLQQS9D3ikV62kZbIxLvTTRf7OKf3wLRNWXr0qLwBUk8m99dlMqO9dbhQ5FMTgI5eCCLvdDOfdv/buM9kjmFk4NhfkPscvcqmlCPwMPczx6QnyZa1Hh6iFdoq/kE1pTngbNaaKR9X0sDuKcZKJBr0KKzrt1ZvdcT6t5dj+MZMpyFwoWCWzOa3CCQlGSG0x0cEac5jEu33DCct4XQbkd4//IveA3v5euionDR1FNt0IzqWQD/fyEj11My/2bcggAAAAA=');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Heidelpay @version 6.4.1.0 SourceGuardian (16.12.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B3834CF5E3AAQAAAAXAAAABHAAAACABAAAAAAAAAD/8S9jx12m83zK2/mIu+8nQAIi7Ib3hgTijzIqwdqi1uxfo+soLzztcyadykN3AEWsx9vzPicO1VKH2ZBVEMV9HWCLL2Ogt4KOUtPiqSginHAtnYQQEilBDyiAntUMsZvvu9UJXv7psYTRxI4eIpGmfAgAAABwAQAAP8XJKcH50KeVPptJZUJvpBKbd9+pnoPik1ls7C0v2qrxGthKbllkIiYFRqlcpt1+rbRJaAQUj4dxLOdrLryvvAVnmWKYQ97kykwoYm3cyqctJeydhX4nCBoDFK+jAZ6LQQEHyLN6xNIldo2Eu2F4SwY4oJRg1fbxNvQxKxMeOSVJ/eRQmrjFd841hduk6zGV8p/6Zh4PIIyZHWxzSn7cZXIDEvTZ02qVOZMhyHpzQkzmwvEmMkgqe70Gpt08t1w9oliTnUKtQbBfmCEeYls0bXEo8edhoFBGnAKiicvaGTJbyokKaEak4ph66ba+JKqx1sRUFTnXgbPHIskfdrI4LPS8kTA01f5KhBUOmgQVovEB/y823qU/AH/1hXGXI87asOAZPR++kFTgMuiH4e7/jSDoQeeSXLTgJTMhTUczYOx11r3E5F91n5EyjSo7RqhR2uQlQA0nvYwn9vSG4rQEiWPtyWkAqDWYWXGUVTd4PKtRAAAAaAEAAItOWRzaJrPSv5p8ZAPnG6SHNLQjC14M2qt2HrUzj9TLq3COQOl1bxRytSYyqrEztdYMAX2//Rcs7RDhzuLsRKVazP3FllliAe7eh1wX2cHQR1VCeq2o9DqMZNdVGeyCcDtuC82bUy2Bgqb3HLrVRomjNaE8TPzGNbpNzZCgDaqm3bo0qI8gnk14slFEzb21Zt5ALY+XW5AbmYi+FLqKGFEDtCvWCV7DpVxYkLQQS9D3ikV62kZbIxLvTTRf7OKf3wLRNWXr0qLwBUk8m99dlMqO9dbhQ5FMTgI5eCCLvdDOfdv/buM9kjmFk4NhfkPscvcqmlCPwMPczx6QnyZa1Hh6iFdoq/kE1pTngbNaaKR9X0sDuKcZKJBr0KKzrt1ZvdcT6t5dj+MZMpyFwoWCWzOa3CCQlGSG0x0cEac5jEu33DCct4XQbkd4//IveA3v5euionDR1FNt0IzqWQD/fyEj11My/2bcggAAAAA=');

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.2 SourceGuardian (22.11.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B371E09E85AAQAAAAXAAAABHAAAACABAAAAAAAAAD/Q4g0cyIi/sxLmxa6VgZwftI0QlqZoh3sLkQEVOE91lYK4pcg/LnWOD8NX5iQKgbCNlR5EiNPniQ9B2H4sI/DsJ2SAQqpeo82+cYU2/uZ4+Wxi8MnEX18bTyUgP0ELSlfHEqb9ahrh1PwrNNGAGrfzAgAAAAoAQAAAi6EtP+cGujg82B6+9CRYCxqYnfA0HyVKkshVcEGWoOmjQaBFlZk0fIJvb/fMZJUW/J4nzB+krvKmHf2neCXH2iWZCOUd3/hwKVpOVMsGM1AwGEEbXlUHh2Zs1Kc35dIHNvqVgGISkMD/hA1Cmi3BC6dg5O1CxELspMrWKTSXwTT9twe1cOJC73gfHIpxUk2Uk4lE2qkCJclzhl4uCTAH4hoSa2Kr6fEmhGWNJe05KyhB982KH1uYPjn0EmTo3NQdjD3l29XgjlZbaKWRLCkxb8VBmZOFoxvKaAeGN9+yTpwANC5yJkKNMUaP3Fp9hShp6hDeSBhZcUKsbt51HwpN1BymPFqHbsw2U64BCjwlZ04UiSY1WESonbbRPu2lqCv72JWc33VcuFRAAAAKAEAAIvg52ZBlG1CaIhSmpaZRhNkwCv413Z0lQapv2XAMrzV5KQ5omYxN1VuLoRtW9Qy/4J6RE18g2owIifxRy5jIcSd3XqMHau8BzjypYkOX8RlRjwfkTeogBN2hrh1s2S59OCmvolWi1IUyeV2vv2WxQd7YXVYH9l6zgwOhWsnLPCqoNxK7D302GFTb3++jfxH+a0sQolc5TczOC9e+ZO5Xzz5VV+N+Jrlm89XjKuhwsz+wuQ8J/sV6RwRaaLiTlGjqrdTCOcSkB8/xyaqMAlpfSoHM9yxztNcDEU35cbs6KQBTp9pcwjOd+DD/sJ6oRlkOCTqvaXF7I9N0bD+jnbym881JZR8pj//xEkr1Aa6Cx2dofdDqnfn5oDDlHTS4BwXRaHjmpPmPLUQAAAAAA==');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Heidelpay @version 6.4.1.0 SourceGuardian (16.12.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B3834CF5E3AAQAAAAXAAAABHAAAACABAAAAAAAAAD/8S9jx12m83zK2/mIu+8nQAIi7Ib3hgTijzIqwdqi1uxfo+soLzztcyadykN3AEWsx9vzPicO1VKH2ZBVEMV9HWCLL2Ogt4KOUtPiqSginHAtnYQQEilBDyiAntUMsZvvu9UJXv7psYTRxI4eIpGmfAgAAAAoAQAAAi6EtP+cGujg82B6+9CRYCxqYnfA0HyVKkshVcEGWoOmjQaBFlZk0fIJvb/fMZJUW/J4nzB+krvKmHf2neCXH2iWZCOUd3/hwKVpOVMsGM1AwGEEbXlUHh2Zs1Kc35dIHNvqVgGISkMD/hA1Cmi3BC6dg5O1CxELspMrWKTSXwTT9twe1cOJC73gfHIpxUk2Uk4lE2qkCJclzhl4uCTAH4hoSa2Kr6fEmhGWNJe05KyhB982KH1uYPjn0EmTo3NQdjD3l29XgjlZbaKWRLCkxb8VBmZOFoxvKaAeGN9+yTpwANC5yJkKNMUaP3Fp9hShp6hDeSBhZcUKsbt51HwpN1BymPFqHbsw2U64BCjwlZ04UiSY1WESonbbRPu2lqCv72JWc33VcuFRAAAAKAEAAIvg52ZBlG1CaIhSmpaZRhNkwCv413Z0lQapv2XAMrzV5KQ5omYxN1VuLoRtW9Qy/4J6RE18g2owIifxRy5jIcSd3XqMHau8BzjypYkOX8RlRjwfkTeogBN2hrh1s2S59OCmvolWi1IUyeV2vv2WxQd7YXVYH9l6zgwOhWsnLPCqoNxK7D302GFTb3++jfxH+a0sQolc5TczOC9e+ZO5Xzz5VV+N+Jrlm89XjKuhwsz+wuQ8J/sV6RwRaaLiTlGjqrdTCOcSkB8/xyaqMAlpfSoHM9yxztNcDEU35cbs6KQBTp9pcwjOd+DD/sJ6oRlkOCTqvaXF7I9N0bD+jnbym881JZR8pj//xEkr1Aa6Cx2dofdDqnfn5oDDlHTS4BwXRaHjmpPmPLUQAAAAAA==');

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Sommige bestanden werden niet getoond omdat er teveel bestanden zijn veranderd in deze diff Meer weergeven