These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
API Список корпораций
$src = "https://api.eveonline.com/corp/CorporationSheet.xml.aspx?corporationID=".$corporationID;$fsrc = fopen($src,'r'); //falseПолучаю ошибку: Failed open to stream
$src = "https://api.eveonline.com/corp/CorporationSheet.xml.aspx?corporationID=".$corporationID;$dst = "file.xml";copy($src, $dst))Получаю ошибку: Failed open to stream
$corporationID = '98104879';$file_corporationsXML = "https://api.eveonline.com/corp/CorporationSheet.xml.aspx?corporationID=".$corporationID;$xmlcorp = simplexml_load_string(file_get_contents($file_corporationsXML));Получаю ошибку: Failed open to stream