Sys beeeeer.org stats

As said in the main thread, i build a little user stats script - so this is the thread for feedback and suggestions - the ANN thread kinda switched topic xD

http://xpm.syware.de/

The layout is…okay i guess, i’m more the coder than the designer xD

Legend:
Value = Block Value
Shares = Your Shares
XPM = Your XPM
Matured = Every block needs to be confirmed enough to mature -> get credited
Stash = Your current pool balance, auto payout is at 3

Strike-through lines -> Orphan Blocks
Green Line -> Payout treshold reached

ToDo:
Add some % again ^^
24h Stats
Overall Stats
Hide Matured

Nice job, but may I kindly ask to get the frames around the cells back? :slight_smile:

I’ll add alternating row colors, i dont like borders ^^

okilidokili :slight_smile:

Row color added, not sure if too light though 8)

Not too light for me. Now it’s much easier to keep track. Thanks!

Blocks are adding up quickly - i’ll come up with something ;D

Update: Overview on top 8)

Good job, thank you.

This Orphan blocks?
165410
165390
165287
163476
159242
155339
How to recognize Orphan blocks? How do you know that?

Orphan blocks have reward: 0 in their payout info

Updates:
Some layout changes
Added XPM / Min on Details, can’t think of a better number to check if your earnings are sort of consistent
Added Stake - same as above ^^
Added estimate to when a payout will happen according to current blockspeed
Added Value Box BTC & USD
Fixed my data update, the check was always true, getting stuff from beeeeer.org on every load xD its every 10 mins now

165390 It is not orphan block
“reward”: 10.157399999999999,
http://www.beeeeer.org/payout/165390

165390 It is not orphan block
“reward”: 10.157399999999999,
http://www.beeeeer.org/payout/165390[/quote]

Fixed an ETA error, i actually calced it twice -.- the orphan block is gone, i cleaned the code a bit, guess i’ve fixed it on the way 8)

My firefox (23.0.1) messes the layout of the page a little bit up (e.g. by putting the XPM/BTC trade info right over the block list). Is this something special and only applying to me? Internet exploder (10.0.8 ) displays the page in a readable way.

Strange, i guess FF is picky about some tag i either misspelled or forgot to close - can’t really put my finger on it but yeah, the problem is present - i’ll try to fix it :-\

Update:
Fixed a few HTML messups, even validated my css (its W3C Valid now! ;D ) html is valid too but FF still messes up so im at a loss right now, no idea why - feel free to investigate yourself if you are good at webdesign, i’ve formatted the code from my earnings to make it easier to read and pasted it here:
http://pastebin.com/rNNzwxjp

Strange, i guess FF is picky about some tag i either misspelled or forgot to close - can’t really put my finger on it but yeah, the problem is present - i’ll try to fix it :-\

Update:
Fixed a few HTML messups, even validated my css (its W3C Valid now! ;D ) html is valid too but FF still messes up so im at a loss right now, no idea why - feel free to investigate yourself if you are good at webdesign, i’ve formatted the code from my earnings to make it easier to read and pasted it here:
http://pastebin.com/rNNzwxjp[/quote]
I was wondering if it was Firefox or not and tried it out in IE and Chrome and both worked. I decided to look at your stylesheet. I got it working in Firefox by adding float:right; to your details id. I’m not sure if that breaks IE and Chrome, though…

You are absolutely right, that fixed it, working in all major browsers now, thanks alot!

Shortened the block details list, only showing blocks relevant for the pending payments, optional link to show all added 8)

Also the Payments Box only shows payments up to the last Paid IF there are more than 10 entries, otherwise the last 10 are shown.

Hi Sy’s

I’m getting the following error on your webpage:

Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 28699 bytes) in /kunden/schaunwama.de/webseiten/de.syware/xpm/classes/Block.php on line 53

Is it on maintenance right now?

cheers

[quote=“pt0x, post:18, topic:364”]Hi Sy’s

I’m getting the following error on your webpage:

Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 28699 bytes) in Block.php on line 53

Is it on maintenance right now?

cheers[/quote]

Haha i had to optimize variable setting a bit, not saving all that stuff i dont need reduced the php memory usage by 2800% from 56 MB to 2 ;D

[quote=“Sy, post:19, topic:364”][quote=“pt0x, post:18, topic:364”]Hi Sy’s

I’m getting the following error on your webpage:

Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 28699 bytes) in Block.php on line 53

Is it on maintenance right now?

cheers[/quote]

Haha i had to optimize variable setting a bit, not saving all that stuff i dont need reduced the php memory usage by 2800% from 56 MB to 2 ;D[/quote]

wow that’s a big % of memory saved!!