add 6.2.6.2 (sourceGuardian for PHP 8.x)
This commit is contained in:
parent
390575ec08
commit
7d61c08db8
9
LICENSE.md
Normal file
9
LICENSE.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# License
|
||||||
|
|
||||||
|
This Software is the property of Data Development and is protected by copyright law - it is NOT Freeware.
|
||||||
|
|
||||||
|
Any unauthorized use of this software without a valid license is a violation of the license agreement and will be prosecuted by civil and criminal law.
|
||||||
|
|
||||||
|
- copyright: (C) [D3 Data Development](https://www.d3data.de/) (Inh. Thomas Dartsch)
|
||||||
|
- author: D3 Data Development - Thomas Dartsch <support@shopmodule.com>
|
||||||
|
- link: https://www.oxidmodule.com
|
21
README.en.md
Normal file
21
README.en.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
||||||
|
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
||||||
|
|
||||||
|
# D3 Unzer for OXID eShop
|
||||||
|
|
||||||
|
Unzer GmbH offers merchants a payment system for all common payment payment methods for payment processing on the Internet. Unzer is complete solution provider for the ecommerce merchant. This means that Unzer as a Member Service Provider (MSP) of Visa and Mastercard eCommerce merchants directly issue an acceptance contract. They do not have to have any additional discussions with a bank.
|
||||||
|
|
||||||
|
Please refer to the documentation [online](https://docs.oxidmodule.com/Unzer/) and the docs directory of this package for the requirements of this plugin, installation and configuration instructions, changelog and further informations.
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
See [CHANGELOG](docs/daux/changelog/010_Changelog.md) for further informations.
|
||||||
|
|
||||||
|
## License
|
||||||
|
(status: 2010-10-18)
|
||||||
|
|
||||||
|
For full copyright and licensing information, please see the [LICENSE](LICENSE.md) file distributed with this source code.
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
- Unzer Homepage: https://www.unzer.com
|
||||||
|
- D³ Data Development: https://www.d3data.de
|
||||||
|
- Mail: support@shopmodule.com
|
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
||||||
|
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
||||||
|
|
||||||
|
# D3 Unzer für OXID eShop
|
||||||
|
|
||||||
|
Die Unzer GmbH bietet Händlern ein Zahlungssystem für alle gängigen Zahlungsverfahren für die Payment Abwicklung im Internet. Unzer ist Komplettlösungsanbieter für den Ecommerce Händler. Das bedeutet, dass Unzer als Member Service Provider (MSP) von Visa und Mastercard eCommerce Händler direkt einen Akzeptanzvertrag vergibt. Sie müssen keine zusätzlichen Gespräche mit einer Bank führen.
|
||||||
|
|
||||||
|
Die Anforderungen des Moduls, Installations- und Konfigurationshinweise, Changelog und weitere Informationen entnehmen Sie bitte der Dokumentation [online](https://docs.oxidmodule.com/Unzer/) und im docs-Verzeichnis dieses Paketes.
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
Siehe [CHANGELOG](docs/daux/changelog/010_Changelog.md) für weitere Informationen.
|
||||||
|
|
||||||
|
## Lizenz
|
||||||
|
(Stand: 18.10.2010)
|
||||||
|
|
||||||
|
Die Copyright- und Lizenzinformationen entnehmen Sie bitte der [LICENSE](LICENSE.md)-Datei, die mit diesem Quellcode verteilt wurde.
|
||||||
|
|
||||||
|
## Kontakt
|
||||||
|
- Unzer Homepage: https://www.unzer.com
|
||||||
|
- D³ Data Development: https://www.d3data.de
|
||||||
|
- Mail: support@shopmodule.com
|
@ -2,173 +2,142 @@
|
|||||||
title: Changelog
|
title: Changelog
|
||||||
---
|
---
|
||||||
|
|
||||||
## 6.2.6.1 - (2022-07-18)
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### changed
|
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.2.6.2...rel_6.x_mgw)
|
||||||
|
|
||||||
|
## [6.2.6.2](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.1...6.2.6.2) - 2022-07-18
|
||||||
|
### Fixed
|
||||||
|
- verhindert, dass die Liste der Zahlungsarten abgerufen wird, bevor die vorherige ShipSetId bereinigt wurde, wenn die Benutzerländer gewechselt werden
|
||||||
|
- zeige keine Debug-Informationen bei Zahlungsauswahlen, wenn die Zahlung keine fehlenden Benutzerdaten hat
|
||||||
|
|
||||||
|
## [6.2.6.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.0...6.2.6.1) - 2022-07-18
|
||||||
|
### Changed
|
||||||
- Zahlartenlogos aktualisiert
|
- Zahlartenlogos aktualisiert
|
||||||
|
|
||||||
---
|
## [6.2.6.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.5.0...6.2.6.0) - 2022-07-01
|
||||||
|
### Added
|
||||||
## 6.2.6.0 - (2022-07-01)
|
|
||||||
|
|
||||||
### added
|
|
||||||
- optional: Lastschriftmandat muss nicht akzeptiert werden
|
- optional: Lastschriftmandat muss nicht akzeptiert werden
|
||||||
- eventuell vorhandener Port an Kundenremoteadresse entfernt
|
- eventuell vorhandener Port an Kundenremoteadresse entfernt
|
||||||
|
|
||||||
### changed
|
### Changed
|
||||||
- Zahlartenlogos aktualisiert
|
- Zahlartenlogos aktualisiert
|
||||||
- Abhängigkeiten angepasst
|
- Abhängigkeiten angepasst
|
||||||
|
|
||||||
---
|
## [6.2.5.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.4.0...6.2.5.0) - 2022-05-06
|
||||||
|
### Added
|
||||||
## 6.2.5.0 - (2022-05-06)
|
|
||||||
|
|
||||||
### added
|
|
||||||
- MGW: Zahlart EPS hinzugefügt
|
- MGW: Zahlart EPS hinzugefügt
|
||||||
- MGW: Zahlart Przelewy24 hinzugefügt
|
- MGW: Zahlart Przelewy24 hinzugefügt
|
||||||
- MGW: Zahlart Giropay hinzugefügt
|
- MGW: Zahlart Giropay hinzugefügt
|
||||||
- Eingabefeld fürden Karteninhaber bei kartenbasierten Zahlarten hinzugefügt
|
- Eingabefeld fürden Karteninhaber bei kartenbasierten Zahlarten hinzugefügt
|
||||||
- bei Stornierung einer Zahlung: Auswahlbox für den Stornierungsgrund integriert (Pflicht für die Zahlart 'abgesicherter Rechnungskauf')
|
- bei Stornierung einer Zahlung: Auswahlbox für den Stornierungsgrund integriert (Pflicht für die Zahlart 'abgesicherter Rechnungskauf')
|
||||||
|
|
||||||
### changed
|
### Changed
|
||||||
- Frontend Bestellschritt 3 auf unzerSDK migriert
|
- Frontend Bestellschritt 3 auf unzerSDK migriert
|
||||||
- Abhängigkeiten der composer.json auf UnzerSDK aktualisiert
|
- Abhängigkeiten der composer.json auf UnzerSDK aktualisiert
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- bei Zahlungsart Vorkasse und Rechnung blieb der Status einer Bestellung auf "NOT_FINISHED"
|
- bei Zahlungsart Vorkasse und Rechnung blieb der Status einer Bestellung auf "NOT_FINISHED"
|
||||||
- einige Template-Block-Namen korrigiert
|
- einige Template-Block-Namen korrigiert
|
||||||
|
|
||||||
---
|
## [6.2.4.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.3.0...6.2.4.0) - 2022-01-14
|
||||||
|
### Added
|
||||||
## 6.2.4.0 - (2022-01-14)
|
|
||||||
|
|
||||||
### added
|
|
||||||
- installierbar in OXID 6.4
|
- installierbar in OXID 6.4
|
||||||
- fehlende englische Übersetzungen ergänzt
|
- fehlende englische Übersetzungen ergänzt
|
||||||
- ungültiger privater Schlüssel-Fehler wird passend behandelt
|
- ungültiger privater Schlüssel-Fehler wird passend behandelt
|
||||||
|
|
||||||
### changed
|
### Changed
|
||||||
- CLI-Prüfung angepasst
|
- CLI-Prüfung angepasst
|
||||||
- veralteten Code für Einsatz unter PHP 8 entfernt
|
- veralteten Code für Einsatz unter PHP 8 entfernt
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- Emails können in OXID >= 6.2 nicht versendet werden, Rendererablauf korrigiert
|
- Emails können in OXID >= 6.2 nicht versendet werden, Rendererablauf korrigiert
|
||||||
- fehlende Namespaces ergänzt
|
- fehlende Namespaces ergänzt
|
||||||
- Icon-Formatierung aktualisiert
|
- Icon-Formatierung aktualisiert
|
||||||
|
|
||||||
---
|
## [6.2.3.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.2.1...6.2.3.0) - 2021-07-12
|
||||||
|
### Changed
|
||||||
## 6.2.3.0 - (2021-07-12)
|
|
||||||
|
|
||||||
### changed
|
|
||||||
- Wechsel von HeidelpayPHP zu UnzerSDK
|
- Wechsel von HeidelpayPHP zu UnzerSDK
|
||||||
|
|
||||||
---
|
## [6.2.2.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.2.0...6.2.2.1) - 2021-06-07
|
||||||
|
### Changed
|
||||||
## 6.2.2.1 - (2021-06-07)
|
|
||||||
|
|
||||||
### changed
|
|
||||||
- Dokumentation für Schnittstellenwechsel ergänzt
|
- Dokumentation für Schnittstellenwechsel ergänzt
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- Preauthorisation Transaktionen werden nach erfolgreichem Abschluss mit Status "OK" markiert.
|
- Preauthorisation Transaktionen werden nach erfolgreichem Abschluss mit Status "OK" markiert.
|
||||||
|
|
||||||
---
|
## [6.2.2.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.3...6.2.2.0) - 2021-05-18
|
||||||
|
### Fixed
|
||||||
## 6.2.2.0 - (2021-05-18)
|
|
||||||
|
|
||||||
### fixed
|
|
||||||
- Bestellungen nur mit der Währung EUR möglich
|
- Bestellungen nur mit der Währung EUR möglich
|
||||||
- Bestellabschluss bei aktivem PHP Error Log schlägt fehl
|
- Bestellabschluss bei aktivem PHP Error Log schlägt fehl
|
||||||
|
|
||||||
---
|
## [6.2.1.3](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.2...6.2.1.3) - 2021-04-27
|
||||||
|
### Added
|
||||||
## 6.2.1.3 - (2021-04-27)
|
|
||||||
|
|
||||||
### added
|
|
||||||
- Freigabe für OXID 6.3
|
- Freigabe für OXID 6.3
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- fehlende Zahlungsarten-Templates im Admin ergänzt
|
- fehlende Zahlungsarten-Templates im Admin ergänzt
|
||||||
|
|
||||||
---
|
## [6.2.1.2](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.1...6.2.1.2) - 2021-04-19
|
||||||
|
### Fixed
|
||||||
## 6.2.1.2 - (2021-04-19)
|
|
||||||
|
|
||||||
### fixed
|
|
||||||
- 0010757: fehlende Artikel in Bestellbestätigungsmail durch ausverkauft-Status
|
- 0010757: fehlende Artikel in Bestellbestätigungsmail durch ausverkauft-Status
|
||||||
|
|
||||||
---
|
## [6.2.1.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.0...6.2.1.1) - 2021-02-10
|
||||||
|
### Fixed
|
||||||
## 6.2.1.1 - (2021-02-10)
|
|
||||||
|
|
||||||
### fixed
|
|
||||||
- abgesicherter rechnungskauf zurückgewiesen aufgrund abweichender Lieferadresse
|
- abgesicherter rechnungskauf zurückgewiesen aufgrund abweichender Lieferadresse
|
||||||
- keine Eingabe in 3rd party select-Eingabefelder an der Zahlartenauswahl möglich
|
- keine Eingabe in 3rd party select-Eingabefelder an der Zahlartenauswahl möglich
|
||||||
|
|
||||||
---
|
## [6.2.1.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.4...6.2.1.0) - 2021-01-11
|
||||||
|
### Added
|
||||||
## 6.2.1.0 - (2021-01-11)
|
|
||||||
|
|
||||||
### added
|
|
||||||
- Adresseingaben werden vorformatiert, um Ablehnungen aufgrund falschen Formates zu vermeiden
|
- Adresseingaben werden vorformatiert, um Ablehnungen aufgrund falschen Formates zu vermeiden
|
||||||
|
|
||||||
### changed
|
### Changed
|
||||||
- Produktbild-URL wird bei Nutzung der PaymentApi / MGW-Schnittstelle nicht zu Unzer übergeben, da nicht erreichbare URL (z.B. Dev-Shop) zum Abbruch der Transaktion führt
|
- Produktbild-URL wird bei Nutzung der PaymentApi / MGW-Schnittstelle nicht zu Unzer übergeben, da nicht erreichbare URL (z.B. Dev-Shop) zum Abbruch der Transaktion führt
|
||||||
|
|
||||||
---
|
## [6.2.0.4](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.3...6.2.0.4) - 2021-01-11
|
||||||
|
### Added
|
||||||
## 6.2.0.4 - (2021-01-11)
|
|
||||||
|
|
||||||
### added
|
|
||||||
- Logo in Adminnavigation eingefügt
|
- Logo in Adminnavigation eingefügt
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- nötige Umstellung für 3D Secure v2
|
- nötige Umstellung für 3D Secure v2
|
||||||
- Transaktionstab im live-Modus zeigt wieder Daten
|
- Transaktionstab im live-Modus zeigt wieder Daten
|
||||||
|
|
||||||
---
|
## [6.2.0.3](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.2...6.2.0.3) - 2020-12-22
|
||||||
|
### Changed
|
||||||
## 6.2.0.3 - (2020-12-22)
|
|
||||||
|
|
||||||
### changed
|
|
||||||
- Transaktionsübersicht bei Nutzung der PaymentApi / MGW-Schnittstelle entfernt
|
- Transaktionsübersicht bei Nutzung der PaymentApi / MGW-Schnittstelle entfernt
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- Fehlerverhalten bei Bestellungen mit Gutschein/Rabatten
|
- Fehlerverhalten bei Bestellungen mit Gutschein/Rabatten
|
||||||
- Aufruf des Cronjobs für iDeal & Przelewy24
|
- Aufruf des Cronjobs für iDeal & Przelewy24
|
||||||
- Warenkorbberechnung korrigiert
|
- Warenkorbberechnung korrigiert
|
||||||
|
|
||||||
---
|
## [6.2.0.2](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.1...6.2.0.2) - 2020-11-30
|
||||||
|
### Added
|
||||||
## 6.2.0.2 - (2020-11-30)
|
|
||||||
|
|
||||||
### added
|
|
||||||
- Freigabe für OXID 6.2.3
|
- Freigabe für OXID 6.2.3
|
||||||
|
|
||||||
### changed
|
### Changed
|
||||||
- Unzer API URL
|
- Unzer API URL
|
||||||
- iDeal Logo
|
- iDeal Logo
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- Präfixverhalten bei leeren Eingabefeldern des Zugangskeys (PaymentApi / MGW)
|
- Präfixverhalten bei leeren Eingabefeldern des Zugangskeys (PaymentApi / MGW)
|
||||||
|
|
||||||
|
## [6.2.0.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.0...6.2.0.1) - 2020-11-10
|
||||||
## 6.2.0.1 - (2020-11-10)
|
### Fixed
|
||||||
### fixed
|
|
||||||
- fehlendes NGW-Template für Vorkasse hinzugefügt - verhinderte Portierung der Altkonfiguration
|
- fehlendes NGW-Template für Vorkasse hinzugefügt - verhinderte Portierung der Altkonfiguration
|
||||||
- Fehler bei Generierung von Bestellung bei Nutzung von NGW korrigiert
|
- Fehler bei Generierung von Bestellung bei Nutzung von NGW korrigiert
|
||||||
|
|
||||||
---
|
## [6.2.0.0](https://git.d3data.de/D3Private/Unzer/compare/6.1.2.2...6.2.0.0) - 2020-10-28
|
||||||
|
### Added
|
||||||
## 6.2.0.0 - (2020-10-28)
|
|
||||||
### added
|
|
||||||
- ermöglicht den Einsatz der PaymentApi / MGW-Schnittstelle
|
- ermöglicht den Einsatz der PaymentApi / MGW-Schnittstelle
|
||||||
|
|
||||||
### changed
|
### Changed
|
||||||
- Umbenennung (Rebranding) von heidelpay zu Unzer
|
- Umbenennung (Rebranding) von heidelpay zu Unzer
|
||||||
|
|
||||||
### fixed
|
### Fixed
|
||||||
- falsche Konfigurations-ID korrigiert - dieser Fehler löste kein Fehlverhalten im Modul aus
|
- falsche Konfigurations-ID korrigiert - dieser Fehler löste kein Fehlverhalten im Modul aus
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> unzer",
|
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> unzer",
|
||||||
"moduleversion": "6.2.6.1",
|
"moduleversion": "6.2.6.2",
|
||||||
"titledesc": "für den Oxid eShop",
|
"titledesc": "für den Oxid eShop",
|
||||||
"author": "D³ Data Development",
|
"author": "D³ Data Development",
|
||||||
"moduledate": "18.07.2022",
|
"moduledate": "18.08.2022",
|
||||||
"editors": "",
|
"editors": "",
|
||||||
"tagline": "",
|
"tagline": "",
|
||||||
"image": "",
|
"image": "",
|
||||||
|
@ -91,30 +91,38 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../changelog/Changelog.html">Changelog</a></h1>
|
<h1><a href="../changelog/Changelog.html">Changelog</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
<h2 id="page_6-2-6-1-2022-07-18">6.2.6.1 - (2022-07-18)</h2>
|
<p>All notable changes to this project will be documented in this file.</p>
|
||||||
<h3 id="page_changed">changed</h3>
|
<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.2.6.2...rel_6.x_mgw" class="Link--external">Unreleased</a></h2>
|
||||||
|
<h2 id="page_6-2-6-2-2022-07-18"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.6.1...6.2.6.2" class="Link--external">6.2.6.2</a> - 2022-07-18</h2>
|
||||||
|
<h3 id="page_Fixed">Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>verhindert, dass die Liste der Zahlungsarten abgerufen wird, bevor die vorherige ShipSetId bereinigt wurde, wenn die Benutzerländer gewechselt werden</li>
|
||||||
|
<li>zeige keine Debug-Informationen bei Zahlungsauswahlen, wenn die Zahlung keine fehlenden Benutzerdaten hat</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="page_6-2-6-1-2022-07-18"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.6.0...6.2.6.1" class="Link--external">6.2.6.1</a> - 2022-07-18</h2>
|
||||||
|
<h3 id="page_Changed">Changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Zahlartenlogos aktualisiert</li>
|
<li>Zahlartenlogos aktualisiert</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-6-0-2022-07-01"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.5.0...6.2.6.0" class="Link--external">6.2.6.0</a> - 2022-07-01</h2>
|
||||||
<h2 id="page_6-2-6-0-2022-07-01">6.2.6.0 - (2022-07-01)</h2>
|
<h3 id="page_Added">Added</h3>
|
||||||
<h3 id="page_added">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>optional: Lastschriftmandat muss nicht akzeptiert werden</li>
|
<li>optional: Lastschriftmandat muss nicht akzeptiert werden</li>
|
||||||
<li>eventuell vorhandener Port an Kundenremoteadresse entfernt</li>
|
<li>eventuell vorhandener Port an Kundenremoteadresse entfernt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Zahlartenlogos aktualisiert</li>
|
<li>Zahlartenlogos aktualisiert</li>
|
||||||
<li>Abhängigkeiten angepasst</li>
|
<li>Abhängigkeiten angepasst</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-5-0-2022-05-06"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.4.0...6.2.5.0" class="Link--external">6.2.5.0</a> - 2022-05-06</h2>
|
||||||
<h2 id="page_6-2-5-0-2022-05-06">6.2.5.0 - (2022-05-06)</h2>
|
<h3 id="page_Added-2">Added</h3>
|
||||||
<h3 id="page_added-2">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>MGW: Zahlart EPS hinzugefügt</li>
|
<li>MGW: Zahlart EPS hinzugefügt</li>
|
||||||
<li>MGW: Zahlart Przelewy24 hinzugefügt</li>
|
<li>MGW: Zahlart Przelewy24 hinzugefügt</li>
|
||||||
@ -122,152 +130,140 @@
|
|||||||
<li>Eingabefeld fürden Karteninhaber bei kartenbasierten Zahlarten hinzugefügt</li>
|
<li>Eingabefeld fürden Karteninhaber bei kartenbasierten Zahlarten hinzugefügt</li>
|
||||||
<li>bei Stornierung einer Zahlung: Auswahlbox für den Stornierungsgrund integriert (Pflicht für die Zahlart 'abgesicherter Rechnungskauf')</li>
|
<li>bei Stornierung einer Zahlung: Auswahlbox für den Stornierungsgrund integriert (Pflicht für die Zahlart 'abgesicherter Rechnungskauf')</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Frontend Bestellschritt 3 auf unzerSDK migriert</li>
|
<li>Frontend Bestellschritt 3 auf unzerSDK migriert</li>
|
||||||
<li>Abhängigkeiten der composer.json auf UnzerSDK aktualisiert</li>
|
<li>Abhängigkeiten der composer.json auf UnzerSDK aktualisiert</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>bei Zahlungsart Vorkasse und Rechnung blieb der Status einer Bestellung auf "NOT_FINISHED"</li>
|
<li>bei Zahlungsart Vorkasse und Rechnung blieb der Status einer Bestellung auf "NOT_FINISHED"</li>
|
||||||
<li>einige Template-Block-Namen korrigiert</li>
|
<li>einige Template-Block-Namen korrigiert</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-4-0-2022-01-14"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.3.0...6.2.4.0" class="Link--external">6.2.4.0</a> - 2022-01-14</h2>
|
||||||
<h2 id="page_6-2-4-0-2022-01-14">6.2.4.0 - (2022-01-14)</h2>
|
<h3 id="page_Added-2">Added</h3>
|
||||||
<h3 id="page_added-2">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>installierbar in OXID 6.4</li>
|
<li>installierbar in OXID 6.4</li>
|
||||||
<li>fehlende englische Übersetzungen ergänzt</li>
|
<li>fehlende englische Übersetzungen ergänzt</li>
|
||||||
<li>ungültiger privater Schlüssel-Fehler wird passend behandelt</li>
|
<li>ungültiger privater Schlüssel-Fehler wird passend behandelt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>CLI-Prüfung angepasst</li>
|
<li>CLI-Prüfung angepasst</li>
|
||||||
<li>veralteten Code für Einsatz unter PHP 8 entfernt</li>
|
<li>veralteten Code für Einsatz unter PHP 8 entfernt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Emails können in OXID >= 6.2 nicht versendet werden, Rendererablauf korrigiert</li>
|
<li>Emails können in OXID >= 6.2 nicht versendet werden, Rendererablauf korrigiert</li>
|
||||||
<li>fehlende Namespaces ergänzt</li>
|
<li>fehlende Namespaces ergänzt</li>
|
||||||
<li>Icon-Formatierung aktualisiert</li>
|
<li>Icon-Formatierung aktualisiert</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-3-0-2021-07-12"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.2.1...6.2.3.0" class="Link--external">6.2.3.0</a> - 2021-07-12</h2>
|
||||||
<h2 id="page_6-2-3-0-2021-07-12">6.2.3.0 - (2021-07-12)</h2>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Wechsel von HeidelpayPHP zu UnzerSDK</li>
|
<li>Wechsel von HeidelpayPHP zu UnzerSDK</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-2-1-2021-06-07"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.2.0...6.2.2.1" class="Link--external">6.2.2.1</a> - 2021-06-07</h2>
|
||||||
<h2 id="page_6-2-2-1-2021-06-07">6.2.2.1 - (2021-06-07)</h2>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dokumentation für Schnittstellenwechsel ergänzt</li>
|
<li>Dokumentation für Schnittstellenwechsel ergänzt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Preauthorisation Transaktionen werden nach erfolgreichem Abschluss mit Status "OK" markiert.</li>
|
<li>Preauthorisation Transaktionen werden nach erfolgreichem Abschluss mit Status "OK" markiert.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-2-0-2021-05-18"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.1.3...6.2.2.0" class="Link--external">6.2.2.0</a> - 2021-05-18</h2>
|
||||||
<h2 id="page_6-2-2-0-2021-05-18">6.2.2.0 - (2021-05-18)</h2>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Bestellungen nur mit der Währung EUR möglich</li>
|
<li>Bestellungen nur mit der Währung EUR möglich</li>
|
||||||
<li>Bestellabschluss bei aktivem PHP Error Log schlägt fehl</li>
|
<li>Bestellabschluss bei aktivem PHP Error Log schlägt fehl</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-1-3-2021-04-27"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.1.2...6.2.1.3" class="Link--external">6.2.1.3</a> - 2021-04-27</h2>
|
||||||
<h2 id="page_6-2-1-3-2021-04-27">6.2.1.3 - (2021-04-27)</h2>
|
<h3 id="page_Added-2">Added</h3>
|
||||||
<h3 id="page_added-2">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Freigabe für OXID 6.3</li>
|
<li>Freigabe für OXID 6.3</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>fehlende Zahlungsarten-Templates im Admin ergänzt</li>
|
<li>fehlende Zahlungsarten-Templates im Admin ergänzt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-1-2-2021-04-19"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.1.1...6.2.1.2" class="Link--external">6.2.1.2</a> - 2021-04-19</h2>
|
||||||
<h2 id="page_6-2-1-2-2021-04-19">6.2.1.2 - (2021-04-19)</h2>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>0010757: fehlende Artikel in Bestellbestätigungsmail durch ausverkauft-Status</li>
|
<li>0010757: fehlende Artikel in Bestellbestätigungsmail durch ausverkauft-Status</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-1-1-2021-02-10"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.1.0...6.2.1.1" class="Link--external">6.2.1.1</a> - 2021-02-10</h2>
|
||||||
<h2 id="page_6-2-1-1-2021-02-10">6.2.1.1 - (2021-02-10)</h2>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>abgesicherter rechnungskauf zurückgewiesen aufgrund abweichender Lieferadresse</li>
|
<li>abgesicherter rechnungskauf zurückgewiesen aufgrund abweichender Lieferadresse</li>
|
||||||
<li>keine Eingabe in 3rd party select-Eingabefelder an der Zahlartenauswahl möglich</li>
|
<li>keine Eingabe in 3rd party select-Eingabefelder an der Zahlartenauswahl möglich</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-1-0-2021-01-11"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.0.4...6.2.1.0" class="Link--external">6.2.1.0</a> - 2021-01-11</h2>
|
||||||
<h2 id="page_6-2-1-0-2021-01-11">6.2.1.0 - (2021-01-11)</h2>
|
<h3 id="page_Added-2">Added</h3>
|
||||||
<h3 id="page_added-2">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Adresseingaben werden vorformatiert, um Ablehnungen aufgrund falschen Formates zu vermeiden</li>
|
<li>Adresseingaben werden vorformatiert, um Ablehnungen aufgrund falschen Formates zu vermeiden</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Produktbild-URL wird bei Nutzung der PaymentApi / MGW-Schnittstelle nicht zu Unzer übergeben, da nicht erreichbare URL (z.B. Dev-Shop) zum Abbruch der Transaktion führt</li>
|
<li>Produktbild-URL wird bei Nutzung der PaymentApi / MGW-Schnittstelle nicht zu Unzer übergeben, da nicht erreichbare URL (z.B. Dev-Shop) zum Abbruch der Transaktion führt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-0-4-2021-01-11"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.0.3...6.2.0.4" class="Link--external">6.2.0.4</a> - 2021-01-11</h2>
|
||||||
<h2 id="page_6-2-0-4-2021-01-11">6.2.0.4 - (2021-01-11)</h2>
|
<h3 id="page_Added-2">Added</h3>
|
||||||
<h3 id="page_added-2">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Logo in Adminnavigation eingefügt</li>
|
<li>Logo in Adminnavigation eingefügt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>nötige Umstellung für 3D Secure v2</li>
|
<li>nötige Umstellung für 3D Secure v2</li>
|
||||||
<li>Transaktionstab im live-Modus zeigt wieder Daten</li>
|
<li>Transaktionstab im live-Modus zeigt wieder Daten</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-0-3-2020-12-22"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.0.2...6.2.0.3" class="Link--external">6.2.0.3</a> - 2020-12-22</h2>
|
||||||
<h2 id="page_6-2-0-3-2020-12-22">6.2.0.3 - (2020-12-22)</h2>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Transaktionsübersicht bei Nutzung der PaymentApi / MGW-Schnittstelle entfernt</li>
|
<li>Transaktionsübersicht bei Nutzung der PaymentApi / MGW-Schnittstelle entfernt</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fehlerverhalten bei Bestellungen mit Gutschein/Rabatten</li>
|
<li>Fehlerverhalten bei Bestellungen mit Gutschein/Rabatten</li>
|
||||||
<li>Aufruf des Cronjobs für iDeal & Przelewy24</li>
|
<li>Aufruf des Cronjobs für iDeal & Przelewy24</li>
|
||||||
<li>Warenkorbberechnung korrigiert</li>
|
<li>Warenkorbberechnung korrigiert</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-0-2-2020-11-30"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.0.1...6.2.0.2" class="Link--external">6.2.0.2</a> - 2020-11-30</h2>
|
||||||
<h2 id="page_6-2-0-2-2020-11-30">6.2.0.2 - (2020-11-30)</h2>
|
<h3 id="page_Added-2">Added</h3>
|
||||||
<h3 id="page_added-2">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Freigabe für OXID 6.2.3</li>
|
<li>Freigabe für OXID 6.2.3</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Unzer API URL</li>
|
<li>Unzer API URL</li>
|
||||||
<li>iDeal Logo</li>
|
<li>iDeal Logo</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Präfixverhalten bei leeren Eingabefeldern des Zugangskeys (PaymentApi / MGW)</li>
|
<li>Präfixverhalten bei leeren Eingabefeldern des Zugangskeys (PaymentApi / MGW)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="page_6-2-0-1-2020-11-10">6.2.0.1 - (2020-11-10)</h2>
|
<h2 id="page_6-2-0-1-2020-11-10"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.0.0...6.2.0.1" class="Link--external">6.2.0.1</a> - 2020-11-10</h2>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>fehlendes NGW-Template für Vorkasse hinzugefügt - verhinderte Portierung der Altkonfiguration</li>
|
<li>fehlendes NGW-Template für Vorkasse hinzugefügt - verhinderte Portierung der Altkonfiguration</li>
|
||||||
<li>Fehler bei Generierung von Bestellung bei Nutzung von NGW korrigiert</li>
|
<li>Fehler bei Generierung von Bestellung bei Nutzung von NGW korrigiert</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<h2 id="page_6-2-0-0-2020-10-28"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.1.2.2...6.2.0.0" class="Link--external">6.2.0.0</a> - 2020-10-28</h2>
|
||||||
<h2 id="page_6-2-0-0-2020-10-28">6.2.0.0 - (2020-10-28)</h2>
|
<h3 id="page_Added-2">Added</h3>
|
||||||
<h3 id="page_added-2">added</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>ermöglicht den Einsatz der PaymentApi / MGW-Schnittstelle</li>
|
<li>ermöglicht den Einsatz der PaymentApi / MGW-Schnittstelle</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
<h3 id="page_Changed-2">Changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Umbenennung (Rebranding) von heidelpay zu Unzer</li>
|
<li>Umbenennung (Rebranding) von heidelpay zu Unzer</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_Fixed-2">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>falsche Konfigurations-ID korrigiert - dieser Fehler löste kein Fehlverhalten im Modul aus</li>
|
<li>falsche Konfigurations-ID korrigiert - dieser Fehler löste kein Fehlverhalten im Modul aus</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 id="page_6-1-2-2-2020-09-30">6.1.2.2 - (2020-09-30)</h2>
|
<h2 id="page_6-1-2-2-2020-09-30">6.1.2.2 - (2020-09-30)</h2>
|
||||||
<h3 id="page_changed-2">changed</h3>
|
<h3 id="page_changed">changed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Titellogo auf statischen Asset umgestellt</li>
|
<li>Titellogo auf statischen Asset umgestellt</li>
|
||||||
<li>Logos für Amex, MasterCard, Paypal und VISA aktualisiert</li>
|
<li>Logos für Amex, MasterCard, Paypal und VISA aktualisiert</li>
|
||||||
@ -275,7 +271,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 id="page_6-1-2-1-2020-06-15">6.1.2.1 - (2020-06-15)</h2>
|
<h2 id="page_6-1-2-1-2020-06-15">6.1.2.1 - (2020-06-15)</h2>
|
||||||
<h3 id="page_fixed-2">fixed</h3>
|
<h3 id="page_fixed">fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>korrigiert Fragezeichen in Rückgabewert der execute-Methoden (führte zu ungültiger Redirect URL)</li>
|
<li>korrigiert Fragezeichen in Rückgabewert der execute-Methoden (führte zu ungültiger Redirect URL)</li>
|
||||||
<li>0009794: erzwingt neue Session im iDeal Cron Script (führt zu Fehlern, wenn z.B. auf während der Bearbeitung der ersten Bestellung der Warenkorb neu aufgebaut werden muss - nötig z.B. bei Gutscheinverwendung)</li>
|
<li>0009794: erzwingt neue Session im iDeal Cron Script (führt zu Fehlern, wenn z.B. auf während der Bearbeitung der ersten Bestellung der Warenkorb neu aufgebaut werden muss - nötig z.B. bei Gutscheinverwendung)</li>
|
||||||
@ -288,7 +284,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 id="page_6-1-2-0-2020-05-12">6.1.2.0 - (2020-05-12)</h2>
|
<h2 id="page_6-1-2-0-2020-05-12">6.1.2.0 - (2020-05-12)</h2>
|
||||||
<h3 id="page_added-2">added</h3>
|
<h3 id="page_added">added</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>0009705: Freigabe OXID 6.2</li>
|
<li>0009705: Freigabe OXID 6.2</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../changelog/Channel_Rekonfiguration.html">(6.1.0.0) Umstellung der Konfiguration</a></h1>
|
<h1><a href="../changelog/Channel_Rekonfiguration.html">(6.1.0.0) Umstellung der Konfiguration</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../changelog/MGW_Implementation.html">({unreleased}) Integration der PaymentApi / MGW Schnittstelle</a></h1>
|
<h1><a href="../changelog/MGW_Implementation.html">({unreleased}) Integration der PaymentApi / MGW Schnittstelle</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1></h1>
|
<h1></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../description/Beschreibung.html">Beschreibung</a></h1>
|
<h1><a href="../description/Beschreibung.html">Beschreibung</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../description/Editionsunterschiede.html">Editionsunterschiede</a></h1>
|
<h1><a href="../description/Editionsunterschiede.html">Editionsunterschiede</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<div>Autor: D³ Data Development</div> <div>Stand: 18.07.2022</div>
|
<div>Autor: D³ Data Development</div> <div>Stand: 18.08.2022</div>
|
||||||
<div>Version wechseln:
|
<div>Version wechseln:
|
||||||
<select onchange="window.location.href=this.options[this.selectedIndex].value" size="1">
|
<select onchange="window.location.href=this.options[this.selectedIndex].value" size="1">
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../installation/Installation.html">Installation | Update | Deinstallation</a></h1>
|
<h1><a href="../installation/Installation.html">Installation | Update | Deinstallation</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../installation/Installationspruefung.html">Installationsprüfung</a></h1>
|
<h1><a href="../installation/Installationspruefung.html">Installationsprüfung</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,13 +91,13 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
|
<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>
|
<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.2.6.1 --update-no-dev
|
<pre><code class="language-bash">php composer require d3/unzer:^6.2.6.2 --update-no-dev
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<blockquote class="alert alert-warning">
|
<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>
|
<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>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,13 +91,13 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a></h1>
|
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
<h2 id="page_Schnellstart-per-Composer">Schnellstart per Composer</h2>
|
<h2 id="page_Schnellstart-per-Composer">Schnellstart per Composer</h2>
|
||||||
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
|
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
|
||||||
<pre><code class="language-bash">php composer require d3/unzer:^6.2.6.1 --update-no-dev
|
<pre><code class="language-bash">php composer require d3/unzer:^6.2.6.2 --update-no-dev
|
||||||
./vendor/bin/oe-console oe:module:activate d3heidelpay
|
./vendor/bin/oe-console oe:module:activate d3heidelpay
|
||||||
./vendor/bin/d3modules_install
|
./vendor/bin/d3modules_install
|
||||||
./vendor/bin/d3cleartmp
|
./vendor/bin/d3cleartmp
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../installation/Schnellstart.html">Schnellstart</a></h1>
|
<h1><a href="../installation/Schnellstart.html">Schnellstart</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,14 +91,14 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
|
<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
|
<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>
|
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.2.6.1 --update-no-dev
|
<pre><code class="language-bash">php composer require d3/unzer:^6.2.6.2 --update-no-dev
|
||||||
</code></pre>
|
</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>
|
<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">
|
<blockquote class="alert alert-warning">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<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>
|
<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">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<div class="Page__header">
|
<div class="Page__header">
|
||||||
<h1><a href="../support/Hilfe-und-Support.html">Hilfe und Support</a></h1>
|
<h1><a href="../support/Hilfe-und-Support.html">Hilfe und Support</a></h1>
|
||||||
<span class="ModifiedDate">
|
<span class="ModifiedDate">
|
||||||
18.07.2022 </span>
|
18.08.2022 </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="s-content">
|
<div class="s-content">
|
||||||
|
File diff suppressed because one or more lines are too long
27
readme.md
27
readme.md
@ -1,27 +0,0 @@
|
|||||||
## D3 Unzer
|
|
||||||
- Unzer Homepage: https://www.unzer.com
|
|
||||||
- D³ Data Development: https://www.d3data.de
|
|
||||||
- Mail: support@shopmodule.com
|
|
||||||
|
|
||||||
### Beschreibung
|
|
||||||
Die Unzer GmbH bietet Händlern ein Zahlungssystem für alle gängigen
|
|
||||||
Zahlungsverfahren für die Payment Abwicklung im Internet. Unzer ist
|
|
||||||
Komplettlösungsanbieter für den Ecommerce Händler. Das bedeutet, dass Unzer
|
|
||||||
als Member Service Provider (MSP) von Visa und Mastercard eCommerce Händler
|
|
||||||
direkt einen Akzeptanzvertrag vergibt. Sie müssen keine zusätzlichen Gespräche mit einer
|
|
||||||
Bank führen.
|
|
||||||
|
|
||||||
## Systemanforderungen:
|
|
||||||
- installierter OXID eShop
|
|
||||||
- PHP-Version, für die Installationspakete verfügbar sind
|
|
||||||
- Installation via Composer
|
|
||||||
- ionCubeLoader
|
|
||||||
- D3 Modul Connector
|
|
||||||
|
|
||||||
Die jeweils geforderten Versionen und sonstige Anforderungen entnehmen Sie bitte der Dokumentation unter https://docs.oxidmodule.com/Unzer/
|
|
||||||
|
|
||||||
## Installation:
|
|
||||||
Bitte lesen Sie die Installationsanleitung unter https://docs.oxidmodule.com/Unzer/
|
|
||||||
|
|
||||||
## Konfiguration
|
|
||||||
Bitte lesen Sie dazu die Konfiguration unter https://docs.oxidmodule.com/Unzer/
|
|
@ -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.2.6.1 SourceGuardian (18.07.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
<?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.2.6.2 SourceGuardian (18.08.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('7A3737B35FE09FA5AAQAAAAXAAAABHAAAACABAAAAAAAAAD/RvilLstExDzttRCb4ojWacLGLuMpeJpPNUA8aWrqmDLKMkzBlhTv2Rv6+3ceI4b4PvRjIzARFynHLkrXQXOHVQeoKLjSSdUb0VTWxvcFGvEGaIrHcewAUTM01F7WFDtD7qXf87MGj3FvU5SOQskCZQgAAAD4AQAADrURoATIjGyMVYK01sgrq71UcYjQFA9WqZDpOwLQomZuem6uMPpZT8eV35w78Z/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');
|
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('7A3737B361E09FADAAQAAAAXAAAABHAAAACABAAAAAAAAAD/lkw+3wh1n+gMEw6WcsFENcQCX53YiJ+ug91PYqJmkBrbOl0UoKF0sEZbfLwAdfNDt7qWcWbOA/Bdo4TdZ2zAzY8KvIqB0GB8FNTYow0Nw46iumEF8yaC7eWoe8U2z7urY6nlTx6z+FYqLJA/RRj/7wgAAAD4AQAADrURoATIjGyMVYK01sgrq71UcYjQFA9WqZDpOwLQomZuem6uMPpZT8eV35w78Z/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');
|
||||||
|
File diff suppressed because one or more lines are too long
@ -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.2.6.1 SourceGuardian (18.07.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
<?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.2.6.2 SourceGuardian (18.08.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('7A3737B35FE09FA5AAQAAAAXAAAABHAAAACABAAAAAAAAAD/RvilLstExDzttRCb4ojWacLGLuMpeJpPNUA8aWrqmDLKMkzBlhTv2Rv6+3ceI4b4PvRjIzARFynHLkrXQXOHVQeoKLjSSdUb0VTWxvcFGvEGaIrHcewAUTM01F7WFDtD7qXf87MGj3FvU5SOQskCZQgAAAC4AQAAP/hGiJFQA/u+jAEGCIBVgh5ceRzJ+QztEmGADVYGPN3bKFSMsRMq0ztC9VD+0nIAicARTfuStPiNQOr6o1QtndnYNJX0hitAQRnMx/d+wpREUppxy8r/0cSJlWC79wKg7WaIBqvdCl6hFnlnH64PihUDj/QfSGTcqvvaKgLEMtxnljB0SRh19jon/Pm4mHcs23XlXJxE5C+SptKLKFyocMUMzfLg/7KchqYus9TBgoO9ttREBC3JoWl197qrRIF2dGc5P5z7LkJSENVWMkNv5I2r6VEJdc4+nC98ZaH093YClB21ykFl4YL9AHSthRlT21ZV9OxZJmO27EwTdNfSwWsr+d3WI5Go67hK4irANIhA22fwNMCmdgoSCA7k61XF2XvHhv8uEQo3CXNrRm52tlE2fYjQA2pXuzsjB0xHBQNx6oWDY/gB/u9kUpznkEL3uhVUG9njUePA2n0YgiDsg3UP9WT6jc+5XI5uis2x2P5ROwSbLXJ0poQxfQp6G67Udxu4TdU3YcYpGsvD8p51Sk52USfmdUUrhE34ug/vBzkXwzHB8CdVUgjwi+MMivWnjTI49frVlIRRAAAAqAEAAMFZayKtiTyohpKIQJJvlYqbechn9EZaBmJ7rXnBRD9bkE6FQA6YfjCT3FPJHZj7m0707ViC90/YW8ixjIhiQa7nMxlC+Tso4DHy/I1Oab44yhBiW3q7nuqJM5s8PjYKu/dzhIqwCvKQlHwkmjyYCEDuLGtdyzsPLXdzcDJGdkSg0m/4abakBML+IuAMxpFlUpfWqagKjXXhGqLHjWBMAItu9jVV4Qq4jIPIFgxaKDn44uKo88PJezZMIm97SSkeD56v4ULf8p7fpsShmcsLzd7jf3zXlhIphGiTjy+qL3l+39AXQztNVOSGPViBZXHgsjiF1/zhgNNh5NyS3Ybt3ylGhNAioeqXOshktVKu/oUiTFYjwaDueC0eY8aR8Bl4THIs95he8he6DZxiwZ2sXujzWkP7E8FnVVYUEt1FDhYuBMSDwtu+9EOH5VtQuu0PbIEFcaTkTDVc2dMC7uJBTMWYihnGPY8XKF+FdCGfrLxhIY3R8oNrjo+UyhghcN66t1HJMh+UlLI8J5dAoL14ZPToPyJKIiTLsODQ35SfpfgUqtiTMUzA4dcAAAAA');
|
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('7A3737B361E09FADAAQAAAAXAAAABHAAAACABAAAAAAAAAD/lkw+3wh1n+gMEw6WcsFENcQCX53YiJ+ug91PYqJmkBrbOl0UoKF0sEZbfLwAdfNDt7qWcWbOA/Bdo4TdZ2zAzY8KvIqB0GB8FNTYow0Nw46iumEF8yaC7eWoe8U2z7urY6nlTx6z+FYqLJA/RRj/7wgAAAC4AQAAo5bayu8/pZA+Lrp0/HMkAn3RyVaZ1YKxMe2cXmYeK1LmBFZDnxkJ33hMNRoc+RMJWbVirMYmbCIXF08iaqzwFHN+8RHM+TwrSVYl3Fkgk6clLUfxcAdRCgRBI3kW0haXxlntPaczqN3QIhfK6OwtTae0ohbZ4AekKxITemAF+A5ktYgC7xgLtLw0o/hNEs/uN7dHpS++2dtVlPFe56L4ssiXICvrBfvdDR8vr874Glx2SlXSlztdr/mJP5Z5HFcXkAkYiEcYxg8GWpSyFHTXNymUJIKgQTGJuEgJoi9iKBz7z7gBTYv5t1l1k2S8uF566cuFyGYE1JpOo668TUtygdrtUIsMkb2Fon2FOzdnd1sPBO1BeWm/jP30MvHr8gmOZpnvW3liAqRpLWKXt8u2ta4r1C13RLhzc/+XZxY18YrYQtsTDhl27338nNWGTmTRwPoUPh89s3GBcD4nMDKwY0+ePxGKiMtTw8cj6lxqlY8Ql9Gm/lIXvfwYYo1j0Btqkq2ZkIRCtEN2r2DmnKAq85BarW9BncQ6+eb2YkzrMgw1WgR9E6IslH2puaBkhomQUTcQd7jJ9OVRAAAAqAEAAJ5PCozzbmzhGW1lPYzaA3tgxBVQCuF9zQVe0jutukfJJekRLtpIiGt1Xt8JSymjfiGK5I6tvbAME5E7/NgsRKv/t7b6P4mIgdjjdvaefwCTYUv9hM6+NbcUV4US9FKqxufIJiAi3ZcaOVaYh1uCOh/hB7dgJRx7FOG909V7H5d2bP58wHLtsEwxVtXgRnXxZq2L4jlSdcUJqJ5nMAAxhkQ4v89tx9FTaR44ws3987iVuyd3ugDjzWDhjUbDrstUXfjnxWNwDab+zHX30CUy/1ouHjsG1jsnD8BjmgZV7GAHd6dkIQE1QH2wgO4C5R1/zVRsWQYJcuINwdtact8TfmMXnmAKZmC34Ct4JIq4HEc/r7NUFaQdHJp2Ht2/IjtWDtm3LSjXA0BiiiQa8OzNFLK+d3s1dzSqilzLPDZQzRirf+o9fNg7HTxPSHRGkaH2Z+yTdA8KEoVdtwcxe33bsnQsFy2wgbmXnC945qp9fjd1jgpnmTYtJoiPh1L0D+pO4E871fGc5+WcHlFBmwSf4LsqjzHMNjjDNdiSbu/UwYb+GlG8No0TAM4AAAAA');
|
||||||
|
File diff suppressed because one or more lines are too long
@ -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.2.6.1 SourceGuardian (18.07.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
<?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.2.6.2 SourceGuardian (18.08.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('7A3737B35FE09FA5AAQAAAAXAAAABHAAAACABAAAAAAAAAD/RvilLstExDzttRCb4ojWacLGLuMpeJpPNUA8aWrqmDLKMkzBlhTv2Rv6+3ceI4b4PvRjIzARFynHLkrXQXOHVQeoKLjSSdUb0VTWxvcFGvEGaIrHcewAUTM01F7WFDtD7qXf87MGj3FvU5SOQskCZQgAAAAQAgAA2tKym/OkpXxQZMYkCz7UbDgels8L3WaR1qXiS7cL7x1GFCZcQAiVY7J4HGOgYEOtqZ8pret/DmTscyKClJ46WP2qkCwNgHuka1CKw0OoXRgHGQWbxA81QcAo+9iLQknmRe9gusB8Q/uF+trlFnn6YddwVbQexxVtSvc7Eu1KnUNxbnorSOOOJCi12ME3sbO8woElefsIXdn65zmnhyccJ6Pwo7FX85JobglEn2aX76IRBS1oCRFxhNw0YCjdrb1s6lN40TOX3arLaqkj7g5nj3SIg5jFhwbt+N+1neR1TKm0+/fBbPEjfMK2Y6HzWVzRlWQlnaG5vIqpu2Js+0qCxrwjHpVrrTkHGwlk2M3oC03jdUr38DqwblETOW6/NEL/ZxOZuxuG96VpsIgZhm8DYaPZRqQUhjOBc1/22p4nkDEgTn8Nb9Gqi6CeB2zDRtf2YfKTBlAoDC/gTU4pFpE4MvNrC12TtcbCmn1zwaIhsF59oUweBfoHhtH3E62slRibAP0szPy+NZpJO+T0cnDxA0r7HB9F76E8IURv1iW2wxv1kMB+AWvwGw+zhWKGHYrdIU1PWoa6sxSsBKnJGXA5PGlk413hBp1Lgrhn12KTZFZh5NFXeQz1o1CA7u6k1DJARNilRZzfXfSjgkIoskBZdiupLAla314St2rrw9PVn/1E+7MqU5MlXhmBUCFIzbGEUQAAAAgCAAB89J9keG/G7siXeDDrRLnZkgVUm/unj5uccUwXzA2iRDXxrdQn4Y6TS37FOfLLvWpGKwRwoEO5U2BsSmhgQYoCCTmKDDzK3+enC1HV2jAWXig5Md7kPoEh3hg68OSB9UUA6gdrDLHHFWJlqWB+MJ8gE7y8ta5lAC18bMlOhtBAxRNV6S0D5/++OTTfPZSgHgxSzY+kTpJoiCYOTpV6+QixxXc0wXetKjPIWSo0gN1lYiz9GGflFtzYa4cTjgaY9uT/o2neozmAbmOBz3wiUvSpBeIgi0rLBTBZYBbSmZqYtDoSF6DgL6p6r8aaVzrsmU/A5nbZjz2NyPiVqIV4ZDm4IbQUuRLHj8sfrabkZ2MGtXr71CMTw/1lxjDSvDSaAj4RxiUrkW0vD8ndKBMZlXqIabUpek0lh2Bx4iXNxDVkk47171W4hznOkm8/1WIj3NmWp8zsAcsDV1/4s/MwX4zKXRgRfZnPHit2ja62WrcURLFTztQKALZmsOd3zdM99sxPUumBWwXy1vYKxutmwHzP3+8n++6va+c+yTipTfiTRGsTDeajifSSV4gmdyRgdxyDdr5dQRqIorSdyyc5Y3DZAcVfWIqb2BVrhuhgAXFWyhb3IbIDF1KRPiu81etcDtZOJgZle+aePXTxecIKNISaUO/97y6dJut456CFiEDaqYnM67SY8P7mAAAAAA==');
|
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('7A3737B361E09FADAAQAAAAXAAAABHAAAACABAAAAAAAAAD/lkw+3wh1n+gMEw6WcsFENcQCX53YiJ+ug91PYqJmkBrbOl0UoKF0sEZbfLwAdfNDt7qWcWbOA/Bdo4TdZ2zAzY8KvIqB0GB8FNTYow0Nw46iumEF8yaC7eWoe8U2z7urY6nlTx6z+FYqLJA/RRj/7wgAAAAQAgAAVnR8hkw5y/tjFlSwYdIxokYK/O3Io239o3TIlQFIHc02Ob0Akp8FqpXb+l2IRwsxRUCzPc8oLIHmaWFktEwEJITq8e3oHEwHQmNYOBoLyj7nQhGhKn5ymP3N7UU+gnYskjnfDXaeNG5EZyCpIK/Ge/GFLvhRnEA00hSwgZOfPNXaPknywe89YMjbeiKToRLCGpti+m0dKUTgZmwGNCwoXhi6/ZutoAa1Wpol1soTuVYLCczoXsEuYQYotrtjBbeFmjfA9HWfr2Ae10/QwfkE4wUnh/+LV3C7PydBzo8n3oiQRUqZafsHGc/u+3Pf3KDAcq9wdUF89gaDJkuB44dTGIN4klDyzFkewpVo+dhENHESA0H49gZFjdi11zf0i1oX4YBCrPToixMkB8gDeXH1D41UC11oHxoZtsSVx5O0fZcmThARMlLqRdqT+UzlEQzoTL3l17ADQC8puq4e3YKLh7DoexILW3FNgBfHiGpWk7ywazLoBAzUKsxsF7Bjr4pQ9yhmsCDH3vxKO2PIRnQatJ94hzniqHosFFpKy6n7RYAhZN4wnwt5SMcs3Di+tflRsDIXpThP37eOQzDTU3m446u/resNRwh7kDoll9lWKMqn5GPISZscLBv/xikqp7S+ibM84TE7F5d3pSOGaHiv8r1K0RZqdy0wD0YCMeXseEw17VHrsRDAtg0jvUvAjJtkUQAAAAgCAACSaN7mKP3RSoyEUX1XEnhwxhuCerZvWp2uGCk6gHeFeYfk5pxc21FBeBH35XrklJxUwjIWaNdeMMLsWCXf2NOdfGG2JCcfysABCWyPoH6EY/CW/v70qFqwWQ4wBTxj4mSuIxpho9YOlLcpCBvO+vmfjjI0rCtHJCDKf9NCrHeB312sz/WWp0jdyq3pvFk2dY4idyh29VTCeDBgvFfah8avTbSAJTdDhWNoUeY+dCqhMAsSt+P6zR/a4lyZ8WAR96ELycAkgtDR9eIpYqbGtRWiokVkRMKTiEuDAIAmywM1bftUj9dKNyXyM3jEE/VwPs6C8HgfQJJdwtF1sdWXt2b9RXOCzWUPkyYwCPkAeJMHWHc9jeTmwSZuReJ6lBaULy1siJ8RPLkNe/Xx/bnyaUdznsS8qnvZbfMLZiM/TzENWJb92ePO6zJwr3PObMn6cExGyUQE92oJuMMxscJwC/tdjqGvu/qs9x+hSD1Tx+FvynCwUS8J/MblooTkQIAgvEXhbRY12TJX6zEkeUEMKBaAxygM/xzyEgAsZumBU1ZUgCWHzmK8nje0gvJBbIx1+h2zcUUApB2EhXYd7I3rIGJT4AMEF/3E870dfhBOCMrp9KaYt1ARhkTzfVqgnpLKKmJD9DHsJ28kNsMXnZHNqWHlDdI3uRGajzTr0FwXzclYFBvPAo9+3K/qAAAAAA==');
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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.2.6.1 SourceGuardian (18.07.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
<?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.2.6.2 SourceGuardian (18.08.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('7A3737B35FE09FA5AAQAAAAXAAAABHAAAACABAAAAAAAAAD/RvilLstExDzttRCb4ojWacLGLuMpeJpPNUA8aWrqmDLKMkzBlhTv2Rv6+3ceI4b4PvRjIzARFynHLkrXQXOHVQeoKLjSSdUb0VTWxvcFGvEGaIrHcewAUTM01F7WFDtD7qXf87MGj3FvU5SOQskCZQgAAAAoAgAAVki69QJ9QyJcrQ416N1s4qbmIz45f26miOWF1qUqq3oJnaA8ezvqJRtLKH3+yeETnqoLKQDM1A/CWb0lbHLz4e3WqKaMc0a2CqnY04WIZ/lqYLQfPkaTWqc0X97rwYaZqeVkO88D8CC7fmX7QI+hOLiVMIaVhhe6ZNhXD33w2cIXOqI1ORyzbuHogGULLDTf/JsNdmMhlyTY7wC09rzSMPY4lKM1MLdaUEFWp9kBY1zGAup6vSWLZWbGLbo4TptP5WKnkeL5EL2EmmZnrb7XtO7zbRVbQmf9HMS0Pq/uHctG6Fn7w55zTkiyg3p3rDjIsZu6IywxOJHAkG36BMV7zJp3D9D9VW7iZFsTDHAgMLDPSpc2ptd5fpsZ0l88I9RlaQCS/bEnjJVQ8FtWVWF2DahH1xonAWyHm79ucQL8pFqq3HvrkoWrBilyy9+aLNUAIZcXwS/mRqVqq8o2sG6DcUr4VEGjcK5kxMlP4hh4ZqWtmwgLXwD4itilHvTkn6Eaj42yfhb6bMY/HWiL8GteURh5qU7B2PbTKM/mbIbMeU+GNDfFT0txGN1cF0jjrn4Fz8kk01XaFU4YsjQf5DnjzvNzVnWMfYlGzQ4Lb8fPDIZVAoXH0+nQDCsQIramXNhWEnvn68iIhCRvmkzzQ8KNUrnKVAOvGJnG2Mtw4CqS7dXRcHyhDRf+3sdjcptP797I8w+T2c3nPP6nvb2LYvF903xMRV0PXl/EUQAAACACAACgcRdoP3kmt1GsduekOFPfzjTVJIV08kds7xgSOlcyClIZV9yjEWQgPXI4pZ575SdRaq9lD/GxarxOLJ+qgFaZkkG7cx/HvANSzKzKJyvl2fdvpdVZAHX+pRlSdQEekce2WXqgCQBZbfHH2MWO2cCtNlBHUNK+4N/torYJg/ZvaDQX/8Clot2NZS6i5BqLwBP+8TQNxd97KroaDBIt8qlqczKE/waURzG2q//Gzrkx7E7uSZXJC5B3WO7MGHtPaGxTChxvqppwfK/UhVw5v0CfsFM91/VnYeGYJq3cDesNDWfnVZnGkj9de0RnMNGotsIFN3weVatW/GE248avxIkBbPZ/ntCewynXIFUln+zeTgWV3D42d5EhrI9Sn9aAObCmghkCj1EXT650kLZoR64J3aJUhZCcE7XjgqwcQY6NRT7JnUutAUfnlqyv1RcR/c4HDhTySkV38LF34MtHixA08eycwmRyMtoc9GTADaGpPgHlzHr6a9qVjoOlmF7U05Rhl1BDkqLJ+q8vMzjdMDHnaNbdnp3YOqGln2T2I3e8ghnVtLE74BhG7vrdFSeGKepPyxbeMs+TOeu1KgleiikcRdaWO0crgQFam0UHZPl3q95Cky9/37t1m4X6PXuy+EA9SMh3YwiO2b75AW5sgkaG7qSW/GkbaRy2tLXtji9Xb9ht/BI5TjNJqh+bJ0vOZ3zU/LiF0ZC73eXc/29vQ0+hAAAAAA==');
|
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('7A3737B361E09FADAAQAAAAXAAAABHAAAACABAAAAAAAAAD/lkw+3wh1n+gMEw6WcsFENcQCX53YiJ+ug91PYqJmkBrbOl0UoKF0sEZbfLwAdfNDt7qWcWbOA/Bdo4TdZ2zAzY8KvIqB0GB8FNTYow0Nw46iumEF8yaC7eWoe8U2z7urY6nlTx6z+FYqLJA/RRj/7wgAAAAoAgAAOzgAFX/SNV3710kTlcXnXlGjJMo06V0t20tFCjDN3ZxeZ3z2HTlzER6Co7ohOrPy57M/YF3kwTElZjRJMAs8GPpDtH1WkOTz7y/6pCJjJOj23hREgZXkUqTfXH14pOBdJbFx2kXQ6jliwVCsZwkp0l0r4ZZNrMp+VF1Sw4wfgnQXMiYf1joPSIRtC+AWS0ZnMiecWaW9F539dRwNCtau/Cc8kXrmc1hqRQteQufBhoxiHKiXP18qMFLJMxEMlXOx110sbe+c1BoVLTmXWFMPXyZiGdy3EUzptvXvsdywZLOaVGvpcBtrUsYzGVlJTULde6V8p/xCtq4URdwVpS0CMzyfRiacbXDLRUnSo6dNlrQVnzPMS2hQCet1Nk+SjbfK7USx3x4jVr9oKKo2hg3f8KsfqVAFKIRnvYwJGrxdUb1fz6lublZ+3TZPHZ0Youj2bIV+qDwCqyXrY3i76B8EKK8WqjIZl0E1Yy2H/nZMOaSj4A9s+nxsWy4nu4DN2bxFMDHi/H45VhJoSYc0hv+IR5u5CgOJ+9lrRlfbo8zHos9z47msvKghzH4QtrdYFurfF3xph4I9ESRuwqokBup00zy9ljUjZkJ12v3aGQLmEqxWUJk97bxxyHj3oht6jds4YcI5022m4HIyggANzfkVaObgiERu3yIWoV99relP9TTh5tUWYUEsq0wBA47CQbYpoi3wRXm4C1H30priWU8bWqsHjh75KmtUUQAAACACAABaj7ZyZeOxooYgRnBGl5Gp7/5G6z3moTTHsXrYxicfvncB58KnGkj07sl1aJK9l1huHixq46X3X+n2U79Q7l9ypRuwfr3gd8u1ca9+fCMuyIQiablqbqI+5IuV/iVQQIsTMG0o8RPvys5DHN3vozIbT1VAV4vWFy6jwaoeolYJhyF8VoK2yqNcKv5tBYvJlqhErmltIxUJzt4KhXVhVjjaCnGMAD9sW20ohupBg1PsU7alzG0qcW2hGA8juUIoB9eyo53u8r7D8B7dkqwqeHPUDpOlmZCDwbV6S9ZxYKcehFjMS3TqUl8708Kicgz+lY9CWcA8ZQkY42bKE9rxlcE/QBtcSv52+EsGIAfjgdAfXe9TZWjNgpzjBwJZw9//oUTGHVnj3QJ5xLsXDQx4gRb0nC/CmInG2KsD6L708CRL996hdBUSEVqNSEBIcA/tx7rAF+t+mfvX2qO12w8h4951lRgr/PE/PKUZuYwY1i8zVxKQKrYL/v0CDpD0qW6seNgNeIGfJQOP+DFq+9enkpVSCNyyCyy4reEBeaLA45oW8T9Idq0ro+wk4gCcVh++5XsVbGtT2Mcv43h2MfFeXH3EmhNjiNuW/NkT12dteYEUGf9ccvx8mCsusJ605Z/r27+hF6GWD+ELee0J4qXRRmbGtIwmU6WGp4L7cmk866zcgD8Mb0SllBu9PtdhNrcxrfPYzqtlJ/BxsGgxZAnNu7X+AAAAAA==');
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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.2.6.1 SourceGuardian (18.07.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
<?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.2.6.2 SourceGuardian (18.08.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('7A3737B35FE09FA5AAQAAAAXAAAABHAAAACABAAAAAAAAAD/RvilLstExDzttRCb4ojWacLGLuMpeJpPNUA8aWrqmDLKMkzBlhTv2Rv6+3ceI4b4PvRjIzARFynHLkrXQXOHVQeoKLjSSdUb0VTWxvcFGvEGaIrHcewAUTM01F7WFDtD7qXf87MGj3FvU5SOQskCZQgAAABwAQAAP8XJKcH50KeVPptJZUJvpBKbd9+pnoPik1ls7C0v2qrxGthKbllkIiYFRqlcpt1+rbRJaAQUj4dxLOdrLryvvAVnmWKYQ97kykwoYm3cyqctJeydhX4nCBoDFK+jAZ6LQQEHyLN6xNIldo2Eu2F4SwY4oJRg1fbxNvQxKxMeOSVJ/eRQmrjFd841hduk6zGV8p/6Zh4PIIyZHWxzSn7cZXIDEvTZ02qVOZMhyHpzQkzmwvEmMkgqe70Gpt08t1w9oliTnUKtQbBfmCEeYls0bXEo8edhoFBGnAKiicvaGTJbyokKaEak4ph66ba+JKqx1sRUFTnXgbPHIskfdrI4LPS8kTA01f5KhBUOmgQVovEB/y823qU/AH/1hXGXI87asOAZPR++kFTgMuiH4e7/jSDoQeeSXLTgJTMhTUczYOx11r3E5F91n5EyjSo7RqhR2uQlQA0nvYwn9vSG4rQEiWPtyWkAqDWYWXGUVTd4PKtRAAAAaAEAAItOWRzaJrPSv5p8ZAPnG6SHNLQjC14M2qt2HrUzj9TLq3COQOl1bxRytSYyqrEztdYMAX2//Rcs7RDhzuLsRKVazP3FllliAe7eh1wX2cHQR1VCeq2o9DqMZNdVGeyCcDtuC82bUy2Bgqb3HLrVRomjNaE8TPzGNbpNzZCgDaqm3bo0qI8gnk14slFEzb21Zt5ALY+XW5AbmYi+FLqKGFEDtCvWCV7DpVxYkLQQS9D3ikV62kZbIxLvTTRf7OKf3wLRNWXr0qLwBUk8m99dlMqO9dbhQ5FMTgI5eCCLvdDOfdv/buM9kjmFk4NhfkPscvcqmlCPwMPczx6QnyZa1Hh6iFdoq/kE1pTngbNaaKR9X0sDuKcZKJBr0KKzrt1ZvdcT6t5dj+MZMpyFwoWCWzOa3CCQlGSG0x0cEac5jEu33DCct4XQbkd4//IveA3v5euionDR1FNt0IzqWQD/fyEj11My/2bcggAAAAA=');
|
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('7A3737B361E09FADAAQAAAAXAAAABHAAAACABAAAAAAAAAD/lkw+3wh1n+gMEw6WcsFENcQCX53YiJ+ug91PYqJmkBrbOl0UoKF0sEZbfLwAdfNDt7qWcWbOA/Bdo4TdZ2zAzY8KvIqB0GB8FNTYow0Nw46iumEF8yaC7eWoe8U2z7urY6nlTx6z+FYqLJA/RRj/7wgAAABwAQAAP8XJKcH50KeVPptJZUJvpBKbd9+pnoPik1ls7C0v2qrxGthKbllkIiYFRqlcpt1+rbRJaAQUj4dxLOdrLryvvAVnmWKYQ97kykwoYm3cyqctJeydhX4nCBoDFK+jAZ6LQQEHyLN6xNIldo2Eu2F4SwY4oJRg1fbxNvQxKxMeOSVJ/eRQmrjFd841hduk6zGV8p/6Zh4PIIyZHWxzSn7cZXIDEvTZ02qVOZMhyHpzQkzmwvEmMkgqe70Gpt08t1w9oliTnUKtQbBfmCEeYls0bXEo8edhoFBGnAKiicvaGTJbyokKaEak4ph66ba+JKqx1sRUFTnXgbPHIskfdrI4LPS8kTA01f5KhBUOmgQVovEB/y823qU/AH/1hXGXI87asOAZPR++kFTgMuiH4e7/jSDoQeeSXLTgJTMhTUczYOx11r3E5F91n5EyjSo7RqhR2uQlQA0nvYwn9vSG4rQEiWPtyWkAqDWYWXGUVTd4PKtRAAAAaAEAAItOWRzaJrPSv5p8ZAPnG6SHNLQjC14M2qt2HrUzj9TLq3COQOl1bxRytSYyqrEztdYMAX2//Rcs7RDhzuLsRKVazP3FllliAe7eh1wX2cHQR1VCeq2o9DqMZNdVGeyCcDtuC82bUy2Bgqb3HLrVRomjNaE8TPzGNbpNzZCgDaqm3bo0qI8gnk14slFEzb21Zt5ALY+XW5AbmYi+FLqKGFEDtCvWCV7DpVxYkLQQS9D3ikV62kZbIxLvTTRf7OKf3wLRNWXr0qLwBUk8m99dlMqO9dbhQ5FMTgI5eCCLvdDOfdv/buM9kjmFk4NhfkPscvcqmlCPwMPczx6QnyZa1Hh6iFdoq/kE1pTngbNaaKR9X0sDuKcZKJBr0KKzrt1ZvdcT6t5dj+MZMpyFwoWCWzOa3CCQlGSG0x0cEac5jEu33DCct4XQbkd4//IveA3v5euionDR1FNt0IzqWQD/fyEj11My/2bcggAAAAA=');
|
||||||
|
@ -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.2.6.1 SourceGuardian (18.07.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
<?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.2.6.2 SourceGuardian (18.08.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('7A3737B35FE09FA5AAQAAAAXAAAABHAAAACABAAAAAAAAAD/RvilLstExDzttRCb4ojWacLGLuMpeJpPNUA8aWrqmDLKMkzBlhTv2Rv6+3ceI4b4PvRjIzARFynHLkrXQXOHVQeoKLjSSdUb0VTWxvcFGvEGaIrHcewAUTM01F7WFDtD7qXf87MGj3FvU5SOQskCZQgAAAAoAQAAAi6EtP+cGujg82B6+9CRYCxqYnfA0HyVKkshVcEGWoOmjQaBFlZk0fIJvb/fMZJUW/J4nzB+krvKmHf2neCXH2iWZCOUd3/hwKVpOVMsGM1AwGEEbXlUHh2Zs1Kc35dIHNvqVgGISkMD/hA1Cmi3BC6dg5O1CxELspMrWKTSXwTT9twe1cOJC73gfHIpxUk2Uk4lE2qkCJclzhl4uCTAH4hoSa2Kr6fEmhGWNJe05KyhB982KH1uYPjn0EmTo3NQdjD3l29XgjlZbaKWRLCkxb8VBmZOFoxvKaAeGN9+yTpwANC5yJkKNMUaP3Fp9hShp6hDeSBhZcUKsbt51HwpN1BymPFqHbsw2U64BCjwlZ04UiSY1WESonbbRPu2lqCv72JWc33VcuFRAAAAKAEAAIvg52ZBlG1CaIhSmpaZRhNkwCv413Z0lQapv2XAMrzV5KQ5omYxN1VuLoRtW9Qy/4J6RE18g2owIifxRy5jIcSd3XqMHau8BzjypYkOX8RlRjwfkTeogBN2hrh1s2S59OCmvolWi1IUyeV2vv2WxQd7YXVYH9l6zgwOhWsnLPCqoNxK7D302GFTb3++jfxH+a0sQolc5TczOC9e+ZO5Xzz5VV+N+Jrlm89XjKuhwsz+wuQ8J/sV6RwRaaLiTlGjqrdTCOcSkB8/xyaqMAlpfSoHM9yxztNcDEU35cbs6KQBTp9pcwjOd+DD/sJ6oRlkOCTqvaXF7I9N0bD+jnbym881JZR8pj//xEkr1Aa6Cx2dofdDqnfn5oDDlHTS4BwXRaHjmpPmPLUQAAAAAA==');
|
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('7A3737B361E09FADAAQAAAAXAAAABHAAAACABAAAAAAAAAD/lkw+3wh1n+gMEw6WcsFENcQCX53YiJ+ug91PYqJmkBrbOl0UoKF0sEZbfLwAdfNDt7qWcWbOA/Bdo4TdZ2zAzY8KvIqB0GB8FNTYow0Nw46iumEF8yaC7eWoe8U2z7urY6nlTx6z+FYqLJA/RRj/7wgAAAAoAQAAAi6EtP+cGujg82B6+9CRYCxqYnfA0HyVKkshVcEGWoOmjQaBFlZk0fIJvb/fMZJUW/J4nzB+krvKmHf2neCXH2iWZCOUd3/hwKVpOVMsGM1AwGEEbXlUHh2Zs1Kc35dIHNvqVgGISkMD/hA1Cmi3BC6dg5O1CxELspMrWKTSXwTT9twe1cOJC73gfHIpxUk2Uk4lE2qkCJclzhl4uCTAH4hoSa2Kr6fEmhGWNJe05KyhB982KH1uYPjn0EmTo3NQdjD3l29XgjlZbaKWRLCkxb8VBmZOFoxvKaAeGN9+yTpwANC5yJkKNMUaP3Fp9hShp6hDeSBhZcUKsbt51HwpN1BymPFqHbsw2U64BCjwlZ04UiSY1WESonbbRPu2lqCv72JWc33VcuFRAAAAKAEAAIvg52ZBlG1CaIhSmpaZRhNkwCv413Z0lQapv2XAMrzV5KQ5omYxN1VuLoRtW9Qy/4J6RE18g2owIifxRy5jIcSd3XqMHau8BzjypYkOX8RlRjwfkTeogBN2hrh1s2S59OCmvolWi1IUyeV2vv2WxQd7YXVYH9l6zgwOhWsnLPCqoNxK7D302GFTb3++jfxH+a0sQolc5TczOC9e+ZO5Xzz5VV+N+Jrlm89XjKuhwsz+wuQ8J/sV6RwRaaLiTlGjqrdTCOcSkB8/xyaqMAlpfSoHM9yxztNcDEU35cbs6KQBTp9pcwjOd+DD/sJ6oRlkOCTqvaXF7I9N0bD+jnbym881JZR8pj//xEkr1Aa6Cx2dofdDqnfn5oDDlHTS4BwXRaHjmpPmPLUQAAAAAA==');
|
||||||
|
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user