<?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; Supesite 7.5</title>
	<atom:link href="http://www.gogogoogle.com/html/tag/supesite-7-5/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’); } 之后上传覆盖即可解决。 // 随机日志2011 年 8 月 2 日 // 谷歌宣布收购团购信息聚合网站The Dealmap (0)2010 年 9 月 12 [...]]]></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">2009 年 12 月 22 日  //  <a href="http://www.gogogoogle.com/html/2009/6.html" title="HTC Hero G3小白照片，目前我正在试用这款！">HTC Hero G3小白照片，目前我正在试用这款！</a> (0)</li><li class="related_post">2011 年 3 月 1 日  //  <a href="http://www.gogogoogle.com/html/2011/978.html" title="WordPress 主题教程：从零开始制作 WordPress 主题">WordPress 主题教程：从零开始制作 WordPress 主题</a> (3)</li><li class="related_post">2010 年 3 月 5 日  //  <a href="http://www.gogogoogle.com/html/2010/443.html" title="Twitter的100亿条信息带来的BUG">Twitter的100亿条信息带来的BUG</a> (0)</li><li class="related_post">2010 年 3 月 12 日  //  <a href="http://www.gogogoogle.com/html/2010/481.html" title="谷歌退出中国又起风波&#8211;谷歌强调不会过滤搜索结果 称做好撤离中国准备">谷歌退出中国又起风波&#8211;谷歌强调不会过滤搜索结果 称做好撤离中国准备</a> (4)</li><li class="related_post">2011 年 3 月 8 日  //  <a href="http://www.gogogoogle.com/html/2011/993.html" title="Google 街景小黄人为妇女节临时做变性手术">Google 街景小黄人为妇女节临时做变性手术</a> (0)</li><li class="related_post">2011 年 4 月 24 日  //  <a href="http://www.gogogoogle.com/html/2011/1127.html" title="wordpress不同分类文章日志如何调用不同日志模板">wordpress不同分类文章日志如何调用不同日志模板</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>

