Bitcoin Forum
July 06, 2024, 06:32:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Hello forumz  (Read 594 times)
CrusaderTim (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
February 14, 2014, 03:08:42 AM
Last edit: February 14, 2014, 04:23:39 AM by CrusaderTim
 #1

I am Tim, I have been visiting this forum for a couple of months, I wanted to register to comment.
How do we comment here, it says you have commented already and need to wait 360secs but I didn't!

Edit: Ok I guess I need min of 15 activity to reply

You can make your thread/reply anywhere in the forum, but you need to wait for 360 seconds between post.
Actions like logging in, signing up, searching and sending PM would reset the timer.
So, you need to wait 360 seconds after login to make your first post.

BTW, the time limit will be down to 75 seconds when you get 15 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);

I basically can't reply in any way if my activity is below 15.
I can't even reply to the post on my own thread Sad
Sonny
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 14, 2014, 03:53:01 AM
 #2

I am Tim, I have been visiting this forum for a couple of months, I wanted to register to comment.
How do we comment here, it says you have commented already and need to wait 360secs but I didn't!

Edit: Ok I guess I need min of 15 activity to reply

You can make your thread/reply anywhere in the forum, but you need to wait for 360 seconds between post.
Actions like logging in, signing up, searching and sending PM would reset the timer.
So, you need to wait 360 seconds after login to make your first post.

BTW, the time limit will be down to 75 seconds when you get 15 activity.
MonkeyDOH
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 14, 2014, 05:17:51 AM
 #3

Welcome CrusaderTim !
R0yalAir
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 14, 2014, 05:24:50 AM
 #4

Welcome and that's right
you need 1'15 minutes to reply at 15 activity.

oxfardk
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 14, 2014, 05:42:16 AM
 #5

Hello
you only have +1 activity maybe it's the reason

sanjoea
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
February 14, 2014, 06:39:55 AM
 #6

Welcome to the board, now the problem has been fixed i think so

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Sonny
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 14, 2014, 07:13:04 AM
 #7

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 basically can't reply in any way if my activity is below 15.
I can't even reply to the post on my own thread Sad

Hm....you do need to wait patiently for 360second for every post for the first 2 weeks. Smiley
After all, we need to have some measures to prevent spamming Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!