biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

Unable to verify EVE API keys #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A new install of the 4.04 EDK I am unable to verify EvE API id/vCode, it always 
returns "Bad Authentication".

Looking through the "admin_api.php" code, with my limited PHP knowledge it 
seems there are some oddities with the code such as:

Line 276: $flags |= KB_APIKEY_CHAR;

i.e the "|=", is that a standard PHP operator/notation?

Line: 313: if ($flags & KB_APIKEY_LEGACY)

i.e the "&", is that meant to be a pointer/condition or actually "=="?

Any ideas?

Thanks.

Original issue reported on code.google.com by r7p...@gmail.com on 9 Jul 2012 at 10:06

Attachments:

GoogleCodeExporter commented 9 years ago
http://php.net/manual/en/language.operators.bitwise.php

Original comment by i...@ifreeman.net on 9 Aug 2012 at 2:10

GoogleCodeExporter commented 9 years ago
I got the "Bad Authentication" message also for some time. It turned out, the 
CCP API server was down or at least "partly" down.

So, the error message may be misleading, but the problem should have 
disappeared, right?

Original comment by hgloc...@gmail.com on 23 Aug 2012 at 6:13

GoogleCodeExporter commented 9 years ago
If you need further help, use the [http://eve-id.net/forum/viewforum.php?f=504 
support forums].

Original comment by idun@theexecutioners.org on 13 Jan 2013 at 7:22