Author

Topic: Trying to send a message to someone (Read 1892 times)

newbie
Activity: 22
Merit: 0
January 20, 2018, 06:37:10 AM
#8
Test I also have this problem but I did not use bitcointalk since yesterday
I cant send reply or search why?
sr. member
Activity: 322
Merit: 250
https://dadice.com | Click my signature to join!
January 02, 2015, 05:30:54 AM
#7
I am the only one with this IP address. I entered the craptacha in right. Waited 7 minutes. waited 10 minutes what do I have to do to send a message to someone?

The last posting from your IP was less than 360 seconds ago. Please try again later. The thing you were trying to post was saved as a draft. This limit decreases substantially as your account becomes more established.

Just give a look to OP in this thread ====>>>>  https://bitcointalksearch.org/topic/forum-rankspositionsbadges-what-do-those-shiny-coins-under-my-name-mean-178608

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
sr. member
Activity: 1456
Merit: 326
Eloncoin.org - Mars, here we come!
December 31, 2014, 07:56:25 PM
#6
You need to wait the full six minutes before you try send the message. Log in, wait six minutes, then send again.

It will decrease when your activity increases. Formula :

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

   ~~MZ~~

Great answer thanks so much but how activity is related to posts ?
i saw some users where (activity == post counts)
but some others activity is less than posts by few handers why ?






When their activity is less than posts, it means the number of days (which is updated biweekly) since they've joined the community is less than their post count. The forum determines activity as the minimum between those two values. If they've joined for 2 weeks, their activity would be 14. If they only posted 3 times, their activity would be 3. If they posted 15 times, their activity would be 14.
newbie
Activity: 55
Merit: 0
December 31, 2014, 05:46:36 PM
#5
You need to wait the full six minutes before you try send the message. Log in, wait six minutes, then send again.

It will decrease when your activity increases. Formula :

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

   ~~MZ~~

Great answer thanks so much but how activity is related to posts ?
i saw some users where (activity == post counts)
but some others activity is less than posts by few handers why ?




hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
December 14, 2014, 02:21:39 AM
#4
You need to wait the full six minutes before you try send the message. Log in, wait six minutes, then send again.

It will decrease when your activity increases. Formula :

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

   ~~MZ~~
global moderator
Activity: 3990
Merit: 2717
Join the world-leading crypto sportsbook NOW!
December 14, 2014, 01:27:35 AM
#3
You need to wait the full six minutes before you try send the message. Log in, wait six minutes, then send again.
hero member
Activity: 658
Merit: 500
December 13, 2014, 05:12:18 PM
#2
I believe that you can actually send messages if you do not have any posts. I have received many spam like messages from users who have zero posts.
newbie
Activity: 1
Merit: 0
December 13, 2014, 02:43:42 PM
#1
 I am the only one with this IP address. I entered the craptacha in right. Waited 7 minutes. waited 10 minutes what do I have to do to send a message to someone?

The last posting from your IP was less than 360 seconds ago. Please try again later. The thing you were trying to post was saved as a draft. This limit decreases substantially as your account becomes more established.
Jump to: