<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>宋聚安 - 6kbbs V8.0 官方论坛 </title>
<link>http://www.6kbbs.net//user-22948.html</link>
<description>Latest 20 topics of 宋聚安</description>
<copyright>Copyright(C) 6kbbs V8.0 官方论坛 </copyright>
<generator>6KBBS,www.6kbbs.com</generator>
<lastBuildDate>Mon, 11 May 2026 13:52:53 +0000</lastBuildDate>
<ttl>30</ttl>
<image>
	<url>http://www.6kbbs.net//images/logo_88x31.gif</url>
	<title>宋聚安</title>
	<link>http://www.6kbbs.net/</link>
</image>
<item>
	<title>恭贺6kbbs创始人新婚快乐！今天是开发者的结婚日期，大家来祝福吧！</title>
	<link>http://www.6kbbs.net//view-3916.html</link>
	<description><![CDATA[第一次听老哥说起要结婚的事情我都吓了一跳，前段时间还说没有女朋友，这次居然说结婚就结婚了！<br />
<br />
&nbsp;&nbsp;我是用6kbbs后和他认识的。人很好，各种问题都愿意回答，6kbbs用的基本也都是让老哥教和帮忙改的，可能论坛里每天吵着说老哥不理什么的，那是因为人多，你们想想一个免费的功能齐全，极其适合新手使用的论坛程序整天给他带来那么多事情，当然忙不过来了~<br />
<br />
&nbsp;&nbsp;总之今天祝贺老哥新婚快乐，和嫂子天长地久，记得到时候发些相片来看看哦]]></description>
	<category>站长交流</category>
	<author>宋聚安</author>
	<pubDate>Tue, 10 Jan 2012 22:20:39 +0000</pubDate>
