Mysql 数据库字符集转换及版本升级/降级的详细教程
[
2007/11/26 16:38 | by Totti ]

http://www.discuz.net/viewthread.php?tid=216861
一些病毒会写入服务项,每次重启电脑自动运行病毒,那么如果要去掉这个服务可以按照以下操作:
在"运行"对话框中,敲入"regedit"打开注册表编辑器定位到
找到服务所对应的相应键值,删除即可!
在"运行"对话框中,敲入"regedit"打开注册表编辑器定位到
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services
找到服务所对应的相应键值,删除即可!
FCKeidtor可视化编辑器 For Bo-Blog
[
2007/11/19 23:44 | by Totti ]

整理自:http://qmmv.cn/post/437/
下载文件 (已下载 812 次)
下载这个编辑器,解压,把fckeditor里面的文件放到bo-blog程序editor目录下的FCKeditor目录,然后修改editordef.php文件:
如果你的BLOG放在blog目录,那么查找oFCKeditor.BasePath,这样设置
oFCKeditor.BasePath = '/blog/editor/fckeditor/' ;
如果你的BLOG是装在根目录则保持默认不变即可
oFCKeditor.BasePath = '/editor/fckeditor/' ;

下载这个编辑器,解压,把fckeditor里面的文件放到bo-blog程序editor目录下的FCKeditor目录,然后修改editordef.php文件:
如果你的BLOG放在blog目录,那么查找oFCKeditor.BasePath,这样设置
oFCKeditor.BasePath = '/blog/editor/fckeditor/' ;
如果你的BLOG是装在根目录则保持默认不变即可
oFCKeditor.BasePath = '/editor/fckeditor/' ;
<?PHP
if (!defined('VALIDADMIN')) die ('Access Denied.');
$editorjs=<<<eot
<script language="javascript" type="text/javascript" src="editor/fckeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'content' ) ;
oFCKeditor.Height = "400";
oFCKeditor.Width = "100%" ;
oFCKeditor.BasePath = '/editor/fckeditor/' ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
eot;
$editorbody=<<<eot
<textarea name="content" id="content" rows='20' cols='100' style='font-size: 10pt;'>{content}</textarea>
<li>{$lna[743]}</li>
<li>{$lna[744]}</li></ul>
eot;
if (!defined('VALIDADMIN')) die ('Access Denied.');
$editorjs=<<<eot
<script language="javascript" type="text/javascript" src="editor/fckeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'content' ) ;
oFCKeditor.Height = "400";
oFCKeditor.Width = "100%" ;
oFCKeditor.BasePath = '/editor/fckeditor/' ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
eot;
$editorbody=<<<eot
<textarea name="content" id="content" rows='20' cols='100' style='font-size: 10pt;'>{content}</textarea>
<li>{$lna[743]}</li>
<li>{$lna[744]}</li></ul>
eot;
Supesite和Discuz的词语过滤
[
2007/11/08 11:09 | by Totti ]

使用Supesite的朋友,可能经常遭受垃圾留言,评论,广告等等,那么如何设置Supesite的词语过滤和拒绝呢,新版的Supesite调用了Discuz论坛的词语过滤表,所以只要在Discuz后台设置即可。
操作方法:
1、进入Discuz后台-帖子管理-词语过滤,设置您要过滤的关键词。
2、进入Supesite后台-缓存更新-文件缓存,更新缓存即可。
操作方法:
1、进入Discuz后台-帖子管理-词语过滤,设置您要过滤的关键词。
2、进入Supesite后台-缓存更新-文件缓存,更新缓存即可。
Supesite个人空间部分模板无法评分
[
2007/11/08 11:04 | by Totti ]

由于一些老版本模板未升级,导致的个人空间模板无法评分,解决方法如下:
找到问题模板的style.css文件,查找
删除后面的
找到问题模板的style.css文件,查找
#xspace-rates a
删除后面的
filter: alpha(opacity=60)