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
GeekWarrior
S0utherN Comfort
#161 - 2013-07-25 03:25:03 UTC
Planetary Genocide wrote:

Learn Java!






Vomit!

Python 4eva
Doomchinchilla
Collapsed Out
Pandemic Legion
#162 - 2013-07-25 04:10:51 UTC
This guy is pretty cool. I support this.
ImaGrapeYou Aldent
Vanille LLC
#163 - 2013-07-25 04:49:43 UTC
Itsme, you continue to suprise me. Great tool, keep up the good work!
Alpheias
Tactical Farmers.
Pandemic Horde
#164 - 2013-07-25 11:37:33 UTC  |  Edited by: Alpheias
Any chances of seeing the source code? Because this is essentially a data miner and something that I am not too happy about ever phoning home.

Agent of Chaos, Sower of Discord.

Don't talk to me unless you are IQ verified and certified with three references from non-family members. Please have your certificate of authenticity on hand.

ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#165 - 2013-07-25 12:43:36 UTC  |  Edited by: ItsmeHcK1
Draconic Slayer wrote:
When I click to expand a desired solar system in the assets tab, it continually pop-ups a dialog reading, "Image already added?" and continues to do so until I've clicked 'Ok' twenty or more times and then everything within the program becomes unclickable.

Did you download the Images package and place it in the same directory? (ie. does that folder have a subfolder called Images?)
That's a leftover message from debugging, because I'm bad at maintaining my codebase, but it does indicate a pretty serious problem.

Alpheias wrote:
Any chances of seeing the source code? Because this is essentially a data miner and something that I am not too happy about ever phoning home.

I'm still not entirely sure on that one, but I'm leaning towards no most of the time.
However, due to it being C#, you could easily run it through a decompiler if you're just looking for peace of mind. (The test guy a few posts above you seems to have done just that.)

ShadowandLight wrote:
ItsmeHcK1 wrote:
Parse corp information how?



location of corp members, list of corp assets, pos's etc... all the things that corp level API gives you? :)

While certainly possible, it's a bit of a stretch from the main purpose of the application.
The one scenario I considered was if someone has an altcorp; it could be very useful to look into that sort of stuff.
It's on the to-do list, but not something I can add within a few hours, so it'll be a while before, if ever tbh, (I'm a lazy man.) I add it.


Everyone else:
Thanks! Big smile
Alpheias
Tactical Farmers.
Pandemic Horde
#166 - 2013-07-25 12:59:03 UTC
ItsmeHcK1 wrote:
Alpheias wrote:
Any chances of seeing the source code? Because this is essentially a data miner and something that I am not too happy about ever phoning home.

I'm still not entirely sure on that one, but I'm leaning towards no most of the time.
However, due to it being C#, you could easily run it through a decompiler if you're just looking for peace of mind. (The test guy a few posts above you seems to have done just that.)


Of course, but you understand that I find your decision not to release the source code rather strange when you on the other hand also say "you could easily run it through a decompiler"?

Agent of Chaos, Sower of Discord.

Don't talk to me unless you are IQ verified and certified with three references from non-family members. Please have your certificate of authenticity on hand.

ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#167 - 2013-07-25 13:06:48 UTC  |  Edited by: ItsmeHcK1
Yep.
Doesn't seem to stop everyone else though. Smile

All I can and will do right now is promise that there is no data mining going on outside of your own computer.
Everything that you can see through my application can only be seen then and there. I don't even save the results locally. (Although most API calls are cached.)
EasyPickingsOA
Priory Of The Lemon
Brave Collective
#168 - 2013-08-02 10:33:35 UTC
awesome toolCool
O'Skar Budrinovitz
Sebiestor Tribe
Minmatar Republic
#169 - 2013-08-03 02:32:05 UTC
Just tried to use it...

system: WinXP 32-bit

downloaded 32-bit version (APIcheckerv261-x86.zip),
downloaded Images folder,

after double click I get:

"API checker v2.exe is not proper Win32 application"
(translated from Polish, so English txt box may differ)

Any clues?
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#170 - 2013-08-03 08:07:48 UTC  |  Edited by: ItsmeHcK1
Damnit. Sad
Basically, the newest version of Visual Studio, which I use, wasn't made to work on x86 systems.
They said to have patched that later on, but I guess it didn't work.
I'll have to look into it some more and get back to you.

[edit]
Can you give this version a try?
Also, please check which version of .Net you have installed. (Configuration panel > Software > Look for Microsoft .Net Framework [numbers])
O'Skar Budrinovitz
Sebiestor Tribe
Minmatar Republic
#171 - 2013-08-08 03:27:02 UTC
ItsmeHcK1 wrote:
Damnit. Sad
Basically, the newest version of Visual Studio, which I use, wasn't made to work on x86 systems.
They said to have patched that later on, but I guess it didn't work.
I'll have to look into it some more and get back to you.

[edit]
Can you give this version a try?
Also, please check which version of .Net you have installed. (Configuration panel > Software > Look for Microsoft .Net Framework [numbers])


Works like a charm, thanks ;-)

Maffia Thug
Veteran Gamer's Network
#172 - 2013-08-09 17:21:10 UTC
Have you thought any about DUST514 and when CCP releases the DUST514 API's? Just basically asking if you have thought of that for future stuff.
Maffia Thug
Veteran Gamer's Network
#173 - 2013-08-09 17:28:11 UTC
Also, I may have missed it but, where do I put the pictures file?
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#174 - 2013-08-09 22:24:55 UTC
Maffia Thug wrote:
Also, I may have missed it but, where do I put the pictures file?

In the same directory as the other stuff. So your directory should have APIcheckerv2.exe, the two DLL's, readme.txt, changelog.txt, a data folder and an images folder.

Maffia Thug wrote:
Have you thought any about DUST514 and when CCP releases the DUST514 API's? Just basically asking if you have thought of that for future stuff.

That had never even crossed my mind, no.
I'm not really into dust myself - is there something worth checking there? I thought you couldn't currently share anything between Eve and dust?
Jacob Atreides
Arclight Industrial Operations
#175 - 2013-08-31 01:49:19 UTC
Hi ItsMe,

Love the app, thank you very much for your time and efforts!

One concern/question - I'm getting a 403-Forbidden return when the app queries the zKillboard servers - any suggestions as to possible causes and/or fixes?

Thanks again for all the hard work!

Regards,
J.
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#176 - 2013-09-01 17:46:19 UTC
I got nothing...
Maybe a temporary downtime on their part?
Baby Blue Thunder
KAB Mining Inc.
#177 - 2013-09-16 18:05:06 UTC
Thanks alot, awesome tool ! :)
Gabriel Rei
Unknown 0rder
#178 - 2013-10-15 14:00:33 UTC  |  Edited by: Gabriel Rei
Excellent program saved me lots of trouble and work.
However recently been getting this:

Error: Error fetching RefTypes.
And then the program closes.

I will try and do a reinstall.

EDIT: Apparently the API server was down Big smile
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#179 - 2013-10-15 16:46:41 UTC
Gabriel Rei wrote:
Error: Error fetching RefTypes.

...snip...

EDIT: Apparently the API server was down Big smile

Yup, that'd do it.
I really should add some better error handling there. P
Wyvern Barski
Doomheim
#180 - 2013-10-30 19:24:00 UTC
The version I am using does not seem to have the modified skill list that came with the most recent update - the skills which changed their names, as well as the entire "Resource Processing" section.

Is there a newer version that supports these changes?