操作前注意事项

在使用blog时难免遇到一些留言或评论者在名字、URL、留言(评论)内容上出现一些不当内容,但是不至于对他删除操作,仅需对其进行一些处理,下面提供一些SQL语句来操作。此操作在后台“数据维护”——“MYSQL”中执行。请注意表前缀是否是boblog_ 如不是请做对应修改。警告:本操作具有危险性,请做好操作意外的准备(例如:备份数据)。

留言管理:

留言者URL修改:
update boblog_messages set repurl='修改后留言者的URL' where repid='要修改的留言ID' limit 1

留言者名字修改:
update boblog_messages set replier='修改后留言者名字' where repid='要修改的留言ID' limit 1

留言内容修改:
update boblog_messages set repcontent='修改后留言内容' where repid='要修改的留言ID' limit 1


评论管理:

评论者URL修改:
update boblog_replies set repurl='修改后评论者的URL' where repid='要修改的评论ID' limit 1

评论者名字修改:
update boblog_replies set replier='修改后评论者名字' where repid='要修改的评论ID' limit 1

评论内容修改:
update boblog_replies set repcontent='修改后评论内容' where repid='要修改的评论ID' limit 1


其中留言或评论者的URL如果想删除可以用 repurl=''

留言、评论ID的获取方法:

在留言板(评论)中把鼠标放置在 [添加/修改回复] (其他也可以)观察状态栏
javascript: showhidediv('com_1');

其中的数字为此留言ID。
(后台也可以看到,鼠标放在删除或屏蔽的图标上看状态栏)
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]