Тип Вещи |
Уровень вещи |
Название вещи |
Текущая ставка |
Окончание торгов |
error_reporting(E_ALL);
$fname="http://service.neverlands.ru/api/auctions.txt";
$lines = file ($fname);
for ($i=2; $i < count($lines); $i++){
$tmp=str_replace("|", "&@", $lines[$i]);
$tasty=split("&@",$tmp);
$id=$tasly[0];
$tip=$tasty[1];
$catigor=$tasty[2];
$level=$tasty[3];
$name=$tasty[4];
$stavka=$tasty[5];
$okon=$tasly[6];
if ($tip==2){ $tip="Вещь NPC";}
if ($tip==1){ $tip="Раритет";}
if ($catigor==3){ $name="
";}
echo "
".$tip." |
".$level." |
".$name." |
".$stavka." |
".$okon." |
";
}
?>
echo $lines[0];
?>