add 5.0.3.1 Source Guardian PHP 8.0

This commit is contained in:
Daniel Seifert 2022-07-28 14:55:28 +02:00
parent c6def6c8d9
commit 4f4fd96c3c
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
219 changed files with 520 additions and 598 deletions

9
LICENSE.md Normal file
View 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 - Daniel Seifert <support@shopmodule.com>
- link: https://www.oxidmodule.com

13
README.en.md Normal file
View File

@ -0,0 +1,13 @@
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
# D³ Order Manager for OXID eShop
Have recurring tasks performed automatically according to freely definable rules.
Please refer to the documentation [online](https://docs.oxidmodule.com/Auftragsmanager/) and the docs directory of this package for the requirements of this plugin, installation and configuration instructions, changelog and further informations.
## License
(status: 2012-01-15)
For full copyright and licensing information, please see the [LICENSE](LICENSE.md) file distributed with this source code.

View File

@ -1,24 +1,13 @@
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
# D³ Auftragsmanager für OXID eShop
Lassen Sie wiederkehrende Aufgaben automatisch nach frei definierbaren Regeln ausführen
[![Latest Stable Release](https://img.shields.io/packagist/v/d3/ordermanager.svg?label=aktuelles%20Release)](https://packagist.org/packages/d3/ordermanager)
![](https://img.shields.io/badge/V6--konform-komplett-brightgreen.svg)
![](https://img.shields.io/badge/softwaregetestet-komplett-brightgreen.svg)
![](https://img.shields.io/badge/Testabdeckung-100%25-brightgreen.svg)
Lassen Sie wiederkehrende Aufgaben automatisch nach frei definierbaren Regeln ausführen.
[![Downloads](https://img.shields.io/packagist/dt/d3/ordermanager.svg?label=Downloads)](https://packagist.org/packages/d3/ordermanager)
[![](https://img.shields.io/badge/documentation-online-brightgreen.svg)](https://docs.oxidmodule.com/Auftragsmanager/)
[![License](https://img.shields.io/packagist/l/d3/ordermanager.svg?label=Lizenz)](https://packagist.org/packages/d3/ordermanager)
Die Anforderungen des Moduls, Installations- und Konfigurationshinweise, Changelog und weitere Informationen entnehmen Sie bitte der Dokumentation [online](https://docs.oxidmodule.com/Auftragsmanager/) und im docs-Verzeichnis dieses Paketes.
## Systemanforderungen:
- installierter OXID eShop
- PHP-Version, für die Installationspakete verfügbar sind
- Installation via Composer
- ionCubeLoader
- D3 Modul Connector
## Lizenz
(Stand: 15.01.2012)
Die jeweils geforderten Versionen und sonstige Anforderungen entnehmen Sie bitte der Dokumentation [online](https://docs.oxidmodule.com/Auftragsmanager/) und im docs-Verzeichnis dieses Paketes.
## Installation:
Eine detaillierte Installationsanleitung finden Sie [online](https://docs.oxidmodule.com/Auftragsmanager/) und im docs-Verzeichnis dieses Pakets.
Die Copyright- und Lizenzinformationen entnehmen Sie bitte der [LICENSE](LICENSE.md)-Datei, die mit diesem Quellcode verteilt wurde.

View File

@ -2,15 +2,27 @@
title: Changelog
---
## 5.0.3.0 - (2021-12-17)
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://git.d3data.de/D3Private/Ordermanager/compare/5.0.3.1...rel_5.x)
## [5.0.3.1](https://git.d3data.de/D3Private/Ordermanager/compare/5.0.3.0...5.0.3.1) - 2022-07-28
### Changed
- make mySQL content check more compatible
- adjust documention to Source Guardian Loader based installation
- changelog improved
### Fixed
- timespan requirement option in admin panel does not represent the saved type
## [5.0.3.0](https://git.d3data.de/D3Private/Ordermanager/compare/5.0.2.0...5.0.3.0) - 2021-12-17
### Added
- installierbar in OXID 6.4.0
---
## 5.0.2.0 - (2021-12-02)
## [5.0.2.0](https://git.d3data.de/D3Private/Ordermanager/compare/5.0.1.0...5.0.2.0) - 2021-12-02
### Added
- Platzhalter in Push Notification URLs werden nun für dynamische Parameter geparst
- zusätzliche GET Parameter werden bei POST Verwendung an den POST Body angehängt
@ -22,10 +34,7 @@ title: Changelog
### Fixed
- Type cast Fehler korrigiert
---
## 5.0.1.0 - (2021-10-01)
## [5.0.1.0](https://git.d3data.de/D3Private/Ordermanager/compare/5.0.0.0...5.0.1.0) - 2021-10-01
### Added
- Templateblöcke hinzugefügt
- installierbar in OXID 6.3.1
@ -39,10 +48,7 @@ title: Changelog
- Übersicht zeigt richtige Templatequelle der Exportaktion an
- Namen der Versandkostenregelbedingung angepasst
---
## 5.0.0.0 - (2021-04-27)
## [5.0.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.3...5.0.0.0) - 2021-04-27
### Added
- installierbar in OXID 6.3.x
@ -52,27 +58,18 @@ title: Changelog
### Fixed
- Eingabekonvertierung bei Rabatt ändern Aktion optimiert
---
## 4.1.2.3 - (2021-05-10)
## [4.1.2.3](https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.2...4.1.2.3) - 2021-05-10
### Fixed
- fehlender OXID-Service im no-dev-Modus führt zu Fehlern im Modul
---
## 4.1.2.2 - (2021-05-07)
## [4.1.2.2](https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.1...4.1.2.2) - 2021-05-07
### Fixed
- Warnung bei Verwendung der Standardsprache bei CLI-Aufrufen entfernt
- Fehler bei undefinierter STDOUT Konstante behoben
- Verwendung leerer Tasklisten optimiert
- Einstellungszuordnungen optimiert
---
## 4.1.2.1 - (2021-04-27)
## [4.1.2.1](https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.0...4.1.2.1) - 2021-04-27
### Added
- installierbar in OXID 6.2.4
@ -83,9 +80,7 @@ title: Changelog
- Syntaxfehler in Wochentagsbedingungsprüfung korrigiert
- erweiterte Methoden für Kompatibilität mit Elternmethoden angepasst
---
## 4.1.2.0 - (2021-03-10)
## [4.1.2.0](https://git.d3data.de/D3Private/Ordermanager/compare/4.1.1.0...4.1.2.0) - 2021-03-10
** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **
@ -116,9 +111,7 @@ title: Changelog
- nicht geladenes Manager-Objekt im Admincontroller korrigiert
- "Einträge als erledigt markieren" ignoriert "Einträge nich als erledigt markieren"-Option
---
## 4.1.1.0 - (2020-12-21)
## [4.1.1.0](https://git.d3data.de/D3Private/Ordermanager/compare/4.1.0.0...4.1.1.0) - 2020-12-21
** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **
@ -139,10 +132,7 @@ title: Changelog
- Aufgabenbeschreibung wird nicht doppelt UTF-codiert
- Queryfehler korrigiert
---
## 4.1.0.0 - (2020-08-20)
## [4.1.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/4.0.0.0...4.1.0.0) - 2020-08-20
### Added
- PDF-Dokumente können optional aus D³ PDF Dokumente Modul sowie auch aus OXID PDF Invoice Modul generiert werden
- Push-Notifications können versendet werden
@ -161,9 +151,7 @@ title: Changelog
- ungültige Zeichen in PDF-Dateinamen werden ersetzt
- alte Cronaufrufe ohne Command starten Verarbeitung nicht
---
## 4.0.0.0 - (2020-04-29)
## [4.0.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.3...4.0.0.0) - 2020-04-29
** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **
@ -177,9 +165,7 @@ title: Changelog
### Changed
- InvoicePDF-Modul aus den Requirements entfernt
---
## 3.2.0.3 - (2020-04-24)
## [3.2.0.3](https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.2...3.2.0.3) - 2020-04-24
### Changed
- Demoprofile werden nicht pauschal im ersten Shopmandanten installiert, sondern im 1. Mandanten mit aktiviertem Modul
@ -188,9 +174,7 @@ title: Changelog
- fehlende Einträge im Fileregister nachgetragen
- exportiertes Rechnungs-/Lieferschein-PDF zeigt Logo
---
## 3.2.0.2 - (2020-04-21)
## [3.2.0.2](https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.1...3.2.0.2) - 2020-04-21
### Changed
- Abhängigkeit von Metapackage zu Core-Shop für Installationen ohne Metapackage geändert
- Einstellungsprüfungen für PDF-Generierung ergänzt
@ -201,15 +185,11 @@ title: Changelog
- QueryGenerator-Aufrufe korrigiert
- verwendet subshopabhängigen View-Tabellennamen
---
## 3.2.0.1 - (2020-03-19)
## [3.2.0.1](https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.0...3.2.0.1) - 2020-03-19
### Fixed
- Mails aus HTML-Vorlagen werden in der Sprache generiert, in der die Bestellung aufgegeben wurde
---
## 3.2.0.0 - (2019-12-10)
## [3.2.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/3.1.1.0...3.2.0.0) - 2019-12-10
### Added
- bearbeitbare E-Mails haben nun einen WYSIWYG-Editor, wenn einer im Shop installiert ist
- Selectlisten sind nun alphabetisch sortiert (Payments, Deliveries, Countries, Groups)
@ -227,9 +207,7 @@ title: Changelog
- History-Einträge werden in jeder verfügbaren Empfänger-Konstellation angelegt
- Fehler im Aufgabenfilter der Adminansicht korrigiert
---
## 3.1.1.0 - (2019-10-21)
## [3.1.1.0](https://git.d3data.de/D3Private/Ordermanager/compare/3.1.0.0...3.1.1.0) - 2019-10-21
### Added
- Trigger-Dokumentation ergänzt
- neue Templateblöcke für die Templates der Bedingungen und Aktionen eingefügt
@ -240,9 +218,7 @@ title: Changelog
- HelpCenter Link aktualisiert
- d3modprofile::oxupdate als Nicht-Multilang-Feld definiert
---
## 3.1.0.0 - (2019-07-08)
## [3.1.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/3.0.2.0...3.1.0.0) - 2019-07-08
### Added
- neue Auslöser "onOrderSave" und "onOrderFinalize"
- alle Auslöser haben eine "pre execute script"- und "post execute script"-Option (nicht in allen Moduleditionen verfügbar)
@ -258,23 +234,17 @@ title: Changelog
- HTML-Struktur der Admin-Templates korrigiert
- zu wenig isoliert laufende Unit-Tests angepasst
---
## 3.0.2.0 - (2019-05-07)
## [3.0.2.0](https://git.d3data.de/D3Private/Ordermanager/compare/3.0.1.0...3.0.2.0) - 2019-05-07
### Added
- automatisierte Tests (Unit Tests, Integration Tests) integriert
- statt absoluter Instanzdefinition werden DIC Services verwendet
---
## 3.0.1.0 - (2019-02-27)
## [3.0.1.0](https://git.d3data.de/D3Private/Ordermanager/compare/3.0.1.0...3.0.0.0) - 2019-02-27
### Added
- beim Speichern der Aktionen wird auf unzureichend ausgefüllte Werte hingewiesen
- beim Speichern der Bedingungen wird auf unzureichend ausgefüllte Werte hingewiesen
---
## 3.0.0.0 - (2017-12-15)
## [3.0.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.3.4.0...3.0.0.0) - 2017-12-15
**Minor version upgrade notice: there are some backward-incompatible changes to this release.**
@ -286,9 +256,7 @@ title: Changelog
- Dezimalangaben in Einstellungen werden auch mit Komma richtig verarbeitet
- Exporttemplates können aus einstellbaren Pfaden geholt werden
---
## [2.3.4.0] - (2017-05-19)
## [2.3.4.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.3.3.0...2.3.4.0) - 2017-05-19
- Admin-Layout für Shopversion 4.10/5.3 optimiert
- Menü-Icon hinzugefügt
- Seitentitel optimiert
@ -297,9 +265,7 @@ title: Changelog
- veraltetet Methodenaufrufe ersetzt
- changed_full-Inhalte entfernt
---
## [2.3.3.0] (2016-03-14)
## [2.3.3.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.3.2.1...2.3.3.0) - 2016-03-14
- "gefundene Bestellungen ohne Bearbeitung als erledigt markieren"-Funktion eingefügt
- Bedingungen "Prüfung des Ausführungsstatus einer anderen Aufgabe" eingefügt
- Installation konvertiert Beispiele nach UTF8
@ -307,9 +273,7 @@ title: Changelog
- Dokumentation überarbeitet
- Installationsscript verschoben
---
## [2.3.2.1] (2015-03-25)
## [2.3.2.1](https://git.d3data.de/D3Private/Ordermanager/compare/2.3.2.0...2.3.2.1) - 2015-03-25
- PDF-Generierung verwendet Sprachbausteine aus Adminbereich
- Performance: Statistikabfragen optimiert
- Performance: Statistikauswertungen können einzeln abgefragt werden
@ -318,9 +282,7 @@ title: Changelog
- Format des Rechnungsdatums angepasst
- E-Mail CMS Text wird in Sprache der Bestellung ausgeliefert
---
## [2.3.2.0] (2015-01-16)
## [2.3.2.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.3.1.0...2.3.2.0) - 2015-01-16
- Maildaten werden aus Bestellung bezogen, wenn Kundenkonto nicht mehr verfügbar ist
- Optimierung für Multilang-Tabellen integriert
- zu bearbeitende Bestellung wird separat (außerhalb der orderlist) geladen, sind sonst unvollständig
@ -328,17 +290,13 @@ title: Changelog
- Artikelselektion nach Kategorie ist nun auch auf Variantenartikel anwendbar, die selbst keiner Kategorie zugeordnet sind
- Prüfung auf unregistrierte Dateien eingefügt
---
## [2.3.1.0] (2014-12-09)
## [2.3.1.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.3.0.0...2.3.1.0) - 2014-12-09
- SH-Generator integriert
- fehlende Kompatibilität für OXID 4.7.x nachgerüstet
- Cronjob-ID für Shellaufrufe nachgetragen
- Warenkorb-Handling für Mailversand optimiert
---
## [2.3.0.0] (2014-11-13)
## [2.3.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.1.1.0...2.3.0.0) - 2014-11-13
- OXID 4.9 / 5.2 Installationsanweisungen eingefügt
- Cronjob-ID für gezieltere Aufgabenaufrufe integriert
- Remark- und Info-Handling optimiert
@ -346,46 +304,32 @@ title: Changelog
- Templatequelle für Mailsendeaktion kann nun auch ein Modulverzeichnis sein
- Templatestruktur bereinigt
---
## [2.1.1.0] (2014-07-23)
## [2.1.1.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.1.0.1...2.1.1.0) - 2014-07-23
- bei nicht ausführbaren Bedingungen / Aktionen wird Protokoll-Eintrag geschrieben
- Performance-Verbesserungen integriert
---
## 1.5.0 (2014-07-09)
---
## 1.4.0 (2014-07-01)
---
## [2.1.0.1] (2014-05-21)
## [2.1.0.1](https://git.d3data.de/D3Private/Ordermanager/compare/2.1.0.0...2.1.0.1) - 2014-05-21
- "Auftrag manuell ausführbar"-Option korrigiert
- Cronjob-Hinweise werden zusätzlich im Browser ausgegeben
---
## [2.1.0.0] (2014-05-06)
## [2.1.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/2.0.0.0...2.1.0.0) - 2014-05-06
- Verwendung von allgemeinen Modulprofilen anstatt eigener Profile
- Listenexport eingefügt
- Individualmethoden eingefügt
- neues Lizenzschema umgesetzt
---
## 2.0.0.0 (2013-03-21)
## [2.0.0.0](https://git.d3data.de/D3Private/Ordermanager/compare/1.5.0...2.0.0.0) - 2013-03-21
**Minor version upgrade notice: there are some backward-incompatible changes to this release.**
- Anpassung auf OXID 4.7.X / 5.0.X
- Generieren von PDF-Dateien
---
## [1.5.0](https://git.d3data.de/D3Private/Ordermanager/compare/1.4.0...1.5.0) - 2014-07-09
## 1.3.0 (2012-08-08)
## [1.4.0](https://git.d3data.de/D3Private/Ordermanager/compare/1.3.0...1.4.0) - 2014-07-01
## [1.3.0](https://git.d3data.de/D3Private/Ordermanager/compare/1.2.0...1.3.0) - 2012-08-08
- Mailsubject wird aus Template generiert
- Bestelldaten enthalten optional auch stornierte Artikel
- Prüfung auf leere Bestelleinträge möglich
@ -393,30 +337,14 @@ title: Changelog
- Mailtemplates können aus Frontend- oder Backend-Theme geholt werden
- Benutzerinformationen werden aus Bestelldaten verwendet (nicht von User-Daten)
---
## 1.2.0 (2012-06-22)
## [1.2.0](https://git.d3data.de/D3Private/Ordermanager/compare/1.2.0...1.3.0) - 2012-06-22
- EE-Multishop-Funktionalität
- Cronjob verwendet "Aktiv"-Flag
- Hook für Mailprogrammierungen eingefügt
- Smarty-Variablen für Verwendung der originalen Bestellbestätigungsmails vervollständigt
---
## 1.1.0 (2012-03-19)
## [1.1.0](https://git.d3data.de/D3Private/Ordermanager/compare/1.1.0...1.2.0) - 2012-03-19
- Mailvariablen hingefügt
- Templates auf 4.5.11 geprüft
---
## 1.1.0 (2012-01-29)
[2.3.4.0]: https://blog.oxidmodule.com/archives/651-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.4.0.html
[2.3.3.0]: https://blog.oxidmodule.com/archives/589-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.3.0.html
[2.3.2.1]: https://blog.oxidmodule.com/archives/504-Neuer-Patch-fuer-Modul-Auftragsmanager-auf-Version-2.3.2.1.html
[2.3.2.0]: https://blog.oxidmodule.com/archives/493-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.2.0.html
[2.3.1.0]: https://blog.oxidmodule.com/archives/488-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.1.0.html
[2.3.0.0]: https://blog.oxidmodule.com/archives/476-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.0.0.html
[2.1.1.0]: https://blog.oxidmodule.com/archives/431-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.1.1.0.html
[2.1.0.1]: https://blog.oxidmodule.com/archives/414-Neuer-Patch-fuer-Modul-Auftragsmanager-auf-Version-2.1.0.1.html
[2.1.0.0]: https://blog.oxidmodule.com/archives/411-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.1.0.0.html
## [1.0.0](https://git.d3data.de/D3Private/Ordermanager/releases/tag/1.0.0) - 2012-01-29

View File

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

View File

@ -7,7 +7,8 @@ title: Systemanforderungen
* 7.4.x
* 8.0.x
* PHP Decoder
* installierter ionCube Loader
* installierter ionCube Loader (PHP bis 7.4) *oder*
* installierter SourceGuardian Loader (PHP ab 8.0)
* Shopeditionen
* OXID eShop Community Edition (CE)
* OXID eShop Professional Edition (PE)

View File

@ -72,33 +72,46 @@
<div class="Page__header">
<h1><a href="../changelog/Changelog.html">Changelog</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">
<h2 id="page_5-0-3-0-2021-12-17">5.0.3.0 - (2021-12-17)</h2>
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/" class="Link--external">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class="Link--external">Semantic Versioning</a>.</p>
<h2 id="page_Unreleased"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/5.0.3.1...rel_5.x" class="Link--external">Unreleased</a></h2>
<h2 id="page_5-0-3-1-2022-07-28"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/5.0.3.0...5.0.3.1" class="Link--external">5.0.3.1</a> - 2022-07-28</h2>
<h3 id="page_Changed">Changed</h3>
<ul>
<li>make mySQL content check more compatible</li>
<li>adjust documention to Source Guardian Loader based installation</li>
<li>changelog improved</li>
</ul>
<h3 id="page_Fixed">Fixed</h3>
<ul>
<li>timespan requirement option in admin panel does not represent the saved type</li>
</ul>
<h2 id="page_5-0-3-0-2021-12-17"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/5.0.2.0...5.0.3.0" class="Link--external">5.0.3.0</a> - 2021-12-17</h2>
<h3 id="page_Added">Added</h3>
<ul>
<li>installierbar in OXID 6.4.0</li>
</ul>
<hr />
<h2 id="page_5-0-2-0-2021-12-02">5.0.2.0 - (2021-12-02)</h2>
<h2 id="page_5-0-2-0-2021-12-02"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/5.0.1.0...5.0.2.0" class="Link--external">5.0.2.0</a> - 2021-12-02</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>Platzhalter in Push Notification URLs werden nun für dynamische Parameter geparst</li>
<li>zusätzliche GET Parameter werden bei POST Verwendung an den POST Body angehängt</li>
</ul>
<h3 id="page_Changed">Changed</h3>
<h3 id="page_Changed-2">Changed</h3>
<ul>
<li>Dateiregister für kommende Connector-Version angepasst</li>
<li>CLI-Prüfung für PHP interne Server angepasst</li>
</ul>
<h3 id="page_Fixed">Fixed</h3>
<h3 id="page_Fixed-2">Fixed</h3>
<ul>
<li>Type cast Fehler korrigiert</li>
</ul>
<hr />
<h2 id="page_5-0-1-0-2021-10-01">5.0.1.0 - (2021-10-01)</h2>
<h2 id="page_5-0-1-0-2021-10-01"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/5.0.0.0...5.0.1.0" class="Link--external">5.0.1.0</a> - 2021-10-01</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>Templateblöcke hinzugefügt</li>
@ -115,8 +128,7 @@
<li>Übersicht zeigt richtige Templatequelle der Exportaktion an</li>
<li>Namen der Versandkostenregelbedingung angepasst</li>
</ul>
<hr />
<h2 id="page_5-0-0-0-2021-04-27">5.0.0.0 - (2021-04-27)</h2>
<h2 id="page_5-0-0-0-2021-04-27"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.3...5.0.0.0" class="Link--external">5.0.0.0</a> - 2021-04-27</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>installierbar in OXID 6.3.x</li>
@ -129,14 +141,12 @@
<ul>
<li>Eingabekonvertierung bei Rabatt ändern Aktion optimiert</li>
</ul>
<hr />
<h2 id="page_4-1-2-3-2021-05-10">4.1.2.3 - (2021-05-10)</h2>
<h2 id="page_4-1-2-3-2021-05-10"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.2...4.1.2.3" class="Link--external">4.1.2.3</a> - 2021-05-10</h2>
<h3 id="page_Fixed-2">Fixed</h3>
<ul>
<li>fehlender OXID-Service im no-dev-Modus führt zu Fehlern im Modul</li>
</ul>
<hr />
<h2 id="page_4-1-2-2-2021-05-07">4.1.2.2 - (2021-05-07)</h2>
<h2 id="page_4-1-2-2-2021-05-07"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.1...4.1.2.2" class="Link--external">4.1.2.2</a> - 2021-05-07</h2>
<h3 id="page_Fixed-2">Fixed</h3>
<ul>
<li>Warnung bei Verwendung der Standardsprache bei CLI-Aufrufen entfernt</li>
@ -144,8 +154,7 @@
<li>Verwendung leerer Tasklisten optimiert</li>
<li>Einstellungszuordnungen optimiert</li>
</ul>
<hr />
<h2 id="page_4-1-2-1-2021-04-27">4.1.2.1 - (2021-04-27)</h2>
<h2 id="page_4-1-2-1-2021-04-27"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/4.1.2.0...4.1.2.1" class="Link--external">4.1.2.1</a> - 2021-04-27</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>installierbar in OXID 6.2.4</li>
@ -159,8 +168,7 @@
<li>Syntaxfehler in Wochentagsbedingungsprüfung korrigiert</li>
<li>erweiterte Methoden für Kompatibilität mit Elternmethoden angepasst</li>
</ul>
<hr />
<h2 id="page_4-1-2-0-2021-03-10">4.1.2.0 - (2021-03-10)</h2>
<h2 id="page_4-1-2-0-2021-03-10"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/4.1.1.0...4.1.2.0" class="Link--external">4.1.2.0</a> - 2021-03-10</h2>
<p>** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **</p>
<h3 id="page_Added-2">Added</h3>
<ul>
@ -192,8 +200,7 @@
<li>nicht geladenes Manager-Objekt im Admincontroller korrigiert</li>
<li>&quot;Einträge als erledigt markieren&quot; ignoriert &quot;Einträge nich als erledigt markieren&quot;-Option</li>
</ul>
<hr />
<h2 id="page_4-1-1-0-2020-12-21">4.1.1.0 - (2020-12-21)</h2>
<h2 id="page_4-1-1-0-2020-12-21"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/4.1.0.0...4.1.1.0" class="Link--external">4.1.1.0</a> - 2020-12-21</h2>
<p>** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **</p>
<h3 id="page_Added-2">Added</h3>
<ul>
@ -215,8 +222,7 @@
<li>Aufgabenbeschreibung wird nicht doppelt UTF-codiert</li>
<li>Queryfehler korrigiert</li>
</ul>
<hr />
<h2 id="page_4-1-0-0-2020-08-20">4.1.0.0 - (2020-08-20)</h2>
<h2 id="page_4-1-0-0-2020-08-20"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/4.0.0.0...4.1.0.0" class="Link--external">4.1.0.0</a> - 2020-08-20</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>PDF-Dokumente können optional aus D³ PDF Dokumente Modul sowie auch aus OXID PDF Invoice Modul generiert werden</li>
@ -238,8 +244,7 @@
<li>ungültige Zeichen in PDF-Dateinamen werden ersetzt</li>
<li>alte Cronaufrufe ohne Command starten Verarbeitung nicht</li>
</ul>
<hr />
<h2 id="page_4-0-0-0-2020-04-29">4.0.0.0 - (2020-04-29)</h2>
<h2 id="page_4-0-0-0-2020-04-29"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.3...4.0.0.0" class="Link--external">4.0.0.0</a> - 2020-04-29</h2>
<p>** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **</p>
<p>** Mit dieser Modulversion wurde das InvoicePDF-Modul aus den Anforderungen des Auftragsmanagers entfernt. Das PDF-Modul wird weitherin unterstützt, ist jedoch keine Bedingung mehr. Wenn das PDF-Modul benötigt wird, kann es mit <code>php composer require oxid-projects/pdf-invoice-module</code> wieder zur Installation hinzugefügt werden. **</p>
<h3 id="page_Added-2">Added</h3>
@ -252,8 +257,7 @@
<ul>
<li>InvoicePDF-Modul aus den Requirements entfernt</li>
</ul>
<hr />
<h2 id="page_3-2-0-3-2020-04-24">3.2.0.3 - (2020-04-24)</h2>
<h2 id="page_3-2-0-3-2020-04-24"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.2...3.2.0.3" class="Link--external">3.2.0.3</a> - 2020-04-24</h2>
<h3 id="page_Changed-2">Changed</h3>
<ul>
<li>Demoprofile werden nicht pauschal im ersten Shopmandanten installiert, sondern im 1. Mandanten mit aktiviertem Modul</li>
@ -264,8 +268,7 @@
<li>fehlende Einträge im Fileregister nachgetragen</li>
<li>exportiertes Rechnungs-/Lieferschein-PDF zeigt Logo</li>
</ul>
<hr />
<h2 id="page_3-2-0-2-2020-04-21">3.2.0.2 - (2020-04-21)</h2>
<h2 id="page_3-2-0-2-2020-04-21"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.1...3.2.0.2" class="Link--external">3.2.0.2</a> - 2020-04-21</h2>
<h3 id="page_Changed-2">Changed</h3>
<ul>
<li>Abhängigkeit von Metapackage zu Core-Shop für Installationen ohne Metapackage geändert</li>
@ -278,14 +281,12 @@
<li>QueryGenerator-Aufrufe korrigiert</li>
<li>verwendet subshopabhängigen View-Tabellennamen</li>
</ul>
<hr />
<h2 id="page_3-2-0-1-2020-03-19">3.2.0.1 - (2020-03-19)</h2>
<h2 id="page_3-2-0-1-2020-03-19"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.2.0.0...3.2.0.1" class="Link--external">3.2.0.1</a> - 2020-03-19</h2>
<h3 id="page_Fixed-2">Fixed</h3>
<ul>
<li>Mails aus HTML-Vorlagen werden in der Sprache generiert, in der die Bestellung aufgegeben wurde</li>
</ul>
<hr />
<h2 id="page_3-2-0-0-2019-12-10">3.2.0.0 - (2019-12-10)</h2>
<h2 id="page_3-2-0-0-2019-12-10"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.1.1.0...3.2.0.0" class="Link--external">3.2.0.0</a> - 2019-12-10</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>bearbeitbare E-Mails haben nun einen WYSIWYG-Editor, wenn einer im Shop installiert ist</li>
@ -306,8 +307,7 @@
<li>History-Einträge werden in jeder verfügbaren Empfänger-Konstellation angelegt</li>
<li>Fehler im Aufgabenfilter der Adminansicht korrigiert</li>
</ul>
<hr />
<h2 id="page_3-1-1-0-2019-10-21">3.1.1.0 - (2019-10-21)</h2>
<h2 id="page_3-1-1-0-2019-10-21"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.1.0.0...3.1.1.0" class="Link--external">3.1.1.0</a> - 2019-10-21</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>Trigger-Dokumentation ergänzt</li>
@ -320,8 +320,7 @@
<li>HelpCenter Link aktualisiert</li>
<li>d3modprofile::oxupdate als Nicht-Multilang-Feld definiert</li>
</ul>
<hr />
<h2 id="page_3-1-0-0-2019-07-08">3.1.0.0 - (2019-07-08)</h2>
<h2 id="page_3-1-0-0-2019-07-08"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.0.2.0...3.1.0.0" class="Link--external">3.1.0.0</a> - 2019-07-08</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>neue Auslöser &quot;onOrderSave&quot; und &quot;onOrderFinalize&quot;</li>
@ -340,22 +339,19 @@
<li>HTML-Struktur der Admin-Templates korrigiert</li>
<li>zu wenig isoliert laufende Unit-Tests angepasst</li>
</ul>
<hr />
<h2 id="page_3-0-2-0-2019-05-07">3.0.2.0 - (2019-05-07)</h2>
<h2 id="page_3-0-2-0-2019-05-07"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.0.1.0...3.0.2.0" class="Link--external">3.0.2.0</a> - 2019-05-07</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>automatisierte Tests (Unit Tests, Integration Tests) integriert</li>
<li>statt absoluter Instanzdefinition werden DIC Services verwendet</li>
</ul>
<hr />
<h2 id="page_3-0-1-0-2019-02-27">3.0.1.0 - (2019-02-27)</h2>
<h2 id="page_3-0-1-0-2019-02-27"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/3.0.1.0...3.0.0.0" class="Link--external">3.0.1.0</a> - 2019-02-27</h2>
<h3 id="page_Added-2">Added</h3>
<ul>
<li>beim Speichern der Aktionen wird auf unzureichend ausgefüllte Werte hingewiesen</li>
<li>beim Speichern der Bedingungen wird auf unzureichend ausgefüllte Werte hingewiesen</li>
</ul>
<hr />
<h2 id="page_3-0-0-0-2017-12-15">3.0.0.0 - (2017-12-15)</h2>
<h2 id="page_3-0-0-0-2017-12-15"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.3.4.0...3.0.0.0" class="Link--external">3.0.0.0</a> - 2017-12-15</h2>
<p><strong>Minor version upgrade notice: there are some backward-incompatible changes to this release.</strong></p>
<h3 id="page_Added-2">Added</h3>
<ul>
@ -367,8 +363,7 @@
<li>Dezimalangaben in Einstellungen werden auch mit Komma richtig verarbeitet</li>
<li>Exporttemplates können aus einstellbaren Pfaden geholt werden</li>
</ul>
<hr />
<h2 id="page_2-3-4-0-2017-05-19"><a href="https://blog.oxidmodule.com/archives/651-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.4.0.html" class="Link--external">2.3.4.0</a> - (2017-05-19)</h2>
<h2 id="page_2-3-4-0-2017-05-19"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.3.3.0...2.3.4.0" class="Link--external">2.3.4.0</a> - 2017-05-19</h2>
<ul>
<li>Admin-Layout für Shopversion 4.10/5.3 optimiert</li>
<li>Menü-Icon hinzugefügt</li>
@ -378,8 +373,7 @@
<li>veraltetet Methodenaufrufe ersetzt</li>
<li>changed_full-Inhalte entfernt</li>
</ul>
<hr />
<h2 id="page_2-3-3-0-2016-03-14"><a href="https://blog.oxidmodule.com/archives/589-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.3.0.html" class="Link--external">2.3.3.0</a> (2016-03-14)</h2>
<h2 id="page_2-3-3-0-2016-03-14"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.3.2.1...2.3.3.0" class="Link--external">2.3.3.0</a> - 2016-03-14</h2>
<ul>
<li>&quot;gefundene Bestellungen ohne Bearbeitung als erledigt markieren&quot;-Funktion eingefügt</li>
<li>Bedingungen &quot;Prüfung des Ausführungsstatus einer anderen Aufgabe&quot; eingefügt</li>
@ -388,8 +382,7 @@
<li>Dokumentation überarbeitet</li>
<li>Installationsscript verschoben</li>
</ul>
<hr />
<h2 id="page_2-3-2-1-2015-03-25"><a href="https://blog.oxidmodule.com/archives/504-Neuer-Patch-fuer-Modul-Auftragsmanager-auf-Version-2.3.2.1.html" class="Link--external">2.3.2.1</a> (2015-03-25)</h2>
<h2 id="page_2-3-2-1-2015-03-25"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.3.2.0...2.3.2.1" class="Link--external">2.3.2.1</a> - 2015-03-25</h2>
<ul>
<li>PDF-Generierung verwendet Sprachbausteine aus Adminbereich</li>
<li>Performance: Statistikabfragen optimiert</li>
@ -399,8 +392,7 @@
<li>Format des Rechnungsdatums angepasst</li>
<li>E-Mail CMS Text wird in Sprache der Bestellung ausgeliefert</li>
</ul>
<hr />
<h2 id="page_2-3-2-0-2015-01-16"><a href="https://blog.oxidmodule.com/archives/493-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.2.0.html" class="Link--external">2.3.2.0</a> (2015-01-16)</h2>
<h2 id="page_2-3-2-0-2015-01-16"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.3.1.0...2.3.2.0" class="Link--external">2.3.2.0</a> - 2015-01-16</h2>
<ul>
<li>Maildaten werden aus Bestellung bezogen, wenn Kundenkonto nicht mehr verfügbar ist</li>
<li>Optimierung für Multilang-Tabellen integriert</li>
@ -409,16 +401,14 @@
<li>Artikelselektion nach Kategorie ist nun auch auf Variantenartikel anwendbar, die selbst keiner Kategorie zugeordnet sind</li>
<li>Prüfung auf unregistrierte Dateien eingefügt</li>
</ul>
<hr />
<h2 id="page_2-3-1-0-2014-12-09"><a href="https://blog.oxidmodule.com/archives/488-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.1.0.html" class="Link--external">2.3.1.0</a> (2014-12-09)</h2>
<h2 id="page_2-3-1-0-2014-12-09"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.3.0.0...2.3.1.0" class="Link--external">2.3.1.0</a> - 2014-12-09</h2>
<ul>
<li>SH-Generator integriert</li>
<li>fehlende Kompatibilität für OXID 4.7.x nachgerüstet</li>
<li>Cronjob-ID für Shellaufrufe nachgetragen</li>
<li>Warenkorb-Handling für Mailversand optimiert</li>
</ul>
<hr />
<h2 id="page_2-3-0-0-2014-11-13"><a href="https://blog.oxidmodule.com/archives/476-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.3.0.0.html" class="Link--external">2.3.0.0</a> (2014-11-13)</h2>
<h2 id="page_2-3-0-0-2014-11-13"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.1.1.0...2.3.0.0" class="Link--external">2.3.0.0</a> - 2014-11-13</h2>
<ul>
<li>OXID 4.9 / 5.2 Installationsanweisungen eingefügt</li>
<li>Cronjob-ID für gezieltere Aufgabenaufrufe integriert</li>
@ -427,39 +417,32 @@
<li>Templatequelle für Mailsendeaktion kann nun auch ein Modulverzeichnis sein</li>
<li>Templatestruktur bereinigt</li>
</ul>
<hr />
<h2 id="page_2-1-1-0-2014-07-23"><a href="https://blog.oxidmodule.com/archives/431-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.1.1.0.html" class="Link--external">2.1.1.0</a> (2014-07-23)</h2>
<h2 id="page_2-1-1-0-2014-07-23"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.1.0.1...2.1.1.0" class="Link--external">2.1.1.0</a> - 2014-07-23</h2>
<ul>
<li>bei nicht ausführbaren Bedingungen / Aktionen wird Protokoll-Eintrag geschrieben</li>
<li>Performance-Verbesserungen integriert</li>
</ul>
<hr />
<h2 id="page_1-5-0-2014-07-09">1.5.0 (2014-07-09)</h2>
<hr />
<h2 id="page_1-4-0-2014-07-01">1.4.0 (2014-07-01)</h2>
<hr />
<h2 id="page_2-1-0-1-2014-05-21"><a href="https://blog.oxidmodule.com/archives/414-Neuer-Patch-fuer-Modul-Auftragsmanager-auf-Version-2.1.0.1.html" class="Link--external">2.1.0.1</a> (2014-05-21)</h2>
<h2 id="page_2-1-0-1-2014-05-21"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.1.0.0...2.1.0.1" class="Link--external">2.1.0.1</a> - 2014-05-21</h2>
<ul>
<li>&quot;Auftrag manuell ausführbar&quot;-Option korrigiert</li>
<li>Cronjob-Hinweise werden zusätzlich im Browser ausgegeben</li>
</ul>
<hr />
<h2 id="page_2-1-0-0-2014-05-06"><a href="https://blog.oxidmodule.com/archives/411-Neues-Update-fuer-Modul-Auftragsmanager-auf-Version-2.1.0.0.html" class="Link--external">2.1.0.0</a> (2014-05-06)</h2>
<h2 id="page_2-1-0-0-2014-05-06"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/2.0.0.0...2.1.0.0" class="Link--external">2.1.0.0</a> - 2014-05-06</h2>
<ul>
<li>Verwendung von allgemeinen Modulprofilen anstatt eigener Profile</li>
<li>Listenexport eingefügt</li>
<li>Individualmethoden eingefügt</li>
<li>neues Lizenzschema umgesetzt</li>
</ul>
<hr />
<h2 id="page_2-0-0-0-2013-03-21">2.0.0.0 (2013-03-21)</h2>
<h2 id="page_2-0-0-0-2013-03-21"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/1.5.0...2.0.0.0" class="Link--external">2.0.0.0</a> - 2013-03-21</h2>
<p><strong>Minor version upgrade notice: there are some backward-incompatible changes to this release.</strong></p>
<ul>
<li>Anpassung auf OXID 4.7.X / 5.0.X</li>
<li>Generieren von PDF-Dateien</li>
</ul>
<hr />
<h2 id="page_1-3-0-2012-08-08">1.3.0 (2012-08-08)</h2>
<h2 id="page_1-5-0-2014-07-09"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/1.4.0...1.5.0" class="Link--external">1.5.0</a> - 2014-07-09</h2>
<h2 id="page_1-4-0-2014-07-01"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/1.3.0...1.4.0" class="Link--external">1.4.0</a> - 2014-07-01</h2>
<h2 id="page_1-3-0-2012-08-08"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/1.2.0...1.3.0" class="Link--external">1.3.0</a> - 2012-08-08</h2>
<ul>
<li>Mailsubject wird aus Template generiert</li>
<li>Bestelldaten enthalten optional auch stornierte Artikel</li>
@ -468,22 +451,19 @@
<li>Mailtemplates können aus Frontend- oder Backend-Theme geholt werden</li>
<li>Benutzerinformationen werden aus Bestelldaten verwendet (nicht von User-Daten)</li>
</ul>
<hr />
<h2 id="page_1-2-0-2012-06-22">1.2.0 (2012-06-22)</h2>
<h2 id="page_1-2-0-2012-06-22"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/1.2.0...1.3.0" class="Link--external">1.2.0</a> - 2012-06-22</h2>
<ul>
<li>EE-Multishop-Funktionalität</li>
<li>Cronjob verwendet &quot;Aktiv&quot;-Flag</li>
<li>Hook für Mailprogrammierungen eingefügt</li>
<li>Smarty-Variablen für Verwendung der originalen Bestellbestätigungsmails vervollständigt</li>
</ul>
<hr />
<h2 id="page_1-1-0-2012-03-19">1.1.0 (2012-03-19)</h2>
<h2 id="page_1-1-0-2012-03-19"><a href="https://git.d3data.de/D3Private/Ordermanager/compare/1.1.0...1.2.0" class="Link--external">1.1.0</a> - 2012-03-19</h2>
<ul>
<li>Mailvariablen hingefügt</li>
<li>Templates auf 4.5.11 geprüft</li>
</ul>
<hr />
<h2 id="page_1-1-0-2012-01-29">1.1.0 (2012-01-29)</h2>
<h2 id="page_1-0-0-2012-01-29"><a href="https://git.d3data.de/D3Private/Ordermanager/releases/tag/1.0.0" class="Link--external">1.0.0</a> - 2012-01-29</h2>
</div>
<nav>

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../editions/Editionen.html">Editionen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -48,8 +48,8 @@
<div class="details">
<div>Autor: D³ Data Development</div> <div>Stand: 17.12.2021</div>
<div>Version: 5.0.3.0</div>
<div>Autor: D³ Data Development</div> <div>Stand: 28.07.2022</div>
<div>Version: 5.0.3.1</div>
</div>
</div>

View File

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

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Systemanforderungen.html">Systemanforderungen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">
@ -86,7 +86,9 @@
</li>
<li>PHP Decoder
<ul>
<li>installierter ionCube Loader</li>
<li>installierter ionCube Loader (PHP bis 7.4) <em>oder</em>
</li>
<li>installierter SourceGuardian Loader (PHP ab 8.0)</li>
</ul>
</li>
<li>Shopeditionen

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../installation/Installation.html">Installation / Update / Deinstallation</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Anzeige_der_gefundenen_Bestellungen_als_Liste.html">Anzeige der gefundenen Bestellungen als Liste</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Aufgaben/index.html">Aufgaben</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="../../manual/Aufgaben/Aktionen.html">Aktionen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Aufgaben/index.html">Aufgaben</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="../../manual/Aufgaben/Ausloeser.html">Auslöser</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Aufgaben/index.html">Aufgaben</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="../../manual/Aufgaben/Bedingungen.html">Bedingungen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Aufgaben/index.html">Aufgaben</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="../../manual/Aufgaben/Mall.html">Mall</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Aufgaben/index.html">Aufgaben</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="../../manual/Aufgaben/Stamm.html">Stamm</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Aufgaben/index.html">Aufgaben</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="../../manual/Aufgaben/Uebersicht.html">Übersicht</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Aufgaben/index.html">Aufgaben</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Aufgaben_automatisch_ausfuehren.html">Aufgaben automatisch ausführen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Aufgaben_fuer_alle_relevanten_Bestellungen_manuell_ausfuehren.html">Aufgaben für alle relevanten Bestellungen manuell ausführen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Aufgaben_fuer_einzelne_Bestellung_manuell_ausfuehren.html">Aufgaben für einzelne Bestellung manuell ausführen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Cronjobs_fuer_unterschiedlich_zu_steuernde_Aufgaben.html">Cronjobs für unterschiedlich zu steuernde Aufgaben</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Einstellungen/Grundeinstellungen.html">Einstellungen</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="../../manual/Einstellungen/Aufgabeneinstellungen.html">Aufgabeneinstellungen -> Ordner</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Einstellungen/Grundeinstellungen.html">Einstellungen</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="../../manual/Einstellungen/Cronjobeinstellungen_fuer_Cronjob-ID.html">Cronjobeinstellungen für Cronjob-ID "X"</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Einstellungen/Grundeinstellungen.html">Einstellungen</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="../../manual/Einstellungen/Grundeinstellungen.html">Grundeinstellungen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../../manual/Einstellungen/Grundeinstellungen.html">Einstellungen</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="../../manual/Einstellungen/allgemeine_Cronjobeinstellungen.html">allgemeine Cronjobeinstellungen</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Handbuch.html">Handbuch</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Logging.html">Logging</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/Weiterentwicklung.html">Weiterentwicklung</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

@ -72,7 +72,7 @@
<div class="Page__header">
<h1><a href="../manual/relevante_Bestellungen_einschraenken.html">Bestellungen mit globaler Einstellung einschränken</a></h1>
<span class="ModifiedDate">
13.06.2022 </span>
28.07.2022 </span>
</div>
<div class="s-content">

View File

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

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

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

View File

@ -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 Auftragsmanager @version 5.0.3.0 SourceGuardian (05.07.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('7A3737B3B7126E37AAQAAAAXAAAABHAAAACABAAAAAAAAAD/PUT9+ix9S8UWZ3D6dQiEgLBaW1mi6d0x7hnJwqDz8JtPgVw8zdxgVzFBL5qfasR2NppoR08cTCq/jW/aDjdrS1XjdTGCim0EbvuRWbaAlKo9csAJWvcxcebQTeVXpGw74ALdNFPXYdxpVHQItfzJ/QgAAAAIAQAA5fbVi0fq5m67Af9SrjM/v3g7G2quI1wQwsaRt7IabxIWLwCK+8sAC10+v5QlSlIAfUI7ZoH7NPaMmcih7Ypcl5u4mAcoAAbKeYzRM1xafeOjB2bpwUqu/KTFx2hYdt/Q0GTROWf41AIVpMRzBOSg6QSlbuo9uwABkxJTU6eg/aIYBPbGyHNtkGfmE3WI5sXMiXjVwdyKErXSat4BItuGEkKmIWdzX0Av24YeHDfg3fC82Z0j21XytqyywJZbRTSrNCELRW6T9ibdIyPNRQC+T0wvZrpsCH3F2n00cJr+2GJMKOZqr7Mo1O/a66/JKuzBRUNzFpMgaQKmMbcCnSVX36D4vIYpb1dnUQAAAAABAACIQ/9TdrDtYrQR0++GxbSPmwKLxWtDrMDOAFk3Mo/0n4hqBcmuwTiS+zWV6NH5JYCfJCmKxvC9XCLmaNd5wN9t6fJXKCKn22SX5m1HihkUdi/cT5hypa1PXQ2grC8Wn3rJKJaTobstjBdhMTA+j9dJUCZ/rBz5FPTt9uNYIQWeu330wSxPlJmwcYBxinh4o+R7dIiU0ftcPeacbGH0NXJlX57BBl4V8iv02gRwAFpU61NVexkw6AvRoqbCIEHaVrp7EE3VINtPWVm/wj20Z9SgFEfpQMZDRxle3lQGiW+ojGRjpkWa3r51E3K1fUhJ8HOlRR7nOIRmRAS1ZUDGME0JAAAAAA==');
<?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 Auftragsmanager @version 5.0.3.1 SourceGuardian (28.07.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('7A3737B3B9126FF7AAQAAAAXAAAABHAAAACABAAAAAAAAAD/m1120GkwDnzhEgjtYR7SM8oHl84Q7fxhZpT8RUVTXN/LSNfjMjcW8obarkXG1GDRhd7teFzU29GpgdIiolwCytI3gQs+8AOoNn/gy+x6KPvQtetS8CbgAGxgx6GRPIT0ik1YyahSxIwqwLv7/9uZFwgAAAAIAQAA+SMdp1N05mm2yqD/TeFZP9gMAkXbaJ3fnRAmEocFLL0xxuKJhSKp/ob4cwnpN3Ja9nwoYkJZ/cKCbYzZesvdfzM9lhJLutWLpc9FVtC0Jt288ZJh3ZAerMKtXw8UqVbDq5A4QcQTiyNb2prl96ZE++4RlIoY82hh1JAXwTQYLJ0D5KwB/cpNnKkr7twglSgtKKzmbFxb12fJ4OUq8DgH7LUnNdW60yCzJw2mVi4o4U3CB6pel7/d8i2kdRNZVcuNcA0XRHWDQpVaKP1gCgl86TDXJgc4GEP4LF2kfksscgke6ZIypece82O1zHIbjHqDW2zRbvqyXU7B8DpxryhZV5vbM4CUTY+IUQAAAAABAACIQ/9TdrDtYrQR0++GxbSPmwKLxWtDrMDOAFk3Mo/0n4hqBcmuwTiS+zWV6NH5JYCfJCmKxvC9XCLmaNd5wN9t6fJXKCKn22SX5m1HihkUdi/cT5hypa1PXQ2grC8Wn3rJKJaTobstjBdhMTA+j9dJUCZ/rBz5FPTt9uNYIQWeu330wSxPlJmwcYBxinh4o+R7dIiU0ftcPeacbGH0NXJlX57BBl4V8iv02gRwAFpU61NVexkw6AvRoqbCIEHaVrp7EE3VINtPWVm/wj20Z9SgFEfpQMZDRxle3lQGiW+ojGRjpkWa3r51E3K1fUhJ8HOlRR7nOIRmRAS1ZUDGME0JAAAAAA==');

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

View File

@ -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 Auftragsmanager @version 5.0.3.0 SourceGuardian (05.07.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('7A3737B3B7126E37AAQAAAAXAAAABHAAAACABAAAAAAAAAD/PUT9+ix9S8UWZ3D6dQiEgLBaW1mi6d0x7hnJwqDz8JtPgVw8zdxgVzFBL5qfasR2NppoR08cTCq/jW/aDjdrS1XjdTGCim0EbvuRWbaAlKo9csAJWvcxcebQTeVXpGw74ALdNFPXYdxpVHQItfzJ/QgAAAD4AQAA2n8JNChR8xkJUq2yCOeZW23DDS27kcReP2Pwdbig4GpY+wk06yzlGQsF6CzgLrrP3u2cawNMZkOjoykVwkp2oQcd2yTFifptp7IBDnDBQy1Sh9oFQVcqkImukvcnIUO38lizuS0UaCjgLmmhmorsXV9lllkLklhci8NSyf7ky2PKeHOMsr9d1JgMTNOgnIUJyPYsBav8GX3pTBg4y8/7FHIXYNQreLNc0QtTXG7miKTOUyOlcU5w0R4ZTldwrgcv8bixOMO/jDzaBjK9GWPjKUuCoI8VQdHh0vO8y7AuY/jlID2KftOpwobT7VE7hf0KYLUVjkK0jindaU5jpgG4u7n1Y7aoTfMBBfj2Gl+Xya+zY2R+VcMFa3eSLyk0jiZHQR5p8OTZQntwgzJbowsShA+C552G/zdJ+JsKQSuPEGoGcJGSsNc8X8+II/2lOGI/9PFmiA2o7AzIIjTRDtNIaHG17DdsEo+Ov5ibbC/CcQiE33SgwJoLwPnh9+tkkPcprHwLclYitrL8aelgywPEWUQWlifpl9IYXCuXxThrq1pTO6LETagq1lqNCQauTr9SygUHBv9SNZU2KHR65F4eZ9x0G8O9oTU11/nSJ61A3p4Y1IpNI1J2E96NV9IGXjD/9gpLqq/Dk0RZU1hUNmXipT1+0YNtRGLZUQAAAPABAADa0zjMFIzBTSch0lzfDJLORWTZan4mTvl2BLU53d5u9CFm/bU7TnatSUyiEYMkrDOjxP6d/kM5H+3dl0c2BUld9nj9EhU7aGZe1xD3EhF2FxaBuTjjIYRh6qXVCY+C0kHI4F6ok0Yjjmc5XUZAkr7X9/rh4hfSMrAqEbJ/8qc6IZo0qFlrPDZik3NOvwwQYJ9gGMQaGaL++HIC8pamNIwJHVxOcqkH9TQ/x9Lt22S+o2PLAL1B7nz52KuxgwZNSqqpb6MousV6Dzlg9S4M4MKsA49er+A3k+UPgjL3GXZempmxsr2u8C2KmIULAXZ96qOjROJqSTZpPqnVZKYrd7EmwOyeKFov2Pc3HKOzjIZ4x7b2sfPAJSqY/mZPT33SvD+U3VvLx6e5jPVUnjXHKxih7vA7cRxrpPKBzE05A1BfhiuycJGYS2VEGEu6c2SC53Owsr4RhvUzHyz1ch0/SDxVieWMxQp0c6vJmCTxKj5brrTe0u69y8hod/qgTOmtuf3gS4JzctuAQODpWl4C/o/qQMG4crrto5MR1xsqsU9VBBQrieYq5J05CR3S25JMunTNUyBn8WRgDEGkhdmHA+dVjkGw+UARpXlVTHUaKegfJVVZDKWuwjhT0ot9gP2e12iV6fX8LeztgtCzq63FP5HPAAAAAA==');
<?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 Auftragsmanager @version 5.0.3.1 SourceGuardian (28.07.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('7A3737B3B9126FF7AAQAAAAXAAAABHAAAACABAAAAAAAAAD/m1120GkwDnzhEgjtYR7SM8oHl84Q7fxhZpT8RUVTXN/LSNfjMjcW8obarkXG1GDRhd7teFzU29GpgdIiolwCytI3gQs+8AOoNn/gy+x6KPvQtetS8CbgAGxgx6GRPIT0ik1YyahSxIwqwLv7/9uZFwgAAAD4AQAA80nFNQMhwpF3pXWO80Uxf4zeepu8GxUxBKP/qbqRyeU8pumYx4xob2jS5+dlRKw8L0c+ejb6FsWy+TITgISXx1GmfZNpGWUjvcRXYHuE60O8tGG4Z39jPSRDa4FYv2KcRXLWsQ8dRysBK8y1kk+EdOsXXsIqLDGq2Q9rqVh8cMM9feBsvPp2Nio2T3L1oiXm1AEMkHu4pD5FMsPYng3VoVZtjnlgaP1s3evS+f0m7guUNybqzON6qk3UVZojMBbhqGRWmW5n4hgXyQZxCJNsGyXknmUrykW9VJfJt2ksynh7srvHOU8JyhmHmj5qAWnTq64a/HpffvA//Tw4uNr8AniqnUmgEWnR+RdZL4cJZRaNjvaUwnrlOiGK/mgalt6UsUAu6Z7tKxJOcV1pbLg/dfSkRCRx4RwRmX7IFe97OYFdnMbrWo6/nstxlcRX83NwXbdO16gFffbHl5dHLn5kziEjtT4WRCzIrWrKK3wBqKaS3EkY5Qu0ZFqXYKuCApXtUAzo5RHAMba/4ifUza/KW9CqYJxps/OAl8A8PrWHhX/PhBWyIZbVHvYih85Bg7E/9rS1gvdh6v54IEn/Vge7FFOP+DfKN7KJg05wQJjxnt/qhHLMD4tAZBX7T3vI6/il9R1Hi9GRKgMvPzAC/UyIbVCiTwz6nh/yUQAAAPABAACnHxeA2tbe0k3sHn5+500oLOfdBmxbHMjLAR2yerfJAwTAJiAWg2x6yMzFyl+NJTG3CRV1FzkZjL7oz3JQjg9T79Z91zgdU0IARNsi9ZQFfBylvY+wKKjPVIoCUvVhSPa0gWquKkQOYH/BgK03DVztfs54DkQ22lKkK1UL+KTfTZGag4uuJXDGZ/Au/BZBMWnKUXzDr8a4M1PA94daD0lmxmr8H2I77r7b9u5BNSsmklk7MRvAq5ymoyR1mUi2KdW1lm7o+C0xDBrSck8WnD038URsVeAhJTBwgxL6buGTycaENdLLLhmUYXdVy6QRBz0ex7LjqUf4LOCBZSytZsvmnEcoTrol2GD2pnbgybyMJO5udl4ICwSJ+yilfihMWWcrUpnU+kc2ToRwzbx+4m7YqBH1+SuVe1QHcNHbW9dLrHi5j94Qy+oXezI95hyPyhPebfV9JpqZrXFZzXHtUfJleVtkWfFdmMECkhioNb+Hxhp5ExaTKwT3m6OHyxqCeDpqdclL8crUkDFvSoh6C+mBt5MiqmdE0sLqkdY1WTaTzR86hr0i99Wdlk4jG5t2PubtdDda+ltSdaj2SxQcvCMyUeS6byc0uypRTroztDLclC5w4pJ3fhgdIRJ1TPa2ClhEVlRZhKU+zwclW4xZHBT3AAAAAA==');

View File

@ -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 Auftragsmanager @version 5.0.3.0 SourceGuardian (05.07.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('7A3737B3B7126E37AAQAAAAXAAAABHAAAACABAAAAAAAAAD/PUT9+ix9S8UWZ3D6dQiEgLBaW1mi6d0x7hnJwqDz8JtPgVw8zdxgVzFBL5qfasR2NppoR08cTCq/jW/aDjdrS1XjdTGCim0EbvuRWbaAlKo9csAJWvcxcebQTeVXpGw74ALdNFPXYdxpVHQItfzJ/QgAAAAQAQAA3poHoqLNZHiH1kB5722HgfDB3YoZDcopWwx0YpbPQ61byMQMuxfMTUWRVLu4ZTUfJ8dcLxz4winAv8H/60YyjStYqjqcAlQ7NakTjaHHPRB/tar8Gy2oTida+s6qQ9dgo29yJTKEYP6oOcb7NLVztpPzL281+RV3Lgk161nRsgfqQ/ElDEMKjvCdTARbzK9g6kA5JXzIxa04vGTAL4oZ9IxspgcLqqSKTrJb7BvSt+RT03GekGP+B+PhTxmIB7eBVUCsGC+jk5ZYdk2K+Qod88kRLKFe7KQDHUzJLrxVMHvAEtXsqrPZRz+YK7uDlhK1pbQAUSQbJhAyEbAW64RLulu8zX04fEh9drqyWMS8009RAAAAAAEAAPye5mVjKQsFmvorFYLDFLc/+VYyWYK0QVD6fk++sAeVGSGXNKuwcSI4jyvqeGhzcUu2JxPHUTYUCNc6c4sLoejHeHBJB+GTCtrLCD8sM+qnO57f5SmoUh6y8uCW3m2F1dl1zWcmGCkIB92KrLGrbp8QEuOsJBQ9tsc2ggeOAX2a8kiEpeBkfS4Oy8caoURIWzpz+U9/bCCb0MXJtZ69eJrS5umIbib7VaM/INNd0nFzT+WME1OYLwTwNQLktw8lgku1q0wxaripKUKTFC9YxFj+3ZTBuwCgJdVjZf4hdJCyeuH83HrRaXpDAfGiwOUdVRzzGkLRGXVhUapPyK1oW5wAAAAA');
<?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 Auftragsmanager @version 5.0.3.1 SourceGuardian (28.07.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('7A3737B3B9126FF7AAQAAAAXAAAABHAAAACABAAAAAAAAAD/m1120GkwDnzhEgjtYR7SM8oHl84Q7fxhZpT8RUVTXN/LSNfjMjcW8obarkXG1GDRhd7teFzU29GpgdIiolwCytI3gQs+8AOoNn/gy+x6KPvQtetS8CbgAGxgx6GRPIT0ik1YyahSxIwqwLv7/9uZFwgAAAAQAQAA3poHoqLNZHiH1kB5722HgfDB3YoZDcopWwx0YpbPQ61byMQMuxfMTUWRVLu4ZTUfJ8dcLxz4winAv8H/60YyjStYqjqcAlQ7NakTjaHHPRB/tar8Gy2oTida+s6qQ9dgo29yJTKEYP6oOcb7NLVztpPzL281+RV3Lgk161nRsgfqQ/ElDEMKjvCdTARbzK9g6kA5JXzIxa04vGTAL4oZ9IxspgcLqqSKTrJb7BvSt+RT03GekGP+B+PhTxmIB7eBVUCsGC+jk5ZYdk2K+Qod88kRLKFe7KQDHUzJLrxVMHvAEtXsqrPZRz+YK7uDlhK1pbQAUSQbJhAyEbAW64RLulu8zX04fEh9drqyWMS8009RAAAAAAEAAPye5mVjKQsFmvorFYLDFLc/+VYyWYK0QVD6fk++sAeVGSGXNKuwcSI4jyvqeGhzcUu2JxPHUTYUCNc6c4sLoejHeHBJB+GTCtrLCD8sM+qnO57f5SmoUh6y8uCW3m2F1dl1zWcmGCkIB92KrLGrbp8QEuOsJBQ9tsc2ggeOAX2a8kiEpeBkfS4Oy8caoURIWzpz+U9/bCCb0MXJtZ69eJrS5umIbib7VaM/INNd0nFzT+WME1OYLwTwNQLktw8lgku1q0wxaripKUKTFC9YxFj+3ZTBuwCgJdVjZf4hdJCyeuH83HrRaXpDAfGiwOUdVRzzGkLRGXVhUapPyK1oW5wAAAAA');

View File

@ -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 Auftragsmanager @version 5.0.3.0 SourceGuardian (05.07.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('7A3737B3B7126E37AAQAAAAXAAAABHAAAACABAAAAAAAAAD/PUT9+ix9S8UWZ3D6dQiEgLBaW1mi6d0x7hnJwqDz8JtPgVw8zdxgVzFBL5qfasR2NppoR08cTCq/jW/aDjdrS1XjdTGCim0EbvuRWbaAlKo9csAJWvcxcebQTeVXpGw74ALdNFPXYdxpVHQItfzJ/QgAAACYAgAAChZ/mR7QodKBACnxApMEiAL5hZmCJrnZA8I+oEVx3LOfFbliVQ2zx/aWDpnRb+JOcsV74bTGt1Td/CNnLhR7W7D3xSUeAINkT071iW3qZJd+LPaaDG4UG1zvebDfJvvh6MJiJ8R0InQ++WGxpN3uyrRBUGmqZTRHE/EO0aaYquA0y33nTQXEl9iCzQ4bA3PcAOeUoxJClGL+IAdpN0fLph1ILx7UNQn6nYyZqvLQiYCCvNngjv0a0rymYS7s6h73xCFLVqWKZPREcJ4hMOwK9ihG5ZBzP4jHnUfINDe5yuH1pMm0CrckqIUuhoDwxrShBnXNTosqRWLnTOUeDDmll8s5FnDWrENr3XlAg6KqMj0ocNlH87H1L36n9knXVhc0l63vptLzRy6vcUBWzA9yAMcRZwra2pAiSnNLYKUgNdsellN4n6abRAGQ3o+8MCGXJJUh/TwhEX88PViFAy6p9PY19tb12cyCejM5l4p5+wYuIFEiAMtquFGuQtyjXRlWYORZjS8nwJfWABzjhxWJHtq6nxUpurHFHQ+bbpR06M9zX53l5oUS7bkK9zl7rQy4AlOEYP99BJ1yYOLY67NAFAtwuFMyIqtb6elfXMUitneMmApodtW23l9mktFFHGnqtGnvGQXQ9oJHgDDTWvy8An1a2KzXXhmJFghHzrzk/9dagk8AsCSGemP8xb1xrKCI5XdkRnLwmr2i31wf/XWN5E8Fa9Co6iIhHH8Q9Urw20NxBBvZGsS6qVhKA7UebP2sBkF/3wcdfW3qcW5lZ/m2cu17zD4F7bymoSt9bGqpm1NLEcn4wUkDQKX6vYSGGV7c9SmKNIx4YlRWBsQLDfBtCLgF+IpF2Olort3AQTJH4yHsIjdKnm4q7lEAAACgAgAAhTJQQ1IkH8ImEQ2IrYhDhCT+e4CCnDh0PIQgtA+sVOgepw9yVBf2hev8QOZGDGfwAUMfGFN8sRZtEf0yx5+SQ3S+IcUbU4ZbQoKLQdvrqm888bdHzi31v5YQ4DLPb6dqkMEWwP8O8XQlMYfvJdvCcYzfz/3p8iqeh313ytX2iIoqXtfBFwf/7KFmc6Mf54budme2qU1YXOysE0MwM2LToThFtefZKcGV34qb20WvSijlVoGNXb3KfEwxnbKS7lEPmseN6ghMPl5j8UNBT+L4qEWkSp/lb9Khl7ZHhQ8vPywsxc0DuSgp0uv6KGqDF0E5zuobPS9KNjJymomnn873lXE65ReZJuH6HiRX4EfKtMVI3wsFQOk/6yRGABMimW+FIUrasDercosEbs8VEXGWZvlssP5jOa0NDE37VCcQ1B6hqsNm/qTqKKGXpPhFDhOthAIZXq4HxwOSi3rnDjJecBWB4AzsHwKXX+6bOr+VqDcFKjiO91RE+RoyB+Ku0HgCmEBTGZHqyaYyvC+ZZ9bUufxuwslBuP+RrbzQ7fRNQGSfaVo6eehmwf6GrGCBE9VIvW6WJ6vmOnCqnYvHo3Rxq6+1vOQExmJyZxHEzmM00kEOPp9+y84BZv5d9AZo7cDYYNZwxNtbMx9vCDXwbXBxdbE1TKOjv7uy0vK7gSqWWir2FYhjqc5aFjT5EWQdg8mht6vCag4ExzCm+QPSLqquc7ZGq0ZsP/lFz0JmXYu8qCDeWViPov/sBsS6JTbzm9AmWVnICU5VT6HLvUubJTQ7UhsEEVBkUk7FNAnPbmt+ZHZOw8RLCLSLYFor3EEmOMtcBtVnwCr4xogXgeCvW1x54MNs7mz+/AL+kOEp52LZxCChm0lken+5CMWKkYVhrjisAAAAAA==');
<?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 Auftragsmanager @version 5.0.3.1 SourceGuardian (28.07.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('7A3737B3B9126FF7AAQAAAAXAAAABHAAAACABAAAAAAAAAD/m1120GkwDnzhEgjtYR7SM8oHl84Q7fxhZpT8RUVTXN/LSNfjMjcW8obarkXG1GDRhd7teFzU29GpgdIiolwCytI3gQs+8AOoNn/gy+x6KPvQtetS8CbgAGxgx6GRPIT0ik1YyahSxIwqwLv7/9uZFwgAAACYAgAAChZ/mR7QodKBACnxApMEiAL5hZmCJrnZA8I+oEVx3LOfFbliVQ2zx/aWDpnRb+JOcsV74bTGt1Td/CNnLhR7W7D3xSUeAINkT071iW3qZJd+LPaaDG4UG1zvebDfJvvh6MJiJ8R0InQ++WGxpN3uyrRBUGmqZTRHE/EO0aaYquA0y33nTQXEl9iCzQ4bA3PcAOeUoxJClGL+IAdpN0fLph1ILx7UNQn6nYyZqvLQiYCCvNngjv0a0rymYS7s6h73xCFLVqWKZPREcJ4hMOwK9ihG5ZBzP4jHnUfINDe5yuH1pMm0CrckqIUuhoDwxrShBnXNTosqRWLnTOUeDDmll8s5FnDWrENr3XlAg6KqMj0ocNlH87H1L36n9knXVhc0l63vptLzRy6vcUBWzA9yAMcRZwra2pAiSnNLYKUgNdsellN4n6abRAGQ3o+8MCGXJJUh/TwhEX88PViFAy6p9PY19tb12cyCejM5l4p5+wYuIFEiAMtquFGuQtyjXRlWYORZjS8nwJfWABzjhxWJHtq6nxUpurHFHQ+bbpR06M9zX53l5oUS7bkK9zl7rQy4AlOEYP99BJ1yYOLY67NAFAtwuFMyIqtb6elfXMUitneMmApodtW23l9mktFFHGnqtGnvGQXQ9oJHgDDTWvy8An1a2KzXXhmJFghHzrzk/9dagk8AsCSGemP8xb1xrKCI5XdkRnLwmr2i31wf/XWN5E8Fa9Co6iIhHH8Q9Urw20NxBBvZGsS6qVhKA7UebP2sBkF/3wcdfW3qcW5lZ/m2cu17zD4F7bymoSt9bGqpm1NLEcn4wUkDQKX6vYSGGV7c9SmKNIx4YlRWBsQLDfBtCLgF+IpF2Olort3AQTJH4yHsIjdKnm4q7lEAAACgAgAAhTJQQ1IkH8ImEQ2IrYhDhCT+e4CCnDh0PIQgtA+sVOgepw9yVBf2hev8QOZGDGfwAUMfGFN8sRZtEf0yx5+SQ3S+IcUbU4ZbQoKLQdvrqm888bdHzi31v5YQ4DLPb6dqkMEWwP8O8XQlMYfvJdvCcYzfz/3p8iqeh313ytX2iIoqXtfBFwf/7KFmc6Mf54budme2qU1YXOysE0MwM2LToThFtefZKcGV34qb20WvSijlVoGNXb3KfEwxnbKS7lEPmseN6ghMPl5j8UNBT+L4qEWkSp/lb9Khl7ZHhQ8vPywsxc0DuSgp0uv6KGqDF0E5zuobPS9KNjJymomnn873lXE65ReZJuH6HiRX4EfKtMVI3wsFQOk/6yRGABMimW+FIUrasDercosEbs8VEXGWZvlssP5jOa0NDE37VCcQ1B6hqsNm/qTqKKGXpPhFDhOthAIZXq4HxwOSi3rnDjJecBWB4AzsHwKXX+6bOr+VqDcFKjiO91RE+RoyB+Ku0HgCmEBTGZHqyaYyvC+ZZ9bUufxuwslBuP+RrbzQ7fRNQGSfaVo6eehmwf6GrGCBE9VIvW6WJ6vmOnCqnYvHo3Rxq6+1vOQExmJyZxHEzmM00kEOPp9+y84BZv5d9AZo7cDYYNZwxNtbMx9vCDXwbXBxdbE1TKOjv7uy0vK7gSqWWir2FYhjqc5aFjT5EWQdg8mht6vCag4ExzCm+QPSLqquc7ZGq0ZsP/lFz0JmXYu8qCDeWViPov/sBsS6JTbzm9AmWVnICU5VT6HLvUubJTQ7UhsEEVBkUk7FNAnPbmt+ZHZOw8RLCLSLYFor3EEmOMtcBtVnwCr4xogXgeCvW1x54MNs7mz+/AL+kOEp52LZxCChm0lken+5CMWKkYVhrjisAAAAAA==');

File diff suppressed because one or more lines are too long

View File

@ -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 Auftragsmanager @version 5.0.3.0 SourceGuardian (05.07.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('7A3737B3B7126E37AAQAAAAXAAAABHAAAACABAAAAAAAAAD/PUT9+ix9S8UWZ3D6dQiEgLBaW1mi6d0x7hnJwqDz8JtPgVw8zdxgVzFBL5qfasR2NppoR08cTCq/jW/aDjdrS1XjdTGCim0EbvuRWbaAlKo9csAJWvcxcebQTeVXpGw74ALdNFPXYdxpVHQItfzJ/QgAAABQAgAAUihGhvB4XbJfeckevYJMxe1JQ5ip8Ij+Wj75O1K1tALtdk+VTdWFGMoCtTKd0S7tZaxGhltrW+Krx7YJNfLIxPKeYSO+lO8Y4L4Ol/OFklU/jIMSQ6qxuIzPfJVAzgtHN1+dvnnrwmQFElSKatoxhyZWlxKkATu0KptzGQhB6Zo6OQblkc+AHqjHSjweuBDS5lRhpA4B7MYuDNxZXptZq7cLg9gOWfqPPHEE5oPV8kTmOwVPqDaANgBl2yflUoh8N7EQX2yzNlSLbjvOanJ+Ku+myKX/muzxv0yoJSSbTZq5CHv4stmVJUIAKI6vK0Ht8LdEWbDSlmE6u983xCcvhdC542mJK3B77lPDcEL3sHNcWaQkf6mXV63UFoqi4J8xD9D6D5w8TxJB2dFBkmJU0TaH1R1qKfEr/Vi79luJOKoIRRii1XhRgYK/cwrAihwLPnjI9irUE/orIhPKKxhabwtAo6uRbaH9tLKYDcWviY1sfq3UGTIsYTRWatU9jAHDKzd1TCD6YCcy1t4/jM0JRlxGRecwfnNrfPu9u8hT7GUdmlykn/eUE9B+q30zJtMnG07xiIzwo479nSVE3fcfPmjQFzwUsY5sScLztpw9ywMjQMRVdWhPclJSN5P+6rl9l7yqf/6ORFMQmFKusEF0B69qipd2rJP0R2YYsMiX7yQOdDE6T7jdVLhVJ3nn6Bj8jfbYz7obptrd9ecLJN9Od7wi2ZVFUa6QA0JbbxoxjD41jjIjD75GuzsSGFK1HpQN0GNYtudFSVrF2vaBkQhZGFEAAABYAgAAAoVXeTevXI9rQSXPtbY3u4nS13v6QVZbUiKH+MhfzQ3g+viX1tBQBPXSSavjMhp/ykbdA5k48+7crhnIabqa8bapYLpGnGUP/Fzuqu1yLh8aqIZKYZW1nL+oJ4oJw0vAiSH9M9VrSFifUDwu+1JHbDFs8UGuTbxpAlpCq8D7SeLnUjs+Q+jihpjGpNT4A4M7eQbrs3N1W8o3FceUVxTHB83j+OPYjyTzHRPBRjmRlMc06TuCBQ2/5xf8YkzCUJE031Tjfz44noZr79vFav7o6VNTbAeYfDUe/1RZVy3Bbye3M14wljLHXSLCHC83cBSuzM4oXi+b61AGOS8LHErTm59cV/B9lM9d/ViCjMaMIY6VyZ+JxtvUvq5W5HMWf9gAQ8ffUVroYtWQYjTkbDGILpCzVCZBU7FjtC4yl3WklgfYdwfsRYBxu4KNe/zWz2jsQtCHR75FzAshIGLbYmY4BNJgUEl5S75IspvLhP2PPqxN9H95/RnOor9DJqgM5gcGQ/g1sBlrGNpQv3aObK2AxCCAisjF6wic2Zlu6LNN+bM9z5Lr6G7wF7rpB3aieuZ13RnYjrM3qnhm0voRQDRxoFb9+KfwDXPpPy7bysmSprwOY7+nLu6Ruwwsrk79KQghLoiv1mONutRUlRgVuPjtG/+YggJ2/bas8OKK+H/qYFvYX1r6ueGKLPY2k337Kzi49O82yObFy/NQoz7aLpIzNnKjHEFSCeMiq/2xE/HvcDZEwDicM4APN8jsHA27+hJ6vOtG7LRF2cXL3eo9A9Hgame5Croad5m6AAAAAA==');
<?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 Auftragsmanager @version 5.0.3.1 SourceGuardian (28.07.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('7A3737B3B9126FF7AAQAAAAXAAAABHAAAACABAAAAAAAAAD/m1120GkwDnzhEgjtYR7SM8oHl84Q7fxhZpT8RUVTXN/LSNfjMjcW8obarkXG1GDRhd7teFzU29GpgdIiolwCytI3gQs+8AOoNn/gy+x6KPvQtetS8CbgAGxgx6GRPIT0ik1YyahSxIwqwLv7/9uZFwgAAABQAgAA8DrzFoZhutr4VO8daiqmpf6cDsk26ESYgCu66tHGYFxqoOwzOAhgHL6yMphlWfjYkmA1RUbsVcDkJvrxL7bWg7/ju5SfU+ExSLQAQ0xETNVLBwN9X5LU08KpfMxTWdY89kX4ls9+Jo2x8iV/dVmbm1dVi/ygOlfJhr/XIgt64uFN7ymm1SgTKxF/BuLRJsXuH+p8etsgoT0GilU/kDmxGRNMiYSIJ9VZ6+ghzp7jnzodU98eFfRejo9sbkgogyo7+W1bfbROXTeaLNamlxqrTL5qksUkYUpEesbHndr4y0LPFowOwair6k1whPIWKKMbdjFzB1oWJguMN1w1novuxhv6m299HJRdyJUn55tUt0snFUrJT6y3zkrv3hzpQ++nZLtMomInnHpDdgUYyatrZn9uYZHU0E6xeNGHaHXHPVadyEmDD8/RdaEGLLJJ5BWzQxhWoe0TWcZ6B4fRZBFPyqR2VmJZ9Nf1VzEpSMFtPI3dVOHiyAsyL8QwfYLhPpkNNrnUgsL0NS8+cPk9/1xN7XWTn/uWDfOFjmIHjGaotx1WaClGhVsadlIjxKr89yvcMpBdkpiOL6whz84865MvqB7NWhg4EVXqsgehEpQsFeHiaFwtG+fv/zDqBpA4gZhMh2ldU9Au2i1yAxM/AhokYRN6fKWFqDxz0xj3fMON/SMQQZSLt/ue18m8kR9MRr2f3lN+TRyryWJu6ixqJANW+YVVHgy+5vy2nBpvOwUPF5u6CkWamd3BAdbJfZFB+Gldg6blWYY+jO0TU8w5ffzMA1EAAABYAgAAsksvkH2EoNxWHnOZIJZHfq0JypgXwRjr9YSMvIeizjMlRkk3rLFxESSRLFuvMK5EvmczCJZjMKCsmwKOvYP6tR42gIVPmG/6BcNy3uM24zIbd35LMsHbRKxNGBr5OCUZDLTgDJ8ZspOuo+AxxXj0Ypp/5lt6K1ecp5WwmlZNDjYQJDRbYDmUdeYmyYfLAhxhtUPu1l31hI4gn8WlMEUOhJhZEOHrGwWc9EBCl2uURtWhGwsqaMqX/IcD7c646QyZCNOs9Q6GWaEtUy23Zq2EnAHOeE9thV745mjPsl2kkBvnZicsJdz9om+gwHVOv8UGVKS02QzW5Zqyh/7wm7rpbj0zJkzclEadmkr1ZLxl8CaqXAI+RSaolc6fzn4RFUY3J5tSUoiFIuwmvtJGBVJJr3r3GoGFTZk5XNqBHwM0Bb3EoOO1vqG7RQZf3Ajr7ICTSCzk6f7MxhLhWYuaaWdxTg0tJnz4NIvd6iFj5459s79rDEpjIohNhS+FJ3SGsfnoI/GLFA4/aMSx0IAD+SIo53EZBUOd10/8OHyxVi3v1Ti4D8gg1laN4f3wjvyz3SGBULBGarZye+Ftnu5gEKHBbbimJ1Upl6sUqa7N5qADCCTuLpEBbBvafikraOHqG0XkJrinfS/FkyDnwoctFfMqUV0XEZ4sX0pb7VIClDjz5lJMVsQsgtR7oSRloS+PwMkt461ketVIw3wmoiompJDQdQTrbsU9KgoSjacXaZ4AnWeEbWmkPBYgcnjYzqf34DomHsz7PFhV57d2DDM366YCRw7+MvZZNT7IAAAAAA==');

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

Some files were not shown because too many files have changed in this diff Show More