Bitcoin Forum
May 10, 2024, 11:26:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I Cannot Post Reply On Posts!  (Read 607 times)
Sarthak (OP)
Hero Member
*****
Offline Offline

Activity: 518
Merit: 501

Error 404: there seems to be nothing here.


View Profile
January 01, 2015, 06:39:05 PM
 #1

Hello Guys,
 I am a new member of the BitcoinTalk Community! Whenever I post a comment on any post, An error Message is displayed which says I had already made a post within the last 360 seconds and I have to Wait..
BUT I had made no posts in the last 360 seconds!
Help Much Appreciated!
Thanks! Grin

1715383597
Hero Member
*
Offline Offline

Posts: 1715383597

View Profile Personal Message (Offline)

Ignore
1715383597
Reply with quote  #2

1715383597
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715383597
Hero Member
*
Offline Offline

Posts: 1715383597

View Profile Personal Message (Offline)

Ignore
1715383597
Reply with quote  #2

1715383597
Report to moderator
1715383597
Hero Member
*
Offline Offline

Posts: 1715383597

View Profile Personal Message (Offline)

Ignore
1715383597
Reply with quote  #2

1715383597
Report to moderator
Quickseller
Copper Member
Legendary
*
Offline Offline

Activity: 2870
Merit: 2300


View Profile
January 01, 2015, 06:51:03 PM
 #2

You need to wait 360 seconds to post after you have logged in, sent a PM or posted (I think leaving trust counts for this as well).
MultipliedCombo
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile WWW
January 02, 2015, 09:09:43 AM
 #3

This occurs for new members of the forum to combat spam posts.

As you continue to post and your member rank increases, the restrictions will be lessened.

Minnlo
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
January 02, 2015, 09:13:52 AM
 #4

You need to wait 360 seconds to post after you have logged in, sent a PM or posted (I think leaving trust counts for this as well).

Not sure about trust feedback, but searching the forum is counted as well, and so you could use google search instead.


Grand_Voyageur
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


https://dadice.com | Click my signature to join!


View Profile WWW
January 02, 2015, 10:03:23 AM
 #5

Hello Guys,
 I am a new member of the BitcoinTalk Community! Whenever I post a comment on any post, An error Message is displayed which says I had already made a post within the last 360 seconds and I have to Wait..
BUT I had made no posts in the last 360 seconds!
Help Much Appreciated!
Thanks! Grin

Just give a look to OP in this thread ====>>>>  https://bitcointalk.org/index.php?topic=178608.0

Time limit to new post is linked to User Rank to prevent spamming. Once your rank go upward you'll be able to wait less before posting again.
 Wink

███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
█   ⚂⚄⚀⚃⚅⚁    ██  d a d i c e  ██    Next Generation Dice Game
• Low 1% house edge. • Provably Fair.  
███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
anneke
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 02, 2015, 10:14:15 AM
 #6

I had the same problem.

I'd always had to wait 360 seconds before i could post.
But now i understand why.
Thanks for the explanation.
redHairy
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 02, 2015, 03:29:25 PM
 #7

Hello Guys,
 I am a new member of the BitcoinTalk Community! Whenever I post a comment on any post, An error Message is displayed which says I had already made a post within the last 360 seconds and I have to Wait..
BUT I had made no posts in the last 360 seconds!
Help Much Appreciated!
Thanks! Grin

simply chec this formula:

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

you have 3 steps...

360sec under 15activity
90sec under 60activity
about 34sec under 100activity etc etc

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!