Author

Topic: Postins per day and reposting time. (Read 244 times)

copper member
Activity: 2562
Merit: 2510
Spear the bees
November 01, 2017, 05:35:09 PM
#6
This information is the first time I have seen here, of that, if my account is old if I post with quality, I recover the activities?

Sample account for 3 months = 84 activities, correct?

If I do not post on this account for 3 months, can I recover?

or do I have to wait the next 14 days?

Only this information is missing to connect the dots!
You gain potential activity by having at least one post in an activity period. These periods are in (roughly) durations of one fortnight each. If you miss posting in an activity period, you do not gain the potential activity. Thus, there will not be an increase in activity.
hero member
Activity: 994
Merit: 507
November 01, 2017, 01:55:48 PM
#5
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.


This information is the first time I have seen here, of that, if my account is old if I post with quality, I recover the activities?

Sample account for 3 months = 84 activities, correct?

If I do not post on this account for 3 months, can I recover?

or do I have to wait the next 14 days?

Only this information is missing to connect the dots!
Yes. It is called "potential activities." It updates in hourly basis.
member
Activity: 318
Merit: 21
November 01, 2017, 01:33:27 PM
#4
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.


This information is the first time I have seen here, of that, if my account is old if I post with quality, I recover the activities?

Sample account for 3 months = 84 activities, correct?

If I do not post on this account for 3 months, can I recover?

or do I have to wait the next 14 days?

Only this information is missing to connect the dots!
member
Activity: 186
Merit: 13
October 30, 2017, 04:52:53 PM
#3
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.

Alrighty bro, thanks for the detailed reply. it really helped me.
copper member
Activity: 2562
Merit: 2510
Spear the bees
October 30, 2017, 04:50:00 PM
#2
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.
member
Activity: 186
Merit: 13
October 30, 2017, 03:57:16 PM
#1
I do not want to get banned so just asking this question.

  • In a day how many posts (valid) I can post in a day, is there any limit to posting per day?
  • Please tell me after posting a post what is the minimum time I need to wait before posting again.

I am asking for posting valid posts, not about posting spam or under valued posts.
I tried to search but i could not find it.
Jump to: