In the EoN stats the Old ones say I made 34,046
And the new stats say I made only 26,410 The new server must be in a different time zone
Hahaha and even the statstool has 28,072 3 time zones haha
yes, it's a different timezone...
First and second are the same
Now I'm being picky though
I'll make them conform. Can't access the box till tonight though.
Bok
Having to side scroll is slightly annoying. Would it be possible to have the "Navigation" sidebar area hide-able?
On the team page, it only goes down to the bottom of the pie charts anyway then theres just a blank area under it.
Hi Bok,
The new stats site looks really good.
However, the always a "however", I fetch AMD User stats from your site ONLY if it's too difficult, or too slow from the original site.
I pull your stats into MS excell using one of their import routines. But your new stats don't want to play ball. If I select an individual table, or combination of tables from a particular page, I get nothing or the wrong data.
PM me on AMD Users if you would like more info.
Cheers
ototero
well, might be easier if I just write a php script for you...
I've done one for Spacehead over at TA to get data into the format he likes (need to tweak it a bit more) but you can see what it's like here
You can still get what you want from the page itself, but not directly.. as the data is populated via an AJAX call into a div, so it doesn't show up in page source
let me know which way you'd like. I can show you how to get to the actual page (with no css or anything)
Bok
1152x 864 here and I get a bit of side scroll as well I believe it should fit in this window will have a look, maybe a slack bit of code somewhere.But are you useing a 15" or 17" monitor
Lauren2u - screen SIZE has nothing to do with it it's video card resolution that has everything to do - your probably running a 17" monitor at 1280 x 1024.. Not everyone runs at that, I always aim at 1024
Semi-retired from Free-DC...
I have some time to help.....
I need a new laptop,but who needs a laptop when you have a phone...
Now to remember my old computer specs..
we are trying a few things to remedy it...
At worst I'm going to have options in statstool to not show some of the columns.
Your Wrong size does Matter ask any woman
I use a 22" LCD here I do not get any side scroll bar even at the low resolution of 1024 .It Can go up to 1600 But like it around 1400 my self
But I do get a side scroll bar with 19"on down to 15 and I get Less of the scroll bar as the Size increases
So Size does play into it as well as some drivers do to I believe
PS I even tried it on a 32" at 1024 No bar
Okay Size does matter when a woman is involved but we aint't talking about them, hmm 1024 no side scroll odd - looked at it and it seems to want around about 1280 x 1024 as minimum unless of course that's IE being naughty and ignoring CSS Rules - which figures (will check this out).
Oh and thinking of playing with the layout as Bok said thinking of thiner borders round the navigation panel, just a neatness thing (or maybe a complience thing).
Semi-retired from Free-DC...
I have some time to help.....
I need a new laptop,but who needs a laptop when you have a phone...
Now to remember my old computer specs..
Hi Bok,
What you did for Spacehead looks good.
The stats I'm struggling with are: WCG (Boinc), Bewes, EON and Riesel Sieve Score.
Everything else I get direct from the project.
Cheers
EDIT, alternatively, where do you get your stats from for these 4 sites?
Last edited by ototero; 06-16-2008 at 08:30 AM.
Bok Did not the old stats Ask the Browser what it was and the size/ res it was and self adjust ?
nope
Daily Gain is how much on based on a 7-day average I believe that person is gaining on you / your gaining on them.
Semi-retired from Free-DC...
I have some time to help.....
I need a new laptop,but who needs a laptop when you have a phone...
Now to remember my old computer specs..
I'm not too sure. and unfortunately I can't tell now as he has already passed you.
Looking at lumiukku's page who is next in line, it seems to be correct with a daily gain of 370,000.
http://stats.free-dc.org/stats.php?p...=rsi&name=3160
I'll have a poke around some others and see if they match up. As gopher says, it's a fairly simple algorithm to work it out, just based on the calculated 7 day averages of each user.
(we have debated whether to flip the numbers to positive too ... )
Bok
The nonboinc stats update (right now) the actual tables, which is a mistake. Only really affects F@H as they are fairly meaty updates with 1M+ users, so if you catch it at a point where it's doing an update, you'll get that as the table is locked. It's a 4-5min windows once every 6 six hours.
With Boinc projects, I do it differently, I run through each and every project updating to temp tables, then do a fast copy to the real tables, so they are never really unavailable to the web.
I've got a script testing right now to make the nonboinc ones do it like this to alleviate this exact problem... it will also fix a few other problems at the same time and make updates a little more snappier.
Bok