Pages:
Author

Topic: A QUICK READ OF THE NEWBIE README - page 2. (Read 2426 times)

full member
Activity: 378
Merit: 100
February 05, 2014, 02:57:48 PM
#15

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means.  
DONE
grt can you also add the time limits members has to face like as a newbie i must wait 360secs before posting a new comment.. ! what is the time limit for jr. members , members nd others..?

You can find it here.
https://bitcointalksearch.org/topic/m.4131557

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

THANKS SUNNY

ITS BEEN UPDATED
hero member
Activity: 868
Merit: 1000
February 05, 2014, 02:20:21 PM
#14
  THANKS

You're welcome.
That is really a BIG "thanks" lol.  Cheesy
newbie
Activity: 10
Merit: 0
February 05, 2014, 01:01:55 PM
#13
  THANKS
hero member
Activity: 868
Merit: 1000
February 05, 2014, 12:55:55 PM
#12

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means.  
DONE
grt can you also add the time limits members has to face like as a newbie i must wait 360secs before posting a new comment.. ! what is the time limit for jr. members , members nd others..?

You can find it here.
https://bitcointalksearch.org/topic/m.4131557

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);
sr. member
Activity: 350
Merit: 252
REAL-EYES || REAL-IZE || REAL-LIES||
February 03, 2014, 05:08:22 PM
#11

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means.  
DONE
grt can you also add the time limits members has to face like as a newbie i must wait 360secs before posting a new comment.. ! what is the time limit for jr. members , members nd others..?
full member
Activity: 378
Merit: 100
February 03, 2014, 02:01:01 PM
#10

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means.  
DONE
hero member
Activity: 601
Merit: 500
Vote 4fryn :)
February 03, 2014, 01:09:56 PM
#9
could you make the text a little bigger? i cant quite read it lol Tongue
DONE

Thats big enough man.
hero member
Activity: 868
Merit: 1000
February 03, 2014, 12:11:11 PM
#8

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means. 
quarkyplum mentioned that activity is updated every 30min, if he's open to suggestions he can change it to 14days and if he can add the time limit one has to face while posting for e.g: i'm a newbie i have to wait 360secs before posting new comment i'm sure the time limit declines after every level of membership you achieve can you post what is the time limit according to level of membership. Smiley thanks in advance 

Activity does update every 30 minutes.
It is perfectly correct.

Your activity is "stuck" at 14, because it is exactly how activity is calculated.
It is NOT your post count, check the OP again, and you will find:
Activity = min(time * 14, posts)
sr. member
Activity: 350
Merit: 252
REAL-EYES || REAL-IZE || REAL-LIES||
February 03, 2014, 12:01:28 PM
#7

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means. 
quarkyplum mentioned that activity is updated every 30min, if he's open to suggestions he can change it to 14days and if he can add the time limit one has to face while posting for e.g: i'm a newbie i have to wait 360secs before posting new comment i'm sure the time limit declines after every level of membership you achieve can you post what is the time limit according to level of membership. Smiley thanks in advance 
global moderator
Activity: 3850
Merit: 2643
Join the world-leading crypto sportsbook NOW!
February 03, 2014, 11:52:00 AM
#6

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means.  
sr. member
Activity: 350
Merit: 252
REAL-EYES || REAL-IZE || REAL-LIES||
February 03, 2014, 11:46:26 AM
#5
IS THE README TOO DIFFICULT TO READ, NEWBIE?
WELL, HERE IS A SUMMARY OF THE NEWBIE README

FORUM RULES
  • NO SPAM
  • NO BEGGING (AKA ASKING FOR BITCOINS)
  • NO REFERRAL LINKS

UPGRADES
  • 0 Posts: Brand New
  • 0 Activity: Newbie
  • 30 Activity: Jr. Member
  • 60 Activity: Member
  • 120 Activity: Full Member
  • 240 Activity: Sr. Member
  • 480 Activity: Hero Member
What is activity?
  • Activity = min(time * 14, posts)
  • Increase activity by staying logged in OR posting.
  • Activity is updated every 30 minutes.
are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!
full member
Activity: 378
Merit: 100
February 01, 2014, 08:38:28 PM
#4
could you make the text a little bigger? i cant quite read it lol Tongue
DONE
newbie
Activity: 42
Merit: 0
February 01, 2014, 07:55:52 PM
#3
could you make the text a little bigger? i cant quite read it lol Tongue
full member
Activity: 378
Merit: 100
February 01, 2014, 05:57:27 PM
#2
ACCEPTING SUGGESTIONS FOR THIS NEWBIE FAQ THREAD
full member
Activity: 378
Merit: 100
February 01, 2014, 05:56:27 PM
#1
IS THE README TOO DIFFICULT TO READ, NEWBIE?
WELL, HERE IS A SUMMARY OF THE NEWBIE README

FORUM RULES
  • NO SPAM
  • NO BEGGING (AKA ASKING FOR BITCOINS)
  • NO REFERRAL LINKS

UPGRADES
  • 0 Posts: Brand New
  • 0 Activity: Newbie
  • 30 Activity: Jr. Member
  • 60 Activity: Member
  • 120 Activity: Full Member
  • 240 Activity: Sr. Member
  • 480 Activity: Hero Member
What is activity?
  • Activity = min(time * 14, posts)
  • Increase activity by posting.
  • Activity is updated every 30 minutes.
  • Maximum of 14 activity every 2 weeks.
Wait Times
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);
Pages:
Jump to: