ebay-spider
URL:
http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item=".$auction." |
".$m.".Auktion: ".$auction."
[url] |
";
$arrT=explode(">Beschreibung",$page_code);
$k=0;
while($arrT[$k]){ if($k>1){ $arrT[1].=$arrT[$k]; } $k++; }
$arrT[0]="";
$arrTB=explode(">Angaben zu Zahlung und Versand",$arrT[1]);
$arrT[1]=""; $arrTB[1]="";
$arrTImg=explode("",$arrTImg[$k]);
$arrTImg[$k]="
\n";
$arrTImgTmp=""; $k++;
}
$k=0;
while($arrTImg[$k]){
if (
!strpos($arrTImg[$k],"/x.gif") and
!strpos($arrTImg[$k],"/verify-icon.gif") and
!strpos($arrTImg[$k],"/dot_clear.gif") and
!strpos($arrTImg[$k],"/bullet_blk.gif") and
!strpos($arrTImg[$k],"/cip.gif") and
!strpos($arrTImg[$k],"/blk.gif") and
!strpos($arrTImg[$k],"/versandservice_70x20.gif") and
!strpos($arrTImg[$k],"/postbank_70x20.gif") and
!strpos($arrTImg[$k],"/toolbar_70x20.gif") and
!strpos($arrTImg[$k],"/backArrow_14x14.gif") and
!strpos($arrTImg[$k],"/gallery_inline_top.gif") and
!strpos($arrTImg[$k],"/get_flash.gif") and
!strpos($arrTImg[$k],"/get_flash_6.gif") and
!strpos($arrTImg[$k],"/bl_gal.gif") and
!strpos($arrTImg[$k],"/br_gal.gif") and
!strpos($arrTImg[$k],"/andale_gallery.gif") and
!strpos($arrTImg[$k],"/gallery_inline_bottom.gif") and
!strpos($arrTImg[$k],"/ul_gal.gif") and
!strpos($arrTImg[$k],"/ur_gal.gif") and
!strpos($arrTImg[$k],"/upArrow_14x14.gif") and
strpos(strtolower($arrTImg[$k]),"src")
) { echo "".str_replace("\\\"","\"",$arrTImg[$k])." | ";}
$k++;
}
echo "
";
} // eof
if ($hlAuktionen){
$i=0; $k=0;
while ($i"; $m++; }
$m=0;
while ($hl_output[$m]){
$str_url="http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item=".$hl_output[$m];
if ($hl_output[$m]!=$hltempauction){
$hltempauction=$hl_output[$m];
$str_content = join("", file($str_url));
$test=parsePage($str_content,$hl_output[$m],$m);
}
$m++;
}
}
?>