EVE-SECURE / ooe

Automatically exported from code.google.com/p/ooe
0 stars 0 forks source link

Eve Image Server Change #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Character portraits are broken, as it uses the depreciated img server. 

The new one is:
http://image.eveonline.com

Then for Character portraits;

/Character/{characterID}_{width}.jpg

Slightly more info at: http://image.eveonline.com/

Original issue reported on code.google.com by webg...@gmail.com on 19 Jan 2011 at 6:44

GoogleCodeExporter commented 9 years ago
Are you sure you have the latest released code?

This was resolved prior to 1.7's release, in issue 9.

Original comment by shrimp.za@gmail.com on 19 Jan 2011 at 6:47

GoogleCodeExporter commented 9 years ago
fixed on our custom index using script diff at line 74 in index of templates.

                  <a href="#" title="{$char.name}" onclick="setCurrent('setchar', '{$char.characterID}')"><img src="http://image.eveonline.com/Character/{$char.characterID}_64.jpg" /></a>

Original comment by MediekOr...@gmail.com on 19 Jan 2011 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 21 Jan 2011 at 7:09