<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Build.A.Gadget</title>
	<atom:link href="http://buildagadget.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildagadget.com</link>
	<description>Free gadgets, extensions, and apps</description>
	<lastBuildDate>Wed, 16 May 2012 21:07:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>Comment on Fb Explorer 1.1.1 by szantai77</title>
		<link>http://buildagadget.com/news/2010/05/fb-explorer-1-1-1/#comment-2887</link>
		<dc:creator>szantai77</dc:creator>
		<pubDate>Wed, 16 May 2012 21:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.buildagadget.com/Blog/?p=494#comment-2887</guid>
		<description>connect error
help please</description>
		<content:encoded><![CDATA[<p>connect error<br />
help please</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FB Explorer 1.0.2 by SpockofVulcan</title>
		<link>http://buildagadget.com/news/2011/09/fb-explorer-1-0-2/#comment-2886</link>
		<dc:creator>SpockofVulcan</dc:creator>
		<pubDate>Wed, 16 May 2012 06:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://buildagadget.com/?p=839#comment-2886</guid>
		<description>FB Explorer 1.0.2 will not connect! I keep getting red CONNECT ERROR on the gadget! It worked fine for a year</description>
		<content:encoded><![CDATA[<p>FB Explorer 1.0.2 will not connect! I keep getting red CONNECT ERROR on the gadget! It worked fine for a year</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MCR 2.0 Update by ryan8374</title>
		<link>http://buildagadget.com/news/2008/09/mcr-20/#comment-2885</link>
		<dc:creator>ryan8374</dc:creator>
		<pubDate>Sat, 28 Apr 2012 17:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.buildagadget.com/Blog/?p=129#comment-2885</guid>
		<description>The widget has recently stopped logging in due to a change in the server&#039;s URL and the author doesn&#039;t seem to be maintaining it.
 
It&#039;s a simple fix.
 
Open the following file in a text editor:
 
c:users&lt;your profile name&gt;appdatalocalmicrosoftwindows sidebargadgetsMCR.gadgetscriptMCR.js
 
Line 17 should read:
var MCR_WEBSERVICE_URL = &quot;https://secure.mycokerewards.com/xmlrpc&quot;;
 
change to:  var MCR_WEBSERVICE_URL = &quot;https://www.mycokerewards.com/xmlrpc&quot;;
 
 
Thanks to @breber. His android source code at https://github.com/breber/ showed the change.</description>
		<content:encoded><![CDATA[<p>The widget has recently stopped logging in due to a change in the server&#8217;s URL and the author doesn&#8217;t seem to be maintaining it.<br />
 <br />
It&#8217;s a simple fix.<br />
 <br />
Open the following file in a text editor:<br />
 <br />
c:users&lt;your profile name&gt;appdatalocalmicrosoftwindows sidebargadgetsMCR.gadgetscriptMCR.js<br />
 <br />
Line 17 should read:<br />
var MCR_WEBSERVICE_URL = &#8220;https://secure.mycokerewards.com/xmlrpc&#8221;;<br />
 <br />
change to:  var MCR_WEBSERVICE_URL = &#8220;https://www.mycokerewards.com/xmlrpc&#8221;;<br />
 <br />
 <br />
Thanks to @breber. His android source code at <a href="https://github.com/breber/" rel="nofollow">https://github.com/breber/</a> showed the change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MCR 2.0 Update by ryan8374</title>
		<link>http://buildagadget.com/news/2008/09/mcr-20/#comment-2884</link>
		<dc:creator>ryan8374</dc:creator>
		<pubDate>Sat, 28 Apr 2012 16:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.buildagadget.com/Blog/?p=129#comment-2884</guid>
		<description>The MCR Widget has recently stopped logging in due to a change in the server&#039;s URL and the widget&#039;s author doesn&#039;t seem to be maintaining it.
 
It&#039;s a simple fix.
 
Open the following file in a text editor:
 
c:users&lt;your profile name&gt;appdatalocalmicrosoftwindows sidebargadgetsMCR.gadgetscriptMCR.js
 
Line 17 should read:
var MCR_WEBSERVICE_URL = &quot;https://secure.mycokerewards.com/xmlrpc&quot;;
 
change to:  var MCR_WEBSERVICE_URL = &quot;https://www.mycokerewards.com/xmlrpc&quot;;
 
 
Thanks to @breber. His android source code at https://github.com/breber/ showed the change.</description>
		<content:encoded><![CDATA[<p>The MCR Widget has recently stopped logging in due to a change in the server&#8217;s URL and the widget&#8217;s author doesn&#8217;t seem to be maintaining it.<br />
 <br />
It&#8217;s a simple fix.<br />
 <br />
Open the following file in a text editor:<br />
 <br />
c:users&lt;your profile name&gt;appdatalocalmicrosoftwindows sidebargadgetsMCR.gadgetscriptMCR.js<br />
 <br />
Line 17 should read:<br />
var MCR_WEBSERVICE_URL = &#8220;https://secure.mycokerewards.com/xmlrpc&#8221;;<br />
 <br />
change to:  var MCR_WEBSERVICE_URL = &#8220;https://www.mycokerewards.com/xmlrpc&#8221;;<br />
 <br />
 <br />
Thanks to @breber. His android source code at <a href="https://github.com/breber/" rel="nofollow">https://github.com/breber/</a> showed the change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FB Explorer 1.0.2 by Scott Bishop</title>
		<link>http://buildagadget.com/news/2011/09/fb-explorer-1-0-2/#comment-2880</link>
		<dc:creator>Scott Bishop</dc:creator>
		<pubDate>Mon, 26 Mar 2012 16:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://buildagadget.com/?p=839#comment-2880</guid>
		<description>wish it worked for me...</description>
		<content:encoded><![CDATA[<p>wish it worked for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FB Explorer 1.0.2 by LadyDLily</title>
		<link>http://buildagadget.com/news/2011/09/fb-explorer-1-0-2/#comment-2878</link>
		<dc:creator>LadyDLily</dc:creator>
		<pubDate>Fri, 02 Mar 2012 04:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://buildagadget.com/?p=839#comment-2878</guid>
		<description>i dont get any notification. but its a good gadjet tho.</description>
		<content:encoded><![CDATA[<p>i dont get any notification. but its a good gadjet tho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FB Explorer 1.0.1 by carlitosmtl</title>
		<link>http://buildagadget.com/news/2011/08/fb-explorer-1-0-1/#comment-2877</link>
		<dc:creator>carlitosmtl</dc:creator>
		<pubDate>Sun, 26 Feb 2012 03:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://buildagadget.com/?p=817#comment-2877</guid>
		<description>tenes toda la razon que no se te olvide</description>
		<content:encoded><![CDATA[<p>tenes toda la razon que no se te olvide</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FB Explorer 1.0.1 by carlitosmtl</title>
		<link>http://buildagadget.com/news/2011/08/fb-explorer-1-0-1/#comment-2876</link>
		<dc:creator>carlitosmtl</dc:creator>
		<pubDate>Sun, 26 Feb 2012 03:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://buildagadget.com/?p=817#comment-2876</guid>
		<description>tenes toda la razon, que no se te olvide</description>
		<content:encoded><![CDATA[<p>tenes toda la razon, que no se te olvide</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Market Monitor 1.5 by DanielHall1</title>
		<link>http://buildagadget.com/news/2009/03/market-monitor-15/#comment-2875</link>
		<dc:creator>DanielHall1</dc:creator>
		<pubDate>Fri, 17 Feb 2012 10:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.buildagadget.com/Blog/?p=204#comment-2875</guid>
		<description>I only need this to follow commodities, none the less no matter what I choose all I see is &quot;loading&quot;. 2/17/12 Does this Gadget work? Is it still supported?</description>
		<content:encoded><![CDATA[<p>I only need this to follow commodities, none the less no matter what I choose all I see is &#8220;loading&#8221;. 2/17/12 Does this Gadget work? Is it still supported?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XM Online Radio Status by just_Ken</title>
		<link>http://buildagadget.com/news/2011/07/xm-online-radio-status/#comment-2874</link>
		<dc:creator>just_Ken</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://buildagadget.com/?p=798#comment-2874</guid>
		<description>I was able to copy the XM-Online-Radio-Data.xml from another machine, which had been running an older version, to my new machine.  Works like a champ with version 1.9.3.  When launched, I was flagged as already logged in, so just had to hit [START]. Running Win 7 x64, fresh install.  I have logged in and used the SXM player, so that may have set cookie data too.

 

C:UsersUSERNAMEAppDataLocalBuildAGadget ContentXM Online RadioXM-Online-Radio-Data.xml

 

EMAIL%40ADDRESS = email address without the AT symbol

PASSWORD = your password with capitals or special characters intact preceded with [[*]]

EMAIL@DOMAIN.COM = standard email address

 

The comments section eats XML code so replace all [ with &#039;less than&#039; and ] with &#039;greater than&#039;, except the password section as listed above

 

---  file contents---

[?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?][Settings][Theme]0[/Theme][Username]EMAIL%40ADDRESS.com[/Username][Password][[*]]PASSWORD[/Password][Login_Flag]Off[/Login_Flag][Radio_Vol]8[/Radio_Vol][Stream]high[/Stream][Section]Amazon[/Section][Auto_Prev]On[/Auto_Prev][Channels]Favorites[/Channels][Fav_List]118&#124;39&#124;[/Fav_List][Flyout_Focus]Off[/Flyout_Focus][Chan_Flip]Numerically[/Chan_Flip][Cookie]sirius_user_name=EMAIL@DOMAIN.COM[/Cookie][/Settings]

 

YMMV, but good luck, this is an outstanding little gadget.

 </description>
		<content:encoded><![CDATA[<p>I was able to copy the XM-Online-Radio-Data.xml from another machine, which had been running an older version, to my new machine.  Works like a champ with version 1.9.3.  When launched, I was flagged as already logged in, so just had to hit [START]. Running Win 7 x64, fresh install.  I have logged in and used the SXM player, so that may have set cookie data too.</p>
<p>C:UsersUSERNAMEAppDataLocalBuildAGadget ContentXM Online RadioXM-Online-Radio-Data.xml</p>
<p>EMAIL%40ADDRESS = email address without the AT symbol</p>
<p>PASSWORD = your password with capitals or special characters intact preceded with [[*]]</p>
<p><a href="mailto:EMAIL@DOMAIN.COM">EMAIL@DOMAIN.COM</a> = standard email address</p>
<p>The comments section eats XML code so replace all [ with 'less than' and ] with &#8216;greater than&#8217;, except the password section as listed above</p>
<p>&#8212;  file contents&#8212;</p>
<p>[?xml version="1.0" encoding="ISO-8859-1" ?][Settings][Theme]0[/Theme][Username]EMAIL%40ADDRESS.com[/Username][Password][[*]]PASSWORD[/Password][Login_Flag]Off[/Login_Flag][Radio_Vol]8[/Radio_Vol][Stream]high[/Stream][Section]Amazon[/Section][Auto_Prev]On[/Auto_Prev][Channels]Favorites[/Channels][Fav_List]118|39|[/Fav_List][Flyout_Focus]Off[/Flyout_Focus][Chan_Flip]Numerically[/Chan_Flip][Cookie]sirius_user_name=EMAIL@DOMAIN.COM[/Cookie][/Settings]</p>
<p>YMMV, but good luck, this is an outstanding little gadget.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

