These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Finding out which blueprints are available as bpos (i.e. T1)?
Trade Hub Price Checker: stop.hammerti.me.uk/pricecheck
Visit "Haulers Channel" in game for all matters courier-related.
Structure name/system API: stop.hammerti.me.uk/api
Hyperdrive your production business: Eve Production Manager
SELECT * FROM invTypes as it LEFT OUTER JOIN invMetaTypes as imt on imt.typeID = it.typeID LEFT OUTER JOIN invMetaGroups as img on imt.metaGroupID = img.metaGroupID where it.typeName = "Gnosis";
SELECT it.typeName, ia.typeIDFROM industryActivity as iaJOIN invTypes as it ON ia.typeID = it.typeIDWHERE ia.activityID = 1AND it.published = 1AND ia.typeID NOT IN (SELECT productTypeID FROM industryActivityProbabilities)
iveeCore 3.0: The PHP engine for industrial activities and CREST library