I have just updated
aeonpool.mooo.com to the newest code.
If you are seeing "undefined" in places where you are expecting numeric values, force refresh the page, as you might be using a cached HTML one, and the API has changed.
Pool and individual payments history is now available.
1% fee, 0.25% goes to the dev.
Any trouble, let me know either here on on Freenode (same nick).
Edit: payments are down for now. It looks like the pool has decided to send one payment again and again without updating balances, till the pool wallet was drained. I'm trying to work out how that happened.
Edit 2: I found it. I was using the transfer_split RPC command instead of transfer, to avoid failed payments when the outgoing tx was too large. This had been fine with the last pool code. However, the new pool code uses the resulting tx hash as a string, and transfer_split returns an array of strings. This caused an exception in the code, the payment process dies without having a chance to update the balances for the payments that just went out. The pool notices the process has died, restarts it, and the first thing it does is try to pay again. This happened in less than a minute, sending till the wallet was drained, at which point transfer_split didn't return any txes, and the crashes stopped.
All should be back to normal now, albeit with a nearly empty wallet and some very lucky miners.
Edit 3: I've changed the total fee to 1.5% for now (from 1%) to catch up a bit.