Pages:
Author

Topic: BitcoinTalk++ script - v0.2.96 - page 44. (Read 114219 times)

copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 28, 2013, 01:45:12 AM
No matter how I try I cannot seem to find the quick reply button. Where is it? Also, I reccomend adding it to github. It will allow easier access to see the code, and add some contributations.  Also, I have not seen the * yet. My Browser updates it to fast  Smiley. And for the fields that require a variable( like the price ticker chooser) make it so there is a drop down menu. It makes it a lot more user friendly.

I saw this also, it seems a little hard but maybe you could add it! https://bitcointalksearch.org/topic/watchmember-a-watchlist-for-members-only-281346
Quick Reply has to be enabled in your profile settings to always show.
legendary
Activity: 858
Merit: 1000
August 27, 2013, 10:05:54 PM
No matter how I try I cannot seem to find the quick reply button. Where is it? Also, I reccomend adding it to github. It will allow easier access to see the code, and add some contributations.  Also, I have not seen the * yet. My Browser updates it to fast  Smiley. And for the fields that require a variable( like the price ticker chooser) make it so there is a drop down menu. It makes it a lot more user friendly.

I saw this also, it seems a little hard but maybe you could add it! https://bitcointalksearch.org/topic/watchmember-a-watchlist-for-members-only-281346
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 27, 2013, 06:22:37 PM
I don't know either, I never used Bitstamp yet...

Bug fixed
Great, thanks Cheesy
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 27, 2013, 06:21:48 PM
I don't know either, I never used Bitstamp yet...

Bug fixed
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 27, 2013, 06:07:49 PM
Yeah it's normal it crashes, I'll change that in case other adventurers read the code and want to uncomment this.
Bitstamp ticker is working fine here, I don't get what is the problem you're describing. Do you mean the non-ticker API? Like putting orders and such?
No, I mean. I have tried to get it working on my BitCoin Value Ticker (think of something like Preev) and it failed every time. But hey, if it works on your side I don't know what the problem is ;p

"Add your signature" does not work ;c
Again something that works here...
Ctrl+Shift+J, do you see errors?
Lemme see. No errors, but I found out what happens. If I open a new PM, I can add it. If I then remove my signature, write something down and try to add it, it doesn't work, even after deleting the text.
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 27, 2013, 06:04:18 PM
Not sure it's a surprise as I asked here for your opinions
The problem is that it's not ready (not even started actually) server-side so it will stay commented for a bit
It even fucks up my script. "BT++ Settings"-tab doesn't appear, that kind of stuff.

Don't make fun of my variables names!
I found it very amusing ;p

Thanks, I appreciate that even more as I'm self-taught Smiley
Ah I know how that feels. I have learned everything I can myself.

Odd, it works here
What do you see when you open this in your browser: https://www.bitstamp.net/api/ticker/
Don´t even try to implement Bitstamp´s API. I tried it with jQuery´s Ajax and Json and I failed horribly, because their API system is fucked up and strange. The page itself works for me, but it will reject every connection. The only excepting is, if you set your dataType to "jsonp", but that will fuck up the JSON.parse function, because it doesn't understand what you give to it.
Yeah it's normal it crashes, I'll change that in case other adventurers read the code and want to uncomment this.
Bitstamp ticker is working fine here, I don't get what is the problem you're describing. Do you mean the non-ticker API? Like putting orders and such?


"Add your signature" does not work ;c
Again something that works here...
Ctrl+Shift+J, do you see errors?
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 27, 2013, 05:57:24 PM
"Add your signature" does not work ;c
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 27, 2013, 05:19:42 PM
Not sure it's a surprise as I asked here for your opinions
The problem is that it's not ready (not even started actually) server-side so it will stay commented for a bit
It even fucks up my script. "BT++ Settings"-tab doesn't appear, that kind of stuff.

Don't make fun of my variables names!
I found it very amusing ;p

Thanks, I appreciate that even more as I'm self-taught Smiley
Ah I know how that feels. I have learned everything I can myself.

