These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Website Development
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
$typeids=array(34,35);$url="http://api.eve-central.com/api/marketstat?regionlimit=10000002&typeid=".join('&typeid=',$typeids);$pricexml=file_get_contents($url);$xml=new SimpleXMLElement($pricexml);foreach($typeids as $typeid){ $item=$xml->xpath('/evec_api/marketstat/type[@id='.$typeid.']'); $price= (float) $item[0]->sell->percentile; $price=round($price,2); echo $typeid." ".$price."\n";}
$typeids=array(34,35);
[Lotteries] New Eden Grand --{ LIVE }--
https://nexusdev.net/negrand/
$typeids = array();foreach ($typeidlookup as $tid){ $typeids[] = $tid;}