Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .. 21 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Scrapyard Bob
EVE University Ivy League
37
|
Posted - 2011.10.20 18:05:00 -
[61] - Quote
I see no issue with it being in the bottom bar, or in tiny text at the bottom of the screen (I'd prefer it down there, out of the way rather then in a left/right column which would shrink screen width). |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
24
|
Posted - 2011.10.20 18:08:00 -
[62] - Quote
Scrapyard Bob wrote:I see no issue with it being in the bottom bar, or in tiny text at the bottom of the screen (I'd prefer it down there, out of the way rather then in a left/right column which would shrink screen width).
Ah, yes, I hoped it was clear I was referring to the left side of the bar, not left side of the page ;)
I'd been thinking about tiny text at the bottom myself, but there does not seem to be a color that will work for both the light and dark parts of the background ;) I might just implement something along Controller's design. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 18:17:00 -
[63] - Quote
Callean Drevus wrote:Lol, nice going there Don't you think it's a lot of space (distraction) for just the stats though? That has been what has kept me from implementing it this way. I would do it if I had something else to show in that bar, but right now, it's just a waste of space (though I doubt many people would mind, spending 10% of the (visible) page height on stats feels wrong to me) That said, think up something useful to go on the left side of that box, and it would be ok ;) maybe we should also show number of users active or something Maybe put it on the same line as the powered by images, or make it optional and add a option to the user settings. I'm sure you could make it smaller than what I did, I just didn't feel like messing around with css more than I had to. On a side note, is it just me or does the site logo text look a bit choppy?
If I had more time I would consider helping you out some with this, unfortunately I don't. |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
24
|
Posted - 2011.10.20 19:04:00 -
[64] - Quote
Ok, so I finally got a decent version of the EVE Marketeer source uploaded. As I suspected, using Mercurial was immensely easier than Git (I'm not bashing Git, I'm just saying I'm not cut out for it, version control should just stay out of your way).
https://bitbucket.org/aeolun/eve-marketeer/overview
The database can also be downloaded (only the structure for now, populate it with data yourself :P) from here.
Now go ahead and let me know about those glaring SQL injection attacks, cross site scripting and the fact that the comment form secretly allows you to enter whatever HTML you want [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 20:42:00 -
[65] - Quote
Callean Drevus wrote:Ok, so I finally got a decent version of the EVE Marketeer source uploaded. As I suspected, using Mercurial was immensely easier than Git (I'm not bashing Git, I'm just saying I'm not cut out for it, version control should just stay out of your way). https://bitbucket.org/aeolun/eve-marketeer/overviewIt is released under the WTFPLThe database can also be downloaded (only the structure for now, populate it with data yourself :P) from here. Now go ahead and let me know about those glaring SQL injection attacks, cross site scripting and the fact that the comment form secretly allows you to enter whatever HTML you want UPDATE: The live version of EVE Marketeer is now the bitbucket version, making for easy updates. Alright. I edited the code for the bottom. How is this? http://www.evemarketeer.cmu.ois-eve.info/ |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
25
|
Posted - 2011.10.20 20:52:00 -
[66] - Quote
I had to get used to it for a bit, but I think it looks pretty nice. You did a clone of the code? If so, can you submit it? Will have to figure out how bitbucket handles that one way or another. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 20:59:00 -
[67] - Quote
Callean Drevus wrote:I had to get used to it for a bit, but I think it looks pretty nice. You did a clone of the code? If so, can you submit it? Will have to figure out how bitbucket handles that one way or another.
I actually just downloaded it as a zip. http://www.evemarketeer.cmu.ois-eve.info/changes-10-20-2011.zip those are the things I changed there. There might have been a better way to do that, but I did that without actually figuring out what everything in the code does.
Edit: If you got that zip file when it contained main.php, download it again. It was supposed to have init.php instead of main.php |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
27
|
Posted - 2011.10.22 14:53:00 -
[68] - Quote
Ah lol, I didn't see your extra messages because they were edits to the previous post.
The text doesn't actually look better for me. Quite the contrary, it's got a fuzzy haze over it now (antialiasing gone wrong).
Ah, the difference between mercurial and SVN (I believe you used that previously) is that after you commit it to your local repository, you also have to push your changes to the server. I do not believe you can do this at the moment because you do not have write permissions on the repository.
To push it, I believe you have to follow steps 2, 4 and 5 on this page: http://confluence.atlassian.com/display/BITBUCKET/Sharing+Code+in+Bitbucket
Of course, I'll probably be implementing the zipped up file before that happens :P [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.22 16:14:00 -
[69] - Quote
Callean Drevus wrote:Ah lol, I didn't see your extra messages because they were edits to the previous post. The text doesn't actually look better for me. Quite the contrary, it's got a fuzzy haze over it now (antialiasing gone wrong). Ah, the difference between mercurial and SVN (I believe you used that previously) is that after you commit it to your local repository, you also have to push your changes to the server. I do not believe you can do this at the moment because you do not have write permissions on the repository. To push it, I believe you have to follow steps 2, 4 and 5 on this page: http://confluence.atlassian.com/display/BITBUCKET/Sharing+Code+in+BitbucketOf course, I'll probably be implementing the zipped up file before that happens :P
Ok. I don't see the issue with the new text. Maybe it is something different with the browsers. The thing I was trying to take care of was the jagged edges on the slanted parts, such as the V, M, R... For me the only difference with the new one is cleaner edges and a slight size difference. |
Scrapyard Bob
EVE University Ivy League
62
|
Posted - 2011.10.23 06:32:00 -
[70] - Quote
Once the site comes back up I have a few questions...
- On the manufacturing information, what assumptions are you making with regards to T1 manufacturing of items? Are you assuming a reasonable ME level and Production Efficiency V?
- Have you considered trying to estimate T2 invention costs (such as what EVETools does)?
|
|
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
28
|
Posted - 2011.10.23 08:56:00 -
[71] - Quote
By default, I'm using the production efficiency level of the character selected at that moment. If none is selected, a PE of 0 is assumed. The PE level is at 0 by default too, but you can chance that one with the inputs above the information itself.
I have not considered it for a second, as son as I saw it I knew it should be in EVE Marketeer, but the recent troubles have given me other things to do. There are just way too many things that should still be added ;) be assured it will eventually make it's way into EMK though :)
Besides that, I also picked up on your wish to have a multi-region/market hub price, which I agree would make a good estimate of value, so I'll be adding that too once the problems are gone. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
29
|
Posted - 2011.10.30 19:28:00 -
[72] - Quote
EVE Marketeer is back up!
For those of you whom did not notice yet
We're currently working on getting the backlog of order uploads processed as fast as possible, and making good progress. Some issues were detected with the new process control system, but I'm pretty sure I'll be able to fix those as time goes along.
Now on to adding some new features!
In addition, my apologies for the sadly extended downtime. Hopefully the new system will scale better. If not, I'll have to look at increasing the server capacity. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Uskos
New Ceres Economics and Logsitcs
1
|
Posted - 2011.10.31 21:18:00 -
[73] - Quote
I very much support this product! BTW it seems like i cannot download the uploader. |
Quinn Fellthorn
EVE University Ivy League
1
|
Posted - 2011.11.01 14:26:00 -
[74] - Quote
The site is up but it doesn't seem to be updating. API queries still return data up to two weeks old, and the statistics page shows a sizeable backlog with no uploads in the last 24 hours. |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
31
|
Posted - 2011.11.01 16:58:00 -
[75] - Quote
That is because the backlog isnt finished updating yet (going from oldest till newest). The uploads in the last hour are actually sort of a misnomer in that it shows the amount of uploads processed that contain data in the last hour.
That said, there IS a problem where the backlog is not being updated, but a very minor one that will be fixed this evening :) [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Ameron Phinard
0
|
Posted - 2011.11.02 16:15:00 -
[76] - Quote
Uskos wrote:I very much support this product! BTW it seems like i cannot download the uploader.
yes -- it does look like all the links to the Uploader are broken. |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
31
|
Posted - 2011.11.02 18:05:00 -
[77] - Quote
Seen it, confirmed it, and fixed it now. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
31
|
Posted - 2011.11.03 21:02:00 -
[78] - Quote
In addiiton, the website should now stay up. My idea of using PHP for threads was useful, but PHP doesn't do garbage collection, so the server kept running out of memory after half a day. I'll be monitoring the situation now. I hope it stays steady. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Zaepho
Phoenix Propulsion Labs RED Citizens
2
|
Posted - 2011.11.03 21:18:00 -
[79] - Quote
Callean Drevus wrote:In addiiton, the website should now stay up. My idea of using PHP for threads was useful, but PHP doesn't do garbage collection, so the server kept running out of memory after half a day. I'll be monitoring the situation now. I hope it stays steady. I've seen PHP Threading used quite well. The trick seems to be, start the main thread, dole out work to child threads, keeping X threads busy at a time until the work is done. In your case you may want to kill and restart the main thread every so often as well if you're seeing memory leakage issues. |
Shirah Yuri
Allied Assault Universal Constant Alliance
7
|
Posted - 2011.11.04 07:37:00 -
[80] - Quote
Callean Drevus wrote:In addiiton, the website should now stay up. My idea of using PHP for threads was useful, but PHP doesn't do garbage collection, so the server kept running out of memory after half a day. I'll be monitoring the situation now. I hope it stays steady.
http://php.net/manual/en/features.gc.php |
|
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
31
|
Posted - 2011.11.04 17:47:00 -
[81] - Quote
Ok, true, PHP does garbage collection, but as far as documentation goes, that comment by the user was it... I do not mind using beta features, but even I have a limit on how far it can go.
Secondary reason was I got sick of having to restart all threads by hand at every update, so now they just restart themselves ;) the script dies, the memory is cleared, and the new script takes over. The only problem being the server still magically killing my processes... [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
31
|
Posted - 2011.11.06 11:13:00 -
[82] - Quote
Please all look forward to uploading to EVE Central with the EVE Marketeer uploader soon :) I expect it to be done this afternoon. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 21:17:00 -
[83] - Quote
Interesting, the top uploaders page shows my old number of uploads and points, yet my user summary page shows the new, reset, and much lower count. |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
32
|
Posted - 2011.11.06 21:24:00 -
[84] - Quote
Actually, it wasn't reset. The user summary page is just deprecated and uses the wrong table to calculate the statistics.
UPDATE: Which is also the reason why it was removed in this update. [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 21:42:00 -
[85] - Quote
Callean Drevus wrote:Actually, it wasn't reset. The user summary page is just deprecated and uses the wrong table to calculate the statistics.
UPDATE: Which is also the reason why it was removed in this update. Ok, well you might want to give people a place to get their upload key then.
Edit: maybe just fix it? It was sorta nice to be able to see that info. And it had the upload key on it. |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
32
|
Posted - 2011.11.06 21:53:00 -
[86] - Quote
I will bring the information back, just not on that page. Will probably be integrated into either the UI, the Account page or another page.
The upload key can be retrieved from the upload page as well, which should be a pretty logical location. (UPDATE: though it might be a bit more prominent, it's very overshadowed by that large block of text underneath it) [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 21:55:00 -
[87] - Quote
Callean Drevus wrote:I will bring the information back, just not on that page. Will probably be integrated into either the UI, the Account page or another page.
The upload key can be retrieved from the upload page as well, which should be a pretty logical location. (UPDATE: though it might be a bit more prominent, it's very overshadowed by that large block of text underneath it) Alright, you might want to change the text on the front page that says where to find it then.
Also, You know the "My Orders" page doesn't show any orders right? |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
32
|
Posted - 2011.11.06 22:17:00 -
[88] - Quote
I cannot replicate the problem with the my orders page. Are you using a character without orders?
I moved the information that was available at the account page to... the account page :) you should be able to view it there now. And I updated the description on the homepage.
EDIT: Well, you'll have to wait for the uploader update. I'm not going to put it on the website without testing it with EVE Central as that was the whole purpose of the update. Sorry :P [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 22:52:00 -
[89] - Quote
Yes, my API had transactions and orders. It shows them on the API page on the marketeer site. I have used this API with these settings since I signed up, so it has had time. The orders page just doesn't show any orders, the transaction page says I need to log in or add a character. This is the API access mask: 29364610 |
Callean Drevus
Icosahedron Crafts and Shipping Silent Infinity
32
|
Posted - 2011.11.07 20:01:00 -
[90] - Quote
Controller Vrelk wrote:Yes, my API had transactions and orders. It shows them on the API page on the marketeer site. I have used this API with these settings since I signed up, so it has had time. The orders page just doesn't show any orders, the transaction page says I need to log in or add a character. This is the API access mask: 29364610
You were correct. Though I was too. It seems you had only enabled a select few items (which I agree is the point of customizable keys), but the website clearly stated that it could exhibit strange behaviour if a full key was not supplied.
And strangely behaving it does
Problem is, you need to add at least the CharacterInfo parameter, or the website will not even find your characters. This is obviously quite troublesome for the whole process of seeing whose orders you are currently looking at, and that is why the orders page didn't show anything.
I've now added a clearer warning to the website that will notify you if you haven't selected CharacterInfo, this should show up for you as well. Add that one to your key, and you'll probably be able to use EVE Marketeer within half an hour or so (as soon as the character list updates). [img]http://www.evemarketeer.com/player/sig/511049420[/img] Want images? |
|
|
|
|
Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .. 21 :: one page |
First page | Previous page | Next page | Last page |