stiez / pos-tracker-eve

Automatically exported from code.google.com/p/pos-tracker-eve
0 stars 0 forks source link

Add support for API Proxies #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very useful to support API Proxies directly from the config file.

Original issue reported on code.google.com by zae...@gmail.com on 16 Feb 2011 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by frozenic...@gmail.com on 16 Feb 2011 at 2:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is probably in 5.1.7 but I can't be sure and I'm impatient so...

If you're looking for a fix now, you can do a find/replace on 
"includes/class.pos.php".

Search for 
   api.eveonline.com" 
and replace it with 
   ".API_PROXY

in your eveconfig/config.php file, add the following line with your own proxy 
address:

define("API_PROXY","api.eveonline.com");

Original comment by scott.mu...@gmail.com on 30 Sep 2011 at 2:19

GoogleCodeExporter commented 9 years ago
Completed. Added for release into 5.2.

Original comment by frozenic...@gmail.com on 3 Dec 2011 at 11:18