add 7.1.2.0 sourceGuardian PHP 8
Cette révision appartient à :
Parent
0d0869258e
révision
22275a1a56
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
@ -105,8 +105,10 @@ class d3decoder
|
||||
public function decodeUtf8(?string $encodedValue): mixed
|
||||
{
|
||||
return unserialize(
|
||||
utf8_decode(
|
||||
html_entity_decode($encodedValue ?? '', ENT_QUOTES)
|
||||
mb_convert_encoding(
|
||||
html_entity_decode($encodedValue ?? '', ENT_QUOTES),
|
||||
'ISO-8859-1',
|
||||
'UTF-8'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
@ -101,10 +101,12 @@ class d3encoder
|
||||
*/
|
||||
public function encodeUtf8(mixed $decodedValue): string
|
||||
{
|
||||
return utf8_encode(
|
||||
return mb_convert_encoding(
|
||||
serialize(
|
||||
$decodedValue
|
||||
)
|
||||
),
|
||||
'UTF-8',
|
||||
'ISO-8859-1'
|
||||
);
|
||||
}
|
||||
|
||||
|
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
@ -1,3 +1,7 @@
|
||||
![stability mature](https://img.shields.io/badge/stability-mature-008000.svg)
|
||||
[![latest tag](https://img.shields.io/packagist/v/d3/modcfg?label=release)](https://packagist.org/packages/d3/modcfg)
|
||||
![License](https://img.shields.io/packagist/l/d3/modcfg)
|
||||
|
||||
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
||||
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
![stability mature](https://img.shields.io/badge/stability-mature-008000.svg)
|
||||
[![latest tag](https://img.shields.io/packagist/v/d3/modcfg?label=release)](https://packagist.org/packages/d3/modcfg)
|
||||
![License](https://img.shields.io/packagist/l/d3/modcfg)
|
||||
|
||||
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
||||
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
||||
|
||||
|
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
@ -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 Modul-Connector @version 7.1.1.1 SourceGuardian (24.10.2024) @author Daniel Seifert support@shopmodule.com @copyright (C) 2024, 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('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');
|
||||
<?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 Modul-Connector @version 7.1.2.0 SourceGuardian (21.01.2025) @author Daniel Seifert support@shopmodule.com @copyright (C) 2025, 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('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');
|
||||
|
@ -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 Modul-Connector @version 7.1.1.1 SourceGuardian (24.10.2024) @author Daniel Seifert support@shopmodule.com @copyright (C) 2024, 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('7A3737B357210ED1AAQAAAAhAAAABKgAAACABAAAAAAAAAD/fVLTT4wTj4Z+y5mWP8wHb5oTILiOxtPf1Os/IBYGQt1FrVrNi/CUYP2PzG8epIC5tHiNEv7kIdPyzT+6nLU/Btg9BlaN7eDr7HzJMT/VDCGxOwJfYP2QcgUq8iRbUja+LNMrToENWfSm3efIu281pGR14ls+5ToYiBz3hmklJX05gk/WEKw145Cq536vL0xJ8HZxnKnnPAeeOEc/suYJSk/0AFqMWKYXCAAAAOAAAABQPPYp3Nng4dkadcT5GR7nK5C1LyvKxaW9Q57+/XIxUHc/23hA6TIYHEm+QgYlGikBnVwsDXAiZr5CuaC/XM0kavT5rOZ0cEzmnG2MPXCoFeyzSxL1dyd7icamA9zTyOwKkndzQ37ZAORio221YdlOjs36EbtOYlqqBn10z++lvGQ/OAT0mZ2M2fBCwHBE4hgVHLnhZ6e6JmvLVRRvB+eiwzTd6JsD9k8Ejew5tFMiLd3m1HH+8LRh6pknUi+sq8zvuZ/Z9PutwOGbP96WVf6tgWrYcWBJMUZ0GGUjlaYPqFEAAADYAAAAozi8mfKQulSXjxgf9GiYnEOOW7ssBp3BbVQJc31MFYrDupcSBsTCUWW8Lgq/MhhGWUv1IGVq1Ej2PbXwpPWLyCdBv1/JEvqq/fU9F/doHwPoA9DPuxLEXyNHoAhp+11rwPq6cklZgFxSvG0wGFgUJlzNqL0qbd32SLrUrWl0tSEvgzEapt4nT4jfnFzPfKWgpzfxkCZg5BO3JwVHIFaawAY+17XY/LuNu27hMiFqtp/CpWKQ98L4cKkhB0VITkwn5rNcz9zX1u9e8vAxBoz0ji+fZPmDVETPUgAAANgAAAB3DAJezDRSxOann59dvXJ8Xy5jLHlIu5lOWTGW34CVRCKpo0OcltXn1DOoad4yFU9Vqf6RrkvBYVBQGLeW/MAoljqz2ZT8LUn4gNHBkG6yv3n4b4AnoJWyt3xVQzn1qeneQktEnaQVzn/O5TNAkucOaRiBkoGH9ykbTzHfT4yIvHtswZQmGGKysDoN8oCYe1BA0oRLfrQo0z2CJ4vPIN0tGeq0fU/enCHcHSBcelBW1brKCUr8ddXuL+k+55tXSwJsn5O1IejGZ4VWtT3t7vu5k4ZBZZQXBmcAAAAA');
|
||||
<?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 Modul-Connector @version 7.1.2.0 SourceGuardian (21.01.2025) @author Daniel Seifert support@shopmodule.com @copyright (C) 2025, 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('7A3737B3A1210E09AAQAAAAhAAAABKgAAACABAAAAAAAAAD/bKpXpMTCUxONbHwgzhKbO2odOwsyYqiccz6+oYoAKaJiyEK6ThXLqtQ4g7XvnUgmVoSncEze4f0exAoyHy29ey/tdzsU9nYpgmHoabr39L8Tjd5BKdlJm1mvVHTaY8mxH/Jqrr3zjKDscMFYjnvrhrHA+j2ZQ+nwDHTGqIpy07KhRT2DtoMC2Pvydw87+mCpzSpVug/dRih33i1WBhT2E82lkFUcvgD7CAAAAOAAAABQPPYp3Nng4dkadcT5GR7nK5C1LyvKxaW9Q57+/XIxUHc/23hA6TIYHEm+QgYlGikBnVwsDXAiZr5CuaC/XM0kavT5rOZ0cEzmnG2MPXCoFeyzSxL1dyd7icamA9zTyOwKkndzQ37ZAORio221YdlOjs36EbtOYlqqBn10z++lvGQ/OAT0mZ2M2fBCwHBE4hgVHLnhZ6e6JmvLVRRvB+eiwzTd6JsD9k8Ejew5tFMiLd3m1HH+8LRh6pknUi+sq8zvuZ/Z9PutwOGbP96WVf6tgWrYcWBJMUZ0GGUjlaYPqFEAAADYAAAAozi8mfKQulSXjxgf9GiYnEOOW7ssBp3BbVQJc31MFYrDupcSBsTCUWW8Lgq/MhhGWUv1IGVq1Ej2PbXwpPWLyCdBv1/JEvqq/fU9F/doHwPoA9DPuxLEXyNHoAhp+11rwPq6cklZgFxSvG0wGFgUJlzNqL0qbd32SLrUrWl0tSEvgzEapt4nT4jfnFzPfKWgpzfxkCZg5BO3JwVHIFaawAY+17XY/LuNu27hMiFqtp/CpWKQ98L4cKkhB0VITkwn5rNcz9zX1u9e8vAxBoz0ji+fZPmDVETPUgAAANgAAAB3DAJezDRSxOann59dvXJ8Xy5jLHlIu5lOWTGW34CVRCKpo0OcltXn1DOoad4yFU9Vqf6RrkvBYVBQGLeW/MAoljqz2ZT8LUn4gNHBkG6yv3n4b4AnoJWyt3xVQzn1qeneQktEnaQVzn/O5TNAkucOaRiBkoGH9ykbTzHfT4yIvHtswZQmGGKysDoN8oCYe1BA0oRLfrQo0z2CJ4vPIN0tGeq0fU/enCHcHSBcelBW1brKCUr8ddXuL+k+55tXSwJsn5O1IejGZ4VWtT3t7vu5k4ZBZZQXBmcAAAAA');
|
||||
|
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
@ -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 Modul-Connector @version 7.1.1.1 SourceGuardian (24.10.2024) @author Daniel Seifert support@shopmodule.com @copyright (C) 2024, 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('7A3737B357210ED1AAQAAAAhAAAABKgAAACABAAAAAAAAAD/n82Q1ziidUdEGDmtA+ajfsnR92GlZ26qNwL05lv+16zmxqGvs2oX60eMEb+8nMddzjUIK61k7Hmgl1iSaO5DRHh7B5W2ju4hegMGOhRfk6+MwWfREnaWyqathPVmsQMg9iTopnSzKuwS3jukzwQOTLMsIQdZ10TgnFTddgg1Vy22O4LRy0NLqf/I7APJnaxyRF1P2s2HgzjmjzqYOcKmBTneKeiJevUNCAAAALgBAADGdn38JUPNgjHW9RPlVm9QnGSH0zVyxhE9dOJ7iZzEDYr3TwqtH0qfUyj55EQbpgg7hE4yk6SHBscQJr+OpcmtX8TnD85SyKCGGcNes9uylkbM6qbIUN0+9T39XLQ5UktIGKBrQr8T/M4uDQY3kBQNODEbUgbnv7IWKKApU2u0DFKcfI4kiJ19NanL3pwjoEVgbAwX/RDpY5uVQh2GHHRmo1bKqYen2Fi8hhbvs9QvqtlWXNMPfCkMCTXX28dwavazfDOWltV1ANaI4Gorzq+lEP4PWmUZSLJZ5zpfT3wiCP1F8JLHbQLtEgRtXk0N4SJWQah8hhC8mAk+BoEG4PpzP3RRSguODMdTMogiivR2zdz8dSBnruN5jQQi7EvefS8HuFEB3XScSZsvcQx+JNzUQg3P1KOz3+2kyNHxdSDieydkEtY/k60A8ybRVWHG9u++GBVyzOEzttT5JM/buj2gohC77UK8uwwUhGsgurgmLtkVspuirHOtbxl/i0wlagoP0KYLpJWjfyM/knxl02079Gj16odl2RGTVEdpiD15Qf7Msf09ZcTwbIeKcWnrIAvNkUFJgR0pBlEAAACoAQAAnw1keBRo+rWKnYcVducdeWn518KFH9XdmwVVo1KmbHFilT3ovR0PzI2txn62bzst42EuHKuMC979/MpfFtVzmTJCVsL0EEqMa5QDtg+QxIzdoShcLK4LdLGoSMUXV2yebA8yeh4oibvPPjgItrhikzWBrIcpJWy+p+5ssKXkTRoDTlcEjmeeYRmZEpAeFvaFp73soHhes8DJDrZyO2XPmmXBJu58B3ce9Y+qimtXZiicfQK69oUlFqoIFI2iFJxMPcl2G2de3iDckpyn0AgbEbHONjle0CXfqjXfMr2ZcwNGLa/fT7yU+miexNtPz7wlHw0cJ5x1HXfaREz8Ohna9wrEcNL9lothLI3O5tBXKFhCBFzLd0mP/Gepf6z7n9PT2QLY3j0oLiPvTdAoX0QxRopR5PvjAQCo2mTBM0NXrDmzikKNJmXATyuRV3WT9e/rQLM0E3TSWAI/jFVzau2N2hrIxwjDhINc63+7DyMRz5/b6eFshYNZvTNM9KHAn6bop7FCL0j6L6JqTzP97GXTXhJ8Y2ph4yb7ruJQMkAviPXBhdM6loE+mVIAAACoAQAAKkGpai4B2iis/9TnU3P81N0YZepXShy15zGu+KNUu/1NojBDjMwdqlT6RKjG6otB3UnfHWmryGT9XAVTCX/Txz1DYV6ywamrn0am18+F17hGEKSK+DXDxkDDn12xjhQyxFG1ytC3QAi2iiqkxJwsi1h5q1k29mwz7QbPdraV/gJhkKj94BMCRMUMNNosbeV+HdByaKYaKm6tYNX98BC+weOy9z4NNXBqf7USnj3fnvrSeCRveUQtFcA1nlr4B9yC+tuXL9EGEC8AonlV1BJG3mCfW7WlfzzATtcOVTrOAQZzHPPYyc7AGawo0ZHbe/JVjbYRr7pRAvtz5+CtP+6KvdBNGpfJMj7sazQWMenBu9pT4H+JZbeAnKNfigEGAhGK2eGXsXVdxS5acoWMI7fXMqPDsZyjlA7swJE0qmyFtupWY0IGyOTkb3NN4TIeiJNUQgymdujvRJcDTYPsHl7liTvgju25PPtnVTH554fMjeNIWUbBTqDs6vrha/HD2lSn5I6hXMkN0b+l+3OA0G2J//HpUxXkQItHDwCHCDJvN3WdTpXsj33QZAAAAAA=');
|
||||
<?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 Modul-Connector @version 7.1.2.0 SourceGuardian (21.01.2025) @author Daniel Seifert support@shopmodule.com @copyright (C) 2025, 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('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');
|
||||
|
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Certains fichiers ne sont pas affichés car ce diff contient trop de modifications Voir plus
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur