We've detected that you're using a small display. Want to switch to the mobile version of the site?
  • Sign in or Create an Account to start trading.
    • NOTICE:
      Dismiss this Alert
      There are no new alerts.
      Posted by busoni@Usdt-Meaning on 2016-03-10 01:15:31

Logged Out

Your session has expired or you have signed out from another window.

Please sign in to trade or press OK continue.

Confirm Withdrawal

Please enter your six-digit Google Authenticator code. Invalid 2FA code.
 
 
Last Price
 
24hr Change
 
24hr High
 
24hr Low
 
24hr Volume:
    /    
High:
Low:

Loading chart...

Zoom:
Candlesticks:
Buy  
You have:
 
Lowest Ask:
 
Price:
 
Amount:
 
Total:
 
Fee: 0.20/0.20%
Sign In or Create an Account to trade.
Stop-Limit
You have:
 
You have:
 
Stop:
 
Limit:
 
Amount:
 
Total:
 
Sign In or Create an Account to trade.
Sell
You have:
 
Highest Bid:
 
Price:
 
Amount:
 
Total:
 
Fee: 0.20/0.20%
Sign In or Create an Account to trade.

Loading...

Sell Orders
Total:

Loading...

Buy Orders
Total:
Market Depth
My Open Orders
Trade History
Markets
  • BTC
  • ETH
  • XMR
  • USDT
Market Settings
Rows to Display:
Right Column:
Quick Select:
Coin Price Volume Change Name My Balance My BTC Value
Coin Price Volume Change Name My Balance My ETH Value
Coin Price Volume Change Name My Balance My XMR Value
Coin Price Volume Change Name My Balance My USDT Value
Table data filtered. .
Username colors and icons:
  • General Staff
  • Moderating Staff
  • The more pink the Username, the higher the user’s marking reputation.
Message colors, sizes, and indents:
  • Green indicates your username was mentioned in a post.
  • Starting a post with /tiny results in tiny text.
  • Starting a post with /me results in indented & italicized text.

For information on the Trollbox visit our Support Center

