Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Logfile
- ---------------
- [2014-08-15 23:45:41] yapeal.DEBUG: Starting autoMagic for Corp/StarbaseDetail [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Starting autoMagic for Corp/StarbaseList [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT ac."corporationID",urk."keyID",urk."vCode" FROM "evedb"."yp2_accountKeyBridge" AS akb JOIN "evedb"."yp2_accountAPIKeyInfo" AS aaki ON (akb."keyID" = aaki."keyID") JOIN "evedb"."yp2_utilRegisteredKey" AS urk ON (akb."keyID" = urk."keyID") JOIN "evedb"."yp2_accountCharacters" AS ac ON (akb."characterID" = ac."characterID") WHERE aaki."type" = 'Corporation' AND urk."isActive"=1 AND (urk."activeAPIMask" & aaki."accessMask" & 524288) <> 0 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseList for ownerID = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseList' AND "sectionName" = 'Corp' AND "ownerID" = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseList for ownerID = 98300065 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseList' AND "sectionName" = 'Corp' AND "ownerID" = 98300065 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT sl."itemID",ac."corporationID",urk."keyID",urk."vCode" FROM "evedb"."yp2_accountKeyBridge" AS akb JOIN "evedb"."yp2_accountAPIKeyInfo" AS aaki ON (akb."keyID" = aaki."keyID") JOIN "evedb"."yp2_utilRegisteredKey" AS urk ON (akb."keyID" = urk."keyID") JOIN "evedb"."yp2_accountCharacters" AS ac ON (akb."characterID" = ac."characterID") JOIN "evedb"."yp2_corpStarbaseList" AS sl ON (ac."corporationID" = sl."ownerID") WHERE aaki."type" = 'Corporation' AND urk."isActive"=1 AND (urk."activeAPIMask" & aaki."accessMask" & 131072) <> 0 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseDetail for ownerID = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseDetail' AND "sectionName" = 'Corp' AND "ownerID" = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: No UtilCachedUntil record found [] []
- [2014-08-15 23:45:41] yapeal.INFO: select get_lock('fe93c8701732cbc1f6aef0f0db132e83',5) [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Started filesystem retrieve for corp/StarbaseDetail [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Could NOT get XML data {"exception":"[object] (Yapeal\\Exception\\YapealRetrieverFileException: Could NOT find accessible cache file was given /htdocs/eve/yapealneu/cache/corp/StarbaseDetailfe93c8701732cbc1f6aef0f0db132e83.xml at /htdocs/eve/yapealneu/lib/Xml/FileCacheRetriever.php:146)"} []
- [2014-08-15 23:45:41] yapeal.DEBUG: Started network retrieve for corp/StarbaseDetail [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Started XSD validating [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: state => 1 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: stateTimestamp => 2013-09-24 13:04:48 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: onlineTimestamp => 0001-01-01 00:00:00 [] []
- [2014-08-15 23:45:41] yapeal.INFO: Have 1 row(s) to upsert into corpStarbaseDetail table [] []
- [2014-08-15 23:45:41] yapeal.INFO: INSERT INTO "evedb"."yp2_corpStarbaseDetail" ("ownerID","itemID","onlineTimestamp","state","stateTimestamp") VALUES (?,?,?,?,?) ON DUPLICATE KEY UPDATE "ownerID"=values("ownerID"),"itemID"=values("itemID"),"onlineTimestamp"=values("onlineTimestamp"),"state"=values("state"),"stateTimestamp"=values("stateTimestamp") [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: 98067338,1004057602236,0001-01-01 00:00:00,1,2013-09-24 13:04:48 [] []
- [2014-08-15 23:45:41] yapeal.INFO: Have 2 row(s) to upsert into corpFuel table [] []
- [2014-08-15 23:45:41] yapeal.INFO: INSERT INTO "evedb"."yp2_corpFuel" ("ownerID","itemID","typeID","quantity") VALUES (?,?,?,?),... ON DUPLICATE KEY UPDATE "ownerID"=values("ownerID"),"itemID"=values("itemID"),"typeID"=values("typeID"),"quantity"=values("quantity") [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: 98067338,1004057602236,16275,8333,98067338,1004057602236,4312,174 [] []
- [2014-08-15 23:45:41] yapeal.INFO: Have 1 row(s) to upsert into corpCombatSettings table [] []
- [2014-08-15 23:45:41] yapeal.INFO: INSERT INTO "evedb"."yp2_corpCombatSettings" ("ownerID","itemID","onAggressionEnabled","onCorporationWarEnabled","onStandingDropStanding","onStatusDropEnabled","onStatusDropStanding","useStandingsFromOwnerID") VALUES (?,?,?,?,?,?,?,?) ON DUPLICATE KEY UPDATE "ownerID"=values("ownerID"),"itemID"=values("itemID"),"onAggressionEnabled"=values("onAggressionEnabled"),"onCorporationWarEnabled"=values("onCorporationWarEnabled"),"onStandingDropStanding"=values("onStandingDropStanding"),"onStatusDropEnabled"=values("onStatusDropEnabled"),"onStatusDropStanding"=values("onStatusDropStanding"),"useStandingsFromOwnerID"=values("useStandingsFromOwnerID") [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: 98067338,1004057602236,0,1,490,1,0,99001323 [] []
- [2014-08-15 23:45:41] yapeal.INFO: Have 1 row(s) to upsert into corpGeneralSettings table [] []
- [2014-08-15 23:45:41] yapeal.INFO: INSERT INTO "evedb"."yp2_corpGeneralSettings" ("ownerID","itemID","usageFlags","deployFlags","allowCorporationMembers","allowAllianceMembers") VALUES (?,?,?,?,?,?) ON DUPLICATE KEY UPDATE "ownerID"=values("ownerID"),"itemID"=values("itemID"),"usageFlags"=values("usageFlags"),"deployFlags"=values("deployFlags"),"allowCorporationMembers"=values("allowCorporationMembers"),"allowAllianceMembers"=values("allowAllianceMembers") [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: 98067338,1004057602236,3,0,1,1 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseDetail for ownerID = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseDetail' AND "sectionName" = 'Corp' AND "ownerID" = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseDetail for ownerID = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseDetail' AND "sectionName" = 'Corp' AND "ownerID" = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseDetail for ownerID = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseDetail' AND "sectionName" = 'Corp' AND "ownerID" = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseDetail for ownerID = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseDetail' AND "sectionName" = 'Corp' AND "ownerID" = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Checking if cache expired on table corpStarbaseDetail for ownerID = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: SELECT "expires" FROM "evedb"."yp2_utilCachedUntil" WHERE "apiName" = 'StarbaseDetail' AND "sectionName" = 'Corp' AND "ownerID" = 98067338 [] []
- [2014-08-15 23:45:41] yapeal.DEBUG: Starting autoMagic for Char/SkillQueue [] []
- //Original xml manually fetched with the same keyID/vcode and for Starbase itemID=1015376388319
- ---------------------------------------
- <eveapi version="2">
- <currentTime>2014-08-15 21:52:24</currentTime>
- <result>
- <state>4</state>
- <stateTimestamp>2014-08-15 21:51:51</stateTimestamp>
- <onlineTimestamp>2014-07-22 11:51:27</onlineTimestamp>
- <generalSettings>
- <usageFlags>3</usageFlags>
- <deployFlags>0</deployFlags>
- <allowCorporationMembers>1</allowCorporationMembers>
- <allowAllianceMembers>1</allowAllianceMembers>
- </generalSettings>
- <combatSettings>
- <useStandingsFrom ownerID="98067338"/>
- <onStandingDrop standing="0"/>
- <onStatusDrop enabled="0" standing="0"/>
- <onAggression enabled="0"/>
- <onCorporationWar enabled="0"/>
- </combatSettings>
- <rowset name="fuel" key="typeID" columns="typeID,quantity">
- <row typeID="4051" quantity="10007"/>
- <row typeID="16275" quantity="8333"/>
- <row typeID="24592" quantity="3413"/>
- </rowset>
- </result>
- <cachedUntil>2014-08-15 21:57:11</cachedUntil>
- </eveapi>
- StarbaseList table from db
- --------------------------------
- "ownerID","itemID","locationID","moonID","onlineTimestamp","standingOwnerID","state","stateTimestamp","typeID"
- "98067338","1004057602236","31000274","40365173","0001-01-01 00:00:00","99001323","1","2013-09-24 13:04:48","20063"
- "98067338","1009916983156","30005082","40321639","0001-01-01 00:00:00","98067338","1","2014-06-26 12:56:47","20061"
- "98067338","1009916985195","30003532","40224146","0001-01-01 00:00:00","98067338","1","2013-03-23 21:43:50","16213"
- "98067338","1015376387594","30005054","40319976","0001-01-01 00:00:00","98067338","1","2014-07-22 11:24:08","20062"
- "98067338","1015376388319","30005054","40319975","2014-07-22 11:51:27","98067338","4","2014-08-15 21:51:51","20061"
- "98067338","1015415243221","30005054","40319978","0001-01-01 00:00:00","98067338","1","2014-07-22 11:35:13","20062"
Advertisement
Add Comment
Please, Sign In to add comment