add 6.4.0.0 (sourceGuardian for PHP 8.x)
This commit is contained in:
parent
67d57e1708
commit
871d3c8969
@ -7,7 +7,23 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.3.0.0...rel_6.x_mgw)
|
||||
## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.4.0.0...rel_6.x_mgw)
|
||||
|
||||
## [6.4.0.0](https://git.d3data.de/D3Private/Unzer/compare/6.3.0.0...6.4.0.0)
|
||||
### Added
|
||||
- Webhooks für folgende Stati hinzugefügt
|
||||
- payment.completed
|
||||
- payment.partlypaid
|
||||
- payment.chargeback
|
||||
- Webhooks werden zur Modulaktivierung und beim Speichern der Grundeinstellungen registriert, bei Moduldeaktivierung werden Shopwebhooks wieder entfernt
|
||||
- Rechnungstransaktionen können nun auch im Shopadmin finalisiert werden
|
||||
- Shipment-Details werden nun auch im Shopadmin gezeigt
|
||||
|
||||
### Fixed
|
||||
- 0011707: behalte die schon von Unzer behandelte Bestellung im Fall eines Systemabbruchs, bei Abbruch durch Kunde wird weiterhin gelöscht
|
||||
- Bestellstatus bei Kreditkartentransaktionen werden nur bei Preauthorization generell auf OK gesetzt, sonst nur bei vollständiger Bezahlung
|
||||
- Zahlartenbeschreibungen werden passend dargestellt
|
||||
- Einstellungskorrektur kann auch Nicht-Text-Einstellungen verarbeiten
|
||||
|
||||
## [6.3.0.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.2...6.3.0.0) - 2022-08-30
|
||||
### Added
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> unzer",
|
||||
"moduleversion": "6.3.0.0",
|
||||
"moduleversion": "6.4.0.0",
|
||||
"titledesc": "für den Oxid eShop",
|
||||
"author": "D³ Data Development",
|
||||
"moduledate": "30.08.2022",
|
||||
"moduledate": "28.10.2022",
|
||||
"editors": "",
|
||||
"tagline": "",
|
||||
"image": "",
|
||||
|
31
docs/daux/configuration/020_Konfiguration/050_Webhooks.md
Normal file
31
docs/daux/configuration/020_Konfiguration/050_Webhooks.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: Webhooks
|
||||
---
|
||||
|
||||
Neben der synchronen Kommunikation mit Unzer kann auch unabhängig von der Nutzerinteraktion eine asynchrone Kommunikation seitens Unzer stattfinden.
|
||||
|
||||
Hierfür kann man [Webhooks](https://docs.unzer.com/reference/supported-webhook-events/) registrieren, über die Unzer die teilnehmenden Systeme (z.B. Shop, WaWi, ...) über Statusänderungen informieren kann. Das jeweilige System kann auf die Benachrichtigung passend reagieren.
|
||||
|
||||
## Warum sind Webhooks notwendig?
|
||||
|
||||
Es kommt immer wieder vor, dass beim Durchführen der Bezahlung bis zum Rücksprung in den Webshop die Transaktion abgebrochen wird. Dies kann technische Gründe haben (z.B. Shop nicht erreichbar),
|
||||
aber auch (versehentlich) vom Shopbesucher so ausgelöst werden (z.B. Browser geschlossen). Dann bleibt die Bestellung in einem unklaren Zwischenstadium stehen.
|
||||
Mit Webhooks kann Unzer den Shop auch später noch anrufen und die konfigurierten Aktionen auslösen.
|
||||
|
||||
## Webhook einrichten
|
||||
|
||||
Für den Shop mit dem Unzer-Modul wird automatisch ein Webhook eingerichtet, sobald die Einstellungen unter "Admin -> D3 Module -> Unzer -> Einstellungen -> Stamm" gespeichert werden.
|
||||
|
||||
Alle dann eingerichteten Webhooks (Shopeigene und Shopfremde) werden dann dort angezeigt.
|
||||
|
||||
Beim erneuten Speichern werden alle Shopwebhooks aktualisiert.
|
||||
|
||||
## Aktionen
|
||||
|
||||
Die Webhooks werden grundsätzlich von Unzer selbst ausgelöst, können aber zu Debugzwecken auch manuell gestartet werden.
|
||||
|
||||
Im OXID-Modul wird auf die folgenden Trigger reagiert:
|
||||
|
||||
* payment.completed: Eine Transaktion wurde komplett bezahlt. Der Shop stellt den Bestellstatus auf "OK" und setzt das Versanddatum.
|
||||
* payment.partly: Eine Transaktion wurde teilweise bezahlt. Die Bestellung wird auf "Pending" gestellt und eine Mail an den Shopbetreiber verschickt.
|
||||
* payment.chargeback: Eine Belastung der Zahlungsart wird zurückgesetzt. Die Auslösung kann durch z.B. Kreditinstitute oder tlw. auch durch den Kunden erfolgen. Die Bestellung wird auf "Pending" gestellt und eine Mail an den Shopbetreiber verschickt.
|
@ -3,7 +3,7 @@ title: Systemanforderungen
|
||||
---
|
||||
|
||||
* PHP Version
|
||||
* 7.1.x bis 8.0
|
||||
* 7.1.x bis 8.1
|
||||
* PHP Decoder
|
||||
* installierter ionCube Loader (PHP bis 7.4) *oder*
|
||||
* installierter SourceGuardian Loader (PHP ab 8.0)
|
||||
@ -17,6 +17,7 @@ title: Systemanforderungen
|
||||
* 6.2.x
|
||||
* 6.3.x
|
||||
* 6.4.x
|
||||
* 6.5.x
|
||||
* Themes
|
||||
* flow
|
||||
* wave
|
||||
@ -25,7 +26,7 @@ title: Systemanforderungen
|
||||
* bei Verwendung der Zahlungsart „iDeal“ oder „Przelewy24“ wird ein freier Cronjob benötigt
|
||||
* bei Verwendung der Zahlungsart „Vorkasse“ oder „Rechnungskauf“ wird ein freier Cronjob benötigt
|
||||
|
||||
Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für Ihre genutzte PHP-Version sowie dem auf Ihrem Server vorhandenen Decoder (**ionCube Loader**) kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version.
|
||||
Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für Ihre genutzte PHP-Version sowie dem auf Ihrem Server vorhandenen Decoder kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version.
|
||||
|
||||
Kontrollieren Sie bitte auch, ob diese Modulversion für die von Ihnen eingesetzte Shopedition (Professional Edition (PE) oder Enterprise Edition (EE)) ausgelegt ist.
|
||||
|
||||
|
@ -91,17 +91,38 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../changelog/Changelog.html">Changelog</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
<p>All notable changes to this project will be documented in this file.</p>
|
||||
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/" class="Link--external">Keep a Changelog</a>,
|
||||
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class="Link--external">Semantic Versioning</a>.</p>
|
||||
<h2 id="page_Unreleased"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.3.0.0...rel_6.x_mgw" class="Link--external">Unreleased</a></h2>
|
||||
<h2 id="page_6-3-0-0-2022-08-30"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.6.2...6.3.0.0" class="Link--external">6.3.0.0</a> - 2022-08-30</h2>
|
||||
<h2 id="page_Unreleased"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.0.0...rel_6.x_mgw" class="Link--external">Unreleased</a></h2>
|
||||
<h2 id="page_6-4-0-0"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.3.0.0...6.4.0.0" class="Link--external">6.4.0.0</a></h2>
|
||||
<h3 id="page_Added">Added</h3>
|
||||
<ul>
|
||||
<li>Webhooks für folgende Stati hinzugefügt
|
||||
<ul>
|
||||
<li>payment.completed</li>
|
||||
<li>payment.partlypaid</li>
|
||||
<li>payment.chargeback</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Webhooks werden zur Modulaktivierung und beim Speichern der Grundeinstellungen registriert, bei Moduldeaktivierung werden Shopwebhooks wieder entfernt</li>
|
||||
<li>Rechnungstransaktionen können nun auch im Shopadmin finalisiert werden</li>
|
||||
<li>Shipment-Details werden nun auch im Shopadmin gezeigt</li>
|
||||
</ul>
|
||||
<h3 id="page_Fixed">Fixed</h3>
|
||||
<ul>
|
||||
<li>0011707: behalte die schon von Unzer behandelte Bestellung im Fall eines Systemabbruchs, bei Abbruch durch Kunde wird weiterhin gelöscht</li>
|
||||
<li>Bestellstatus bei Kreditkartentransaktionen werden nur bei Preauthorization generell auf OK gesetzt, sonst nur bei vollständiger Bezahlung</li>
|
||||
<li>Zahlartenbeschreibungen werden passend dargestellt</li>
|
||||
<li>Einstellungskorrektur kann auch Nicht-Text-Einstellungen verarbeiten</li>
|
||||
</ul>
|
||||
<h2 id="page_6-3-0-0-2022-08-30"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.2.6.2...6.3.0.0" class="Link--external">6.3.0.0</a> - 2022-08-30</h2>
|
||||
<h3 id="page_Added-2">Added</h3>
|
||||
<ul>
|
||||
<li>installierbar in OXID 6.5 (CE 6.12)</li>
|
||||
<li>installierbar in PHP 8.1</li>
|
||||
<li>Paket ersetzt OXID Unzer Plugin</li>
|
||||
@ -111,7 +132,7 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class=
|
||||
<li>verwendet Unzer SDK 1.2.x</li>
|
||||
<li>Dokumentation angepasst</li>
|
||||
</ul>
|
||||
<h3 id="page_Fixed">Fixed</h3>
|
||||
<h3 id="page_Fixed-2">Fixed</h3>
|
||||
<ul>
|
||||
<li>entfernt CurlHandle Serialisierungsfehler in PHP 8 (0011619)</li>
|
||||
<li>fehlende Übersetzung in englischer Sprache ergänzt</li>
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../changelog/Channel_Rekonfiguration.html">(6.1.0.0) Umstellung der Konfiguration</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../changelog/MGW_Implementation.html">({unreleased}) Integration der PaymentApi / MGW Schnittstelle</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.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
145
docs/html/configuration/Konfiguration/Webhooks.html
Normal file
145
docs/html/configuration/Konfiguration/Webhooks.html
Normal file
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
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../description/Beschreibung.html">Beschreibung</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../description/Editionsunterschiede.html">Editionsunterschiede</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
|
||||
<div class="details">
|
||||
<div>Autor: D³ Data Development</div> <div>Stand: 30.08.2022</div>
|
||||
<div>Autor: D³ Data Development</div> <div>Stand: 28.10.2022</div>
|
||||
<div>Version wechseln:
|
||||
<select onchange="window.location.href=this.options[this.selectedIndex].value" size="1">
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Beiliegende_Bibliotheken.html">beiliegende Bibliotheken</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,14 +91,14 @@
|
||||
<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">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
<ul>
|
||||
<li>PHP Version
|
||||
<ul>
|
||||
<li>7.1.x bis 8.0</li>
|
||||
<li>7.1.x bis 8.1</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>PHP Decoder
|
||||
@ -123,6 +123,7 @@
|
||||
<li>6.2.x</li>
|
||||
<li>6.3.x</li>
|
||||
<li>6.4.x</li>
|
||||
<li>6.5.x</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -139,7 +140,7 @@
|
||||
<li>bei Verwendung der Zahlungsart „iDeal“ oder „Przelewy24“ wird ein freier Cronjob benötigt</li>
|
||||
<li>bei Verwendung der Zahlungsart „Vorkasse“ oder „Rechnungskauf“ wird ein freier Cronjob benötigt</li>
|
||||
</ul>
|
||||
<p>Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für Ihre genutzte PHP-Version sowie dem auf Ihrem Server vorhandenen Decoder (<strong>ionCube Loader</strong>) kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version.</p>
|
||||
<p>Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für Ihre genutzte PHP-Version sowie dem auf Ihrem Server vorhandenen Decoder kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version.</p>
|
||||
<p>Kontrollieren Sie bitte auch, ob diese Modulversion für die von Ihnen eingesetzte Shopedition (Professional Edition (PE) oder Enterprise Edition (EE)) ausgelegt ist.</p>
|
||||
<h3 id="page_Hinweis">Hinweis:</h3>
|
||||
<blockquote>
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Vorbereitungen.html">Vorbereitungen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/wichtige_Hinweise.html">Wichtige Hinweise</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Dateien_loeschen.html">Dateien löschen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Datenbank_bereinigen.html">Datenbank bereinigen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modul_aus_der_Installation_entfernen.html">Modul aus der Installation entfernen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modul_deaktivieren.html">Modul deaktivieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Modulerweiterungen deaktivieren und entfernen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../installation/Installation.html">Installation | Update | Deinstallation</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../installation/Installationspruefung.html">Installationsprüfung</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Konfiguration_einstellen.html">Konfiguration einstellen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Lizenz_eintragen.html">Lizenzschlüssel eintragen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,13 +91,13 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Modul_hinzufuegen.html">Modul zur Installation hinzufügen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
|
||||
<p>Führen Sie in der Konsole im Hauptverzeichnis Ihres Shops (oberhalb des <code>source</code>- und <code>vendor</code>-Verzeichnisses) diesen Befehl aus, um das Modul <strong><i class='fab fa-d3 d3fa-color-blue'></i> unzer</strong> zur Installation hinzuzufügen:</p>
|
||||
<pre><code class="language-bash">php composer require d3/unzer:^6.3.0.0 --update-no-dev
|
||||
<pre><code class="language-bash">php composer require d3/unzer:^6.4.0.0 --update-no-dev
|
||||
</code></pre>
|
||||
<blockquote class="alert alert-warning">
|
||||
<i class='fas fa-exclamation-triangle'></i> <p> Achten Sie darauf, dass Composer für die Installation die selbe PHP-Version verwendet, in der auch Ihr Shop ausgeführt wird. Sie erhalten sonst möglicherweise unpassende Modulpakete.</p>
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Modul_im_Shop_aktivieren.html">Modul im Shop aktivieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Providerspezifische_Installation.html">Providerspezifische Installation</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Shopanpassungen_installieren.html">Shopanpassungen installieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Updatefaehigkeit.html">Updatefähigkeit</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Verwendung_eigener_Themes.html">Verwendung eigener Themes</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,13 +91,13 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
<h2 id="page_Schnellstart-per-Composer">Schnellstart per Composer</h2>
|
||||
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
|
||||
<pre><code class="language-bash">php composer require d3/unzer:^6.3.0.0 --update-no-dev
|
||||
<pre><code class="language-bash">php composer require d3/unzer:^6.4.0.0 --update-no-dev
|
||||
./vendor/bin/oe-console oe:module:activate d3heidelpay
|
||||
./vendor/bin/d3modules_install
|
||||
./vendor/bin/d3cleartmp
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../installation/Schnellstart.html">Schnellstart</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Aenderungen_kontrollieren.html">Änderungen kontrollieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,14 +91,14 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Dateien_erneuern.html">Dateien erneuern</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
|
||||
<p>Starten Sie die Konsole Ihres Webservers und wechseln in das Hauptverzeichnis Ihres
|
||||
Shops (oberhalb des <code>source</code>- und <code>vendor</code>-Verzeichnisses). Führen Sie dort diesen Befehl aus:</p>
|
||||
<pre><code class="language-bash">php composer require d3/unzer:^6.3.0.0 --update-no-dev
|
||||
<pre><code class="language-bash">php composer require d3/unzer:^6.4.0.0 --update-no-dev
|
||||
</code></pre>
|
||||
<p>Im weiteren Ablauf werden Sie gefragt, ob die Moduldateien überschrieben werden sollen. Bestätigen Sie dies für den Eintrag <code>d3/unzer</code>.</p>
|
||||
<blockquote class="alert alert-warning">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Erweiterungen_anpassen.html">Erweiterungen anpassen</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Lizenzschluessel_aktualisieren.html">Lizenzschlüssel aktualisieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Modul_deaktivieren.html">Modul deaktivieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Modulinformationen_aktualisieren.html">Modulinformationen aktualisieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Providerspezifische_Installation.html">Providerspezifische Installation</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Shopanpassungen_installieren.html">Shopanpassungen installieren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Updatedefinition.html">Wann kann ein Update ausgeführt werden?</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../support/Hilfe-und-Support.html">Hilfe und Support</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
31.08.2022 </span>
|
||||
28.10.2022 </span>
|
||||
</div>
|
||||
|
||||
<div class="s-content">
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.3.0.0 SourceGuardian (31.08.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
||||
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B34DE09EEDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/hZ2L6yLTRV4ZkcgBSrDjiqekfY8N2e3KCyQQma4t8W2Bc3Z4oERt1Pjy84SVwrgrFz/5iBJOFU3p3TFMyH0cVuKvmVaw4GUUOQxW2jYS2yszp8Ptd0a0dwRl7FCtQv6ujaIaBeRFoM2QLCt6D0o6WwgAAAD4AQAADrURoATIjGyMVYK01sgrq71UcYjQFA9WqZDpOwLQomZuem6uMPpZT8eV35w78Z/zLLhPpRmeaP27+waj5ejD11J8nX2O+Li8a9saYyDyLRuMlRWVa+6rggTvSsC9jyLOUHtifUNGFiHnZ6RHubs/gXYN1h5C/r0ohE8XtoCgzpdcXyeJ+32lnkTp4WCAyY0Wyyu8ULZqKwjFj5QdmddSbgHkhY70W7ak2Yg5Hh3TcR7DG1vPgKMx6VxCqT3RCmdwkFbqU7TfOgQia21NqpBT7+kuOjuBFj77yaegaw3t4l3ZIP7yi2xaikuZ65oOl0XKfBKsmUJDeDTBA+aKfTAC+Q7T0a0Oc+zRdKm6IIvH4G5pGo2GmDnpm/vQPYzjLIcqB0zkvirjHWCfLVJ2reax8GowUdpc58kBlHVgBPM1a4vZ2Pa17VY44WxteHpddTC+deG3oZeYN5xUZrzN1nIgXjPys4kzzhg4D5DMZk2TfvlWcEHDJMlTmYaGTJtaPuDZivmrryl5PnucS8x0bKR8hdBn6GAhfmMxrnlkVxEUqWWrFDrBxkFG2Kr708ViJs+1FHJWoJCOAiugenMDLVS3+kYSs13YUPCeR92E6U20/wyR1+P7XBC+s+HBG4OuYtY0HdxqbRvtLxCy9MtcfERGhtYVr8g+8xwpUQAAAPgBAADD5mBntd8WsP6mFXRRhex2G+V1QM0DIAkODprEujVdBIksQ5ljsU4ZyHeH6PujWMFH7pVIO0XgX50ZxXRpLEr0v30NenamVINF+6jl0Pusk6TiDHkG6s/WbwtpdENyzaoiyy//gMLkEZJm2eiVjyOMw45JHSs0HUzlxnOmxIdRzsnBzv7y+1eCzoLTlCJ5Fvev97uGYKULrI2KoGyMLz8Qy3+0tWXWsgeekSkdnrYGn1JVSb9OO9PAnKIsIKbvMlqIo8vmIXz9WeJdfTweCz+cMgp12Nv72ird5pcWGwSnknpN/ERWxZXumlsLbc57ZAsUy2r0KSkc0BrIpphETAzdaT0zzVxnOQcLgeZ8g1rRrh1AtAvFFCNozPQY3ai2QgZrWFiNVw7asWWg299m6q+Kdwgmkagv1npF7Ufg/5k5mUB5GWn3c0W7K9dRAeLXZ7CaVDIvBanD2onnzu8PneCSO0wetrewcm58Yac2qo+jAw9WV94rnfpbiDPosX7fcdTfrtRBNyK+NjjEjTi1i4LVpnLVns6kBYFTJuw0cKAI1R2SLsMBMiQp5BYi2+H7M2vyEQkMGeys79hKR1rVA8Jj2MtncN11dQENBK+LpVgyPqyyIqL+6qVv3MD/ajWhgWHsroQ3rQ2lRAXC87WfRu6vOERvF030YRwAAAAA');
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.0 SourceGuardian (28.10.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('7A3737B36DE09FFDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/3Tz/0jjkIPsukRP3/GMcUNTgJmmRhJyZErNf0fQ8bfJ4U3Ptsulg4ON5KKO2XDrv4/GSUL7P5H5iV1CsQdmjBwYueUyhHycrwNFbn2MsOmv/LPZVh1WbiUGWQ0PRUb/84E7W19CNbh7eva3reS6xkggAAAD4AQAADrURoATIjGyMVYK01sgrq71UcYjQFA9WqZDpOwLQomZuem6uMPpZT8eV35w78Z/zLLhPpRmeaP27+waj5ejD11J8nX2O+Li8a9saYyDyLRuMlRWVa+6rggTvSsC9jyLOUHtifUNGFiHnZ6RHubs/gXYN1h5C/r0ohE8XtoCgzpdcXyeJ+32lnkTp4WCAyY0Wyyu8ULZqKwjFj5QdmddSbgHkhY70W7ak2Yg5Hh3TcR7DG1vPgKMx6VxCqT3RCmdwkFbqU7TfOgQia21NqpBT7+kuOjuBFj77yaegaw3t4l3ZIP7yi2xaikuZ65oOl0XKfBKsmUJDeDTBA+aKfTAC+Q7T0a0Oc+zRdKm6IIvH4G5pGo2GmDnpm/vQPYzjLIcqB0zkvirjHWCfLVJ2reax8GowUdpc58kBlHVgBPM1a4vZ2Pa17VY44WxteHpddTC+deG3oZeYN5xUZrzN1nIgXjPys4kzzhg4D5DMZk2TfvlWcEHDJMlTmYaGTJtaPuDZivmrryl5PnucS8x0bKR8hdBn6GAhfmMxrnlkVxEUqWWrFDrBxkFG2Kr708ViJs+1FHJWoJCOAiugenMDLVS3+kYSs13YUPCeR92E6U20/wyR1+P7XBC+s+HBG4OuYtY0HdxqbRvtLxCy9MtcfERGhtYVr8g+8xwpUQAAAPgBAADD5mBntd8WsP6mFXRRhex2G+V1QM0DIAkODprEujVdBIksQ5ljsU4ZyHeH6PujWMFH7pVIO0XgX50ZxXRpLEr0v30NenamVINF+6jl0Pusk6TiDHkG6s/WbwtpdENyzaoiyy//gMLkEZJm2eiVjyOMw45JHSs0HUzlxnOmxIdRzsnBzv7y+1eCzoLTlCJ5Fvev97uGYKULrI2KoGyMLz8Qy3+0tWXWsgeekSkdnrYGn1JVSb9OO9PAnKIsIKbvMlqIo8vmIXz9WeJdfTweCz+cMgp12Nv72ird5pcWGwSnknpN/ERWxZXumlsLbc57ZAsUy2r0KSkc0BrIpphETAzdaT0zzVxnOQcLgeZ8g1rRrh1AtAvFFCNozPQY3ai2QgZrWFiNVw7asWWg299m6q+Kdwgmkagv1npF7Ufg/5k5mUB5GWn3c0W7K9dRAeLXZ7CaVDIvBanD2onnzu8PneCSO0wetrewcm58Yac2qo+jAw9WV94rnfpbiDPosX7fcdTfrtRBNyK+NjjEjTi1i4LVpnLVns6kBYFTJuw0cKAI1R2SLsMBMiQp5BYi2+H7M2vyEQkMGeys79hKR1rVA8Jj2MtncN11dQENBK+LpVgyPqyyIqL+6qVv3MD/ajWhgWHsroQ3rQ2lRAXC87WfRu6vOERvF030YRwAAAAA');
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.3.0.0 SourceGuardian (31.08.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
||||
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B34DE09EEDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/hZ2L6yLTRV4ZkcgBSrDjiqekfY8N2e3KCyQQma4t8W2Bc3Z4oERt1Pjy84SVwrgrFz/5iBJOFU3p3TFMyH0cVuKvmVaw4GUUOQxW2jYS2yszp8Ptd0a0dwRl7FCtQv6ujaIaBeRFoM2QLCt6D0o6WwgAAAC4AQAAyMGbrF/e56OJxLW48iwA4W3CjdFZOMLMJxXAFsSGXJIpzIMfk7MhoRt8RnqsAOKCB79AvW/nI0YHwgcbDPn16ZeCQeOaQxXnwB5AbsaQMlp75w/ttV9ag61nDiMf5acXS9fhlVI0UHInM089oLU5xnPS5gQCcVlEOdH44YwI3jK4aDshzH2I8P42+Makz23fPe3ofTcGnq445MsMv++L16bm6N1ZR39JMApt6tdwnq7tbUlwEqizGV2SgHx+h5dwAoMileyxGLXF/fwOMUsL3fEWybXRza+DykozRECvurVmslWD8oIsS3I7ueq1HvVRSfWnJX3T2gwALGaSIbtyICYi08tlcXR7psasAmjXEzFA/x6xvqlLzbZYFzhvWe11A4khPo47wUJQOcCdvXGe52G7reZcVuExsEPyVogyqZgw0mLE63pBkoiMQkDr8AeXlwHx8R1n1FtY46OgUQvZ+q7pwxxrzjRkdPu8WN2M6VwCuQqPv3zIsIjQrzd37AH7Ycnub1X8GFuXTXa4z9hIZIjC+q2CYNa4Tu8NOSYeTTo9BDyZFbFN0BKPF46IqFoIPwc4FF1/gB9RAAAAqAEAAN3JYNyG8qKH2pe3If2RCZKdUWCoe003Z1VoubMdqRUDwDNVKPAO/GXtPK3e7s5YIOpqEUMWBF1hSK1xDL3/FlREp9LwAzYqtmJgA96ETTVagYY0Uu+bqu41VNYLkhGT/v7aM7EFATa5mRsk5RfrZEB+wJVV+arDYfeYYD4eZI/CkBln2v/yOQAe0lKziXqrWnPY6JzQ97Wk3LWM5tq+SToB9Vxs9FWlMd5S10KsIQU/6GzSCi2Alm4qjvcSYQxX9lRJFZ+mqOPHTItnPMoT4+Mpfg0TQPxJcD/kN2ddeOMQyriBwEMCmMRCOYDoS9KbU/pRFj2JEUIwB8SCxnUTdEF+0b7pRnu55CP5hzBnf/3VFnKRYUXQ8wmtEQXQBuHw4tuTXaYXYDpWWdzrdVX4/U3+6HQW5oQp5MGMAHuuU/3xeYBBwPTD67MPPzP8OIMs2PGyPGMCtjiteng4dM7/GFjsCLNwj3CDt+FPfgegipMe/f5E67PgdnxRfnPeohpRvfZCRXdUdMNMYsHD8aDSdg1WWZ6E4w9CXZ2w4+fHkG15wnvx1aO+EUQAAAAA');
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.0 SourceGuardian (28.10.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('7A3737B36DE09FFDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/3Tz/0jjkIPsukRP3/GMcUNTgJmmRhJyZErNf0fQ8bfJ4U3Ptsulg4ON5KKO2XDrv4/GSUL7P5H5iV1CsQdmjBwYueUyhHycrwNFbn2MsOmv/LPZVh1WbiUGWQ0PRUb/84E7W19CNbh7eva3reS6xkggAAAC4AQAAuAw5dfVUFR8E67zDIoGiGAHC1leFv4GncEAHch0oT/O3XopmuJSePMc4Mc21Ws03ZnQ8McZiCZ5s9BFQx697NOxuX2N78s/krcMEyCidWhJx39k0zwM5KlaJeSAFEupwQSmWGaq5dbMSwLjU7OzoUlqrXEyq3nzanQENEPut0XxE8LxTsM/3jBMhYfrJwawPXK8c6exmu14S/BnrxemXNaX5tUZREcix6JDTPU8n1iFA0Wa0mdHp/dUBiMXYxxpIAChgojUxwHa8qsHVDT/kU4rc7lodOo31AQsGQDci2nm/rbp2YwV/+YV5Vdo5dSzUBQOb0NdApQA2s9ZuzdGymkUVIk1zjDKIRtdoD7SfZdktRQN38L44cwQCbfbgZCCMEvsv0SHNFjuTJjEDBmIGI6P4DSqv6PZZ3z9YUA9bQ3bZcyHYKyFldkYg8quzSxX7a8Ny89OOQW/dus8mOglHSoLaRfiyrYT6/XgsZPVxmjNUFz/+FUEbTHiISD0jp7GZKaLEjO3CJT5noWLe4iFEGTSXTR3gxdaiLRTyTYmgrCYAs8i/qCfpETAPgpbEXyAIxRrnpL0iRXVRAAAAqAEAAL70TXVOmR4FI+LUkxnIu6WxqjpJmNMeSsqMFV4TVdTBfCVG6KEha7//UlyrqFrwtGQkCZz2Sv/IkSDcZau6QemA1aK65io5k6i9GhTG40DYJ08Hofd+yx+6vXOEIWhaSPhYLRYmH9GZNN1laSPwJvIFL7DDkhW6m99o+kHaivFP6iaIzqfcXpzelDFLLFdhNz+EPAbDcwcDZ2kg1yX9QqhWtDTm9mYlxeOAjrWI0LRpcFbvQoATXjGp8xRPrsQLhMBrUGrkJjrrTX7GV1OTEE/KMLtIF9QvTy/LdKFkZSbvE3ORkKDcbdYkZVgyHTMAOKfBEHdA2WK2KjYY0uaCdcpZy1oT8q4d0iMvqlNs1FB0g6AAyDaGJ5srz7pPK5Eqc7VLyHalRQ29rjbOwQO0LlJsYvCp+nhau6/mrxnfY/J1Bs3Sm+hHIINcPmeoZwJX3mBKD2XfVV7/llkXBxvSYXgQvkBKWoZHVBtiGvddAtgiJV5T4Jedq7m1Z3vUgce1bEI210RexuPwelR+mi2CkJdh2QDl/rnJChiR9eJvMLUelfxGmgYMDjMAAAAA');
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.3.0.0 SourceGuardian (31.08.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
||||
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B34DE09EEDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/hZ2L6yLTRV4ZkcgBSrDjiqekfY8N2e3KCyQQma4t8W2Bc3Z4oERt1Pjy84SVwrgrFz/5iBJOFU3p3TFMyH0cVuKvmVaw4GUUOQxW2jYS2yszp8Ptd0a0dwRl7FCtQv6ujaIaBeRFoM2QLCt6D0o6WwgAAAAQAgAAQcEtWZ1moJTSQz+cg14GZpDhvaLOtLKwyWM8hlG4qjpFcAkvH3IT8ASQgJ8cddGYl/P3GObZGsej4fp9e+u7cXEOd+A/RwXgR7a35C2FtFg5blk9ytA/DK+7Fub3fKlzNrMdoke+zGDmrLvC4dJcYe5UtWhOlwhOqOEt02TL0PGy8vcIQIELLeSot+dpiv+qXDZotWlbrx8y0F/COyNhTYnwQi5ZWBrUkmMCuK3kdYnQemXXy98sDu2n5t0piFpBPuLFla8CWwH2zhT8IDLIF/4X2GYXAYCBzMAAXEn8dW2qEeuvD8HN112VO+ulBJHKKlMNzjjjcyxHHH061M+7vIRB/vLnxLf0LtR2nlxbayZnzexTMnQMADZVVKMz9xA/dkM/MoEzN2oIiqkpsKnAkh1XKzODm/iOW00cgRTxTd6XT+2NlQ4y+nozQ3k8aSn8MChnf/FFSMVk+W6m/Zs4q+WQGjXhHVHznOPNpMBQM04rkIZ+1HoiC9uXzG2T6M4OOq0VEocnODy+jpt+qKf62OFRY4lsTmfk7w1mlAWGt4jgkP+3H3YX4gDkwIJDVbhl0aQN4eeaeK/k3J0MEG+Qt/Yv7iFCRxj1GMZIbHS/WSaXnrcVh3iLHjRFJ4Tfo7OU9Nx37w46YKMip4OA5O4G4RfV/fklaEAe/4701VHgjp6DKbXWaVhBVrNrNOQc0dbVUQAAAAgCAAA7odiyUEtk0pxxPj5VJEhMeSsS+nEsq89NBGH6QnANEMF0VrJuz4iJH/+yguSkP2Bl3ABYFhP3+EliW1cnpxMnxvhqIRkI7EtZmXN57cAa0bD9YbdZGenwZ0a3D0GHxy/8X/rm4t3yVCoho7U7XYTtyR8b0zzm+06krzIzf65dwF+4no3DZbZiLTDY6gQ8PPfuvUXOQIO5EwGUXYROQNb4xbmjA14WMKJRehFMZIHZUS8PuGre5LGxxO4cx1pWt33twmoH+5UAprTexNq8D1rDHESyXWz0rHG/1541c5magbhfV26eoQY4TyQzSWgDTo62A1qCAJpUUXPFwcXDZIW3M57YHyt+DH1BkJaKcYmYGmjB62uV8NPaIkxHcqFXLEnukwyvnEe/kKfiqprr+E6lPdkZxbsgISGoNhqg7vXXZHF4rZlKUNPWDzXLxwCYZg42cq2XK1mBvihpSmOaQJ7yg4ZJ9vYbvxCQ5O4wfvrfnAUfAcKSiK2uYtajxK4o+XaomXiyj8XgQmaVpHKqSIMHOX+bcWfAdbG0eC91jmiJuKth964icicA+s/e8Cn7w+QGw3Hd0RF3NJf3Khdx25vyBN6nD3ZPUViTy6uXHAy4VSwUtnNiIGDTg+jOxuFNUOVBj+oR76HpLTfN/KLwetG/j7Ptif81l+xRb9uHKcdCyo3VAuc/RR+UAAAAAA==');
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.0 SourceGuardian (28.10.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('7A3737B36DE09FFDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/3Tz/0jjkIPsukRP3/GMcUNTgJmmRhJyZErNf0fQ8bfJ4U3Ptsulg4ON5KKO2XDrv4/GSUL7P5H5iV1CsQdmjBwYueUyhHycrwNFbn2MsOmv/LPZVh1WbiUGWQ0PRUb/84E7W19CNbh7eva3reS6xkggAAAAQAgAAxWyTFEQa3KJWBvSaylLXCHb85XCMQ0bnuklApbxowceKKhW2u2XQ2s4T64cf/M5aarg8zlVET9ocy5kA9neRy+lG85XdHLFoXxJCc/A6JStqlCaLoar5X+KXLQTEnf6CTpgokp0oT7kDbEvBEL5zp65U6ijGU4bFGDMfFtxHOUGWG6SXaLlEHfx8f4OBJdQoZY9HiF0ExYvsfcGG1znbisVtcAdbRBlkGQCZ33d/it0XLQlsOMmy/2d+ieI79KvCxhiUDWj3KM2AzP1msKFcvU/N6gcNlnzMKQv48ex7amKBCEDxKUfOGE5SvZOS5r/bGGOv2e1XfNYkF0a4jFU7/w6Ov9QT5zaudDkUYKBoMqYspmMXqkw++hzeOwWpoX3XlELZpDGI197NifwhVyck6wfIwP6V1i2BsWIAKt3Kq5Yjh2xTKqjacPeC3it3pNeeADe3uOoZCQ1pGhPuqjhd4iZSz0EfYUWZmkp9UmgANURQxl7SuuVsdw3xx0JJuUCVE561O8+jCCn3V5zXlPmyXytv2sEPM4kFS4w1tbCnpbk5l6sycILeC4UPRN7hoD8vCOMO6rEkhf5+xiVjHV3q3P5YkRRi6Y88+ZvbliWBRGDgaq/0whSToPzKxGtRnazk6INFo74T9YjJInHBVptcDuyiYDw6+OOWpAbohYlXOyhLxMCAT7w/0I1EBBWzlTsgUQAAAAgCAADRSfI6jti3e99oNqA63M5D/BHB7TMFUE3rcvZEtp48yeiPU6gIiGRaNluinnsIcBQLZGyRikkA1/NAkLIZW2o6kcw7ON7QunVIkelqhm3PpJrADlEDhlcxUqjK2VMDdK8yUSnrvvN1qNFGYnxUpllO+1W/AnrKRm8rAJgKpITZdS6SoVnSd5FwnXnlJDsL4XZXE63G5VGIewc3BJ8cajmaC5D7ywZyDLWlARt1iqBNIkUF8scN5i9kzCUvkpfvdRyG5xJpeorntG7PdeyTKoKvQzU9vpbAP55LVwMOaOUhpfzGLXwNrYGiQOttSUAcdFlsKAN6w1CT7xQsVKvUWQL7giUJS5BlZbpc3QDfUTuuRdBsH+dFE7j6Nb/2lSGiI/Lr/LbJ117zbWIADpWQqDtciLnWUvnWJe2sFpTKJU6AO8dgSme0INcRjgdCn0W2fk7i3z3CSDrtd5OLiKxlDicazfTczdpXzRNNUxdHsvf6TehkN7Kl4p4nCViHXaCVthjs6BqLwkvLhd8Y/OhLzYGetc/1Yh6cMJ3FWi79X01MkF/2QKV5DkM3sYX8JtHXGZofkmKHf5QA2YldvNWBhjgTEKzQ3kz5Z5q5aziAAomBwtv4katUPiOz0uJyYFIkl8iDdh0TYxKgmhrYgbg2hLB+vEevoJaCB6H5HXNz6jOc8xVKSzMG/3fAAAAAAA==');
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.3.0.0 SourceGuardian (31.08.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
||||
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B34DE09EEDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/hZ2L6yLTRV4ZkcgBSrDjiqekfY8N2e3KCyQQma4t8W2Bc3Z4oERt1Pjy84SVwrgrFz/5iBJOFU3p3TFMyH0cVuKvmVaw4GUUOQxW2jYS2yszp8Ptd0a0dwRl7FCtQv6ujaIaBeRFoM2QLCt6D0o6WwgAAAAoAgAA1B7cSsK9NCZMAOK1nnqgqRKd2MUhOlvonNuXbTnz0l4CmqpEOpZq0z8GCiKNqyNZNCl30flJTfT9M9BjH6XX1/aynklk3rZkn4o+Lb0aArrFIja6f/GN2ywwkVShL5XWLoKetk9yNs2blFia6vFg9KKoauBhfsC9GhxuFohzlUm/8oS4cuszii9YmxsS5zr+4EjSGFegcRCQAUH/MkzqhjOhhVQNlCrZc8nMHsIwTW2dFeum2IzF0Euw6QKVZxBEpRDJG6zrPq0K0R7tiGA/+IMwmLXmpY1j96o+AR6V3djZyrEnpdo6M3HHhMCQE2/BTZ0XpjI0I9a1YP8baqGJpwyhjBa5ofsVuKvm1NWrpef1hCNsslA88PxfdNUkVFVVaAdCCuGeOQrf4KZzzBX6SAWgJRdNywZwBo7awNSZhIvwl2Vng4NP9EKpt2KHRB+dIuOCO12VSWZ0bfM79uweqpbr9o6xzRwXG8ldkuGJXJU1yeI9om2xJydSKghV6eJKPExKAA2pW9hFDQi2yVvpy2sBBYVFw7zW1Em9QOQKzndl+0iEs48TZmyvLhnWDwvBqYwDOM/ABcIdHvt9LflGFTVX1skxFYyhVGb0fdjhl17BLUfXJ/NP6RIGw//v9DfFc2GVqzTZC2bhe5a3YGPLitkPOZ6fxFU+8rMMEIfiIIm85gtDp1lqey9yt7IAc5A54eTxykQEmwqd3to3Pgz9YUwdYCzNrTVkUQAAACACAADQNu4oO55fawTu7fbvUDGQVbv8MK3l7KVDFDYXmORD/y2EPFbBkkoX/Jv0yfv1QaaC+8f2LdRDxJG2CPnuzUEj6TBzeM1aW2jyhSf/cPzblifW1Bn1/+c1Jpjt572nIb34QqEgd1rf43q5rgvYtX/p15tyicldxs33d0QbRjYl9WHwUKYdoWobjU4zkC55qNL6F/boAVK+6AvwaoYV+eQH77fDzgviWns9m7eclNLD0M1ijQP05lWqAd27JAJeNSuR3kePw7Hrcvqk7tSe/3dZjKNeC/DGFE0H0ccWxIfeGfbUjs9qKDUoHgeDva8aXySG6lTEAHYEFsPYntVUj2c48AMzspSctNcuy/bQH8RuTPpzCViudjk2MoQsZ/JYLQxF73Ax7/MTpod13R6uVmdf6jEV5hF0vuHMNslQgNDp8YOQG3kHpLDAtr7usU2iWLdJlRr0wQq49CRBe5FiGPlyzy2Eo9v3zekdt9BFkFJmDZBsxvNnpOqbEefGzW6IsQ9JUf9LmhREmJMRy83t76BJhYLDjT09y3/6CKlW0HBPmbOhKxYcSa7HfrNucMKmpR8L829XHxrcoRHahsBlg+N/bXXbAd3OQdGdyIantmwm5PhGUXOXBMoBvGMnFEkQfqm9U7QU3lZWwVjLIFSgCEsGPYI6OZysZu04PfANTzHGw1d64Dq9u3BpvP/Cq5oCvkX+TD+rTGT1ovTlFTv1zrTBAAAAAA==');
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.0 SourceGuardian (28.10.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('7A3737B36DE09FFDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/3Tz/0jjkIPsukRP3/GMcUNTgJmmRhJyZErNf0fQ8bfJ4U3Ptsulg4ON5KKO2XDrv4/GSUL7P5H5iV1CsQdmjBwYueUyhHycrwNFbn2MsOmv/LPZVh1WbiUGWQ0PRUb/84E7W19CNbh7eva3reS6xkggAAAAoAgAAkyPbjc5B5eUyS7Q38gfQcxrYeSWfjyq4K4faDbFXtikqnsL5AxoBBnAadZKbomqirSyc1Fd553GI1qIIbmhooirpBFI/bssmfo/Z65INUp8zDjBrxxfvj7vDtSNwwfsW1RGalKtu8LhRJiTuEHMZ6K9+Epn4+qPHaZJPceRxhrTe522V1F3o+q3O3IsAaQPtCocEkDyAsfOPs0AfWni3wEQuUbJARe+hiS2RsK9OwODKG1vosq5rkylZorWQGdejXw0WIaOh9cSxgEQpeJXNBrWuiDhP0t8YuhT+FYSz9R/WQ4cbBk4V2a4FLyIPjw6kn+MXout778bS/MMzjUvUlY448IhZlv6mmAEAZcDSk8iJB6Nnyv/lsNFZ7jc2iHBpRH607y3VjcKFOzs0DZrEFa6vyLY8PhUlhA7RL3Pj/LR6+SqBmPHaMjRyRDK0PolOorn264YQ4GBve3TzN1Q1JabrkMQR4TyQpMRLoAtC02/NXRfDVzhE/b77uljby6rrsDOQzVyQroaqY1lpfb7YOkPzvCHMRpiH9Rv7DjZWXkaHC+p2gsjMES9C6EcEpGB7qXMc5uFBSqEezlO9jxBZ/N2W4vKF3PusTFGFLO5A3pZJIEshkcQ3IFQ77I663UKkK19jy90ovzk3IGsT/bY/97sA1Wpi9pz2EUFUrkeVoUUvYMCwgWWNYEP/XrqpZ1pV+/UruP8ETiFLwSELQ5pqCtzKtNn+LmkQUQAAACACAADBF0GgQNpRyH/loxTl8b2OVGLRqAkaJ/oYf73HdqTJwXRCO3Ug3+lGI3kYG3mXwqL2Y466On3eTnKRA8sTHygZk/M135pvN0cvsYkkUinEMbxkWVCCgaM2MBnOgSaIYJa3UebbgvJ8LTftYcElgJUft3KAeqbeVPsmFYfjo+93T6DvEixFTPb13FcHSB/xGEagXpMD8dfCB5xK7ipaO/logOEl0gDaELUArJWzuRDflYA0faLN15KGaukaQsv5wIsSV4Vb3n8eBqXbQVyouh+//A3ZgSQDCDd7dFJck9V8CXiAy4KIlu9jqvN52G3BoZw+PnkGVmXeq11MeijX5LXN5wroDmbQWq9gxj8q6bUW/U0/Yb26r5Nf9JOR/uMrPXUBghwgVVekWorwkXAUB2wMvulk6nqGIoM11J7lL1ob4YOAauixklRCRVwtgfBBjBGWb7QWcgrjUl7G42KCcrg1hiItqVOOIfztZ/3cUiA11nvk0pLk81orLNyD+lMpKlufUSrFWGesoLWa7wTdpqGkt6fJn4Flb9DjDxVJ+GDZZNhiimYQmD+bVnBbHvdPHHn6VwlO8q0BxfxgiEne6wN9teRyS1e59VA1oN1ZV1i90/DR51qHG/qRKqSXCq/ABqQ2Ca2/8AHUxVOI+uzX7gNpmAjU3L9+mA3WzCWAZerFTEO8YlhGhryBOo+H9VBUkc9gMib531dclujWQFxNTFnWAAAAAA==');
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.3.0.0 SourceGuardian (31.08.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
||||
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B34DE09EEDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/hZ2L6yLTRV4ZkcgBSrDjiqekfY8N2e3KCyQQma4t8W2Bc3Z4oERt1Pjy84SVwrgrFz/5iBJOFU3p3TFMyH0cVuKvmVaw4GUUOQxW2jYS2yszp8Ptd0a0dwRl7FCtQv6ujaIaBeRFoM2QLCt6D0o6WwgAAABwAQAAP8XJKcH50KeVPptJZUJvpBKbd9+pnoPik1ls7C0v2qrxGthKbllkIiYFRqlcpt1+rbRJaAQUj4dxLOdrLryvvAVnmWKYQ97kykwoYm3cyqctJeydhX4nCBoDFK+jAZ6LQQEHyLN6xNIldo2Eu2F4SwY4oJRg1fbxNvQxKxMeOSVJ/eRQmrjFd841hduk6zGV8p/6Zh4PIIyZHWxzSn7cZXIDEvTZ02qVOZMhyHpzQkzmwvEmMkgqe70Gpt08t1w9oliTnUKtQbBfmCEeYls0bXEo8edhoFBGnAKiicvaGTJbyokKaEak4ph66ba+JKqx1sRUFTnXgbPHIskfdrI4LPS8kTA01f5KhBUOmgQVovEB/y823qU/AH/1hXGXI87asOAZPR++kFTgMuiH4e7/jSDoQeeSXLTgJTMhTUczYOx11r3E5F91n5EyjSo7RqhR2uQlQA0nvYwn9vSG4rQEiWPtyWkAqDWYWXGUVTd4PKtRAAAAaAEAAItOWRzaJrPSv5p8ZAPnG6SHNLQjC14M2qt2HrUzj9TLq3COQOl1bxRytSYyqrEztdYMAX2//Rcs7RDhzuLsRKVazP3FllliAe7eh1wX2cHQR1VCeq2o9DqMZNdVGeyCcDtuC82bUy2Bgqb3HLrVRomjNaE8TPzGNbpNzZCgDaqm3bo0qI8gnk14slFEzb21Zt5ALY+XW5AbmYi+FLqKGFEDtCvWCV7DpVxYkLQQS9D3ikV62kZbIxLvTTRf7OKf3wLRNWXr0qLwBUk8m99dlMqO9dbhQ5FMTgI5eCCLvdDOfdv/buM9kjmFk4NhfkPscvcqmlCPwMPczx6QnyZa1Hh6iFdoq/kE1pTngbNaaKR9X0sDuKcZKJBr0KKzrt1ZvdcT6t5dj+MZMpyFwoWCWzOa3CCQlGSG0x0cEac5jEu33DCct4XQbkd4//IveA3v5euionDR1FNt0IzqWQD/fyEj11My/2bcggAAAAA=');
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.0 SourceGuardian (28.10.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('7A3737B36DE09FFDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/3Tz/0jjkIPsukRP3/GMcUNTgJmmRhJyZErNf0fQ8bfJ4U3Ptsulg4ON5KKO2XDrv4/GSUL7P5H5iV1CsQdmjBwYueUyhHycrwNFbn2MsOmv/LPZVh1WbiUGWQ0PRUb/84E7W19CNbh7eva3reS6xkggAAABwAQAAP8XJKcH50KeVPptJZUJvpBKbd9+pnoPik1ls7C0v2qrxGthKbllkIiYFRqlcpt1+rbRJaAQUj4dxLOdrLryvvAVnmWKYQ97kykwoYm3cyqctJeydhX4nCBoDFK+jAZ6LQQEHyLN6xNIldo2Eu2F4SwY4oJRg1fbxNvQxKxMeOSVJ/eRQmrjFd841hduk6zGV8p/6Zh4PIIyZHWxzSn7cZXIDEvTZ02qVOZMhyHpzQkzmwvEmMkgqe70Gpt08t1w9oliTnUKtQbBfmCEeYls0bXEo8edhoFBGnAKiicvaGTJbyokKaEak4ph66ba+JKqx1sRUFTnXgbPHIskfdrI4LPS8kTA01f5KhBUOmgQVovEB/y823qU/AH/1hXGXI87asOAZPR++kFTgMuiH4e7/jSDoQeeSXLTgJTMhTUczYOx11r3E5F91n5EyjSo7RqhR2uQlQA0nvYwn9vSG4rQEiWPtyWkAqDWYWXGUVTd4PKtRAAAAaAEAAItOWRzaJrPSv5p8ZAPnG6SHNLQjC14M2qt2HrUzj9TLq3COQOl1bxRytSYyqrEztdYMAX2//Rcs7RDhzuLsRKVazP3FllliAe7eh1wX2cHQR1VCeq2o9DqMZNdVGeyCcDtuC82bUy2Bgqb3HLrVRomjNaE8TPzGNbpNzZCgDaqm3bo0qI8gnk14slFEzb21Zt5ALY+XW5AbmYi+FLqKGFEDtCvWCV7DpVxYkLQQS9D3ikV62kZbIxLvTTRf7OKf3wLRNWXr0qLwBUk8m99dlMqO9dbhQ5FMTgI5eCCLvdDOfdv/buM9kjmFk4NhfkPscvcqmlCPwMPczx6QnyZa1Hh6iFdoq/kE1pTngbNaaKR9X0sDuKcZKJBr0KKzrt1ZvdcT6t5dj+MZMpyFwoWCWzOa3CCQlGSG0x0cEac5jEu33DCct4XQbkd4//IveA3v5euionDR1FNt0IzqWQD/fyEj11My/2bcggAAAAA=');
|
||||
|
@ -1,2 +1,2 @@
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.3.0.0 SourceGuardian (31.08.2022) @author Daniel Seifert support@shopmodule.com @copyright (C) 2022, D3 Data Development @see https://www.d3data.de */ ?><?php
|
||||
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B34DE09EEDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/hZ2L6yLTRV4ZkcgBSrDjiqekfY8N2e3KCyQQma4t8W2Bc3Z4oERt1Pjy84SVwrgrFz/5iBJOFU3p3TFMyH0cVuKvmVaw4GUUOQxW2jYS2yszp8Ptd0a0dwRl7FCtQv6ujaIaBeRFoM2QLCt6D0o6WwgAAAAoAQAAAi6EtP+cGujg82B6+9CRYCxqYnfA0HyVKkshVcEGWoOmjQaBFlZk0fIJvb/fMZJUW/J4nzB+krvKmHf2neCXH2iWZCOUd3/hwKVpOVMsGM1AwGEEbXlUHh2Zs1Kc35dIHNvqVgGISkMD/hA1Cmi3BC6dg5O1CxELspMrWKTSXwTT9twe1cOJC73gfHIpxUk2Uk4lE2qkCJclzhl4uCTAH4hoSa2Kr6fEmhGWNJe05KyhB982KH1uYPjn0EmTo3NQdjD3l29XgjlZbaKWRLCkxb8VBmZOFoxvKaAeGN9+yTpwANC5yJkKNMUaP3Fp9hShp6hDeSBhZcUKsbt51HwpN1BymPFqHbsw2U64BCjwlZ04UiSY1WESonbbRPu2lqCv72JWc33VcuFRAAAAKAEAAIvg52ZBlG1CaIhSmpaZRhNkwCv413Z0lQapv2XAMrzV5KQ5omYxN1VuLoRtW9Qy/4J6RE18g2owIifxRy5jIcSd3XqMHau8BzjypYkOX8RlRjwfkTeogBN2hrh1s2S59OCmvolWi1IUyeV2vv2WxQd7YXVYH9l6zgwOhWsnLPCqoNxK7D302GFTb3++jfxH+a0sQolc5TczOC9e+ZO5Xzz5VV+N+Jrlm89XjKuhwsz+wuQ8J/sV6RwRaaLiTlGjqrdTCOcSkB8/xyaqMAlpfSoHM9yxztNcDEU35cbs6KQBTp9pcwjOd+DD/sJ6oRlkOCTqvaXF7I9N0bD+jnbym881JZR8pj//xEkr1Aa6Cx2dofdDqnfn5oDDlHTS4BwXRaHjmpPmPLUQAAAAAA==');
|
||||
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.0.0 SourceGuardian (28.10.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('7A3737B36DE09FFDAAQAAAAXAAAABHAAAACABAAAAAAAAAD/3Tz/0jjkIPsukRP3/GMcUNTgJmmRhJyZErNf0fQ8bfJ4U3Ptsulg4ON5KKO2XDrv4/GSUL7P5H5iV1CsQdmjBwYueUyhHycrwNFbn2MsOmv/LPZVh1WbiUGWQ0PRUb/84E7W19CNbh7eva3reS6xkggAAAAoAQAAAi6EtP+cGujg82B6+9CRYCxqYnfA0HyVKkshVcEGWoOmjQaBFlZk0fIJvb/fMZJUW/J4nzB+krvKmHf2neCXH2iWZCOUd3/hwKVpOVMsGM1AwGEEbXlUHh2Zs1Kc35dIHNvqVgGISkMD/hA1Cmi3BC6dg5O1CxELspMrWKTSXwTT9twe1cOJC73gfHIpxUk2Uk4lE2qkCJclzhl4uCTAH4hoSa2Kr6fEmhGWNJe05KyhB982KH1uYPjn0EmTo3NQdjD3l29XgjlZbaKWRLCkxb8VBmZOFoxvKaAeGN9+yTpwANC5yJkKNMUaP3Fp9hShp6hDeSBhZcUKsbt51HwpN1BymPFqHbsw2U64BCjwlZ04UiSY1WESonbbRPu2lqCv72JWc33VcuFRAAAAKAEAAIvg52ZBlG1CaIhSmpaZRhNkwCv413Z0lQapv2XAMrzV5KQ5omYxN1VuLoRtW9Qy/4J6RE18g2owIifxRy5jIcSd3XqMHau8BzjypYkOX8RlRjwfkTeogBN2hrh1s2S59OCmvolWi1IUyeV2vv2WxQd7YXVYH9l6zgwOhWsnLPCqoNxK7D302GFTb3++jfxH+a0sQolc5TczOC9e+ZO5Xzz5VV+N+Jrlm89XjKuhwsz+wuQ8J/sV6RwRaaLiTlGjqrdTCOcSkB8/xyaqMAlpfSoHM9yxztNcDEU35cbs6KQBTp9pcwjOd+DD/sJ6oRlkOCTqvaXF7I9N0bD+jnbym881JZR8pj//xEkr1Aa6Cx2dofdDqnfn5oDDlHTS4BwXRaHjmpPmPLUQAAAAAA==');
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user