Post
Topic
Board Beginners & Help
Re: A QUICK READ OF THE NEWBIE README
by
baogunike
on 14/05/2014, 06:29:10 UTC
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.
  • 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);

I dont get it. what does the “time” mean? hour? or day?