| Pages: 1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 [70] |
1381. [POLL] Do you want the ingame browser to become better - in EVE Technology Lab [original thread]
As someone pointed out above CCP uses at least part of the code from IGB in the UI so until that's no longer true they really can't just get rid of it without coding a replacement so while they are at it might as well make something that works bet...
- by Dragonaire - at 2008.11.21 02:56:00
|
1382. Yapeal PHP API library - in EVE Technology Lab [original thread]
Thanks I'm killing bugs as fast as I find them but going to need some help from someone with some of the ones you talked about because the alt I'm using doesn't own any POS so that might make it hard testing My original code that I extracted Ya...
- by Dragonaire - at 2008.11.21 02:36:00
|
1383. Yapeal PHP API library - in EVE Technology Lab [original thread]
Ok after over 200 revisions according to subversion I think I've killed all the previous bugs that made it unusable. It's got a lot of fixes to database code since I've changed over to using ADOdb (included) instead of MDB2. Yapeal is now fully PE...
- by Dragonaire - at 2008.11.18 00:56:00
|
1384. Too many logs.... but I love them so... - in EVE Technology Lab [original thread]
My only comment for now is what language is it in? Just a guess on my part that it's maybe Perl but doesn't look confusing enough like I find most script for it -- Finds camping stations from the inside much easier. Been known to write some PH...
- by Dragonaire - at 2008.11.17 01:02:00
|
1385. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
The skill tree is in the API and you can read about it here . You may also be able to piece it together from static dump which you'll also need to use 'to put names to the numbers' as I think of it. Anything dealing with the API is about using i...
- by Dragonaire - at 2008.11.14 20:22:00
|
1386. Advanced Python EVE API wrapper - in EVE Technology Lab [original thread]
No problem Entity guess for my part the 'Uneducated response is uneducated.' comment just struck a nerve with me I won't disagree that since it has been the policy in the past for them to include a columns attribute on rowsets then they really ...
- by Dragonaire - at 2008.11.14 13:19:00
|
1387. Advanced Python EVE API wrapper - in EVE Technology Lab [original thread]
Don't think the flaming was called for and if you were so involved then why didn't you make a DTD or XSD and release it? That would have not only help all the third party developers but also the people that followed you when adding new stuff to AP...
- by Dragonaire - at 2008.11.14 03:01:00
|
1388. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
Contact me in game and I'll give you a link to a project that I'm developing with some other guys that may have what you want. It's available to public but doesn't have any published code yet so not posting about it really anywhere yet. -- Finds c...
- by Dragonaire - at 2008.11.14 00:12:00
|
1389. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
Not sure how you get that it's not in API. I think the way people get it is by acting like they are eve client connecting and server sends it out before the login part then you just drop connection. You'll have to find that out from someone that h...
- by Dragonaire - at 2008.11.14 00:04:00
|
1390. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
If you know how to view them I did have a probably now outdated version of a User Guide under Docs. -- Finds camping stations from the inside much easier. Been known to write some PHP code for API from time to time too.
- by Dragonaire - at 2008.11.13 23:59:00
|
1391. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
Easiest way to use it is to make a folder for it name yapeal or something put everything from svn into it then copy the yapeal.ini-example file to yapeal.ini in config and read it and make changes as needed. the only file that needs to be run is b...
- by Dragonaire - at 2008.11.13 23:52:00
|
1392. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
Yeah the skill tree is in static dumps but you get your character's known skills form API. I'm sure that Yapeal can be wrapped in a BAT or CMD file and ran as long is all the paths and other stuff are setup right but since I've always used it on ...
- by Dragonaire - at 2008.11.13 23:41:00
|
1393. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
I'd use a require or require_once but yes. The one I've developed is Yapeal and it made to be run in a crontab but can also be ran from command line which I use during testing or could be called in other ways. I've only glanced at the others a lit...
- by Dragonaire - at 2008.11.13 23:04:00
|
1394. Market History - in EVE Technology Lab [original thread]
That the cache file they are talking about in other thread and I talked about here used by Bacon. They changed cache file so Bacon didn't work anymore and that always the risk with using them that they change them without notice or to prevent peop...
- by Dragonaire - at 2008.11.13 22:58:00
|
1395. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
There's several php libraries that you can use listed there that you can use. I happen to have made one of the latest ones listed btw ;) but I'm currently in a development cycle to get rid of it's dependence on PEAR packages which makes it harder ...
- by Dragonaire - at 2008.11.13 22:53:00
|
1396. Embedding/Using Cache Files - in EVE Technology Lab [original thread]
There's only static data in data dumps no market data just ways to look up what all the numbers mean really in data dumps. Only place for live data is the cache files or through Eve API for your market data and your corporation's -- Finds camping ...
- by Dragonaire - at 2008.11.13 22:43:00
|
1397. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
Think you need to check out stuff here . Has area with some of the queries people have developed and shared. Have a look at the ID to Name Conversion link in APAPIv2 Page Index page also. -- Finds camping stations from the inside much easier. ...
- by Dragonaire - at 2008.11.13 22:36:00
|
1398. Market History - in EVE Technology Lab [original thread]
If you only want your history you can get it through the API but anything that shows everybodies can be used to make auto tools and they make that hard. Have you looked at the EveCentral APIs they worked for me to make something that with a little...
- by Dragonaire - at 2008.11.13 22:30:00
|
1399. New Eve Website Eve Lounge - in EVE Technology Lab [original thread]
<? $sql="SELECT * FROM chrRaceSkills,invTypes where skillTypeID = typeID"; $result=mysql_query($sql); ?> That should be close got to do a join in the where clause if using implied join like I did or you can use the other style which I can'...
- by Dragonaire - at 2008.11.13 22:22:00
|
1400. Market History - in EVE Technology Lab [original thread]
Edited by: Dragonaire on 13/11/2008 22:15:23 Might have a look at this thread and others about the files I was talking about. Using cache files -- Finds camping stations from the inside much easier. Been known to write some PHP code for A...
- by Dragonaire - at 2008.11.13 22:15:00
|
| Pages: 1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 [70] |
| First page | Previous page | Next page | Last page |