</item>
<item>
	<title>搬家教程</title>
	<link>http://www.6kbbs.net//view-1999.html</link>
	<description><![CDATA[6k论坛怎样迁移网站<br />
<br />
1、备份数据库。使用后台的数据库管理进行备份。<br />
2、把6k论坛目录的资料全部下载到本地。<br />
3、删除你的6k论坛的install目录中install.lock。<br />
4、上传你的6k论坛到新空间。<br />
5、访问你的新空间地址。因为第3步删除了install.lock，所以访问的时候，会引导进入安装。安装完成。（该安装步骤只是为了让论坛跑起来）<br />
6、进入后台管理的数据库管理，选择以前老空间的备份的数据库，进行还原。<br />
7、重新生成一下论坛的缓存。OK。<br />
<br />
第五步如果打不开网页，输入域名找不到安装地址的话，直接输入下面这个地址：<a href="http://www.pgzg.net/install/" target="_blank" rel="nofollow">http://www.pgzg.net/install/</a><br />
<br />
数据库表前缀错误的话看这个地址里面的文件：根目录/inc/config.php<br />
<br />
备份的数据库导入出现错误的话，那是你的数据库前缀变换了，记住在原来服务器上使用的数据库名称是什么，在现在这个服务器上的名称就要一样！<br />
]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Wed, 20 Jul 2011 19:54:35 +0000</pubDate>
</item>
<item>
	<title>设置门户为首页结果没反应的解决方法</title>
	<link>http://www.6kbbs.net//view-1505.html</link>
	<description><![CDATA[<font color="red">&nbsp; &nbsp; 这个是iis的问题，你们如果出现在后台设置门户为默认首页，结果输入域名却发现还是论坛为首页的话，就按照我这样改。</font><br />
<font color="#ff0000"></font><br />
<font color="red">&nbsp; &nbsp; 用ftp软件下载根目录下的index.php文件到本地，然后用DW或者其他软件打开这个文件，在第7行找到这个代码：<br />
if(substr($_SERVER['REQUEST_URI'],strlen($_SERVER['REQUEST_URI'])-1)=='/' &amp;&amp; $cache_settings['openportal']=='1' &amp;&amp; $cache_settings['defaultmode']=='portal'){</font><br />
<font color="red"><br />
&nbsp; &nbsp; 找到后把这段代码给换成：if((substr($_SERVER['REQUEST_URI'],-1)=='/' || substr($_SERVER['HTTP_X_REWRITE_URL'],-1)=='/') &amp;&amp; $cache_settings['openportal']=='1' &amp;&amp; $cache_settings['defaultmode']=='portal'){<br />
<br />
&nbsp; &nbsp;然后再设置门户为首页，现在应该就能用了</font><br />
]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Mon, 13 Jun 2011 16:17:31 +0000</pubDate>
</item>
<item>
	<title>门户导航里的《文字颜色修改》方法，技巧传授，要学的来拜师！</title>
	<link>http://www.6kbbs.net//view-1504.html</link>
	<description><![CDATA[<font color="red"><strong>门户首页上不是有一排导航吗？默认是白颜色，但如果我需要导航中的某个字特别突出一下，那就只能换个颜色，但这个颜色怎么改？</strong></font><br />
<strong><font color="#ff0000"></font></strong> <br />
<strong><font color="#ff0000"><div class="view_file"><span class="ext_small ext_small_img"><a href="attachment.php?id=359" target="_blank" title="点击在新窗口打开">4.gif</a></span></div></font></strong><br />
<strong><font color="#ff0000">上图最终的效果图，然后是教程</font></strong><br />
<strong><font color="#ff0000"></font></strong> <br />
下面就是教程了：<br />
1.如下图进入后台的门户管理<div class="view_file"><span class="ext_small ext_small_img"><a href="attachment.php?id=357" target="_blank" title="点击在新窗口打开">1.gif</a></span></div>2.然后选中<font color="red">门户栏目管理</font><div class="view_file"><span class="ext_small ext_small_img"><a href="attachment.php?id=358" target="_blank" title="点击在新窗口打开">2.gif</a></span></div>3.选择你想要更换字体颜色的栏目，然后点击编辑<div class="view_file"><span class="ext_small ext_small_img"><a href="attachment.php?id=360" target="_blank" title="点击在新窗口打开">3.gif</a></span></div>4.进入栏目编辑页面后找到这个地方<div class="view_file"><span class="ext_small ext_small_img"><a href="attachment.php?id=361" target="_blank" title="点击在新窗口打开">5.gif</a></span></div>5.然后把的加粗的这段代码覆盖掉门户首页<br />
<font color="black"><strong>&lt;span style=&quot;color:#ff0&quot;&gt;门户首页&lt;/span&gt;</strong></font><div class="view_file"><span class="ext_small ext_small_img"><a href="attachment.php?id=362" target="_blank" title="点击在新窗口打开">6.gif</a></span></div>6.然后点击提交按钮就行了，回到门户页面刷新看下吧<br />
<br />
<font color="red">提示：你要更改的栏目名称肯定和我的不一样，所以门户首页这四个字记得要改啊！还有那段代码中的<strong>color:#ff0</strong>是黄颜色的意思，你们可以自己随便改</font><br />
<font color="#ff0000">示例地址：<a href="http://www.pgzg.net" target="_blank" rel="nofollow">www.pgzg.net</a></font>]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Mon, 13 Jun 2011 16:11:39 +0000</pubDate>
</item>
<item>
	<title>需置顶！共享一下自己的透明天气代码，还有6kbbs下一个版本的设想！</title>
	<link>http://www.6kbbs.net//view-1429.html</link>
	<description><![CDATA[<strong>如果想要像我的这个网站：</strong><a href="http://www.pgzg.net" target="_blank" rel="nofollow"><strong>www.pgzg.net</strong></a><strong> 一样在头部有天气代码可以出现，你们就把下面这段代码给复制到广告栏目里的页头栏目广告里：<br />
</strong><br />
<font color="red">&lt;iframe height=&quot;50&quot; marginheight=&quot;0&quot; src=&quot;</font><a href="http://tianqi.xixik.com/cframe/2" target="_blank" rel="nofollow"><font color="red">http://tianqi.xixik.com/cframe/2</font></a><font color="red">&quot; frameborder=&quot;0&quot; width=&quot;410&quot; allowtransparency=&quot;allowtransparency&quot; name=&quot;weather_inc&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;<br />
</font><br />
另外对于6kbbs用了一小段时间，也有点熟悉了，对于下一个版本的更新，希望添加几个功能和注意的地方：<br />
1：论坛的登录和注册按钮很不明显，当别人到论坛里来时，<font color="red">居然有人加我QQ问在哪注册！<br />
</font>2：<font color="red">如何设置就算是没有注册成为会员，也可以看到附件？</font>网站刚刚搞起来，我需要回头率，注册会员之类的无所谓啊<br />
3：添加文章单独页面，让会员也可以发布文章，否则只能我一人发布也就算了，还要跑到门户、文章管理、添加文章，这样很累的<br />
4：门户页面需要改进的地方个人感觉很多，比如那个轮播js，很单调<br />
5：个别模版里的搜索框是不是太不显眼了？我现在使用的这个模版简直就找不到搜素框<br />
6：广告里的字符数限制，应该是有这个限制吧？进入我论坛的话可以看到一个新的栏目，这个栏目是用业内文字广告这个地方改过来的，使用中发现限制太多了！字符数的限制应该取消掉，这样才会有更大的自由度<br />
7：后台登录的验证码应该可以取消掉吧？我每次登录后台都要输入验证码，虽然为了安全着想，但应该有一个这个选项<br />
8：<font color="red">这个一定要改！！！！！！</font>发帖的时候插入图片居然让我插入图片的URL连接地址！还有插入附件居然是那种方法，居然要那样才能插入附件，坑爹呢！伤不起啊！上传附件和插入图片这个一定要改啊！<br />
<br />
<strong>总结：6kbbs的优点是操作简单，打开速度快，麻雀虽小五脏俱全，但个别细节要整改，以上是我用了这么久的感想，可以加我QQ详聊920398375，我是网页美工，对于你的6kbbs还是有很大希望的，当然6kzz也用过，那个嘛...</strong>]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Sat, 28 May 2011 14:02:30 +0000</pubDate>
</item>
<item>
	<title>晒下我用6Kbbs做出来的论坛截图，最得意的是中间那个栏目了，哈哈</title>
	<link>http://www.6kbbs.net//view-1426.html</link>
	<description><![CDATA[首先当然要感谢6k了！另外图片在下面：<br />
限制太多了，图片大小不能超过200KB，这个限制....<br />
论坛地址：<a href="http://www.pgzg.net" target="_blank" rel="nofollow">www.pgzg.net</a>，进去是门户，需要进入论坛后才能看到下图的界面<div class="view_file"><span class="ext_small ext_small_img"><a href="attachment.php?id=335" target="_blank" title="点击在新窗口打开">山寨iphon软件论坛、游戏下载基地 - 苹果中国网.jpg</a></span></div>]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Fri, 27 May 2011 12:45:10 +0000</pubDate>
</item>
<item>
	<title>请教谁遇到过上传附件，竟然不显示文件名的问题？</title>
	<link>http://www.6kbbs.net//view-1410.html</link>
	<description><![CDATA[不知从什么时候开始，附件上传后竟然无法显示文件的名称，只有一个后缀名的显示连接，请问这咋回事啊？<br />
知道的告知下，感激不敬！<img src="inc/editor/ubb/images/faces/default/handshake.gif" smilieid="23" border="0" alt="" /> <br />
奉送友情连接一个]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Wed, 25 May 2011 17:57:41 +0000</pubDate>
</item>
<item>
	<title>用6Kbbs做的论坛一天游览量也就一千上下，但租服务器的人却说我网站</title>
	<link>http://www.6kbbs.net//view-1386.html</link>
	<description><![CDATA[用6Kbbs做的论坛一天游览量也就一千上下，但租服务器的人却经常说我网站占用他们服务器cup百分之百是怎么回事？<br />
如题，希望站长帮忙看下？]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Mon, 23 May 2011 09:59:30 +0000</pubDate>
</item>
<item>
	<title>求救！站长啊，在用6kzz的时候上传产品附件是发现个问题</title>
	<link>http://www.6kbbs.net//view-1200.html</link>
	<description><![CDATA[我在“添加产品”里的“添加产品图片”时发现个问题，有个上传到“默认文件夹”的选择，然后在下面还有三个选择分别是《产品-联想》、《产品-Dell》、《产品-其他l》，我竟然找不到在哪里更改这个名字，我不是卖电脑的啊，请问怎么改这个?]]></description>
	<category>6KZZ使用问题</category>
	<author>宋聚安</author>
	<pubDate>Wed, 11 May 2011 16:33:36 +0000</pubDate>
</item>
<item>
	<title>用6kbbs做出来的手机下载论坛，求观赏！求互相友情连接！</title>
	<link>http://www.6kbbs.net//view-1086.html</link>
	<description><![CDATA[<font color="red"><strong>从最初听说6kbbs，到把论坛做成现在这个样子，大概花了三四天的时间吧，不算多快，但因为第一次接触做论坛这个东西，所以期间出了很多问题，不过都基本解决了。</strong></font><br />
<strong><font color="#ff0000"></font></strong> <br />
<font color="red"><strong>下面是地址：</strong></font><a href="http://www.pgzg.net" target="_blank" rel="nofollow"><font color="red"><strong>www.pgzg.net</strong></font></a><font color="red"><strong>，前面的打不开就点击这个：</strong></font><a href="http://www.anz.so" target="_blank" rel="nofollow"><font color="red"><strong>www.anz.so</strong></font></a><br />
<br />
<font color="red"><strong>不管怎么样，感谢6K了！谢谢提供哦！</strong></font><br />
<strong><font color="#ff0000"></font></strong> <br />
<strong><font color="#ff0000">另外求互相友情链接，要的下面回复，只要说了肯定给<img src="inc/editor/ubb/images/faces/default/lol.gif" smilieid="12" border="0" alt="" /> </font></strong>]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Sun, 24 Apr 2011 23:57:18 +0000</pubDate>
</item>
<item>
	<title>用6kbbs程序经常占用租用的虚拟机CPU100%，知道是什么原因吗站长？</title>
	<link>http://www.6kbbs.net//view-1081.html</link>
	<description><![CDATA[<font color="black">租了个虚拟主机，配置一般般，可能是刚开的原因，删除上传修改什么的动静比较大，结果早上发现空间被封了，问客服说我网站里的程序经常占用cpu百分之百，站长知道咋回事吗？</font>]]></description>
	<category>使用问题</category>
	<author>宋聚安</author>
	<pubDate>Sat, 23 Apr 2011 23:31:23 +0000</pubDate>
</item>
<item>
	<title>我只想问一句，这个该死的后台到底在哪！</title>
	<link>http://www.6kbbs.net//view-1073.html</link>
	<description><![CDATA[自从下载了，然后把6kbbs里面的所有文件上传到空间里后，我就不知道该怎么办了。就不能搞个准确的后台登录地址么？偏偏留个不知道干啥用的：<a href="http://yourdomain" target="_blank" rel="nofollow">http://yourdomain</a>地址，这个该死的地址我在游览器中输入N遍也不管用啊！<br />
情绪有些激动，找了结果小时后都没找到这个系统的安装地址在哪，我试过了admin里面的index.php和admin.php，不是这两个，我也试过了其他所有可能的地址，都不是，请问在哪？<br />
我上传到空间后该怎么安装！就不能学下帝国、织梦那些cms的视频教程吗？给个建议而已，希望有人回答下，把所以文件给上传到空间后，下一步应该干什么]]></description>
	<category>6KZZ使用问题</category>
	<author>宋聚安</author>
	<pubDate>Thu, 21 Apr 2011 22:54:47 +0000</pubDate>
</item>
</channel>
</rss>