I mined in your pool for a few hours with 5Mh/s and nothing, I mean not a single coin came in VTC or MON, check my addresses:
VTC: VayQ1YUUjJ2fwMio3VpSSMLL9nTqCoeYNC
MON: MPncN5QrbjULVrVVARvfBG8854EUqghM5c
ymer sorry you didn't get your payouts earlier. I spoke more to Erik, it seems the share priority is an issue (some users are getting unlucky and are always at the back of the queue by chance when the CPPSRB looks back through the payable shares), basically another form of variance. - we just pushed another update to the github for the proxypool software (so other node operators may wish to update) which keeps track of which users have waited longest and queues them at the front next time round, which should markedly improve things.
I just forced a payout to you.
mysql> select user, round(sum(monvalue),8) as monbalance, round(sum(vtcvalue),8) as vtcbalance from stats_shares where user = 'VayQ1YUUjJ2fwMio3VpSSMLL9nTqCoeYNC';
+------------------------------------+------------+------------+
| user | monbalance | vtcbalance |
+------------------------------------+------------+------------+
| VayQ1YUUjJ2fwMio3VpSSMLL9nTqCoeYNC | 1.64460329 | 1.19135553 |
+------------------------------------+------------+------------+
1 row in set (0.13 sec)
So you've been paid out your full balances of both VTC and MON now.