Bitcoin Forum

Other => Meta => Topic started by: Brian999 on August 01, 2014, 02:24:39 AM



Title: Help newbie
Post by: Brian999 on August 01, 2014, 02:24:39 AM
Hello all member on forum. I see forum on google.com. I want post on forum. i see wait 360 can post it . Pls tell me know. Thank for watching!


Title: Re: Help newbie
Post by: bigasic on August 01, 2014, 03:08:45 AM
Can you explain what you want a little better? maybe its me, but I have no idea what you are talking about..


Title: Re: Help newbie
Post by: shorena on August 01, 2014, 06:16:59 AM
Hello all member on forum. I see forum on google.com. I want post on forum. i see wait 360 can post it . Pls tell me know. Thank for watching!

Yes as long as you are a newbie you have to wait 360 seconds between posts. Login, sending a pm and / or search counts towards the counter. So after login you have to wait till you can post.

see here: https://bitcointalk.org/index.php?topic=703657.0


Title: Re: Help newbie
Post by: Anduck on August 01, 2014, 06:17:07 AM
Yes you have to wait some time between the posts. This is to make spamming harder..


Title: Re: Help newbie
Post by: Buziss on August 01, 2014, 07:03:49 AM
Hello all member on forum. I see forum on google.com. I want post on forum. i see wait 360 can post it . Pls tell me know. Thank for watching!

It is a measure introduced to prevent spamming with new accounts.
I know it is annoying, but you have to stay with it until you get 15 activity.


Title: Re: Help newbie
Post by: Brian999 on August 01, 2014, 12:30:15 PM
thanks for member comment here  :D


Title: Re: Help newbie
Post by: ranochigo on August 01, 2014, 12:40:59 PM
You would probably need two active weeks after you post your first post to get to 15 activity. This reduces spammers by limiting their post limit for a period of time. Without this, the forum would be full if spammers.


Title: Re: Help newbie
Post by: Brian999 on August 01, 2014, 03:45:58 PM
You would probably need two active weeks after you post your first post to get to 15 activity. This reduces spammers by limiting their post limit for a period of time. Without this, the forum would be full if spammers.

yes . i know bro . spammers can't wait for 360 seconds  ;D


Title: Re: Help newbie
Post by: dompsairs on August 02, 2014, 06:36:14 PM
You need 14+ activity and it gets reduced i think


Title: Re: Help newbie
Post by: Rub3n on August 02, 2014, 07:55:30 PM
I remember there is still a limit after the 360. It will become around 40-60 secs.


Title: Re: Help newbie
Post by: Zebra on August 02, 2014, 08:10:11 PM
I remember there is still a limit after the 360. It will become around 40-60 secs.

There will always be a limit no matter what your activity level is, but eventually it will be so low that you can't notice its existence.

https://bitcointalk.org/index.php?topic=237597.msg4131557#msg4131557
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);