Bitcoin Forum
April 25, 2024, 12:13:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Errors when using the forum  (Read 134 times)
mesmoina (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 26, 2018, 02:22:10 PM
 #1

How can newbies avoid platform errors?  Huh I can?t post. The search does not work and my messages get saved as draft even before properly being posted. I am definately not behind a vpn or that kind of thing. Without a good search it is daunting to find previous related posts.  Undecided
1714047228
Hero Member
*
Offline Offline

Posts: 1714047228

View Profile Personal Message (Offline)

Ignore
1714047228
Reply with quote  #2

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

Posts: 1714047228

View Profile Personal Message (Offline)

Ignore
1714047228
Reply with quote  #2

1714047228
Report to moderator
1714047228
Hero Member
*
Offline Offline

Posts: 1714047228

View Profile Personal Message (Offline)

Ignore
1714047228
Reply with quote  #2

1714047228
Report to moderator
1714047228
Hero Member
*
Offline Offline

Posts: 1714047228

View Profile Personal Message (Offline)

Ignore
1714047228
Reply with quote  #2

1714047228
Report to moderator
TryNinja
Legendary
*
Offline Offline

Activity: 2814
Merit: 6971



View Profile WWW
September 26, 2018, 02:24:59 PM
 #2

There is a cooldown of 6 minutes between each action when you are a Newbie.

It gets better as you post and increase your activity. This is the 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);

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Anonymous300
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 26, 2018, 02:29:55 PM
 #3

As a newbie focus more on observation rather than posting to avoid spam post. Only make reasonable post or ask questions that are of qualities and there are time limitations between post the time will reduce as you climb the ladder I wish you all the best
crairezx20
Legendary
*
Offline Offline

Activity: 1638
Merit: 1046



View Profile
September 26, 2018, 04:23:30 PM
 #4

How can newbies avoid platform errors?  Huh I can?t post. The search does not work and my messages get saved as draft even before properly being posted. I am definately not behind a vpn or that kind of thing. Without a good search it is daunting to find previous related posts.  Undecided

Newbie has limited features unlike higher rank members if you wan't to increase your limitation you can buy a copper rank here https://bitcointalk.org/index.php?action=credit;promote

And about for search bar in the top right of this page it doesn't work so use the magnifying glass left side of the search bar or click the search button in the middle of help and donate or between help and donate button above of this page.

Or here is the direct link https://bitcointalk.org/index.php?action=search;advanced
bittraffic
Hero Member
*****
Offline Offline

Activity: 2926
Merit: 612


#SWGT PRE-SALE IS LIVE


View Profile
September 26, 2018, 04:33:19 PM
 #5

There is a cooldown of 6 minutes between each action when you are a Newbie.

It gets better as you post and increase your activity. This is the 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);

Holycrab that's going to slow them down. Reporting twitter and facebook post can't be stopped with this cooldown though but I guess this will lead them to participate more on the discussion than just posting reports on bounty threads. They can still end up by buying copper rank which is an easy out, if the newbie spam with copper rank continues, it would be profitable for the forum to raise the price of it.


.SWG.io.













..Pre-Sale is LIVE at $0.15..







..Buy Now..







``█████████████████▄▄
``````▄▄▄▄▄▄▄▄▄▄▄▄████▄
````````````````````▀██▄
```▀▀▀▀``▀▀▀▀▀▀▀▀▀▀▀▄███
``````▄▄▄▄▄▄▄▄▄▄▄▄``▄███
``▄▄▄▄▄▄▄```▄▄▄▄▄``▄███
``````````````````▄██▀
```````````████████████▄
````````````````````▀▀███
`````````▀▀▀▀▀▀▀▀▀▀▀▀▄████
```▄▄▄``▄▄▄▄▄▄▄▄▄▄`````███
`▄▄▄▄▄▄▄▄▄``▄▄▄▄▄▄`````███
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀████
```````````````````▄▄████
``▀▀▀▀▀``▀▀▀▀▀▀▀▀▀█████
██``███████████████▀▀

FIRST LISTING
..CONFIRMED..






itdabhand
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 26, 2018, 05:03:32 PM
 #6

How can newbies avoid platform errors?  Huh I can?t post. The search does not work and my messages get saved as draft even before properly being posted. I am definately not behind a vpn or that kind of thing. Without a good search it is daunting to find previous related posts.  Undecided

I seem to have the same sort of issues  Wink It doesn't matter whether you use a VPN or something like that)
I hope these are only our poor forum skills  Roll Eyes
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!