Forum issues

Status
Not open for further replies.

Katdarling

I'm still here on ECF... sort of. ;)
Supporting Member
ECF Veteran
Verified Member
Jan 25, 2011
32,580
167,731
Utopia
For me, it's been consistently here, on ECF. On Reddit, posters have mentioned it happening on Tumblr, Wikipedia, Reddit, and YouTube. ERR_SPDY_PROTOCOL_ERROR : chrome

It MAY be related to an anti-virus program, and if so (when I install a new one), I can certainly let you know.
 
  • Like
Reactions: Katya

Katya

ECF Guru
Supporting Member
ECF Veteran
Verified Member
Feb 23, 2010
34,804
120,147
SoCal
For me, it's been consistently here, on ECF. On Reddit, posters have mentioned it happening on Tumblr, Wikipedia, Reddit, and YouTube. ERR_SPDY_PROTOCOL_ERROR : chrome

It MAY be related to an anti-virus program, and if so (when I install a new one), I can certainly let you know.

In Windows 7? Or 10?
 

Katya

ECF Guru
Supporting Member
ECF Veteran
Verified Member
Feb 23, 2010
34,804
120,147
SoCal
Help! What did I do? Can't access page 3 on this thread: Ohio - Brown and 7 Other Senators Press FDA to Take Action | E-Cigarette Forum

Pages 1 and 2 are loading just fine--on page 3 I get this: :shock:

