The level up bar (blue bar) is showing your current points / max point at highest lvl * 100%. Wouldn't it be better if it's showing your progress to the next level instead, like in most RPG games.
For example:
http://www.insidesupcom.de/member.php?u=170
At the moment I'm writing this, the member only needs 5 more points to the next level. But the bar shows as 19% level up. The way it should behave, IMO is (user_points - current_lvl_min_points) / (next_lvl_min_points - current_lvl_min_points) * 100%. So assuming it takes 100 points to level up, the blue bar should show as 95% to that member.
If the design is intentional, then there's really no point of the blue bar, since the value will be equal or close to the orange bar (your level progression to the max lvl).