Pages:
Author

Topic: Activity & new membergroup limits - page 20. (Read 242442 times)

full member
Activity: 546
Merit: 105
July 08, 2017, 11:33:06 PM
My situation seems wierd to me now)

I created an account in May (60+ days ago),but my activity stopped rising on 42.
I was surprised that activity rised at all more then 1 a day.But then I expected it to stop rising somewhere around count 60
But it stopped on number 42.Where I'm wrong?)
Not weird at all man.
You're account have a 42 potential activity so it stopped adding activith once your reached 42 posts. https://www.bctalkaccountpricer.info/?token=1mm3jv
If you didn't failed to posts for atleast once in 2 weeks (which you did) you coul've got a 60+ potential activity but you missed one or two activity date so that leaves you with only 42.

Ok understood,thx alot.
I'm still lucky enouph because i registered a couple of months ago)
Just wanted to be sure I understand how it works.

Cheers!
legendary
Activity: 1302
Merit: 1025
July 08, 2017, 10:42:38 AM
My situation seems wierd to me now)

I created an account in May (60+ days ago),but my activity stopped rising on 42.
I was surprised that activity rised at all more then 1 a day.But then I expected it to stop rising somewhere around count 60
But it stopped on number 42.Where I'm wrong?)
Not weird at all man.
You're account have a 42 potential activity so it stopped adding activith once your reached 42 posts. https://www.bctalkaccountpricer.info/?token=1mm3jv
If you didn't failed to posts for atleast once in 2 weeks (which you did) you coul've got a 60+ potential activity but you missed one or two activity date so that leaves you with only 42.
full member
Activity: 546
Merit: 105
July 08, 2017, 10:22:38 AM
my activity count is not increasing the only number of post increasing, Anyone can help me? Huh

you ll take 14 point in every 2 weeks. if you ever post 1000 post in 2 week,you get maximum 14 point

Up to my present 42 activity points they were increasing every 2-3 hours  Huh
full member
Activity: 546
Merit: 105
July 07, 2017, 11:18:33 PM
My situation seems wierd to me now)

I created an account in May (60+ days ago),but my activity stopped rising on 42.
I was surprised that activity rised at all more then 1 a day.But then I expected it to stop rising somewhere around count 60
But it stopped on number 42.Where I'm wrong?)
sr. member
Activity: 728
Merit: 263
July 05, 2017, 07:20:06 PM
my activity count is not increasing the only number of post increasing, Anyone can help me? Huh

you ll take 14 point in every 2 weeks. if you ever post 1000 post in 2 week,you get maximum 14 point
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
June 26, 2017, 11:58:19 AM
my activity count is not increasing the only number of post increasing, Anyone can help me? Huh

The activity number is determined in this way:
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Rough summary of what this means: If you post once per day on average, then you will eventually get the maximum number of activity points that you can get. Posting more than once per day on average is useless for increasing activity. The maximum number of activity points you can get is 1 per day, but your activity score only updates every two weeks. Therefore, it will take about 100 days to get 100 activity if you post once per day on average.
-snip-
full member
Activity: 252
Merit: 100
June 26, 2017, 05:16:14 AM
my activity count is not increasing the only number of post increasing, Anyone can help me? Huh
sr. member
Activity: 476
Merit: 250
June 24, 2017, 05:26:46 PM
What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

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


Hi just an opinion ! 
Not that I can't understand it, I think it is not correct the pseudocode !
These code we read from top to bottom and in that way if, for example :
activity = 70    it would go in the first if  because  70 >= 15  and thats not what you want there !

Suppose it's more correct like this :

Code:
waittime = 360;
if(activity >= 15 && activity < 60  )
        waittime = (int)(90 - activity);
if(activity >= 60 &&  activity < 100 )
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4); 
I think like this its more correctly described ! Correct me if I am wrong Wink
full member
Activity: 350
Merit: 101
June 24, 2017, 08:02:54 AM

Based on the formula, I will get 14 activities even if I made 14 posts in one day and none in the rest of the 13 days?

That is correct. As long as the 14 posts in a day are in a specific activity period, you will get 14 activity points for them. It doesn't matter whether you posted or not in the remaining 13 days. And making further posts during this activity period does not further increase activity.

Thank you!  It is all clear now.
legendary
Activity: 1582
Merit: 1064
June 23, 2017, 10:04:40 PM

