tnx,i just wanted to ask,to know,if there is a bug:_)
Activity is determined by the formula:
time = # of 2 week periods where you posted since registration
activity = min(time * 14, posts);
Essentially, updating every two week periods, it's the minimum of how many days you've joined versus your post count. Your activity is the minimum of these two values