Bitcoin Forum
May 30, 2024, 10:32:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
101  Other / Meta / Re: BitcoinTalk++ script - v0.2.77 on: December 29, 2013, 03:14:27 PM
Feature request: notifications on replies to your threads (so you don't have to spam-refresh your email).

You should change your emailprovider. Even most freemailers and their webinterface support push mails. Refreshing emails is so 2000.
Unfortunately, Citadel (homebrew email/BBS) doesn't.
102  Other / Meta / Re: VIP Member "goat" abusing trust rating system on: December 27, 2013, 04:09:41 PM
Goat is an immature idiot.  Just ignore his rating.  Everyone knows it is meaningless.
Then why the **** is he in the depth of DefaultTrust?
103  Other / Beginners & Help / Re: Just got some Xmas money, looking to invest in Crypto, what's hot right now? on: December 26, 2013, 01:27:06 PM
This is not cryptocointalk.org.  Angry
104  Other / Beginners & Help / Re: Craptsy... on: December 26, 2013, 01:26:19 PM
They are generally good.
Cryptsy have a bad reputation at the moment.
105  Other / Meta / Re: Is there a way to remove bogus trust ratings? on: December 26, 2013, 01:22:39 PM
'Fraid not. The trust system isn't moderated, but I stopped trusting Goat ages ago because of his bogus ratings.
106  Other / Meta / Re: BitcoinTalk++ script - v0.2.77 on: December 26, 2013, 01:21:43 PM
Feature request: notifications on replies to your threads (so you don't have to spam-refresh your email).
107  Other / Meta / Re: Making bitcointalk look more modern! on: December 26, 2013, 01:20:41 PM
Hum yeah of course...
I don't know why I didn't think about that
I guess I need more javascript practice
Code more things, even if they end up being obsolete, you learn!
108  Economy / Trading Discussion / http://kittenco.in/ - bitcoin price ticker (USD/GBP/EUR) on: December 26, 2013, 01:15:48 PM
Started off as a simple js tool, and kinda grew ;P
Fetches data from the MtGox WebSocket API: if you are getting spammed with 'CONNECTION ERROR' then blame them Tongue
I can't host it for free, so if you have anything to spare, donations are welcome. Wink
http://kittenco.in/
109  Other / Beginners & Help / Re: There are so many copycats of Bitcoin. Do you think any of them will succeed? on: December 26, 2013, 10:42:19 AM
OMG DOGECOIN SUCH CURRENCY WOW SUCH MINING PROFIT OMG I'MMA SPAM IT ALL OVER BITCOINTALK

....I feel your pain.
110  Other / Beginners & Help / Re: CPU Mining on iOS on: December 26, 2013, 10:41:09 AM
Don't bother unless you want to mine altcoins - CPU + GPU mining is pretty much pointless nowadays.
You won't get much submitted work ;P also, you can see the amount of accepted/rejected shares.
111  Economy / Scam Accusations / Re: Sgtspike SCAM ALERT www.minecraftcc.com on: December 26, 2013, 10:29:59 AM
Just saw this thread now.  It cracks me up.

Anyway, i545318 claims verbal abuse (huh??), but he has been the one threatening me via PM on multiple occasions.  The bottom line is, he didn't follow server rules, and was banned, and I don't pay out BTC to banned people.  He takes issue with not being paid despite being banned, and thus attempts to badmouth me and the MinecraftCC community wherever possible.

There's more than a thousand people who have received BTC from playing on our server, and this is one of two unresolved complaints I've ever had.  I always receive compliments on the community and the server as a whole.  It's a great place to be, and it's hardly due to my efforts - the volunteers who help me are incredible people who sacrifice their time and efforts to help ensure everyone who plays there enjoys themselves.

I am sorry that your time on our server didn't work out, i545318.

Thanks for the support bmlzootown!  Wink
I can also vouch for you, Spike - I used to play on your server, and it always paid out. Wink
112  Other / Meta / Re: [suggestion] - signature lists on: December 26, 2013, 09:41:30 AM
So basically you want to make it easier for people to buy/sell signature space?

I would be very against anything that makes that practice easier.  That generally encourages people spamming more posts to ensure a high enough post count and activity level for maximum payout.  I've definitely noticed more spam by users with paid signatures than without.
This
Think more reverse-engineering: you could use these lists to block signatures!

Goto:

Profile>Look and Layout Preferences>Don't show users' signatures.

Click "Change profile"

Be happy.
I like signatures, but don't like paid ones. BT++ does this function fine.
113  Other / Meta / Re: If I block the altcoin subform do I block threads i posted in? on: December 26, 2013, 09:39:37 AM
IIRC you do, don't know for sure though.
114  Other / Meta / Re: BitcoinTalk++ script - v0.2.77 on: December 26, 2013, 09:38:44 AM
I created BT++ because I wanted to learn how to make userscripts

Today I wanted to learn how to use the MIT App Inventor
Thanks to this I made an Android app to use the BT++ chat
Not sure it would be useful for anyone, but in case someone wants to try, it's here: http://btpp.jampa.eu/apps/BTPP_chat_0.1.apk

Oh god, whiskchat deja vu.
115  Other / Meta / Re: Making bitcointalk look more modern! on: December 26, 2013, 09:37:25 AM
Security warning! This userscript loads CSS and JavaScript into the page. At a moment's notice, Sejnt could push malicious code to his server to grab logins or do other malicious tasks.

No JS has been posted...yet.
Can he really get the logins?
Cookies?

I actually saw the JS injection but didn't find it critical for some reason... Thanks for the warning

Code:
document.getElementById('form').onsubmit = evilFunction;
116  Bitcoin / Bitcoin Discussion / Re: Use another bitcoin address as your password on: December 25, 2013, 05:33:39 PM
Quote
Use another bitcoin address private key as your password
FTFY ;P
117  Other / Meta / Re: Making bitcointalk look more modern! on: December 25, 2013, 04:11:08 PM
Security warning! This userscript loads CSS and JavaScript into the page. At a moment's notice, Sejnt could push malicious code to his server to grab logins or do other malicious tasks.
Code:
// ==UserScript==
// @name          Bitcointalk.org Style
// @description   A bitcointalk.org style :)
// @version       0.1
// @namespace  Sejnt
// @author        Sejnt
// @run-at        document-end
// @include       https://www.bitcointalk.org*
// @include       https://bitcointalk.org*
// @match         https://www.bitcointalk.org/*
// @match         https://bitcointalk.org/*
// ==/UserScript==

if(window.top == window) {
var mycss = document.createElement("link");
mycss.rel = "stylesheet";
mycss.type = "text/css";
mycss.href = "https://googledrive.com/host/0B9TdmguVL9h1enRxRUtxdTZxV1k/";
document.getElementsByTagName("head")[0].appendChild(mycss);

var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "https://googledrive.com/host/0B9TdmguVL9h1VzhQMVh3M3JWV3c/";
document.getElementsByTagName("head")[0].appendChild(myjs);
}
Value of 'mycss':
Code:
.tborder {
border: none;
padding: 0px;
}

.windowbg, .windowbg2, .windowbg3 {
background-color: #F7F7F7;
}
 
.catbg3, .catbg2, .catbg, tr.catbg3 td {
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 7%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 7%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 7%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 7%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 7%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
padding: 8px 5px !important;
font-size: 14px;
}


.catbg {
padding: 3px !important;
}

.maintab_first, .maintab_last, .maintab_active_first, .maintab_active_last {
display: none;
}

.maintab_back, .maintab_active_back {
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 7%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 7%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 7%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 7%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 7%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
font-size: 16px;
text-transform: capitalize;
margin-left: -10px;
}

No JS has been posted...yet.
118  Other / Meta / Re: Want to change 'grabhive' to 'hivewallet' on: December 25, 2013, 04:08:58 PM
Meeeerrry Christmas!
Translation: "bump".

(merry christmas to you too! Smiley)
119  Other / Meta / Re: Moderator application on: December 25, 2013, 04:07:59 PM
I'm not sure this person would make the best moderator:

http://www.pasteall.org/pic/show.php?id=64492

I would have hotlinked the image but it took up way too much screen real estate.

What good contributions? You can't contribute shit

Can you specify more how I cannot contribute, as you so eloquently put it, "shit"? This is the kind of reply that would be unwarranted from a moderator, due to how immensely nonconstructive it is.

https://bitcointalk.org/index.php?topic=380130.msg4077550#msg4077550
Starting a flamewar, totally gonna get you moderator.  Roll Eyes
120  Other / Meta / Re: [suggestion] - signature lists on: December 25, 2013, 03:59:14 PM
So basically you want to make it easier for people to buy/sell signature space?

I would be very against anything that makes that practice easier.  That generally encourages people spamming more posts to ensure a high enough post count and activity level for maximum payout.  I've definitely noticed more spam by users with paid signatures than without.
This
Think more reverse-engineering: you could use these lists to block signatures!
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!