These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

SMF ESAM 1.5.0 fix using new CCP API Details

Author
Imperium Romanus
Yamagata Syndicate
Northern Coalition.
#1 - 2012-10-17 16:16:17 UTC  |  Edited by: Imperium Romanus
Hi guys,

If like me, you are using ESAM for API verification for SMF, then you'll need to change the API URL it refers to.

Its pretty easy, you need to go into the SMF root, then the 'Sources' folder. Copy the file: 'EsamApi.php' out of there to ur PC and update the line:
From:
private $apisite = "http://api.eve-online.com";

To:
private $apisite = "https://api.eve-online.com";

Save and rename the old file on the server just in case and upload ur updated file and ur good to go.

Simples ;)