Pages:
Author

Topic: Number of Post in a Day and a Week. - page 2. (Read 315 times)

legendary
Activity: 2268
Merit: 1379
Fully Regulated Crypto Casino
February 18, 2022, 12:56:43 AM
#3
What is the total number of Post in a day and a week? Because because there was a day I discovered myself that I could not post any thread in this forum for about some minutes. That is why I want to know the total number of Post, so I can maintain my thread number.
No problem about posting none since it will be good if you focus on reading then next to it is posting. If you are devoting your time on reading useful threads and absorbing it then its much better than posting.

Only in signature campaign required such number of post cause it is incentives. No rules about getting ban or some sort of penalty if you didnt post for certain days, week or how long you can post.
legendary
Activity: 2114
Merit: 2248
Playgram - The Telegram Casino
February 17, 2022, 05:24:06 PM
#2
There is no total number of posts for a week or day. There is just a wait time between posts, sort of like a cool down time to stimulate users to read more then they post. Here is how it is calculated based on your activity;
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);
The higher your activity, the shorter the time.
Note; other actions like searching and sending PM's count as a post. So if your used the search engine, you'll have to wait for a while before making a reply.
legendary
Activity: 1022
Merit: 1341
February 17, 2022, 05:07:52 PM
#1
What is the total number of Post in a day and a week? Because because there was a day I discovered myself that I could not post any thread in this forum for about some minutes. That is why I want to know the total number of Post, so I can maintain my thread number.
Pages:
Jump to: