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.
 

Need Help with Yapeal, EVE MySQL Dump, Corp Assets, and eve-marketdata api

Author
Erelaszun
Worthless Carebears
The Initiative.
#1 - 2012-03-07 12:08:21 UTC
First, let me say I am very rusty at PHP, as its been awhile since I've had to work with it.

What I am looking for is some example code that I can build from.
I have Yapeal Installed, and grabbing corp assets, and I also have the MySQL version of the EVE Database dump in another database as well. So what I am looking for is this:

Example code to take info from the Yapeal Corp Assets, use the EVE Database Dump to convert the name of the items, Location, Station or POS the item is located in, and what Corp Tab they are in, and Display them on a page
(don't need special HTML, just a simple example)

Then, Ontop of that, example code of how to look that item up on eve-marketdata API, to give me the current buy price for the item(s), Jita buy prices are fine, as this is more of a quick glance to see value of items.

This idea came from jEveAssets, in a sense that I want a web version, that will always be up to date, limited only by the API Cache times.

Basically something that looks kinda like this:

Item Name, Count, Value, Location, Container, Flag

Item name, self explanatory
Count: How many of said item
Value: as determined from eve-marketdata
Location: As in Solor System
Container: Office, or POS Structure
Flag: Corp Tab, In a container, On a ship, in a ships cargo, etc.

I am willing to listen to offers for compensation, and any feedback of what this will require.
Also willing to listen to offers for just writing the entire thing, if that is something you are interested in.

Thanks for reading!
Painkillaz
Caldari Provisions
Caldari State
#2 - 2012-03-07 12:21:47 UTC  |  Edited by: Painkillaz
You can test out my version of this idea :)


http://eve.blackproject.dk/main.php

Screenshots:
http://blackproject.dk/images/eve1.jpg
http://blackproject.dk/images/eve2.jpg


Features:
- Your Corp CEO has the ability to share corp assetinformation by entering a corp key (Can assign access to individual members)
- Display assets, corp and/or personal assets.
- Market information pr. individual item
- IGB should display the page properly(except for graphs)
- Items displayed like ingame(or close to)
- Multiple characters can be set up for each account.
- Graph historic data pr. item(Still under improvement.)

Known big bugs/issues:
- Stations with alot of items can take a while to load(1000+ items(not quantity))
- Graphs may or may not work, depending on client.
- No way of removing a key yet, if you want your information to be deleted, ill do it for you or just delete the API key via CCP.

Info:
- Dont mind the crude registration page.
- Please select and use a unique password when registering. DONT use your password for your gameclient.
Erelaszun
Worthless Carebears
The Initiative.
#3 - 2012-03-07 12:26:28 UTC  |  Edited by: Erelaszun
Painkillaz wrote:
You can test out my version of this idea :)


http://eve.blackproject.dk/main.php


Is this strictly a web app, or are you going to be releasing it for others to use on their own server?

EDIT: Just added a key with just assets from an alt, and its not displaying anything