September 23rd, 2009
Admin
I must admit, after running a few applications that all use the Full API key, my programs started to run into errors from eve that “Wallet exhausted: retry after ” This was more than slightly annoying, so I started to look into various API caching systems, and the only one I found never really intrested me. So I wrote my own.
The system is a single PHP Page, and a single .htaccess file to handle a quick and dirty mod_rewrite. I don’t fancy myself a professional coder, but it runs well enough.
Read more…
September 11th, 2009
Admin
Well, I’ve been working on a series of applications related to Eve-Online and I’m slowly forcing myself to learn javascript (Mostly for jQuery) and working with XML feeds (Not as horrifying as I thought)
Sooo, the site’s I’ve got in development:
http://eve.ablairwhm.info/ – This is the core site I have in development, built around the Yapeal libraries to pull down all of the data from the EVE Api systems
http://www.eve.ablairwhm.info/xmldumps/ – I recently decided that I dislike the ways that eve-central does alot of their market data parsing, and that the mail dumps they provide are far more useful. So this is my interpretation of the market logs, more to come in another post