<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>加油谷歌！gogogoogle！ &#187; sms</title>
	<atom:link href="http://www.gogogoogle.com/html/tag/sms/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gogogoogle.com</link>
	<description>谷歌粉丝网站Google fan sites</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:50:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>DISCUZ7.2和SupeSite7.5聚合提示“论坛路径错误”的方法</title>
		<link>http://www.gogogoogle.com/html/2010/530.html</link>
		<comments>http://www.gogogoogle.com/html/2010/530.html#comments</comments>
		<pubDate>Sun, 11 Apr 2010 01:10:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[新闻 News]]></category>
		<category><![CDATA[Discuz 7.2]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[Supesite 7.5]]></category>
		<category><![CDATA[论坛]]></category>

		<guid isPermaLink="false">http://google.qiaofan.com/?p=530</guid>
		<description><![CDATA[今天想实现Supesite 7.5 与Discuz 7.2进行聚合，结果却提示“论坛路径错误”，试了几次都不行，通过研究，找到解决办法，打开SS的后台admin_bbs.php文件，看了之 后，我们知道，原来ss是通过读取你设置的URL加一个默认文件的内容，通过远程下载方式，如果下载到的内容的长度大于100，则认为正确，小于则认为错 误，很简单，大家打开Supesite7.5的admin文件夹中的admin_bbs.php文件，将以下代码： $_SC['bbsurl'] = trim($_POST['bbsurl']); $txt = sreadfile($_SC['bbsurl'].’/viewthread.php’, ‘r’, 1); if(strlen($txt) &#60; 100) { showmessage(‘bbs_url_error’, CPURL.’?action=bbs&#38;error=bbsurl’); } 替换为： $_SC['bbsurl'] = trim($_POST['bbsurl']); //echo “&#60;script&#62;alert(‘”.$_SC['bbsurl'].”‘);&#60;/script&#62;”; $txt = sreadfile($_POST['bbsurl'].’/index.php’, ‘r’, 1); if(strlen($txt) &#60; 100) { showmessage(‘bbs_url_error’, CPURL.’?action=bbs&#38;error=bbsurl’); } 之后上传覆盖即可解决。 // 随机日志2010 年 1 月 3 日 // 谷歌徽标-艾萨克.牛顿爵士,Google_logos-Sir Isaac Newton (0)2010 年 9 月 [...]]]></description>
			<content:encoded><![CDATA[<p>今天想实现Supesite 7.5 与Discuz 7.2进行聚合，结果却提示“论坛路径错误”，试了几次都不行，通过研究，找到解决办法，打开SS的后台admin_bbs.php文件，看了之 后，我们知道，原来ss是通过读取你设置的URL加一个默认文件的内容，通过远程下载方式，如果下载到的内容的长度大于100，则认为正确，小于则认为错 误，很简单，大家打开Supesite7.5的admin文件夹中的admin_bbs.php文件，将以下代码：</p>
<blockquote><p>$_SC['bbsurl'] = trim($_POST['bbsurl']);<br />
$txt = sreadfile($_SC['bbsurl'].’/viewthread.php’, ‘r’, 1);<br />
if(strlen($txt) &lt; 100) {<br />
showmessage(‘bbs_url_error’, CPURL.’?action=bbs&amp;error=bbsurl’);<br />
}</p></blockquote>
<p>替换为：</p>
<blockquote><p>$_SC['bbsurl'] = trim($_POST['bbsurl']);<br />
//echo “&lt;script&gt;alert(‘”.$_SC['bbsurl'].”‘);&lt;/script&gt;”;<br />
$txt = sreadfile($_POST['bbsurl'].’/index.php’, ‘r’, 1);<br />
if(strlen($txt) &lt; 100) {<br />
showmessage(‘bbs_url_error’, CPURL.’?action=bbs&amp;error=bbsurl’);<br />
}</p></blockquote>
<p>之后上传覆盖即可解决。</p>
<p><script type="text/javascript">// <![CDATA[
AKPC_IDS += "1079,";
// ]]&gt;</script></p>
<div  class="related_post_title">随机日志</div><ul><li class="related_post">2010 年 9 月 12 日  //  <a href="http://www.gogogoogle.com/html/2010/617.html" title="台州破获跨国网络赌博案件">台州破获跨国网络赌博案件</a> (0)</li><li class="related_post">2011 年 2 月 16 日  //  <a href="http://www.gogogoogle.com/html/2011/784.html" title="Mac版office的纽带图标">Mac版office的纽带图标</a> (1)</li><li class="related_post">2011 年 7 月 12 日  //  <a href="http://www.gogogoogle.com/html/2011/1274.html" title="百度对开放平台搜索结果新增“我喜欢”按钮">百度对开放平台搜索结果新增“我喜欢”按钮</a> (4)</li><li class="related_post">2011 年 2 月 25 日  //  <a href="http://www.gogogoogle.com/html/2011/915.html" title="Chrome Beta 更新到 10.0.648.114">Chrome Beta 更新到 10.0.648.114</a> (0)</li><li class="related_post">2010 年 9 月 12 日  //  <a href="http://www.gogogoogle.com/html/2010/631.html" title="专业之选索尼VX2200E摄像机沈阳畅销">专业之选索尼VX2200E摄像机沈阳畅销</a> (0)</li><li class="related_post">2010 年 9 月 21 日  //  <a href="http://www.gogogoogle.com/html/2010/676.html" title="人在国内，SEO书继续延迟">人在国内，SEO书继续延迟</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.gogogoogle.com/html/2010/530.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

