Bitcoin Forum
May 04, 2024, 10:59:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Trying to send a message to someone  (Read 1873 times)
wildfirebill (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 13, 2014, 07: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.
1714820396
Hero Member
*
Offline Offline

Posts: 1714820396

View Profile Personal Message (Offline)

Ignore
1714820396
Reply with quote  #2

1714820396
Report to moderator
1714820396
Hero Member
*
Offline Offline

Posts: 1714820396

View Profile Personal Message (Offline)

Ignore
1714820396
Reply with quote  #2

1714820396
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714820396
Hero Member
*
Offline Offline

Posts: 1714820396

View Profile Personal Message (Offline)

Ignore
1714820396
Reply with quote  #2

1714820396
Report to moderator
malaimult
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
December 13, 2014, 10: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.

hilariousandco
Global Moderator
Legendary
*
Offline Offline

Activity: 3794
Merit: 2616


Join the world-leading crypto sportsbook NOW!


View Profile
December 14, 2014, 06: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.

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
December 14, 2014, 07: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~~

zamaliphe
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile WWW
December 31, 2014, 10: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 ?




AnonBitCoiner
Sr. Member
****
Online Online

Activity: 1386
Merit: 326


Eloncoin.org - Mars, here we come!


View Profile WWW
January 01, 2015, 12:56:25 AM
 #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.



 

 

 

 

 

 


▄▄████████▄▄
▄▄████████████████▄▄
▄██
████████████████████▄
▄███
██████████████████████▄
▄████
███████████████████████▄
███████████████████████▄
█████████████████▄███████
████████████████▄███████▀
██████████▄▄███▄██████▀
████████▄████▄█████▀▀
██████▄██████████▀
███▄▄█████
███████▄
██▄██████████████
░▄██████████████▀
▄█████████████▀
████████████
███████████▀
███████▀▀
Mars,           
here we come!
▄▄███████▄▄
▄███████████████▄
▄███████████████████▄
▄██████████
███████████
▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀█
██████████████████████▀
▀██
███████████████████▀
▀███████████████████▀
▀█████████
██████▀
▀▀███████▀▀
ElonCoin.org.
████████▄▄███████▄▄
███████▄████████████▌
██████▐██▀███████▀▀██
███████████████████▐█▌
████▄▄▄▄▄▄▄▄▄▄██▄▄▄▄▄
███▐███▀▄█▄█▀▀█▄█▄▀
███████████████████
█████████████▄████
█████████▀░▄▄▄▄▄
███████▄█▄░▀█▄▄░▀
███▄██▄▀███▄█████▄▀
▄██████▄▀███████▀
████████▄▀████▀
█████▄▄
.
"I could either watch it
happen or be a part of it"

▬▬▬▬▬
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: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://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.  
███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
rudicode
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
January 20, 2018, 11: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?
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!