Odd, it works here
What do you see when you open this in your browser: https://www.bitstamp.net/api/ticker/
Don´t even try to implement Bitstamp´s API. I tried it with jQuery´s Ajax and Json and I failed horribly, because their API system is fucked up and strange. The page itself works for me, but it will reject every connection. The only excepting is, if you set your dataType to "jsonp", but that will fuck up the JSON.parse function, because it doesn't understand what you give to it.
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 27, 2013, 05:13:57 PM
Code:
var translators=[
//    ['John','Chinese','1d4c5az42gr84fvre3qszd'],
];
I laughed and someone is missing at the btppcontributors page ;p
-continues reading-
I wanted to put an actual translator but didn't wanted to take the time to look for your address Grin
Also, nobody's missing as there are no translations yet. I hope I'll have some time this week-end to add yours and French.

Code:
butname = butnames[i];
Sure you didn't mean buttnames?
Don't make fun of my variables names!

Code:
if(myPseudo=='jackjack' && version[version.length-1]=='b'){
    document.getElementById('needupdate').innerHTML='';
}
I like to see those things ;p You just hide that pesky asterisk for yourself.
Only if this is the development version, because I want my Chrome to show the asterisk!

I also see new features! Which I won't tell, because that would mess up the surprise.
Not sure it's a surprise as I asked here for your opinions
The problem is that it's not ready (not even started actually) server-side so it will stay commented for a bit

Your code looks amazingly clean, well done!
Thanks, I appreciate that even more as I'm self-taught Smiley

Bitstamp ticker doesn't seem to work for me, it keeps stuck at "Contacting ticker...."
Odd, it works here
What do you see when you open this in your browser: https://www.bitstamp.net/api/ticker/

hero member
Activity: 672
Merit: 500
August 27, 2013, 03:26:10 PM
Bitstamp ticker doesn't seem to work for me, it keeps stuck at "Contacting ticker...."
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 27, 2013, 03:24:57 PM
Code:
var translators=[
//    ['John','Chinese','1d4c5az42gr84fvre3qszd'],
];
I laughed and someone is missing at the btppcontributors page ;p
-continues reading-

Code:
butname = butnames[i];
Sure you didn't mean buttnames?

Code:
if(myPseudo=='jackjack' && version[version.length-1]=='b'){
    document.getElementById('needupdate').innerHTML='';
}
I like to see those things ;p You just hide that pesky asterisk for yourself.


I also see new features! Which I won't tell, because that would mess up the surprise. Your code looks amazingly clean, well done!
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 27, 2013, 02:55:33 PM
Done, use btcavgnogox
legendary
Activity: 1764
Merit: 1000
August 27, 2013, 01:48:39 PM
Jackjack, please change the BTCaverage url to:
"http://api.bitcoinaverage.com/no-mtgox/ticker/"

I would prefer to see a BitCoin value without MtGox fucking it up.

I'd appreciate this change too.
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 27, 2013, 01:21:59 PM
Jackjack, please change the BTCaverage url to:
"http://api.bitcoinaverage.com/no-mtgox/ticker/"

I would prefer to see a BitCoin value without MtGox fucking it up.
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 27, 2013, 05:56:01 AM
Yep, 0.1.24 is bitstamp addition
hero member
Activity: 784
Merit: 1000
Casper - A failed entrepenuer who looks like Zhou
August 26, 2013, 11:15:14 PM
Another "*" appeared. What did you update this time ;p
Yay Updated Bitstamp
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 26, 2013, 05:40:03 PM
Another "*" appeared. What did you update this time ;p
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 26, 2013, 05:04:55 PM
Revealing scams deserves -1, gah
I'm not sure what you mean...

Some suggestion for this script, add Bitstamp into the list for source of bitcoin price Smiley
Sure, it's added

(wonder if bitcoin talk can one day have a stream for all new posts, get everything in realtime, flows the new data out when new replies on subbed post comes in)
That would be nice and would allow interesting things
hero member
Activity: 784
Merit: 1000
Casper - A failed entrepenuer who looks like Zhou
August 26, 2013, 01:27:21 PM
Revealing scams deserves -1, gah

Some suggestion for this script, add Bitstamp into the list for source of bitcoin price Smiley

(wonder if bitcoin talk can one day have a stream for all new posts, get everything in realtime, flows the new data out when new replies on subbed post comes in)
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 26, 2013, 12:52:01 PM
Yeah, it has updated now. Stupid Chrome ;p
Pages:
Jump to: