Pages: [1] 2 3 4 5 |
1. CCP position on paid apps for iOS - in EVE Technology Lab [original thread]
It is, however, quite legitimate to have subscribers pay ISK for services. While not a direct monetisation, it can save you money on your personal eve subscriptions. --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2011.06.10 12:37:00
|
2. Help guys tried everything - in EVE Technology Lab [original thread]
Originally by: epsilonion ' TextBox1.Text() = webdata <<--- does not work says can not convert to value '================ ========================================= ' Now we have the API XML lets parse the XML and put the corp mem...
- by Immersive - at 2011.06.10 12:13:00
|
3. Internal Server Error [500] - in EVE Technology Lab [original thread]
OK, So I'm a little curious as to why accessing an api page with invalid credentials results in a server error... http://api.eveonline.com/corp/walletjournal.xml.aspx (which redirects to) http://www.eveonline.com/corp/walletjournal.xml.aspx ...
- by Immersive - at 2009.09.30 04:12:00
|
4. Getting started - in EVE Technology Lab [original thread]
Can you get there from your regular browser? Probably Proxy/Firewall issues --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2009.03.27 13:47:00
|
5. Character ID datatype - in EVE Technology Lab [original thread]
Personally, I'd have assumed any type of ID to be unsigned. They may still be using longs, but you can check that in the static data exports (table metadata) --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2009.03.26 13:16:00
|
6. API Information (IDs cross-reference?) - in EVE Technology Lab [original thread]
Edited by: Immersive on 25/03/2009 11:36:53 ID to name conversions can be done easily through the API (Character ID -> Name Conversion does all static data. I think it's just a dbo.eveNames lookup) However, To find the path, you need to kn...
- by Immersive - at 2009.03.25 11:36:00
|
7. System IDs - in EVE Technology Lab [original thread]
[Eve-Dev] Name to ID API Handles Character, Corporation, and Alliance names. Also handles most static data. --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2009.03.25 11:31:00
|
8. What software do you use.... - in EVE Technology Lab [original thread]
Originally by: Alantara Well, i am learning c# right now. If you think, that you start learning c# and begin with a project including SQL maybe with LINQ, forget it. You really have to start with the language itself and smaller things to u...
- by Immersive - at 2009.03.18 13:00:00
|
9. What software do you use.... - in EVE Technology Lab [original thread]
For eve development I use: - Visual Studio 2008 (using C#) - SQL Server Express (native static dump format) - SQL Server Compact if writing a distributable application (eg: skill tracker) - SQL Server Management Studio Express (gui management syst...
- by Immersive - at 2009.03.18 12:47:00
|
10. Public corp info available SOONÖ - in EVE Technology Lab [original thread]
Originally by: "Apocrypha patch notes" * All corporation public information is now accessible in the CorporationSheet API now. An error that occurred if the corp was not in an alliance has been resolved. I only have 3 words... Awesome...
- by Immersive - at 2009.03.09 05:04:00
|
11. IGB Browser header testing and why not to trust them - in EVE Technology Lab [original thread]
Originally by: Tonto Auri This has been mentioned already: EVE IGB trust is not YOU trust your visitors' info, it is your visitors trust you enough to send their info to your site. Yes, I believe that was the point of this thread. ...
- by Immersive - at 2009.03.04 03:41:00
|
12. Voice control app? - in EVE Technology Lab [original thread]
I think the best you'll be allowed is to have keyboard/mouse emulation via voice control. Unless CCP build voice control into eve (unlikely, imho) anything that gives more direct control than emulation will be a violation of the EULA (due to anti...
- by Immersive - at 2009.03.04 03:29:00
|
13. IGB item drag-and-drop? - in EVE Technology Lab [original thread]
So an <input type=Text> wont do it? --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2009.02.28 12:18:00
|
14. SQL Server 2008 Express and the Data Export... - in EVE Technology Lab [original thread]
I am using SQL 2005 Express. Grab the SQL Management Studio Express from Microsoft Downloads (it's Free, as in Beer) Have a play with that. There's tools in there to restore databases from Backups (BAKs) --- New to the API? GrabRaw XML It's ...
- by Immersive - at 2008.11.12 12:37:00
|
15. IGB Changes in Quantum Rise? HTML Form does not show Fields... - in EVE Technology Lab [original thread]
not sure about everyone else, but I reference all my IGB stuff from: EvE-Dev IGB Documentation --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2008.11.12 12:30:00
|
16. how to transform station_id to text? - in EVE Technology Lab [original thread]
Edited by: Immersive on 27/09/2008 18:22:07 Or you could use the Character ID to Name conversion API... http://wiki.eve-id.net/APIv2_Eve_CharacterID_XML Works for all static data --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2008.09.27 18:21:00
|
17. Eve Client/ Patch downloads - in EVE Technology Lab [original thread]
Mirror --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2008.09.27 18:09:00
|
18. Find all corporations with No Taxes - in EVE Technology Lab [original thread]
The problem you'll have is finding corporation IDs, and determining if they are active. I see you used Alliance list, but not all corps are in alliances.
- by Immersive - at 2008.09.19 13:28:00
|
19. Is an account always assigned to the same server/node? - in EVE Technology Lab [original thread]
How much RAM do you have? Although this should affect ALL of your eve instances...
- by Immersive - at 2008.09.19 13:24:00
|
20. Ship Skills via MySQL - in EVE Technology Lab [original thread]
Names of Items are in table: invTypes Names of Attributes are in table: dgmAttributeTypes Values of Attributes are in table: dgmTypeAttributes Have fun with the SQL --- New to the API? GrabRaw XML It's coming...
- by Immersive - at 2008.09.16 15:07:00
|
Pages: [1] 2 3 4 5 |
First page | Previous page | Next page | Last page |