Out of Eve 1.1 Released
Hah. Only 3 months late.
Out of Eve has been fully updated to Quantum Rise spec, the promised journal feeds, API key security, and a number of other tweaks. OutofEve.com has been updated to the latest available version, and the source is available for download.
Please leave any feedback in the comments of this post. I’ll set up a proper OOE page on this site at some point, with download links and more detailed information.
Hey, just signed up, this is awesome!
However my assets at a particular 0.0 station don’t show up … email me if you want more info to chase it down.
Thanks for the hard work,
Jammin
Very nicely done, but there seems no obvious way to refresh the assets display with the latest data from the API. There should be an explicit button, and it would be nice if the valid-until date and time for API data was displayed.
Jammin: Thanks :). Out of Eve 1.2 has been released (and the main site upated), which should resolve your assets issues (I assume this revolves around the conquerable outposts?).
MadOverlord: There’s no explicit API-refresh option, as the site obeys the API’s cache times, and checks if they’ve expired on every load. If you view your assets page, and it’s cache has timed out, it’ll automatically fetch the latest data. Adding an explicit “Refresh” button would actually do absolutely nothing ;). I suppose showing the cached-until time may be handy though, and I’ll keep that in mind for the next update.
Thanks.
What are the chances of adding a factional standing gain/loss and the reason it was given?
IE missions or ratters in 0.0.
this would be an easy way of keeping track of missions and the next storying line ( maybe )
Is it a known issue that research in a POS is not shown under the research area?
Thanks
Amazing job! Thx for the hard work!
Just installed the latest release of ooe on our server and it is sweet!
Its being tested at the moment, but so far looking good.
Couple of things…Production Cost utility requires you to type a name of an item rather than a drop down? I assume thats something to do with sheer numbers and breaking the drop down, but what about a 2 stage drop down selection. First is category, second is product in category?
Keep up the good work…
thanks
It’s an awesome appliucation!
Only one small thing, everywhere there should be items I get a ‘?’ icon and it gives an error:
Fatal error: Call to a member function getGroup() on a non-object in /home/cassusbe/public_html/outofeve/plugins/showinfo/plugin.php on line 14
Any ideas how to fix this?
Really great work!
But I also have a small problem. The “corporation” menu entry isn’t shown. Is there anything I forgot to set up ?
Regards
Rainer
Can this work in wordpress???? If so i’d love it if you could make it happen! Thanks
Also if you have any info on this can you let me know via the e-mail provided
Thanks
Hey I love this tool you have created but I am having huge issue’s installing. I put it on my test server here which is an OS X machine.. anyway I am having problems with the part where your supposed to encrypt the file for the api.. I have set the folder outside WWW and after that it just says the file is empty when I try to put something in there. I tried the suggested line:
echo “mykey9876″ > /path/tofolder, I tried changing the mykey to something else and first it just would tell me that the area was a folder..
so then I tried changing it aq little and it makes a file and then it just says the file is empty.. so I am lost, the site won’t fire up. HEEEEEEEEEEELP!!!
hehehe.
Rainer: Check the preferences option, there are a series of tick boxes to force the corp menu options on.
Horus - did you manage to solve the “Call to a member function getGroup()” issue? I am also having it and havn’t worked out a solution yet. It’s driving me mad
Thanks for any hints
It would be seriously useful if the asset list, in particular the corp asset list, could be filtered/sorted by REGION.
For example, I’ve been asked to pick up trade items in a region that my corp has bought. The eve client can’t sort/filter by region for corp items, despite having no problems doing it for personal items (#&@&@!!).
I am declaring myself willing to pay a bribe to get this functionality.
Do you have a bug/issue tracker? I’d like to report a bug but I haven’t found any place to do so.
What license is OOE released under? proprietary? GPL? plz let me know, our corp is looking at making some changes to the functionality.
I’ve just uploaded this to my server (Ubuntu 8.10) and I can’t figure out why I’m getting - API key encryption file at “” is empty! There are text files in there for it, or do I just fail and haven’t named it correctly?
The filepath in the config.php points to the right folder.
There has to be something I am doing wrong…
hey buddy - fantastic program here, there seems to be an issue where my market orders have not updated. The wallet has, but not the market orders. That i have just made. (waited over an hour too just in case).
Email me for more info if needed.
Hello, I am having issues with ‘kills’ showing up. Wondering if I could get some help.
This, Is some piece of work. Amazingly great it is
Now, for us, who’s character pictures is not fetchable from eve server, could there be implemented an option to manually upload character picture?
Dev, if you could contact me plz, I could use some help
Site is slow+random errors ‘MySQL data base as gone away’. If you play eve I could make it worth your time. Broetjem@gmail.com
Excellent tool. I really like it!
(running on Mac OS X, XAMPP)
Hi great webapp.
I’m stuck on:
Fatal error: Call to a member function columnCount() on a non-object in /outofeve/includes/database.php on line 47
Any suggestions would be appreciated.
great app
why can’t I see kills????? It show me always : no kills
Great site!
When will you be incorporating the skill queue API so we can see what we have left to train?
I’d love to know if I have to log in to set new skills…
Is it possible to have a date/time formatting option in the configuration? The date is in DD/MM/YYYY which can be confusing when one is used to reading MM/DD/YYYY or YYYY/MM/DD.
If the API key is incorrect or has been changed, several errors like this one appear:
“API error; using local cache — expired 2009-04-10 04:30:04″
which is fine, however the issue is that there are aproximately 8-9 of these errors which overlay the edit character option.
So no-one can use this program if they’ve had to change their API key or they’ve inputted it in incorrectly.
there is a bug showing improper status and completion percentage for queued manufacturing, research and invention. When a job is pending, the status is shown as “In Progress” and the completion percent is negative.
Try these lines in apiClasses.php, around lines 364 inside function eveIndustryJob
if (($this->completed == 0) && ($this->completedStatusID == 0) && ($this->endTime-$acc->timeOffset completedStatus = ‘Ready’;
elseif (($this->completed == 0) && ($this->beginTime-$acc->timeOffset > $GLOBALS['eveTime']))
$this->completedStatus = ‘Pending’;
else (($this->completed == 0) && ($this->completedStatusID == 0))
$this->completedStatus = ‘In Progress’;
$this->remainingTime = ($this->endTime-$acc->timeOffset) - $GLOBALS['eveTime'];
if ($this->remainingTime percentComplete = 100;
elseif ($this->beginTime-$acc->timeOffset > $GLOBALS['eveTime'])
$this->percentComplete = 0;
else
$this->percentComplete = 100 - ($this->remainingTime / (($this->endTime-$acc->timeOffset) - ($this->beginTime-$acc->timeOffset)) * 100);
you could put the code on a public repository like google code or sourceforge
This is awesome. Truly awesome. I’ve hacked together some bits of php utilities that use the API, but having them all together like this is just the bomb.
What would be really killer would be the ability to enter some notes for things like POSes, so that you could enter what individual owns a POS, so if it isn’t corp-owned, the POS fuelers know not to worry about it. That’s 90% of what we use our current POS tracker for.
I do have one remaining app not covered here that I use for corp mineral buyouts where you can enter all types of ore/mins/salvage, and the app pulls the average Forge price for all the items and subtracts whatever % you enter. Maybe I’ll wrangle it into a plugin.
I also have an app for handling corp standings, but as it allows DB updates (for diplos to enter reasons for standings in a text field), and should only be available to certain users, I don’t think it would fit with your user model. Ah well.
Wow, the full API key is stored unencrypted in the DB. Scary.
Is this project still maintained?
I don’t know where to post this, but I use out of eve a lot, and randomly I keep getting red bars along the top of the screen saying api error, and the data is incorrect. I tried making a new account and that did not work either.
Hi,
Would be nice to have market orders seperated by Expired/Completed and Active (and other types), instead of one big list…
It currently shows me every order I’ve ever placed and I cant see what is left for sale!
other that that, a GREAT program!
PS: If I ran ooe on my own server, could I modify a php script to do this sorting or doesnt the script have that level of functionality?
Getting numerous errors including the dreaded api encryption missing file. I’ve ssh’d into the server to make sure the file was created correctly, yet it refuses to accept any path I have made.
Errors are:
Warning: Call-time pass-by-reference has been deprecated in /…/html/ooe/includes/site.php on line 31
Warning: Call-time pass-by-reference has been deprecated in /…/html/ooe/includes/site.php on line 31
Warning: Call-time pass-by-reference has been deprecated in /…/html/ooe/includes/database.php on line 71
Warning: Call-time pass-by-reference has been deprecated in /…/html/ooe/includes/database.php on line 82
API key encryption file not found at “/includes”
yes I know it wasn’t supposed to go to includes, this was just the last test of it for trying to find some location for it to work.
Great site.
A few feature requests :
1. Ability to export your market orders into excel or similar.
2. Ability to save ’shopping lists’ for the ‘Market Prices’ page.
3. Ability to export corp member lists with all the data that is available on that page.
4. Any other useful export facility that might be useful that I have missed.
Thanks
Any development on this project ? no update for the latest version of EVE ?
Shoutcast Reseller…
Awsome post, i would like to a reference that can help to someone that wants……
IS there any way to report bug? I’d really to be useful for this wonderful project!
i.e. at the moment when calculating the production costs it adds the costs to buy industry skill which I already have.
Keep on!
Very nice tool. I like it. But is this project still active maintained? I’ve the same problem than Thor…
hey i cant seem to download the main source package from your about page link, do you currently have any mirriors availible or is there another way i can get the source?
Is there a new version of Out of Eve being developed for the recent release of EVE: Dominion? OOE does not work with the new Dominion DB Dump as changes were made to certain settings with the release of Dominion!
Heeeelllp the link for main donwload is broken, error 404. Please help me remake a good link