Author

Topic: Hello forumz (Read 614 times)

hero member
Activity: 868
Merit: 1000
February 14, 2014, 02: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
full member
Activity: 154
Merit: 100
February 14, 2014, 01:39:55 AM
#6
Welcome to the board, now the problem has been fixed i think so
member
Activity: 70
Merit: 10
February 14, 2014, 12:42:16 AM
#5
Hello
you only have +1 activity maybe it's the reason
member
Activity: 84
Merit: 10
February 14, 2014, 12:24:50 AM
#4
Welcome and that's right
you need 1'15 minutes to reply at 15 activity.
full member
Activity: 140
Merit: 100
February 14, 2014, 12:17:51 AM
#3
Welcome CrusaderTim !
hero member
Activity: 868
Merit: 1000
February 13, 2014, 10:53:01 PM
#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.
newbie
Activity: 20
Merit: 0
February 13, 2014, 10:08:42 PM
#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
Jump to: