<?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 on: 在Gnome-panel上监视MLDonkey动向</title>
	<atom:link href="http://shellex.info/monitor-the-status-of-mldonkey-in-gnome-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://shellex.info/monitor-the-status-of-mldonkey-in-gnome-panel/</link>
	<description>Hola, 欢迎来到shellex的部落格</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:15:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 白痴一个</title>
		<link>http://shellex.info/monitor-the-status-of-mldonkey-in-gnome-panel/comment-page-1/#comment-1338</link>
		<dc:creator>白痴一个</dc:creator>
		<pubDate>Sat, 04 Apr 2009 16:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=870#comment-1338</guid>
		<description>为什么效果不一样呢？难道是因为u9.04的新通知？？</description>
		<content:encoded><![CDATA[<p>为什么效果不一样呢？难道是因为u9.04的新通知？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shellex</title>
		<link>http://shellex.info/monitor-the-status-of-mldonkey-in-gnome-panel/comment-page-1/#comment-1243</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Tue, 24 Mar 2009 06:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=870#comment-1243</guid>
		<description>&lt;a href=&quot;#comment-1238&quot; rel=&quot;nofollow&quot;&gt;@andrew&lt;/a&gt;, 
呵呵，语句对了，位置不对。
应该放到mlcommander的connect2server函数return以前
没关系，偶不久就加入对验证的支持。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1238" rel="nofollow">@andrew</a>,<br />
呵呵，语句对了，位置不对。<br />
应该放到mlcommander的connect2server函数return以前<br />
没关系，偶不久就加入对验证的支持。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://shellex.info/monitor-the-status-of-mldonkey-in-gnome-panel/comment-page-1/#comment-1238</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=870#comment-1238</guid>
		<description>在mlmonitor.py

中加了一句试了下，至少能显示某些信息了，虽然不是我想要的...

    def update_applet(self):
        if not self.commander.is_connected:
            return True
        lines = []
        self.commander.execute(&#039;auth admin pw&#039;);
        str = self.commander.execute(&#039;vd&#039;);

self.commander.execute(&#039;auth admin pw&#039;);是我自己加的，pw换成我自己的真正密码，不懂python，瞎看了下，感觉加这么一句应该有用，就是不知道应该加哪。

希望ShlleX兄的这个工具能越做越好。</description>
		<content:encoded><![CDATA[<p>在mlmonitor.py</p>
<p>中加了一句试了下，至少能显示某些信息了，虽然不是我想要的&#8230;</p>
<p>    def update_applet(self):<br />
        if not self.commander.is_connected:<br />
            return True<br />
        lines = []<br />
        self.commander.execute(&#8216;auth admin pw&#8217;);<br />
        str = self.commander.execute(&#8216;vd&#8217;);</p>
<p>self.commander.execute(&#8216;auth admin pw&#8217;);是我自己加的，pw换成我自己的真正密码，不懂python，瞎看了下，感觉加这么一句应该有用，就是不知道应该加哪。</p>
<p>希望ShlleX兄的这个工具能越做越好。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://shellex.info/monitor-the-status-of-mldonkey-in-gnome-panel/comment-page-1/#comment-1237</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=870#comment-1237</guid>
		<description>在bones那先回复了下，直接cp过来吧...

   3.

      装了一下，发现不大适用于我的情况….

      问题1： 我的mldonkey是装在一块网络硬盘上的，不是本机；
      问题2： 我的mldonkey是设置的有密码的。

      我是不懂python的，打开源代码看了下，把

      self.ml_host = ” 改成了我的网络硬盘的IP，试了下没啥效果。

      看连接是用的下面语句

      self.s.connect((self.ml_host, self.ml_port))

      不懂python，也不知道怎么加用户名和口令。</description>
		<content:encoded><![CDATA[<p>在bones那先回复了下，直接cp过来吧&#8230;</p>
<p>   3.</p>
<p>      装了一下，发现不大适用于我的情况….</p>
<p>      问题1： 我的mldonkey是装在一块网络硬盘上的，不是本机；<br />
      问题2： 我的mldonkey是设置的有密码的。</p>
<p>      我是不懂python的，打开源代码看了下，把</p>
<p>      self.ml_host = ” 改成了我的网络硬盘的IP，试了下没啥效果。</p>
<p>      看连接是用的下面语句</p>
<p>      self.s.connect((self.ml_host, self.ml_port))</p>
<p>      不懂python，也不知道怎么加用户名和口令。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 在Gnome-panel上监视MLDonkey动向 &#124; Linux桌面中文网</title>
		<link>http://shellex.info/monitor-the-status-of-mldonkey-in-gnome-panel/comment-page-1/#comment-1221</link>
		<dc:creator>在Gnome-panel上监视MLDonkey动向 &#124; Linux桌面中文网</dc:creator>
		<pubDate>Fri, 20 Mar 2009 12:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=870#comment-1221</guid>
		<description>[...] home: http://code.google.com/p/mlmonitor/ via: sxnsx [...]</description>
		<content:encoded><![CDATA[<p>[...] home: <a href="http://code.google.com/p/mlmonitor/" rel="nofollow">http://code.google.com/p/mlmonitor/</a> via: sxnsx [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
