<?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>《QGYWEBIM(php+mysql版)提供下载》的评论</title>
	<atom:link href="http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 08:07:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>好多油多</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-169</link>
		<dc:creator>好多油多</dc:creator>
		<pubDate>Tue, 29 Sep 2009 04:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-169</guid>
		<description>希望Jerry能增加个群组（群聊）功能

[:13]</description>
		<content:encoded><![CDATA[<p>希望Jerry能增加个群组（群聊）功能</p>
<p>[:13]</p>
]]></content:encoded>
	</item>
	<item>
		<title>twostone</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-132</link>
		<dc:creator>twostone</dc:creator>
		<pubDate>Sat, 16 May 2009 06:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-132</guid>
		<description>佩服博主极了！
不知博主能否提供ASP+Access版的下载呢？
我只对ASP略懂一二，因此想借博主的“铺垫”，提高下自己。
谢谢！</description>
		<content:encoded><![CDATA[<p>佩服博主极了！<br />
不知博主能否提供ASP+Access版的下载呢？<br />
我只对ASP略懂一二，因此想借博主的“铺垫”，提高下自己。<br />
谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>york</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-128</link>
		<dc:creator>york</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-128</guid>
		<description>//初始化并自动登录
	this.InitLogin = function(em,p)
	{
        	Other.SetCookie(&quot;stremail&quot;,em);
			Other.SetCookie(&quot;strpass&quot;,p);
			Other.SetCookie(&quot;saveemail&quot;,&quot;1&quot;);
			Other.SetCookie(&quot;savepass&quot;,&quot;1&quot;);
			Other.SetCookie(&quot;autologin&quot;,&quot;1&quot;);
			IntWebIM();
	}
加了一个小方法实现了，谢谢您提供了这么好的东东，再次感谢！</description>
		<content:encoded><![CDATA[<p>//初始化并自动登录<br />
	this.InitLogin = function(em,p)<br />
	{<br />
        	Other.SetCookie(&#8220;stremail&#8221;,em);<br />
			Other.SetCookie(&#8220;strpass&#8221;,p);<br />
			Other.SetCookie(&#8220;saveemail&#8221;,&#8221;1&#8243;);<br />
			Other.SetCookie(&#8220;savepass&#8221;,&#8221;1&#8243;);<br />
			Other.SetCookie(&#8220;autologin&#8221;,&#8221;1&#8243;);<br />
			IntWebIM();<br />
	}<br />
加了一个小方法实现了，谢谢您提供了这么好的东东，再次感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>tiger</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-127</link>
		<dc:creator>tiger</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-127</guid>
		<description>能不能实现通过点击一个链接或图片来调用一个JS方法传递一个用户名和密码参数进去自动登录呢</description>
		<content:encoded><![CDATA[<p>能不能实现通过点击一个链接或图片来调用一个JS方法传递一个用户名和密码参数进去自动登录呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>asp_win</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-100</link>
		<dc:creator>asp_win</dc:creator>
		<pubDate>Wed, 25 Mar 2009 13:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-100</guid>
		<description>测试了一下ASP版的，发现BUG，我注册一个帐号时，用长度为13个字符的密码注册，然后登录不了，在数据库把默认的那个“123456”的密码替换过去也不行，或者是我注册的那个邮箱域名过长？还有忘记密码是无反应的。</description>
		<content:encoded><![CDATA[<p>测试了一下ASP版的，发现BUG，我注册一个帐号时，用长度为13个字符的密码注册，然后登录不了，在数据库把默认的那个“123456”的密码替换过去也不行，或者是我注册的那个邮箱域名过长？还有忘记密码是无反应的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ymk0577</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-71</link>
		<dc:creator>ymk0577</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-71</guid>
		<description>请问怎么修改才可以一打开页面就自动打开界面呢，谢谢！我的邮箱的164302776@qq.com</description>
		<content:encoded><![CDATA[<p>请问怎么修改才可以一打开页面就自动打开界面呢，谢谢！我的邮箱的164302776@qq.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>SDDNH</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-68</link>
		<dc:creator>SDDNH</dc:creator>
		<pubDate>Mon, 20 Oct 2008 04:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-68</guid>
		<description>&quot;ASP版的我也改了，只需要替换两个文件就可以了。&quot;  替换哪两个文件啊，我刚下的版本为1.3　不支持游客　　

用你提供的超管进行登陆也有问题　页面错误：

行: 1001

字符: 5

错误: &#039;responseXML&#039; 为空或不是对象

代码: 0

URL: http://localhost:8009/im_msn/Index.htm



还请帮助，谢谢！</description>
		<content:encoded><![CDATA[<p>&#8220;ASP版的我也改了，只需要替换两个文件就可以了。&#8221;  替换哪两个文件啊，我刚下的版本为1.3　不支持游客　　</p>
<p>用你提供的超管进行登陆也有问题　页面错误：</p>
<p>行: 1001</p>
<p>字符: 5</p>
<p>错误: &#8216;responseXML&#8217; 为空或不是对象</p>
<p>代码: 0</p>
<p>URL: <a href="http://localhost:8009/im_msn/Index.htm" rel="nofollow">http://localhost:8009/im_msn/Index.htm</a></p>
<p>还请帮助，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>杨过.网狐.cn</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-63</link>
		<dc:creator>杨过.网狐.cn</dc:creator>
		<pubDate>Thu, 09 Oct 2008 12:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-63</guid>
		<description>发现经典的SQL里对引号没做编码处理，导致SQL执行出错的问题，可能引起安全漏洞哦。这次我是要更新你的默认用户admin&#039;s friend的个人签名时报SQL错，看提示信息时发现的。：（</description>
		<content:encoded><![CDATA[<p>发现经典的SQL里对引号没做编码处理，导致SQL执行出错的问题，可能引起安全漏洞哦。这次我是要更新你的默认用户admin&#8217;s friend的个人签名时报SQL错，看提示信息时发现的。：（</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jerry Qu</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-58</link>
		<dc:creator>Jerry Qu</dc:creator>
		<pubDate>Mon, 06 Oct 2008 05:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-58</guid>
		<description>to 杨过.网狐.cn:
是个bug!已经修正，请重新下载。或者参考下面方法手工修改(注意下面的双引号都应该是英文，不知道为什么WP自动转成中文了)：
打开page/addfriendsave.php，将第48行的&quot;msgcontent&quot; =&gt;&quot;&quot;,改为
&quot;msgcontent&quot; =&gt; $_SESSION[&quot;useremail&quot;],就可以了。</description>
		<content:encoded><![CDATA[<p>to 杨过.网狐.cn:<br />
是个bug!已经修正，请重新下载。或者参考下面方法手工修改(注意下面的双引号都应该是英文，不知道为什么WP自动转成中文了)：<br />
打开page/addfriendsave.php，将第48行的&#8221;msgcontent&#8221; =&gt;&#8221;",改为<br />
&#8220;msgcontent&#8221; =&gt; $_SESSION["useremail"],就可以了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>杨过.网狐.cn</title>
		<link>http://www.qgy18.com/2008/10/download_qgywebim_phpmysql/comment-page-1/#comment-56</link>
		<dc:creator>杨过.网狐.cn</dc:creator>
		<pubDate>Mon, 06 Oct 2008 04:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.qgy18.com/?p=61#comment-56</guid>
		<description>有个问题，PHP版的有人请求为好友时，弹出提示框中只显示“请求加您为好友!同意？”，根本不知对方是谁。</description>
		<content:encoded><![CDATA[<p>有个问题，PHP版的有人请求为好友时，弹出提示框中只显示“请求加您为好友!同意？”，根本不知对方是谁。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