var MiningProfitBTCChart={major_color:'#428bca',initial_range:'1d',initial_exchange:'',chart_width:750,chart_height:390,chart_ranges:['6h','12h','1d','1w','1m','3m','1y','All'],chart_exchanges:['bitstamp'],active_exchanges:[],exchanges_variants:{mpvaluation:{color:'#66b8ff',name:'Mining-Profit'},bitstamp:{color:'#428bca',name:'Bitstamp'},coinbase:{color:'#404d94',name:'Coinbase'},btce:{color:'#989595',name:'BTC-E'},bitfinex:{color:'#e15656',name:'Bitfinex'},okcoin:{color:'#424c5c',name:'OKCoin'},anxpro:{color:'#c01e28',name:'ANX'}},is_visible_ranges:true,is_visible_interval:true,is_visible_exchanges:false,is_show_logo:true,api_url:'https://mining-profit.com/api/btc-c...alse,setMajorColor:function(custom_color){var tmp_buffer=this.checkIsRightColor(custom_color);if(tmp_buffer){this.major_color=tmp_buffer;}},setInitialRange:function(custom_range){if(this.checkIsRightRange(custom_range)){this.initial_range=custom_range;}},setInitialExchange:function(custom_exchange){if((typeof custom_exchange==='string')&&(this.exchanges_variants.hasOwnProperty(custom_exchange))){this.initial_exchange=custom_exchange;}},setChartWidth:function(custom_width){var c_w=parseInt(custom_width);if(!isNaN(c_w)){this.chart_width=c_w;}},setChartHeight:function(custom_height){var c_h=parseInt(custom_height,10);if(!isNaN(c_h)){this.chart_height=c_h;}},setChartRanges:function(custom_ranges){if(Object.prototype.toString.call(custom_ranges)==='[object Array]'){var buffer=[];for(var i=0;i<custom_ranges.length;i++){if(this.checkIsRightRange(custom_ranges)){buffer.push(custom_ranges);}}
if(buffer.length>0){this.chart_ranges=[];this.chart_ranges.push(buffer[0]);for(var i=1;i<buffer.length;i++){var is_unique=true;for(var j=0;j<this.chart_ranges.length;j++){if(this.chart_ranges[j]==buffer){is_unique=false;}}
if(is_unique){this.chart_ranges.push(buffer);}}}}},setChartExchanges:function(custom_exchanges){if(Object.prototype.toString.call(custom_exchanges)==='[object Array]'){var buffer=[];var cnt_custom_exhanges=custom_exchanges.length;for(var i=0;i<cnt_custom_exhanges;i++){if(typeof custom_exchanges==='string'){var lower_exchange=custom_exchanges.toLowerCase();if(this.exchanges_variants.hasOwnProperty(lower_exchange)){buffer.push(lower_exchange);}}
else if((custom_exchanges!==null)&&(typeof custom_exchanges==='object')){for(var one_with_color in custom_exchanges){var lower_exchange=one_with_color.toLowerCase();if(this.exchanges_variants.hasOwnProperty(lower_exchange)){buffer.push(lower_exchange);var check_color=this.checkIsRightColor(custom_exchanges[one_with_color]);if(check_color){this.exchanges_variants[lower_exchange].color=check_color;}}}}}
if(buffer.length>0){this.chart_exchanges=buffer;if(buffer.length>1){this.is_visible_exchanges=true;}}}},isDisplayControlRanges:function(flag){if(typeof flag==='boolean'){this.is_visible_ranges=flag;}
else{this.is_visible_ranges=(flag)?true:false;}},isDisplayControlInterval:function(flag){if(typeof flag==='boolean'){this.is_visible_interval=flag;}
else{this.is_visible_interval=(flag)?true:false;}},lastValidation:function(){if(this.is_visible_ranges&&this.is_visible_interval){var length_control=this.length_one_range*this.chart_ranges.length+ this.max_length_interv;if(this.chart_width- length_control<15){this.is_compact_control=true;this.control_height=70;}}
if(this.is_visible_exchanges&&(this.is_visible_interval||this.is_visible_ranges)){this.control_height+=40;}
if(this.is_visible_interval||this.is_visible_ranges||this.is_visible_exchanges){this.chart_height-=this.control_height;}
if(this.is_visible_ranges){if(this.chart_ranges.indexOf(this.initial_range)==-1){this.initial_range=this.chart_ranges[0];}}
if(this.is_visible_interval){if(this.max_length_interv>this.chart_width){this.is_compact_interval=true;}}
if(this.chart_exchanges.indexOf(this.initial_exchange)==-1){this.initial_exchange=this.chart_exchanges[0];}
this.active_exchanges.push(this.initial_exchange);if(this.chart_exchanges.length==1){this.exchanges_variants[this.initial_exchange].color=this.major_color;}},checkIsRightRange:function(rr){if((typeof rr==='string')&&(rr.length>1)){if(rr=='All'){return true;}
else{var j=0;var rng_digit='';while(!isNaN(parseFloat(rr[j]))&&isFinite(rr[j])){rng_digit+=rr[j];j+=1;}
if((j!=0)&&(rng_digit[0]!='0')){var rng_name=rr.slice(j,rr.length);if((rng_name.length==1)&&('hdwmy'.indexOf(rng_name)!=-1)){return true;}}}}
return false;},checkIsRightColor:function(color){var result_color=null;if(typeof color==='string'){if(/^#([a-f0-9]{6}|[a-f0-9]{3})$/i.test(color)){result_color=color;}
else if(/^rgb\( *[0-9]{1,3}, *[0-9]{1,3}, *[0-9]{1,3}\)$/.test(color)){var reg_result=/^rgb\( *([0-9]{1,3}), *([0-9]{1,3}), *([0-9]{1,3})\)$/.exec(color);result_color='rgb('
for(var i=1;i<=3;i++){var buff_part_color=parseInt(reg_result);result_color+=(buff_part_color>255)?'255':buff_part_color;if(i!=3){result_color+=',';}}
result_color+=')';}
else{var low_custom_color=color.toLowerCase();if(this.name_colors.indexOf(low_custom_color)!=-1){result_color=low_custom_color;}}}
return result_color;},sendRequest:function(){var req=new XMLHttpRequest;req.open('GET',this.api_url+'?range='+this.current_range+'&exchanges='+JSON.stringify(this.active_exchanges),true);req.onload=this.updateChart.bind(this);req.send(null);},sendRequestForOneEchange:function(name_exchange){var req=new XMLHttpRequest;req.open('GET',this.api_url+'?range='+this.current_range+'&exchanges='+JSON.stringify([name_exchange]),true);req.onload=this.addOneEchange.bind(null,name_exchange);req.send(null);},initialChart:function(){var user_time=new Date();var self=MiningProfitBTCChart;self.timezone=user_time.getTimezoneOffset();self.formatter_date=new google.visualization.DateFormat({pattern:"d MMM yyyy"});self.chart=new google.visualization.LineChart(document.getElementById('mpbtcchart_chart_price'));var add_option_inner=(self.chart_height<340)?'in':'out';self.options_chart={vAxis:{textStyle:{color:'#909090'},baselineColor:'#909090'},hAxis:{textStyle:{color:'#909090'},gridlines:{color:'#fff'},baselineColor:'#fff',textPosition:add_option_inner},color:self.major_color,colors:[self.exchanges_variants[self.initial_exchange].color],crosshair:{trigger:'both',orientation:'vertical'},focusTarget:'category',legend:{position:'none'},chartArea:{width:'95%',height:'90%',left:self.left_step_chart},interpolateNulls:true};self.sendRequest();},configureUpdate:function(last_date_timest,r_part){if(r_part&&('hd'.indexOf(r_part.rname)!=-1)){this.is_not_normalized=false;var second_reserv=30;var time_now=new Date();var rest_time=this.norm_period_update*1000-(time_now- last_date_timest*1000)+ second_reserv*1000;setTimeout(function(){var part_r1=MiningProfitBTCChart.getSimplePartRange();if(part_r1&&('hdw'.indexOf(part_r1.rname)!=-1)){MiningProfitBTCChart.sendRequest();}
setInterval(function(){var part_r2=MiningProfitBTCChart.getSimplePartRange();if(part_r2&&('hdw'.indexOf(part_r2.rname)!=-1)){MiningProfitBTCChart.sendRequest();}},MiningProfitBTCChart.norm_period_update*1000);},rest_time);}},updateChart:function(e){var msg=JSON.parse(e.target.responseText);var points=JSON.parse(msg.prices);var start_of_range=msg.start_of_range;var range_part=this.getSimplePartRange();this.data_chart=new google.visualization.DataTable();this.data_chart.addColumn('datetime','Date');var cnt_active_exch=this.active_exchanges.length;for(var j=0;j<cnt_active_exch;j++){this.data_chart.addColumn('number',this.active_exchanges[j]);}
var count_hours=this.getCountHours(start_of_range);var times_list={};if(range_part&&('hdw'.indexOf(range_part.rname)!=-1)){for(var i=0;i<cnt_active_exch;i++){var tmp_count=points[this.active_exchanges].length;for(var k=0;k<tmp_count;k++){var item=points[this.active_exchanges][k];if(times_list.hasOwnProperty(item.date)){times_list[item.date]=item.price;}
else{times_list[item.date]=[];times_list[item.date]=item.price;}}}}
else{for(var i=0;i<cnt_active_exch;i++){var tmp_count=points[this.active_exchanges].length;for(var k=0;k<tmp_count;k++){var item=points[this.active_exchanges][k];if(times_list.hasOwnProperty(item.date)){times_list[item.date]=item.btc_price;}
else{times_list[item.date]=[];times_list[item.date]=item.btc_price;}}}}
 

AttyPops

Vaping Master
ECF Veteran
Jul 8, 2010
8,708
134,307
Hc Svnt Dracones - USA EST
Help! What did I do? Can't access page 3 on this thread: Ohio - Brown and 7 Other Senators Press FDA to Take Action | E-Cigarette Forum

Pages 1 and 2 are loading just fine--on page 3 I get this: :shock:

var MiningProfitBTCChart={major_color:'#428bca',initial_range:'1d',initial_exchange:'',chart_width:750,chart_height:390,chart_ranges:['6h','12h','1d','1w','1m','3m','1y','All'],chart_exchanges:['bitstamp'],active_exchanges:[],exchanges_variants:{mpvaluation:{color:'#66b8ff',name:'Mining-Profit'},bitstamp:{color:'#428bca',name:'Bitstamp'},coinbase:{color:'#404d94',name:'Coinbase'},btce:{color:'#989595',name:'BTC-E'},bitfinex:{color:'#e15656',name:'Bitfinex'},okcoin:{color:'#424c5c',name:'OKCoin'},anxpro:{color:'#c01e28',name:'ANX'}},is_visible_ranges:true,is_visible_interval:true,is_visible_exchanges:false,is_show_logo:true,api_url:'https://mining-profit.com/api/btc-c...alse,setMajorColor:function(custom_color){var tmp_buffer=this.checkIsRightColor(custom_color);if(tmp_buffer){this.major_color=tmp_buffer;}},setInitialRange:function(custom_range){if(this.checkIsRightRange(custom_range)){this.initial_range=custom_range;}},setInitialExchange:function(custom_exchange){if((typeof custom_exchange==='string')&&(this.exchanges_variants.hasOwnProperty(custom_exchange))){this.initial_exchange=custom_exchange;}},setChartWidth:function(custom_width){var c_w=parseInt(custom_width);if(!isNaN(c_w)){this.chart_width=c_w;}},setChartHeight:function(custom_height){var c_h=parseInt(custom_height,10);if(!isNaN(c_h)){this.chart_height=c_h;}},setChartRanges:function(custom_ranges){if(Object.prototype.toString.call(custom_ranges)==='[object Array]'){var buffer=[];for(var i=0;i<custom_ranges.length;i++){if(this.checkIsRightRange(custom_ranges)){buffer.push(custom_ranges);}}
if(buffer.length>0){this.chart_ranges=[];this.chart_ranges.push(buffer[0]);for(var i=1;i<buffer.length;i++){var is_unique=true;for(var j=0;j<this.chart_ranges.length;j++){if(this.chart_ranges[j]==buffer){is_unique=false;}}
if(is_unique){this.chart_ranges.push(buffer);}}}}},setChartExchanges:function(custom_exchanges){if(Object.prototype.toString.call(custom_exchanges)==='[object Array]'){var buffer=[];var cnt_custom_exhanges=custom_exchanges.length;for(var i=0;i<cnt_custom_exhanges;i++){if(typeof custom_exchanges==='string'){var lower_exchange=custom_exchanges.toLowerCase();if(this.exchanges_variants.hasOwnProperty(lower_exchange)){buffer.push(lower_exchange);}}
else if((custom_exchanges!==null)&&(typeof custom_exchanges==='object')){for(var one_with_color in custom_exchanges){var lower_exchange=one_with_color.toLowerCase();if(this.exchanges_variants.hasOwnProperty(lower_exchange)){buffer.push(lower_exchange);var check_color=this.checkIsRightColor(custom_exchanges[one_with_color]);if(check_color){this.exchanges_variants[lower_exchange].color=check_color;}}}}}
if(buffer.length>0){this.chart_exchanges=buffer;if(buffer.length>1){this.is_visible_exchanges=true;}}}},isDisplayControlRanges:function(flag){if(typeof flag==='boolean'){this.is_visible_ranges=flag;}
else{this.is_visible_ranges=(flag)?true:false;}},isDisplayControlInterval:function(flag){if(typeof flag==='boolean'){this.is_visible_interval=flag;}
else{this.is_visible_interval=(flag)?true:false;}},lastValidation:function(){if(this.is_visible_ranges&&this.is_visible_interval){var length_control=this.length_one_range*this.chart_ranges.length+ this.max_length_interv;if(this.chart_width- length_control<15){this.is_compact_control=true;this.control_height=70;}}
if(this.is_visible_exchanges&&(this.is_visible_interval||this.is_visible_ranges)){this.control_height+=40;}
if(this.is_visible_interval||this.is_visible_ranges||this.is_visible_exchanges){this.chart_height-=this.control_height;}
if(this.is_visible_ranges){if(this.chart_ranges.indexOf(this.initial_range)==-1){this.initial_range=this.chart_ranges[0];}}
if(this.is_visible_interval){if(this.max_length_interv>this.chart_width){this.is_compact_interval=true;}}
if(this.chart_exchanges.indexOf(this.initial_exchange)==-1){this.initial_exchange=this.chart_exchanges[0];}
this.active_exchanges.push(this.initial_exchange);if(this.chart_exchanges.length==1){this.exchanges_variants[this.initial_exchange].color=this.major_color;}},checkIsRightRange:function(rr){if((typeof rr==='string')&&(rr.length>1)){if(rr=='All'){return true;}
else{var j=0;var rng_digit='';while(!isNaN(parseFloat(rr[j]))&&isFinite(rr[j])){rng_digit+=rr[j];j+=1;}
if((j!=0)&&(rng_digit[0]!='0')){var rng_name=rr.slice(j,rr.length);if((rng_name.length==1)&&('hdwmy'.indexOf(rng_name)!=-1)){return true;}}}}
return false;},checkIsRightColor:function(color){var result_color=null;if(typeof color==='string'){if(/^#([a-f0-9]{6}|[a-f0-9]{3})$/i.test(color)){result_color=color;}
else if(/^rgb\( *[0-9]{1,3}, *[0-9]{1,3}, *[0-9]{1,3}\)$/.test(color)){var reg_result=/^rgb\( *([0-9]{1,3}), *([0-9]{1,3}), *([0-9]{1,3})\)$/.exec(color);result_color='rgb('
for(var i=1;i<=3;i++){var buff_part_color=parseInt(reg_result);result_color+=(buff_part_color>255)?'255':buff_part_color;if(i!=3){result_color+=',';}}
result_color+=')';}
else{var low_custom_color=color.toLowerCase();if(this.name_colors.indexOf(low_custom_color)!=-1){result_color=low_custom_color;}}}
return result_color;},sendRequest:function(){var req=new XMLHttpRequest;req.open('GET',this.api_url+'?range='+this.current_range+'&exchanges='+JSON.stringify(this.active_exchanges),true);req.onload=this.updateChart.bind(this);req.send(null);},sendRequestForOneEchange:function(name_exchange){var req=new XMLHttpRequest;req.open('GET',this.api_url+'?range='+this.current_range+'&exchanges='+JSON.stringify([name_exchange]),true);req.onload=this.addOneEchange.bind(null,name_exchange);req.send(null);},initialChart:function(){var user_time=new Date();var self=MiningProfitBTCChart;self.timezone=user_time.getTimezoneOffset();self.formatter_date=new google.visualization.DateFormat({pattern:"d MMM yyyy"});self.chart=new google.visualization.LineChart(document.getElementById('mpbtcchart_chart_price'));var add_option_inner=(self.chart_height<340)?'in':'out';self.options_chart={vAxis:{textStyle:{color:'#909090'},baselineColor:'#909090'},hAxis:{textStyle:{color:'#909090'},gridlines:{color:'#fff'},baselineColor:'#fff',textPosition:add_option_inner},color:self.major_color,colors:[self.exchanges_variants[self.initial_exchange].color],crosshair:{trigger:'both',orientation:'vertical'},focusTarget:'category',legend:{position:'none'},chartArea:{width:'95%',height:'90%',left:self.left_step_chart},interpolateNulls:true};self.sendRequest();},configureUpdate:function(last_date_timest,r_part){if(r_part&&('hd'.indexOf(r_part.rname)!=-1)){this.is_not_normalized=false;var second_reserv=30;var time_now=new Date();var rest_time=this.norm_period_update*1000-(time_now- last_date_timest*1000)+ second_reserv*1000;setTimeout(function(){var part_r1=MiningProfitBTCChart.getSimplePartRange();if(part_r1&&('hdw'.indexOf(part_r1.rname)!=-1)){MiningProfitBTCChart.sendRequest();}
setInterval(function(){var part_r2=MiningProfitBTCChart.getSimplePartRange();if(part_r2&&('hdw'.indexOf(part_r2.rname)!=-1)){MiningProfitBTCChart.sendRequest();}},MiningProfitBTCChart.norm_period_update*1000);},rest_time);}},updateChart:function(e){var msg=JSON.parse(e.target.responseText);var points=JSON.parse(msg.prices);var start_of_range=msg.start_of_range;var range_part=this.getSimplePartRange();this.data_chart=new google.visualization.DataTable();this.data_chart.addColumn('datetime','Date');var cnt_active_exch=this.active_exchanges.length;for(var j=0;j<cnt_active_exch;j++){this.data_chart.addColumn('number',this.active_exchanges[j]);}
var count_hours=this.getCountHours(start_of_range);var times_list={};if(range_part&&('hdw'.indexOf(range_part.rname)!=-1)){for(var i=0;i<cnt_active_exch;i++){var tmp_count=points[this.active_exchanges].length;for(var k=0;k<tmp_count;k++){var item=points[this.active_exchanges][k];if(times_list.hasOwnProperty(item.date)){times_list[item.date]=item.price;}
else{times_list[item.date]=[];times_list[item.date]=item.price;}}}}
else{for(var i=0;i<cnt_active_exch;i++){var tmp_count=points[this.active_exchanges].length;for(var k=0;k<tmp_count;k++){var item=points[this.active_exchanges][k];if(times_list.hasOwnProperty(item.date)){times_list[item.date]=item.btc_price;}
else{times_list[item.date]=[];times_list[item.date]=item.btc_price;}}}}
Uh, that's a bitcoin mining chart...
I assume you don't mine bitcoins. I wonder if it got slipped in on some random ads, or you have a local issue, etc. I also don't know if malware could be distributing bitcoin mining for someone.

Hmm. Try again and see if it goes away. If not, maybe do a malware scan. I'm totally guessing here.

EDIT: P.S. Or someone's banner or post on that page has some issues.....
 
  • Like
Reactions: Katya

Katya

ECF Guru
Supporting Member
ECF Veteran
Verified Member
Feb 23, 2010
34,804
120,147
SoCal
Uh, that's a bitcoin mining chart...
I assume you don't mine bitcoins. I wonder if it got slipped in on some random ads, or you have a local issue, etc. I also don't know if malware could be distributing bitcoin mining for someone.

Hmm. Try again and see if it goes away. If not, maybe do a malware scan. I'm totally guessing here.

EDIT: P.S. Or someone's banner or post on that page has some issues.....

Bitcoin malware???? How on earth do you even know that? You're amazing, Atty.

I had no malware warnings. I'll run my Malwarebytes scan.

Thanks, you're a doll! :wub:
 

AttyPops

Vaping Master
ECF Veteran
Jul 8, 2010
8,708
134,307
Hc Svnt Dracones - USA EST
I tried it in Chrome and it loaded for me.

How did I know?
That's javascript code (programs that browsers run). The start of it says..."MiningProfitBTCChart". So I googled that. Given that the word "mining" is there and BTC sounds like something a programmer would use to abbreviate "BiT-Coin"...
yeah. Only good old fashioned (?) Google-Fu.
 
Status
Not open for further replies.

Users who are viewing this thread