Blame | Letzte Änderung | Log anzeigen | RSS feed
<?define("Range",100);define ("modul_name", "Warenwirtschaft");define ("tool_name", "bestellung");require_once "../Online-Shop/connect2.php";$time=microtime_float();require_once "includes/bestellungen/system/getBestellungLieferscheinStatus.php";require_once "includes/bestellungen/system/getBestellungRechnungStatus.php";require_once "includes/bestellungen/system/getBestellungStatus.php";require_once "includes/bestellungen/system/getBestellungSumme.php";require_once "includes/bestellungen/system/mysql_query_logged.php";require_once "includes/bestellungen/system/artikelDatabase.php";require_once "includes/bestellungen/system/bestellung_puffern.php";require_once "includes/bestellungen/system/getVersandItems.php";require_once "includes/best_manu/system/getShops.php";require_once "includes/bestellungen/createOrderText.php"; // Ma$l=getShops();if ($_GET["PDFexport"] == "true"){ $filter_maske = "false"; }else{ $filter_maske = "true"; }if ($_POST[Bestellung1]){header("Location: bestellungen.php?Bestellung=".$_POST[Bestellung1]);exit;}$max_string_lenght = 2000; // m.niewerthsession_start();$shops_ID=$_GET["shops_ID"];$query="select * from web_settings where shops_ID=$shops_ID order by Rang";$result = mysql_query ($query) or die (mysql_errno().": ".mysql_error()."<hr>$query<hr>");while($zeile=mysql_fetch_array($result)){$web_settings[$shops_ID][$zeile["ID"]]=$zeile["Inhalt"];}$url="https://secure.paytool.de/ncol/prod/querydirect.asp?".$web_settings[$shops_ID][115]."=".$web_settings[$shops_ID][110]."&".$web_settings[$shops_ID][116]."=".$web_settings[$shops_ID][112]."&".$web_settings[$shops_ID][117]."=".$_GET["orderid"]."&".$web_settings[$shops_ID][118]."=".$web_settings[$shops_ID][111];require_once "Config.php";$cfg=new Config();$conf=$cfg->parseConfig("$url","xml");if(PEAR::isError($conf)){echo "Fehler!<br>";echo $conf->getMessage();}else{$erg=$conf->toArray();var_dump($erg["root"]["ncresponse"]["@"]);}?>