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.
 

API checker - Simple tool to do background checks. (No longer simple!)

Author
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#281 - 2015-12-15 16:58:08 UTC  |  Edited by: ItsmeHcK1
Yarr!
This tool and I are still alive, but severely hampered by RL.
I have updated most of the underlying API libraries to match the current available endpoints, but I'm still working on the display of said data. It's coming, just very slowly.

As for corporate/alliance keys, I have a very big tool coming for that, but it's gonna be in the form of an alliance management tool, with phpbb/TS3 integration, API key monitoring for members, POS management, you name it. We've been using it to run Shadow Cartel for quite a while now, it just needs some polishing before I publish the source.
Amely Miles
Second Exile
#282 - 2015-12-15 18:54:44 UTC
yay!!

As I slipped my finger slowly inside her hole, I could immediately feel it getting wetter and wetter.

I took my finger back out and within seconds she was going down on me.

"I really need a new boat," I thought to myself.

Spookzor 4-Eyes
Grey Templars
#283 - 2016-01-14 12:55:56 UTC
Got a question. I want to do API checks but I need to use my personal API for it since I dont have a corp/alliance API for standings. Which options should I select for the API on the API key management page?

If I just select standings (access mask 524288) and try it I get an error while fetching standings.
Korgoroth
Embellishment
#284 - 2016-04-08 15:08:02 UTC
Excellent, thank you for making this.
Mobuto
State War Academy
Caldari State
#285 - 2016-05-02 01:49:56 UTC
I'm getting an error whenever I try to punch in an API.

http://imgur.com/wa7WUDy

Anyone got any ideas?
qu1ckkkk
The Warp Core Stabilizers
#286 - 2016-05-02 05:53:46 UTC
Mobuto wrote:
I'm getting an error whenever I try to punch in an API.

http://imgur.com/wa7WUDy

Anyone got any ideas?


Not sure about the context, but the max accessMask value recently became bigger and a 32bit integer, so you need a big int or something to store that.

See the mask for the "Clones" call here: https://api.eveonline.com/api/CallList.xml.aspx

Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.

Project Page: https://github.com/eveseat/seat

ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#287 - 2016-05-03 08:43:39 UTC
Yup, seems like I need to convert some ints.
I'll post a fix in the next few days, including a lot of newer API's I've been working on including.
Desmont McCallock
#288 - 2016-05-03 09:25:31 UTC
Mobuto wrote:
I'm getting an error whenever I try to punch in an API.

http://imgur.com/wa7WUDy

Anyone got any ideas?
https://forums.eveonline.com/default.aspx?g=posts&m=6470295#post6470295
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#289 - 2016-05-03 21:28:17 UTC
Spookzor 4-Eyes wrote:
Got a question. I want to do API checks but I need to use my personal API for it since I dont have a corp/alliance API for standings. Which options should I select for the API on the API key management page?

If I just select standings (access mask 524288) and try it I get an error while fetching standings.

I forgot to respond to this one, sorry. :( All you need is ContactList. (Standings is NPC standings.)
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#290 - 2016-05-03 23:20:28 UTC  |  Edited by: ItsmeHcK1
Since, according to the changelog, it's been well over a year since the last update, here's a little rushing:
v2.90 is available for download here. (or here for x86) You will need a new set of images as well.

Changelog for this version:
  • Updated the Result overview window to reflect the new API information.
  • - Jumpclones added.
  • - Jump statistics added.
  • - Some other minor additions.
  • Updated the API key entry window to match the new access masks.
  • Updated the notification display to handle new notifications.
  • Updated EVE.Net to the new API code:
  • - Added char|corp/Blueprints.
  • - Updated CharacterSheet. (home station, (jump)clones, skillpoints)
  • - Updated ContactList. (labels)
  • [*]- Updated IndustryJobs and added IndustryJobsHistory.
Mike Vandenberg
School of Applied Knowledge
Caldari State
#291 - 2016-05-05 02:33:50 UTC
Thanks for the fast update! I'll shoot you some isk when I log in to show my appreciation. Every bit counts, right! :)
Capt Tyrosian
The Scope
Gallente Federation
#292 - 2016-05-26 11:45:15 UTC
Hi

I have a really annoying problem, this popup comes every time I try to start the program.
Running win 7 on 64-bit and have tried to reinstall as well as running the 32-bit version.

http://imgur.com/RQSgcg4
ItsmeHcK2
Seriously Educated eXamplary Event Servicemen
#293 - 2016-05-27 08:19:10 UTC
That error comes up when it can't reach the API server during the initialization. Maybe your firewall is blocking it?
Capt Tyrosian
The Scope
Gallente Federation
#294 - 2016-06-03 18:30:37 UTC  |  Edited by: Capt Tyrosian
ItsmeHcK2 wrote:
That error comes up when it can't reach the API server during the initialization. Maybe your firewall is blocking it?


I have tried to manually configure all files associated to the program in my firewall, but its still blocked :(
Thx for the advice though :)

*edit*
Trying the most obvious did the trick...: "Run as administrator"
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#295 - 2016-06-05 12:34:41 UTC
Welp, that's odd. It really shouldn't need to unless you placed it in C:\Windows or something, but hey, if it works. vOv