| Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 :: one page |
| Author |
Topic |

Ashoka TG
Einherjar Rising
 |
Posted - 2007.06.25 03:38:00 -
[181]
Edited by: Ashoka TG on 25/06/2007 03:37:30 Umm, I accessed my market transaction log yesterday and today when I access it again, it shows me entries starting 21-05-2007 (Yeah, i'm not a trader). So what happened to my entries after that. I didn't provide any beforeTransID or anything.
Can I access this info only once and then it is "cached"?
|

Elissen
Amarr The Arrow Project
 |
Posted - 2007.06.25 07:35:00 -
[182]
Originally by: Amida Ta So here is a new version that gets the Alliance-data dynamically from the server. Strangely enough the data does not seem to be entirely complete (at least two missing)
EVE Galaxy 0.3
Are you sure they are missing? It is possible that alliances are deleted and possibly even re-created. I've seen what appeared to be that the allianceID changed . In that case that particular alliance was deleted and then re-created.
But what alliances are you missing and did you check ingame if they actually still exist? For example, the alliance "Strength in Numbers" disappeared from the XML last friday between 1:00 AM and 2:00 AM. My bet is that is was deleted. ---- Weeks of programming can save you hours of planning. Jumpplanner v2.0 - Routeplanner for all jumpcapable ships! |

Honneamise
Amarr Indomita Classis Ion Core
 |
Posted - 2007.06.25 10:16:00 -
[183]
while retreiving data, the headers i receive are :
Quote:
HTTP/1.1 200 OK Connection: close Date: Mon, 25 Jun 2007 10:08:30 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 Cache-Control: private Content-Type: application/xml; charset=utf-8
it could be possible to get also "Content-Length : number" header ?
 |

Curunir
Amarr EVE Corporation Making Everything
 |
Posted - 2007.06.25 11:13:00 -
[184]
Originally by: Miranda Duvall I'd very much like an export of all my sell orders. Is that in the making?
Hangar export would be good also, but that has (slightly) less priority...
These two, combined with S&I export would give you a very fast way to calculate your (corps) worth and would be a great help to all IPO's out there
Don't forget the contracts (corp & characters). ;-) Would be a nice to have, too.
A warning by Mr. Cron that I'm running out of stock @ $LOCATION could be implemented without entering the stock data manually in a local database... that would be quite cool.
|

Dunedon
 |
Posted - 2007.06.25 13:55:00 -
[185]
SUGGESTION / IDEA
An API that would allow us to track the incoming and outgoing corporate hanger contributions.
Thanks for the API's provided so far, hope to see more in the future (excellent work!)
- Dunedon ------ WYSIWYG: I don't post with an Alt ... if I die in game for having an opinion, at least I know someone listened. - Dunedon |

Ray McCormack
BIG
 |
Posted - 2007.06.25 14:28:00 -
[186]
Originally by: Dunedon An API that would allow us to track the incoming and outgoing corporate hanger contributions.
I'm not sure that's possible or feasible, as corp hangars aren't logged or audited.
 | WTS Archons and Nidhoggurs | BMBE ISK Loans | |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
 |
Posted - 2007.06.25 14:32:00 -
[187]
Since my other post got locked.
Does anyone have a list of unpublished API calls?
There is the one for alliances (/eve/Alliances.xml.aspx), but I am sure there are others.
 What I do the rest of the time - Vote for a Jita bypass! |

Morris Falter
The Collective Against ALL Authorities
 |
Posted - 2007.06.25 15:48:00 -
[188]
Corporation POS list and fuel levels - also corp and personal production jobs.
Would be fantastically useful! (If wide open for mr spy to try and infiltrate, but hell, if you're silly enough to give pos roles out, then more fool you...)
 |

Arvoreen
Caldari Freedom-Technologies
 |
Posted - 2007.06.25 16:03:00 -
[189]
So I'm working with the wallet journal ( and I think the same problem exists with transaction journal).
I've implemented a script expanding on the python example that will retrieve data for my corporation wallet and store the rows in a database (so I can then massage later with excel, etc.).
In order to prevent trying to get the same data, I check the database for the last refID I've stored, and don't try to retrieve anymore once I've found it.
This leads to a problem. If I want to check a different division, I get a message saying it was expecting a 'beforeRefID' of the last entry in the previous results. But that shouldn't apply once I switch divisions, right? It appears to have to do with the way the caching of data is working. Until you step through the entire cache, you can't start from the beginning again? (passing in a beforeRefID=0 doesn't help).
Also, it seems that both transactions and journal are cached by character instead of my division. So in order for me to pull data on various divisions, I have to wait an hour between each request. This seems kind of cumbersome. That would mean that if all 7 divisions were in use, it would take 7 hours to retrieve all the data for them. 1 division per hour.
Wait...it's worse. The cache appears to be by apikey, since if I have 2 characters, in 2 different corporations, I can't retrieve the data for my second character after just retrieving it for my first. I get the error indicating I need to wait an hour.
Can this be addressed, or are we stuck with these limitations?
|

DeTox MinRohim
Madhatters Inc. M. PIRE
 |
Posted - 2007.06.25 16:26:00 -
[190]
Edited by: DeTox MinRohim on 25/06/2007 16:29:53
trainingEndTime in the Character information is sometimes wrong... dunno what happened recently but it doesn't give the right value anymore on some characters.
It seems to add 10 hours to the real training end time.
Example: http://eve.onewayweb.com/skillsheet.php?cid=902041617
This toon is finishing in 5 hours around 21H GMT tonight but according to the training xml file:
<trainingEndTime>2007-06-26 07:50:36</trainingEndTime>
Wich is wrong.
Note that on another char: http://eve.onewayweb.com/skillsheet.php#s16591
The training end time is right.
Why the difference on them ?
------ This sig space is Read-only ! omgalink - Online Skillsheet |
|

Neonemesis
 |
Posted - 2007.06.25 16:47:00 -
[191]
hello
i got a prob with this API export, i managed to connect and retrieve data from it i tried to catch data from /char/CharacterSheet.xml.aspx as i did i got all my skills and the char data right also the balance the only thing that is wrong r the skill enhancers and the skills
i am using a socket connection via php
greetings
|

Rhysheline
Gallente
 |
Posted - 2007.06.25 19:35:00 -
[192]
As promised here is an example for parsing the file using PHP. I encourage improvement though as this uses global variables for the functions.
Quote:
<?php
function parsefile($filename) { $return = array(); $currtag = '';
function parseit($filename) { global $return;
$parser = xml_parser_create(); xml_set_element_handler($parser, "startElement", "endElement"); xml_set_character_data_handler($parser, "characterData");
$fp = fopen( $filename, "r");
while ($data = fread($fp, 4096)) { $array = xml_parse(($parser), $data, feof($fp)); } xml_parser_free($parser); fclose($fp);
return $return; }
function startElement($parser, $tagName, $attrs) { global $return, $currtag; $string = '$return'; $currtag .= "^" . $tagName;
for ( $i=1; $i < count(explode("^", $currtag)); $i++ ) { $curr = explode("^", $currtag); $string .= "['" . $curr[$i] . "']"; }
foreach( $attrs as $a => $k ) { eval ($string . "['$a'] = $k;"); } }
function endElement($parser, $tagName) { global $currtag; $position = strrpos($currtag, '^'); $currtag = substr($currtag,0,$position); }
function characterData($parser, $data) { global $return, $currtag; $string = '$return';
for ( $i=1; $i < count(explode("^", $currtag)); $i++ ) { $curr = explode("^", $currtag); $string .= "['" . $curr[$i] . "']"; }
$string .= "['value'] = '$data';"; eval( $string ); if ( stristr($currtag, 'CACHEDUNTIL') === FALSE ) { } else { $return['cached'] = $data; } }
return parseit($filename); } ?>
Include this and then call the function. It will return an associative array for each level of the xml as well as an additional ['cached'] element that allows you to quickly determine how long that data is valid for (remember to offset GMT).
|

DeTox MinRohim
Madhatters Inc. M. PIRE
 |
Posted - 2007.06.25 20:22:00 -
[193]
Edited by: DeTox MinRohim on 25/06/2007 20:24:54
Originally by: Rhysheline As promised here is an example for parsing the file using PHP. I encourage improvement though as this uses global variables for the functions.
I use this to parse the xml, you simply send the content to it and you get the array. Not the worst stuff I saw. (I modified it though ... not sure I remember why... but you'll find the one I use in my skillsheet thingie in my signature.).
include_once 'xml.php'; $parse = XML_parsecontent($xmlstuff);
EDIT: Yea I remember why now, the original was reading the xml from a file, I simply add a thing to make it able read the xml contained in a variable instead of a file. So you can do both with it.
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Amida Ta
 |
Posted - 2007.06.25 21:07:00 -
[194]
Edited by: Amida Ta on 25/06/2007 21:09:34
Originally by: Elissen Are you sure they are missing? It is possible that alliances are deleted and possibly even re-created. I've seen what appeared to be that the allianceID changed . In that case that particular alliance was deleted and then re-created.
Very well possible. Did code that up while watching some TV and didn't pay much attention ;) Well. Another cache for alliance data 
BTW: New Eventlog ;)

|

TornSoul
BIG BIG is Beautiful
 |
Posted - 2007.06.25 22:19:00 -
[195]
Originally by: Amida Ta
BTW: New Eventlog ;)
Slap some times on (hour:minute should do) and set up a RSS feed, and I think you'll make alot of ppl happy (if you havent already )
===========
As was mentioned a couple of times above (by me as well) - The caching scheme really needs to have a look-over.
As it is now its.. well.. cumbersome, if you want to pull all of your data (in a timely manner)
BIG Lottery [url |

TornSoul
BIG BIG is Beautiful
 |
Posted - 2007.06.25 22:33:00 -
[196]
Just read through the backlog on IRC and found this
Quote:
[18:32] <comet> some people are reporting that if they want to query a different division, it still hits them with the one hour timeout. So, can the 1 hour timeout be character specific and division specific? [18:33] <Garthagk> it's supposed to be. [18:33] <Garthagk> if it's not, that's a bug.
There's hope!!
Now just pray Garth will actually have the time to fix it...
BIG Lottery [url |

Serenity Steele
Rearden Steele
 |
Posted - 2007.06.25 22:44:00 -
[197]
Edited by: Serenity Steele on 25/06/2007 22:43:23 There are a number of systems not correctly showing sovereignty XML:
To name a few:
solarSystemIDsolarSystemName 30003147111-F1 30003697C4C-Z4 30002617Z-N9IP 30000811N7-BIY 30003611S-EVIQ Interestingly enough, this problem also *cough* exists in the game client cache *cough*
 Eve Strategic Maps - Outpost Alert - Sovereign Systems - Alliance Rank |

Amida Ta
 |
Posted - 2007.06.25 22:48:00 -
[198]
Originally by: TornSoul
Originally by: Amida Ta
BTW: New Eventlog ;)
Slap some times on (hour:minute should do) and set up a RSS feed, and I think you'll make alot of ppl happy (if you havent already )
Well as far as I've seen the data currently only gets updated once per day, so not much use for hour:minute ;) And I really don't like/use RSS, so nothing from me in this space either... In fact I wouldn't even have appropriate webspace at my disposal...
|

Scorpyn
Caldari Infinitus Odium
 |
Posted - 2007.06.25 23:22:00 -
[199]
Let's see... one code to get access to everything? Did I understand that correctly?
If so, why not split it up into smaller parts? Like 1 code to view what characters are on a specific account, 1 code to see the skill list (perhaps this could be even more specific by only specifying certain skills or skillgroups), 1 code to see the wallet, 1 for corp wallet etc...
|

TornSoul
BIG BIG is Beautiful
 |
Posted - 2007.06.25 23:33:00 -
[200]
Originally by: Amida Ta Well as far as I've seen the data currently only gets updated once per day, so not much use for hour:minute ;)
Doh.. I forgot that one is once a day only. nvm 
BIG Lottery [url |
|

Popsikle
Minmatar Shadows of the Dead Aftermath Alliance
 |
Posted - 2007.06.26 00:01:00 -
[201]
Originally by: Scorpyn Let's see... one code to get access to everything? Did I understand that correctly?
If so, why not split it up into smaller parts? Like 1 code to view what characters are on a specific account, 1 code to see the skill list (perhaps this could be even more specific by only specifying certain skills or skillgroups), 1 code to see the wallet, 1 for corp wallet etc...
There are two codes.
1.) Char list and Skill sheets for all your chars. 2.) everything else.
Never give either code to anyone you dont trust 100% and never give code number 2 out at all! ____
 <t20> i want to be in a manager potition at Hooters <SaraDawn> Garthagk, do you have it up ? <Garthagk> I can get it up anytime. |

45thTiger 002
45th TIGERS Phoenix Supremacy
 |
Posted - 2007.06.26 02:46:00 -
[202]
Hi,
Does anyone have a list of RefType's for the Wallet export.
eg, RefTypeId 33 = Agent Mission Reward
Cheers 002
|

jide
The Nest
 |
Posted - 2007.06.26 05:00:00 -
[203]
Originally by: 45thTiger 002 Hi,
Does anyone have a list of RefType's for the Wallet export.
eg, RefTypeId 33 = Agent Mission Reward
Cheers 002
"refTypeID";"refTypeText";"description" "0";"Undefined";"" "1";"Player Trading";"" "2";"Market Transaction";"" "3";"GM Cash Transfer";"" "4";"ATM Withdraw";"" "5";"ATM Deposit";"" "6";"Backward Compatible";"" "7";"Mission Reward";"" "8";"Clone Activation";"" "9";"Inheritance";"" "10";"Player Donation";"Player gave cash to another owner" "11";"Corporation Payment";"CEO or Accountant transferred cash from corp. account" "12";"Docking Fee";"" "13";"Office Rental Fee";"" "14";"Factory Slot Rental Fee";"" "15";"Repair Bill";"" "16";"Bounty";"Player gave cash to someone''s bounty pool" "17";"Bounty Prize";"Player got bounty prize for killing someone" "18";"Agents_temporary";"TEMP" "19";"Insurance";"" "20";"Mission Expiration";"" "21";"Mission Completion";"" "22";"Shares";"" "23";"Courier Mission Escrow";"" "24";"Mission Cost";"" "25";"Agent Miscellaneous";"Agent paid you" "26";"Miscellaneous Payment To Agent";"You paid agent" "27";"Agent Location Services";"You paid agent to locate somebody" "28";"Agent Donation";"You donated/bribed the agent" "29";"Agent Security Services";"You paid agent to clean your rep" "30";"Agent Mission Collateral Paid";"You gave agent collateral for a mission" "31";"Agent Mission Collateral Refunded";"The agent returned collateral to you" "32";"Agents_preward";"The agent gave you this when you accepted the mission" "33";"Agent Mission Reward";"The agent gave you this as a reward" "34";"Agent Mission Time Bonus Reward";"The agent gave you this as a special reward for fast mission completion" "35";"CSPA";"CONCORD Spam Prevention Act" "36";"CSPAOfflineRefund";"Refunded CSPA charge because the other party was not online" "37";"Corporation Account Withdrawal";"Withdrawal from corporation account" "38";"Corporation Dividend Payment";"" "39";"Corporation Registration Fee";"" "40";"Corporation Logo Change Cost";"" "41";"Release Of Impounded Property";"Charge for the receipt of goods from a corporation hangar that is no longer rented" "42";"Market Escrow";"" "43";"Agent Services Rendered";"For miscellaneous services rendered by the agent" "44";"Market Fine Paid";"" "45";"Corporation Liquidation";"Funds from the liquidation of a corporation to a shareholder" "46";"Broker fee";"" "47";"Corporation Bulk Payment";"A payment from a corporation" "48";"Alliance Registration Fee";"" "49";"War Fee";"" "50";"Alliance Maintainance Fee";"" "51";"Contraband Fine";"" "52";"Clone Transfer";"" "53";"Acceleration Gate Fee";"" "54";"Transaction Tax";"Sales tax paid to the SCC for any transaction" "55";"Jump Clone Installation Fee";"" "56";"Manufacturing";"Installation and runtime cost for a manufacturing job" "57";"Researching Technology";"Installation and runtime cost for a technological research job" "58";"Researching Time Productivity";"Installation and runtime cost for a time productivity research job" "59";"Researching Material Productivity";"Installation and runtime cost for a material productivity research job" "60";"Copying";"Installation and runtime cost for a blueprint copying job" "61";"Duplicating";"Installation and runtime cost for an item duplication job" "62";"Reverse Engineering";"Installation and runtime cost for a reverse engineering job" "63";"Contract Auction Bid";"A bid on an Auction" "64";"Contract Auction Bid Refund";"Auction Bid refund" "65";"Contract Collateral";"Collateral for a contract" "66";"Contract Reward Refund";"Reward refund for a cancelled contract" "67";"Contract Auction Sold";"Bid payout for an Auction contract" "68";"Contract Reward";"Reward for completing a contract" "69";"Contract Collateral Refund";"Refund of collateral for a Courier contract" "70";"Contract Collateral Payout";"Collateral Payout because of a failed contract" "71";"Contract Price";"Contract Price"
 |

jide
The Nest
 |
Posted - 2007.06.26 05:01:00 -
[204]
"72";"Contract Brokers Fee";"Non-refundable contract tax" "73";"Contract Sales Tax";"Contract Tax for a successful contract" "74";"Contract Deposit";"Contract Deposit, refundable upon successful contract" "75";"Contract Deposit Sales Tax";"Contract Deposit Refund" "76";"Secure EVE Time Code Exchange";"Selling or buying of EVE Time Codes for ISK on secure.eve-online.com" "77";"Contract Auction Bid (corp)";"" "78";"Contract Collateral Deposited (corp)";"" "79";"Contract Price Payment (corp)";"" "80";"Contract Brokers Fee (corp)";"" "81";"Contract Deposit (corp)";"" "82";"Contract Deposit Refund";"" "83";"Contract Reward Deposited";"" "84";"Contract Reward Deposited (corp)";""
 |

Johnathan Roark
Caldari Quantum Industries
 |
Posted - 2007.06.26 06:49:00 -
[205]
Has anyone tried using some of Php5's new extentions such as simpleXML? I can get it to parse the file, but having trouble pulling the data out? im still a noob when it comes to a lot of php :(
 Corporation Management Improvement |

Nelrak
 |
Posted - 2007.06.26 10:50:00 -
[206]
<?php $data = array( 'userID' => "xxx", 'apiKey' => "yyy" );
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://api.eve-online.com/account/Characters.xml.aspx"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
$xml = new SimpleXMLElement(curl_exec($ch)); curl_close($ch);
foreach ($xml->xpath('//row') as $row) { echo 'Nom: '.$row['name'].' (id: '.$row['characterID'].')'.'<br/>'."\n"; echo 'Coporation: '.$row['corporationName'].' (id: '.$row['corporationID'].')'.'<br/>'."\n"; echo '<br/>'."\n"; } ?>
|

Radianze
 |
Posted - 2007.06.26 12:16:00 -
[207]
Edited by: Radianze on 26/06/2007 12:16:01 hi
are u getting your character information correct? it seems that the API export only gives back the start attributes when i add the skillbonuses and the enhancers (which r not read out :( ) then i get the right number of attributes... or is there something i make wrong?
Quote: <balance>***********</balance><attributeEnhancers /><attributes><intelligence>7</intelligence><memory>9</memory><charisma>5</charisma><perception>8</perception><willpower>10</willpower></attributes>
As u can see on this source output theres a missing "<attributeEnhancers >" tag is this problem caused by CCP or is it just my code? i used the code posted on some sides before too... same result
plz gimme a quick solution for this
regards
|

Blazing Fire
Interstellar Operations Incorporated Free Trade Zone.
 |
Posted - 2007.06.26 13:05:00 -
[208]
Originally by: FireFoxx80 I'm in the process of writing a .NET class for the Eve API, returning DataSets/DataTables/Values from the EveAPI.
If anyone is interested I will make it public; might take the weekend to rewrite my cowboy code to something usable though.
I am interested too Blazing Fire CEO
Interstellar Operations Incorporated Recruting |

Amida Ta
 |
Posted - 2007.06.26 16:29:00 -
[209]
Originally by: Radianze Edited by: Radianze on 26/06/2007 12:16:01
Quote: <balance>***********</balance><attributeEnhancers /><attributes><intelligence>7</intelligence><memory>9</memory><charisma>5</charisma><perception>8</perception><willpower>10</willpower></attributes>
As u can see on this source output theres a missing "<attributeEnhancers >" tag is this problem caused by CCP or is it just my code?
I'm not sure what you mean, but in the quoted output no "<attributeEnhancers >" tag is missing. The tag is just empty.
|

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
 |
Posted - 2007.06.26 17:26:00 -
[210]
Originally by: Nelrak code
Thanks, exactly what I needed to see
 Corporation Management Improvement |
|
| Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 :: one page |
| First page | Previous page | Next page | Last page |