Author

Topic: Can i make a posts anytime with no limits? (Read 236 times)

newbie
Activity: 17
Merit: 0
June 26, 2018, 06:37:08 PM
#9
You can make four to five posts every day with at least six minutes intervals, when your activity gets to 15 then you can post once every minute... But regulating your posting matters alot so you don't get banned.. Just avoid spamming, post quality contents and regulate your posting
jr. member
Activity: 192
Merit: 3
As i know,we can make a four to five posts daily with five minutes time of interval.we should observe and follow to avoid our accounts getting banned.
jr. member
Activity: 448
Merit: 4
As a newbie,can i make a post anytime?How about the time of interval?
You can make a post once every minute but always doing it might get you banned. You can also decrease time interval by ranking up to higher ranks. You just need activity and merit in order to rank up(activity increases with post but the maximum number of activity that adds every 2 weeks is 14). You can search more about it in meta section. I would like to ask though, why do you need to post continuously?
Thank you for your answer,it is very helpful for me!I just asked that question,because i know that as beginner much better if i learn from the others.
member
Activity: 91
Merit: 12
Your post count does not influence your activity when you spam the forum, the only good thing that would come out of that, would be a account ban. Just post 4 to 5 posts daily over a period of 14 days and your activity will increase. It is more about your daily return to this forum and your frequency of use, than the amount of posts you make.

Just post naturally.  Wink

Seconded!
legendary
Activity: 1904
Merit: 1074
Your post count does not influence your activity when you spam the forum, the only good thing that would come out of that, would be a account ban. Just post 4 to 5 posts daily over a period of 14 days and your activity will increase. It is more about your daily return to this forum and your frequency of use, than the amount of posts you make.

Just post naturally.  Wink
hero member
Activity: 1946
Merit: 502
As a newbie,can i make a post anytime?How about the time of interval?
Newbies are only eligible to make 1 post every 5 minutes. As your rank goes up the time interval decreases until you can make post without limits.
legendary
Activity: 2758
Merit: 6830
Right now you can only post once every 6 minutes. Once you get at least 15 points of activity, you will be able to post once every minute - which is more than enough, otherwise you will probably get banned for post bursting.

Code:
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);

Before you ask how to get points of activity, how to rank up, etc: Forum ranks/positions/badges
hero member
Activity: 882
Merit: 544
As a newbie,can i make a post anytime?How about the time of interval?
You can make a post once every minute but always doing it might get you banned. You can also decrease time interval by ranking up to higher ranks. You just need activity and merit in order to rank up(activity increases with post but the maximum number of activity that adds every 2 weeks is 14). You can search more about it in meta section. I would like to ask though, why do you need to post continuously?
jr. member
Activity: 448
Merit: 4
As a newbie,can i make a post anytime?How about the time of interval?
Jump to: