These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
List API corporations
$ Src = "https://api.eveonline.com/corp/CorporationSheet.xml.aspx?corporationID=".$corporationID;$ Fsrc = fopen ($ src, 'r'); // FalseI get the error: Failed open to stream
$ Src = "https://api.eveonline.com/corp/CorporationSheet.xml.aspx?corporationID=".$corporationID;$ Dst = "file.xml";copy ($ src, $ dst))I get the error: 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));I get the error: Failed open to stream
Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.