Trollbox
'; } else { timerHTML = timerHTML + '
'; timerHTML = timerHTML + '
It\'s happening! Usdt-Meaning Flash Free Trading starts in ' + timeText + '
'; } } else { if (timeLeft==0){ timerHTML = timerHTML + '
Usdt-Meaning Flash Free Trading has ended... for today.
'; takerFee = originalFee; updateBuyTotal(); updateSellTotal(); $('.exchangeFee').html((takerFee * 100)); setTimeout(function(){ $('#trollboxAnnouncement').css("display", "none"); }, 30000); } else { timerHTML = timerHTML + '
Usdt-Meaning Flash Free Trading is ON! pfft! ' + timeText + '
'; takerFee = 0; updateBuyTotal(); updateSellTotal(); $('.exchangeFee').html('0'); } } $('#trollboxAnnouncement .row').empty().append(timerHTML); if (timeLeft
'; if (tiny)trollboxRowContent += ''; } return trollboxRowContent; } function scrubMessage(message){ message = message.replace(/'/g,"’"); message = message.replace(/"/g,"""); message = message.replace(/\(/g,"("); message = message.replace(/\)/g,")"); message = message.replace(/@/g,"@"); message = message.replace(/[^A-Za-z0-9\.\!\?\/\+\;\:\=\,\%\&\#\_ -]/g, ''); var curseArray = ['shit','fuck','fuk','cunt', 'nigger', 'fagot', 'faggot', 'fag']; for (x=0;xcurrentMessageNumber){ currentMessageNumber = parseInt(messageNumber); } else { skipAll=true; } trollboxRow = newMessages[messageNumber]; if (trollboxRow['username']==trollboxUsername)ownReputation=trollboxRow['reputation']; if ((trollboxRow['username']==trollboxUsername | (trollboxRow['username']=='busoni@Usdt-Meaning' && trollboxUsername=='busoni@Usdt-Meaning')) && complete==false && (skipMessage | skipOwn)){ if (!skipOwn)skipMessage=false; skippedMessageNumbers.push(messageNumber); skippedMessages.push(trollboxRow['message']); continue; } sStart = skippedMessages.length-20; if (sStart 150)table.deleteRow(0); } } refreshingTrollbox = false; if (scrollToBottom) { $("#trollboxScrollArea").scrollTop(9999); } reinitTrollboxPane(); } $("#muteTrollboxCheckbox").change(function () { if ($("#muteTrollboxCheckbox:checked").length > 0) { muteTrollbox = true; $("#trollboxTable").empty(); $.post('/public.php', {muteTrollbox: 1}); } else { muteTrollbox = false; $.post('/public.php', {muteTrollbox: 0}); } }); function showTrollboxWarning(warningMessage) { if (typeof warningMessage == "object" && 'response' in warningMessage && warningMessage['response'].indexOf('mark') >= 0) warningMessage = warningMessage['response']; if (typeof warningMessage != "string") return; var table = document.getElementById("trollboxTable"); var row = table.insertRow(-1); var cell = row.insertCell(0); cell.innerHTML = "" + warningMessage + ""; $("#trollboxScrollArea").scrollTop(9999); reinitTrollboxPane(); return; } $("#messageForm").submit(function (event) { event.preventDefault(); var theMessage = $('#message').val(); if (theMessage.length 3000 || isMod) { document.getElementById('message').value = ''; if (theMessage.substring(0,4)=="/rep")rep=true; if (theMessage.substring(0,6)=="/mark ")mark=true; if (!rep && !mark)lastPost = now; if ('conn' in window && window.conn.readyState == 1){ window.conn.send(JSON.stringify({command: "trollbox", channel: 1001, msg: theMessage})); } else { $.post('/includes/trollbox_functions.php', {msg: theMessage} ).done(function(data) { if (mark && data['success']==false) showTrollboxWarning(data['response']); if (rep) showTrollboxWarning(data); if (data.indexOf('You must have a total trade volume of at least') > -1) showTrollboxWarning(data); }); } // Insta-post. Disabled for causing issues. if (false){ if (isBanned==0){ if (!rep && !mark){ skipMessage=true; var table = document.getElementById("trollboxTable"); var row = table.insertRow(-1); row.id = messageNumber; var cell = row.insertCell(0); var tbUser = trollboxUsername; if (tbUser=='busoni@Usdt-Meaning')tbUser = 'busoni@Usdt-Meaning'; var trollboxRow = {username: tbUser, message: scrubMessage(theMessage), reputation: ownReputation}; trollboxRowContent = getTrollboxRow(trollboxRow); cell.innerHTML = trollboxRowContent; $("#trollboxScrollArea").scrollTop(9999); } } } } else { showTrollboxWarning("Please wait 3 seconds between messages."); } }); $("#banForm").submit(function (event) { event.preventDefault(); var userToBan = $('#userToBan').val(); var banLength = $('#banLength').val(); var banNote = $('#banNote').val(); var banHours = 0; var banMinutes = banLength; while ((banMinutes/60)>=1){ banHours++; banMinutes-=60; } var banText = userToBan + ' banned for ' + banHours + ' hours and ' + banMinutes + ' minutes by ' + trollboxUsername + '.'; document.getElementById('userToBan').value = ''; document.getElementById('banLength').value = ''; document.getElementById('banNote').value = ''; $.post('/includes/trollbox_functions.php', {command: 'ban', userToBan: userToBan, banLength: banLength, note: banNote}).done(function (data) { }); }); $("#freezeForm").submit(function (event) { event.preventDefault(); var currencyToFreeze = $('#currencyToFreeze').val(); var freezeNote = $('#freezeNote').val(); document.getElementById('currencyToFreeze').value = ''; document.getElementById('freezeNote').value = ''; $.get('/private.php', {command: 'freezeMarket', currency: currencyToFreeze, note: freezeNote}).done(function (data) { $('#result').empty().append(data); showAlert(); }); }); $("#changeTrollboxUserForm").submit(function (event) { event.preventDefault(); var currentTrollboxUser = $('#currentTrollboxUser').val(); var newTrollboxUser = $('#newTrollboxUser').val(); document.getElementById('currentTrollboxUser').value = ''; document.getElementById('newTrollboxUser').value = ''; $.get('/private.php', {command: 'changeTrollboxUser', currentTrollboxUser: currentTrollboxUser, newTrollboxUser: newTrollboxUser}).done(function (data) { $('#result').empty().append(data); showAlert(); }); }); function refreshModPasteboard(){ $.get('/includes/trollbox_functions.php', {command: 'refreshModPasteboard'}).done(function (data) { $("#modPasteboard").empty().append(data); }); } function hardRefreshTrollbox(){ $.get('/public', {command:'getTrollboxMessages', messages: 30}).done(function(data){ refreshTrollbox(data,true,true); }); } function trollboxEvent(args, kwargs) { if (args[0] == 'trollboxMessage' || args[0] == 1001) { if (args[1] == -1) return showTrollboxWarning(args[2]); var data = new Object; var index = args[1].toString(); data[index] = { "username": args[2], "message": args[3], "reputation": args[4] }; refreshTrollbox(data, false, false); } } function initWebSocketsForTrollbox() { if (newWebSockets) return initWebSocketsForTrollbox_new(); var wsuri = "wss://api.Usdt-Meaning.com"; if (isLocal) { wsuri = 'wss://pushstaging.Usdt-Meaning.com'; } window.connection = new autobahn.Connection({ url: wsuri, realm: "realm1" }); window.connection.onopen = function (session) { session.subscribe('trollbox', trollboxEvent); } window.connection.onclose = function() { //console.log("Websocket connection closed (or reset)"); } window.connection.open(); } var webSocketConnected = false; function initWebSocketsForTrollbox_new(){ if (webSocketConnected) return; webSocketConnected = true; window.conn = new WebSocket('wss://api2.Usdt-Meaning.com'); window.conn.onopen = function(e){ this.send(JSON.stringify({command: "subscribe",channel: 1001})); } window.conn.onmessage = function(e){ var msg = JSON.parse(e.data); switch (msg[0]){ case 1001: trollboxEvent(msg); break; } } window.conn.onerror = function(e){ } window.conn.onclose = function(e){ webSocketConnected = false; setTimeout(initWebSockets_new, 2000); } } function writeTrollboxTooltip(id, rows) { var t = '
'; t += '
' + id + ' Settings
'; if (rows !== null) { t += '
'; t += '
    '; for (var i = 0; i '; } t += '
'; t += '
' + id + ' Height:
'; t += '
'; } return t; } function initTrollBox() { $('#TrollboxContainer .help').click(function(){ if(!$(this).hasClass('active')){ hideAllToolPanels(); } $('#TrollboxContainer .helpPanel').fadeToggle(200); $(this).addClass('active'); }); $('#TrollboxContainer .popup').click(function(){ window.open('/trollbox', "Trollbox", "width=415,height=670,scrollbars=no,resizable=yes").focus(); }); $('#TrollboxContainer .toolPanel').html(writeTrollboxTooltip('Trollbox', [5, 10, 20, 30])); $('#TrollboxContainer .tools').click(function(){ if(!$(this).hasClass('active')){ hideAllToolPanels(); } $('#TrollboxContainer .toolPanel').fadeToggle(200); $(this).addClass('active'); }); $('#TrollboxContainer .toolPanel button').click(function() { var t = $(this); var pp = t.parent().parent(); pp.find('.active').removeClass('active'); t.addClass('active'); var id = pp.attr('id'); id = id.substring(7, id.length); var num = t.html(); showTrollboxLines(num); hideAllToolPanels(); saveTrollboxSettings(); }); $('.trollbox .head .hit').click(function() { //Simulate clicking the "Show # rows" button so that we restore the correct # of rows //when coming in from local settings. (this could be better) if ($('#TrollboxContainer').hasClass('collapsed')) { num = $('#buttonsTrollbox .active').html(); showTrollboxLines(num); } else { $('#TrollboxContainer').addClass('collapsed'); } saveTrollboxSettings(); }); loadTrollboxSettings(); var localEX = localStorage["trollboxSettings"]; var settings = JSON.parse(localEX); if (settings.trollboxRows != undefined) { $('#TrollboxContainer .toolPanel').find('.show' + settings.trollboxRows).addClass('active'); } else { // default $('#TrollboxContainer .toolPanel').find('.show10').addClass('active'); settings.trollboxRows = 10; } if (typeof(settings.trollboxCollapsed) != 'undefined') { if (settings.trollboxCollapsed === false) { showTrollboxLines(settings.trollboxRows); } else { $('#TrollboxContainer').addClass('collapsed'); } } } function showTrollboxLines(num) { $('#TrollboxContainer').removeClass('collapsed'); var h = 22 * num; $('.trollbox .data').animate({height:h}, 300, function() { setTimeout(function(){ var pane = $('#trollboxScrollArea'); var api = pane.data('jsp'); setTimeout(function(){ $('#trollboxScrollArea').data('jsp').reinitialise(); },250); api.scrollToY(5000); },250); }); } $(document).ready(function () { // Bind jsScrollPane to the Trollbox $('#trollboxScrollArea').jScrollPane( { scrollToBottom: true, stickToBottom: true, verticalDragMinHeight: 20 } ); $.get('/public', {command:'getTrollboxMessages', messages: 30}).done(function(data){ var initialTrollboxData = data; refreshTrollbox(initialTrollboxData,true,false); }); });
Notices
Thank you to everyone that applied for a moderator position at Usdt-Meaning, the interview process is complete. Emails have been sent to those successful, congratulations. For those not successful this round thank you for your interest, please feel free to apply to future postings. Thank you all again.
Posted by OldManKidd at 2016-06-24 03:33:35
Thank you to everyone that has applied for the moderator positions. I will be reviewing the applications and those successful for an interview will be contacted by Wednesday, June 15th.
Posted by OldManKidd at 2016-06-13 13:57:43
At 5:00 AM UTC (in about 4 hours), we will be performing some back-end maintenance. No downtime is expected.
Posted by OldManKidd at 2016-06-12 01:01:54
Do you have what it takes to be a great moderator? Think you can handle the TrollBox? If interested please submit your resume, TrollBox name, and why you would make a good moderator to [email protected] by Sunday June 12. If you have applied in the past you are welcome to reapply.
Posted by OldManKidd at 2016-06-08 19:25:25
Ethereum base market added with new trading pairs: ETH/DAO and ETH/LSK https://Usdt-Meaning.com/exchange#eth_dao
Posted by MobyDick at 2016-06-08 03:17:59