PHP-Quelltext |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
<?php
// von http://www.Technikcentral.de bereitgestellt
// Definiere die Variablen -----------------------------------------------------------------
// Dein eBay Benutzername
$ebayid = "whit3tigers-gaming";
// Thumbnails anzeigen?
$thumbs = "1"; // 1 = Ja 0 = Nein
// Ebay selbst benutzt die pazifische Zeitzone, benutze diese Variable um Stunden zu addieren, damit es sich mit deiner Zeitzone abgleicht.
$timezone = "0";
// Beendete Auktionen anzeigen (-1 = Aktuell, 1 - 30 = Bis zu 30 Tagen in der Vergangenheit)
$since = "-1";
//Sortier nach (Artikelnummer = 1, Auktion Start = 2, Auktion Ende = 3, Aktueller Preis = 4, Neueste zuerst = 8,)
$sort = "8";
// Wieviel Artikel pro Seite anzeigen
$limit = "100";
// Ende der Variablen ---------------------------------------------------------------------
?>
<table border="0" class="Produkttabelle" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td width="12%" align="center" class="produkttitel">Artikelnummer</td>
<td width="12%" align="center" class="produkttitel">Angebotsbeginn</td>
<td width="12%" align="center" class="produkttitel">Angebotsende</td>
<td width="12%" align="center" class="produkttitel">Verbleibende Zeit</td>
<td width="12%" align="center" class="produkttitel">Preis</td>
<td width="25%" align="center" class="produkttitel">Höchstbietender</td>
</TR>
<?
// Bildet die ebay url
$URL = "http://cgi6.ebay.de/ws/eBayISAPI.dll?MfcISAPICommand=ViewListedItems&userid=$ebayid&since=$since&sort=$sort&rows=0";
//ebay.de Version
$Start="Zum Sortieren klicken Sie auf die Spaltenüberschriften";
// Öffnet die Datei
$file = fopen("$URL", "r");
// Liest die Datei
if (!function_exists('file_get_contents')) {
$r = fread($file, 80000);
}
else {
$r = file_get_contents($URL);
}
// Grabt nur die Contents die man will
$stuff = eregi("$Start(.*)$End", $r, $content);
// Setup zwischen den Items und Linien.
$content[1] = ereg_replace("</a><table border="0" cellpadding="0".*</td><br></tr>","",$content[1]);
$content[1] = ereg_replace("<tr bgcolor="#CCCCFF">.*High Bidder \/ Status","",$content[1]);
$content[1] = ereg_replace("<tr bgcolor="#CCCCFF">.*High Bidder \/ Status","",$content[1]);
$content[1] = str_replace("</table>", "", $content[1]);
$content[1] = str_replace("</th>", "", $content[1]);
$content[1] = str_replace("\r\n", "", $content[1]);
$content[1] = str_replace("\n", "", $content[1]);
$content[1] = str_replace("\r", "", $content[1]);
$content[1] = str_replace("<td align="center">", "", $content[1]);
$content[1] = str_replace("<td>", "", $content[1]);
$content[1] = str_replace('<td color="">', "", $content[1]);
$content[1] = str_replace("<td align="right">", "", $content[1]);
$content[1] = str_replace("<font color="">", "", $content[1]);
$content[1] = str_replace("</font>", "", $content[1]);
$content[1] = str_replace("<tr bgcolor="#ffffff">", "", $content[1]);
$content[1] = str_replace("<tr bgcolor="#efefef">", "", $content[1]);
$content[1] = str_replace("<tr bgcolor="#efefef">", "", $content[1]);
$content[1] = str_replace("</td>", "[ITEMS]", $content[1]);
$content[1] = str_replace("</tr>", "[LINES]\n", $content[1]);
// Schliesst die Datei
fclose($file);
$stuff = $content[1];
// Das erste array für EOF
$items = explode("[LINES]",$stuff);
$chC_checksum = base64_decode('PCEtLQ0KfCAgZUJheSBBdWN0aW9ucyBWaWV3ZXIgMS4wDQp8ICAoYykgRGFyaXVzIE1hbGlja2ksIDIwMDkgd3JpdHRlbiBpbiBQSFANCnwgIFsgaHR0cDovL3d3dy50ZWNobmlrY2VudHJhbC5kZSBdIA0KLS0+' );
// Loop wiederholung zwischen den Linien
$count = "0";
foreach ($items as $listing) {
// Bricht jede Linie in verschiedene Einzelteile
list($Item,$Start,$End,$Price,$Title,$HighBidder ) = explode("[ITEMS]",$listing);
// Entfernt das (*) vom höchstbietenden
$HighBidder = str_replace("(*)" , "" , $HighBidder);
//Benutzt einen Countdown um Time Left zu nutzen
$seperate = split('[. :]',$End);
$try=split(" ",$End);
$End=$try[0]."<br>".$try[1];
$month = $seperate[1];
$day = $seperate[0];
$year = $seperate[2];
$hour = $seperate[3]+$timezone;
$minute = $seperate[4];
$second = $seperate[5];
// mktime ist die markierte Zeit, und time() ist die aktuelle Zeit.
$target = mktime((int)$hour,(int)$minute,(int)$second,(int)$month,(int)$day,(int)$year);
$diff = $target - time();
$days = ($diff - ($diff % 86400)) / 86400;
$diff = $diff - ($days * 86400);
$hours = ($diff - ($diff % 3600)) / 3600;
$diff = $diff - ($hours * 3600);
$minutes = ($diff - ($diff % 60)) / 60;
$diff = $diff - ($minutes * 60);
$seconds = ($diff - ($diff % 1)) / 1;
// Als nächstes setzen wir das ganze in ein präsentables Format
$Time_Left = $days . " " . "Tage" . "<br>" . $hours . " " . "Stunden" . "<br>" . $minutes . " " . "Minuten";
// als letztes wollen wir noch die Ausgabe machen falls eine Auktion ausläuft last we want
if ($seconds <= 0) {
$TimeLeft = "Auktion beendet";
}
else {
$TimeLeft = $Time_Left;
}
// Vergewisser dich Input und Output vorhanden sind
if ($Start && $End && strip_tags($Price) && $Title && ($count < $limit)) {
$count++;
$colour = ( $colour == "productListing-odd" ) ? "productListing-even" : "productListing-odd";
$line = '<tr class="'.$color.'"><td colspan="6">'.$Title.'</td></tr>
<tr class="'.$color.'"><td align="center">'.$Item.'</td>
<td >'.$Start.'</td>
<td >'.$End.'</td>
<td >'.$TimeLeft.'</td>
<td >'.$Price.'</td>
<td >'.$HighBidder.'</td></tr>';
preg_match('/item=([^"&]*)/', $line, $match);
$itemnum=$match[1];
// Falls Thumbnails aktiert sind zeige sie an
if ($thumbs == 1) {
print $chC_checksum;
echo '<tr class="'.$colour.'">
<td class="produkttabelle" style="border-left:0px; border-right:0px; border-bottom:0px;" colspan="6">
</td>
</tr>
<td align="left" style="padding-left:5px; padding-bottom:5px;" colspan="6">
<a href="http://partners.webmasterplan.com/click.asp?ref=252852&site=1382&type=text&tnb=23&diurl=http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item='.$itemnum.'" target="_blank">'.$Title.'</a></td></tr>
<TR><TD align="center"><a href="http://partners.webmasterplan.com/click.asp?ref=252852&site=1382&type=text&tnb=23&diurl=http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item='.$itemnum.'" target="_blank">
<img src="http://thumbs.ebay.com/pict/'.$itemnum.'.jpg" border="0" width="52%"><br>'.$itemnum.'</a><br><br></TD>
<TD align="center">'.$Start.'</TD>
<TD align="center">'.$End.' Uhr</TD>
<TD align="center"><font color="red">'.$TimeLeft.'</font></TD>
<TD align="center"><font color="green"><b>'.$Price.'</b></font></TD>
<TD align="center">'.$HighBidder.'</TD></TR>';
}
// Andererseits zeige den Bieten sie jetzt Link
else {
echo '<tr class="'.$colour.'">
<td align="left" colspan="6">
<a href="http://partners.webmasterplan.com/click.asp?ref=252852&site=1382&type=text&tnb=23&diurl=http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item='.$itemnum.'" target="_blank">'.$Title.'</a></td></tr>
<tr class="'.$colour.'"><td align="center">'.$itemnum.'</td>
<td align="center">'.$Start.'</td>
<td align="center">'.$End.'</td>
<td align="center">'.$TimeLeft.'</td>
<td align="center">'.$Price.'</b></td>
<td align="center">'.$HighBidder.'</td></tr>';
}
}
}
?>
</TABLE>
|