are search system depending on rank, why is it sometimes does not look for reporting that you have exceeded the time..
There is a time limit if that's what you are asking.
waittime = 360;
if(activity >= 15)
waittime = (int)(90 - activity);
if(activity >= 60)
waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
waittime = max((int)(14-(activity/50)), 4);
As I understood your rank on forum is set by the amount of posts you make and the time since you registered.
But is somebody monitoring meaningfulness of posts? Because in theory I could say "Hi forum" a million times and become a Legend (or what is the maximal rank).
Best Regards
If you spam, you are likely to get banned. Users report meaningless post to moderators, who take action.
Plus you get only limited activity (14 every 2-week period) even if you post a lot of times very quickly.
So the maximum activity points that user can get in 2 weeks is 14? no matter how many posts?
Yes. Do note that if you post in two activity periods (1 period = 14 days), you can get a maximum of 28 activity in a day or two. See
https://bitcointalk.org/index.php?topic=582736.0 for activity period timings.