Blame | Letzte Änderung | Log anzeigen | RSS feed
<?require_once "system/cmdSend.php";require_once "../../XMLParser.php";foreach(array("mediaran_de")as $DB){loadSettings($DB);$query="select*from$DB.eBay_Auktionenwhere$DB.eBay_Auktionen.eBay_error=''and$DB.eBay_Auktionen.eBay_Id=0andFROM_UNIXTIME(UNIX_TIMESTAMP($DB.eBay_Auktionen.ListingStartDay)+TIME_TO_SEC($DB.eBay_Auktionen.ListingStartTime),\"%Y-%m-%d %H:%i:%S\") <= now()";$result = mysql_query ($query) or die (mysql_errno().": ".mysql_error()."<hr>".$query."<hr>");while ($zeile=mysql_fetch_assoc($result)){foreach(array('ID','artikel_ID','ListingStartTime','ListingStartDay')as $elem) { unset ($zeile[$elem]); }/*$SessionTest = new Ebay_Session();$SessionTest->InitFromConfig("ebay.config");TitleSubtitleTextCategoryCategory2QuantityDurationMinimumBidBuyItNowPricePrivateDescriptioneBay_IdeBay_error*/}}?>