Based on the formula, I will get 14 activities even if I made 14 posts in one day and none in the rest of the 13 days?

That is correct. As long as the 14 posts in a day are in a specific activity period, you will get 14 activity points for them. It doesn't matter whether you posted or not in the remaining 13 days. And making further posts during this activity period does not further increase activity.
full member
Activity: 350
Merit: 101
June 23, 2017, 08:12:37 PM

Based on the formula, I will get 14 activities even if I made 14 posts in one day and none in the rest of the 13 days?
full member
Activity: 644
Merit: 100
June 23, 2017, 05:32:44 AM
The activity number is determined in this way:
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Rough summary of what this means: If you post once per day on average, then you will eventually get the maximum number of activity points that you can get. Posting more than once per day on average is useless for increasing activity. The maximum number of activity points you can get is 1 per day, but your activity score only updates every two weeks. Therefore, it will take about 100 days to get 100 activity if you post once per day on average.

Activity is updated every hour.

The new membergroup limits work like this:
GroupRequirement
Brand New0 posts
Newbie(none)
Jr. Memberactivity: 30
Memberactivity: 60
Full Memberactivity: 120
Sr. Memberactivity: 240
Hero Memberactivity: 480
Legendaryoccurs randomly between 775 and 1030 activity

I'm not 100% sure that the membergroups work correctly. Tell me if you see any bugs.

thanks for the information. i think it is the most useful topic for the activation number.
this is my first message to forum. i hope to be legendary in 2 years.
sr. member
Activity: 462
Merit: 250
June 06, 2017, 09:31:41 PM
thanks  for information ... It's  very useful  post.....
hero member
Activity: 826
Merit: 504
June 06, 2017, 03:21:35 PM
Hi All,

I have changed my email address recently and noticed my activity count is not increasing the only number of post increasing, Anyone can help me?

Even though I am replying to someone comments that should normally increase number of activity but is static now, kindly help

They have made some changes to the forum activity. It is no longer directly proportional to the number of posts that you make. This has nothing to do with your email address change. Please actually read the original post before asking this question again.
sr. member
Activity: 770
Merit: 250
"Proof-of-Asset Protocol"
June 06, 2017, 10:06:48 AM
Hi All,

I have changed my email address recently and noticed my activity count is not increasing the only number of post increasing, Anyone can help me?

Even though I am replying to someone comments that should normally increase number of activity but is static now, kindly help
member
Activity: 79
Merit: 10
DREAMS ONLINE
June 06, 2017, 08:57:51 AM
The activity number is determined in this way:
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Rough summary of what this means: If you post once per day on average, then you will eventually get the maximum number of activity points that you can get. Posting more than once per day on average is useless for increasing activity. The maximum number of activity points you can get is 1 per day, but your activity score only updates every two weeks. Therefore, it will take about 100 days to get 100 activity if you post once per day on average.

Activity is updated every hour.

The new membergroup limits work like this:
GroupRequirement
Brand New0 posts
Newbie(none)
Jr. Memberactivity: 30
Memberactivity: 60
Full Memberactivity: 120
Sr. Memberactivity: 240
Hero Memberactivity: 480
Legendaryoccurs randomly between 775 and 1030 activity

I'm not 100% sure that the membergroups work correctly. Tell me if you see any bugs.
very nice information you provide here. 
sr. member
Activity: 252
Merit: 250
June 05, 2017, 11:08:17 AM
supposed to be that activities not running while posting considered must high or some get under above than activities every day, so stay activity count while doubled count of postingnsince you running out after 14activity,  yes should like this same as my profile giving more advantage counting while i required to minimum and maximum of my campaign but this activity act for 1 count in a day,  very thankful for info for about comflict between posting and activity count.
legendary
Activity: 1890
Merit: 1148
May 15, 2017, 07:42:24 PM
must i post one, everyday?
No, no need to post everyday.

Quote
  or it is enough if i post 1 in 14 days?
Yes, because activity will update once in 14 days.
sr. member
Activity: 728
Merit: 263
May 15, 2017, 06:46:18 PM
must i post one, everyday?
or it is enough if i post 1 in 14 days?
member
Activity: 92
Merit: 10
May 05, 2017, 09:02:16 PM
Seems like a long way to go till I'll be able to embed images. Oh well, Rules are Rules!
Guess I'll have to be more active on BCT
Pages:
Jump to: